From ee49baf21eafa6eaf3512be68c7f9f8a5ead7a49 Mon Sep 17 00:00:00 2001 From: Rohan Sasne Date: Wed, 27 Sep 2023 19:51:15 +0530 Subject: [PATCH] Migrate workshop to blog (#28) --- ...2-Terrestial-Model-Informatics-Workshop.md | 72 +++++++++++++++++++ docusaurus.config.js | 1 - 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 blog/2016-05-12-Terrestial-Model-Informatics-Workshop.md diff --git a/blog/2016-05-12-Terrestial-Model-Informatics-Workshop.md b/blog/2016-05-12-Terrestial-Model-Informatics-Workshop.md new file mode 100644 index 0000000..f7f0bb9 --- /dev/null +++ b/blog/2016-05-12-Terrestial-Model-Informatics-Workshop.md @@ -0,0 +1,72 @@ +--- +slug: Terrestial-Model-Informatics-Workshop +title: PEcAn Terrestial Model Informatics Workshop 2016 +author: Tony Gardella +author_title: Ex Project Manager @PEcAn Project +author_url: https://github.com/tonygardella +author_image_url: https://avatars.githubusercontent.com/u/8570691?v=4 +tags: [PEcAn, workshop] +--- + + +[](#background)PEcAn 2 Terrestial Model Informatics Workshop 2016 +================================================================= + +#### Information + +The PEcAn 2 Terrestrial Model Informatics Workshop took place from May 9th-11th 2016 at Boston University. + +The big picture of this workshop was to discuss how new and emerging tools and technologies can accelerate the pace of progress in ecosystem and land surface modeling and allow us to better respond to the needs of the community, policy makers, and the general public. This workshop specifically targeted the modeling community. + + + +The goals of the meeting were to: + +* Identify informatic, analysis, and cyberinfrastructure bottlenecks in the current workflows of the terrestrial ecosystem/land surface modeling community +* Identify redundancies and opportunities for interoperability of tools/methods +* Develop a roadmap for improving modeling cyberinfrastructure +* Provide training in PEcAn tools +* Present and solicit feedback on PEcAn development plan +* Identify bottlenecks in PEcAn usability/adoption + +The full agenda of the workshop can be found here: [link](https://docs.google.com/document/d/18T0ugOwf8iBbLzMMDFrWiouM7UE2J13DwKLtP-jzEPw/edit?usp=sharing) + +The workshop will produce a paper outlining cyberinfrastructure bottelnecks, opportunities, and a roadmap. An updated PEcAn workplan will be produces as well. + +To facilitate discussion, themes and subthemes were created to focus discussion (links lead to slides for each theme): + +[Big Picture](https://docs.google.com/presentation/d/1AoQLkqLhudijcz3DQSwZrXcXTFpQVFyajNn44O_PNiA/edit?usp=sharing) + +[Cyber-infrastructure Foundations](https://docs.google.com/presentation/d/1CAoq6BFMY_osgNGipN3bGTdEOiPHqiplYi9FAVOXtsk/edit?usp=sharing) + +Provenance, Standards, Repeatability, Accessibility, Sharing & Communication, Transparency, Support for clusters, cloud, etc., Portability + +[Data Ingest](https://docs.google.com/presentation/d/1nYF0GkE_m1UHvQpGWZ6BD62l63fPVJWyXhhhwUHVCrs/edit?usp=sharing) + +Drivers, Constraints, Initial Conditions, Traits, Data uncertainty + +[Validation, Benchmarking & Visualization](https://docs.google.com/presentation/d/1b4rkomRtMRRTKQqlhKY1tioGvtRkWEvlLMNb0LMr97I/edit?usp=sharing) + +[Analysis](https://docs.google.com/presentation/d/1lnUh68jpDFkj2ncOZcI5SmXC_JXUZLTYEU4YEkKPeUA/edit?usp=sharing) + +Model sensitivity, uncertainty, ensemble,etc. + +[Tools for analyzing specific data types](https://docs.google.com/presentation/d/1X0Oo0p_3kKkWnCu52EHHfiyt3IZobEf9i3KD9AolARg/edit?usp=sharing) + +[Calibration](https://drive.google.com/open?id=0B1m8BX9QfC1tU1RiSjFvT0sxbjA) + +Trait meta-analysis, parameter data assimilation + +[State Data Assimilation](https://docs.google.com/presentation/d/1OLG6jjy1MXhU7JBPzcOkhLAAhoZr-WAorJg03xoCjiY/edit?usp=sharing) + +[Multi-model Synthesis](https://docs.google.com/presentation/d/1bfqtvnVodiJe-ZVk0QnX4oUX4Yk9o_CBRHFBGUXlCmQ/edit?usp=sharing) + +Adding Models + +Growing the PEcAn community + +Challenges with running multiple models, tools for MIPs + +#### Thank you to everyone that attended. The PEcAn Team looks forward to working with you all! + +![](https://dl.dropboxusercontent.com/s/2v9ysx5fart78hh/Workshop_Photo.jpg?dl=0) \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 9079323..ac775df 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -44,7 +44,6 @@ module.exports = { { to: "/about", label: "About" }, { to: "/people", label: "People" }, { to: "/news", label: "News" }, - { to: "/workshops", label: "Workshops" }, ], }, { to: "/publications", label: "Publications", position: "left" },