From e199b2ff73e3acb2b24905ff57b44ae207c95e88 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Fri, 18 Feb 2022 11:31:55 -0500 Subject: [PATCH 01/15] First draft --- portal/about.md | 28 ++++++++++++++++++++++++++++ portal/index.md | 27 +++++++-------------------- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/portal/about.md b/portal/about.md index e7069877e..843b8e0aa 100644 --- a/portal/about.md +++ b/portal/about.md @@ -4,6 +4,34 @@ Pythia is a community educational resource for helping students, scientists, and educators learn how to analyze and visualize geosciences data using the Scientific Python Ecosystem. +## Why do we need Project Pythia? + +Scientists working in a multitude of disciplines rely heavily on +computing technologies for their research. Numerical simulations +run on supercomputers are used in the study of climate, weather, +atmospheric chemistry, wildfires, space weather, and more. Similarly, +a tremendous volume of digital data produced by numerical simulations, +or observations made with instruments, are analyzed with the help +of powerful computers and software. Thus, today’s scientists require +not only expertise in their scientific discipline, but also require +high-level technical skills to effectively analyze, manipulate, and +make sense of potentially vast volumes of data. Computing environments +change rapidly, and two technologies that have emerged and are being +adopted by scientific communities relatively recently are Cloud +Computing platforms and a software ecosystem of scientific tools +built around the open source programming language called Python. +Project Pythia will provide a public, web-accessible training +resource that will help educate current, and aspiring, earth +scientists to more effectively use both the Scientific Python +Ecosystem and Cloud Computing to make sense of huge volumes of +numerical scientific data. + +## Why the name "Pythia"? + +In ancient Greek mythology, the god Apollo is said to have slain the monstrous [Python](https://en.wikipedia.org/wiki/Python_(mythology)). Apollo's temple was later served by the [Oracle of Delphi](https://en.wikipedia.org/wiki/Pythia), who was known as the *Pythia*. + +Like the Oracle of old, Project Pythia will help you make sense of things that seem mysterious. We will not, however, slay your [Python](https://www.python.org), but instead help you improve it. + ## Project Pythia Goals 1. _The Pythia Portal:_ A searchable online portal that diff --git a/portal/index.md b/portal/index.md index 8dd2b47d3..2591ddc35 100644 --- a/portal/index.md +++ b/portal/index.md @@ -7,28 +7,15 @@ :class: dark-banner ::: -Scientists working in a multitude of disciplines rely heavily on -computing technologies for their research. Numerical simulations -run on supercomputers are used in the study of climate, weather, -atmospheric chemistry, wildfires, space weather, and more. Similarly, -a tremendous volume of digital data produced by numerical simulations, -or observations made with instruments, are analyzed with the help -of powerful computers and software. Thus, today’s scientists require -not only expertise in their scientific discipline, but also require -high-level technical skills to effectively analyze, manipulate, and -make sense of potentially vast volumes of data. Computing environments -change rapidly, and two technologies that have emerged and are being -adopted by scientific communities relatively recently are Cloud -Computing platforms and a software ecosystem of scientific tools -built around the open source programming language called Python. -Project Pythia will provide a public, web-accessible training -resource that will help educate current, and aspiring, earth -scientists to more effectively use both the Scientific Python -Ecosystem and Cloud Computing to make sense of huge volumes of -numerical scientific data. +__*A community education and training hub for Python-based computing in the geosciences*__ + +Project Pythia is a home for _open-source_, _community-owned_, _high-quality_ learning resources for Python-based geoscience. Project Pythia exists to help current, and aspiring, earth scientists make sense of huge volumes of numerical scientific data using tools that facilitate open, reproducible science, and to build an inclusive [community of practice](https://en.wikipedia.org/wiki/Community_of_practice) around these goals. + +Project Pythia is the primary educational resource for the [Pangeo](https://pangeo.io/) community. + - + Read more about Project Pythia From 584333c485059716cf6ae35f2aac75abf62654e4 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Fri, 18 Feb 2022 11:50:02 -0500 Subject: [PATCH 02/15] Improved Pythia text --- portal/about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/about.md b/portal/about.md index 843b8e0aa..f50a9d32f 100644 --- a/portal/about.md +++ b/portal/about.md @@ -28,9 +28,9 @@ numerical scientific data. ## Why the name "Pythia"? -In ancient Greek mythology, the god Apollo is said to have slain the monstrous [Python](https://en.wikipedia.org/wiki/Python_(mythology)). Apollo's temple was later served by the [Oracle of Delphi](https://en.wikipedia.org/wiki/Pythia), who was known as the *Pythia*. +In ancient Greek mythology, the god [Apollo](https://en.wikipedia.org/wiki/Apollo) is said to have slain the monstrous [Python](https://en.wikipedia.org/wiki/Python_(mythology)). Apollo's temple was later served by the [Oracle](https://en.wikipedia.org/wiki/Oracle) of [Delphi](https://en.wikipedia.org/wiki/Delphi), who was known as the [Pythia](https://en.wikipedia.org/wiki/Pythia). -Like the Oracle of old, Project Pythia will help you make sense of things that seem mysterious. We will not, however, slay your [Python](https://www.python.org), but instead help you improve it. +Like the Oracle of old, Project Pythia will help you make sense of things that seem mysterious. We will not, however, _slay_ your [Python](https://www.python.org), but instead help you _improve_ it -- and help you to help others do the same! ## Project Pythia Goals From a3cfd0c5898a4315801658c5f7d5638453c97761 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Tue, 22 Feb 2022 16:46:13 -0500 Subject: [PATCH 03/15] Improve text size, placement, and link color --- portal/_static/custom.css | 22 ++++++++++++++++++++++ portal/index.md | 7 ++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/portal/_static/custom.css b/portal/_static/custom.css index 25e4cea7d..cde362b84 100644 --- a/portal/_static/custom.css +++ b/portal/_static/custom.css @@ -1,3 +1,25 @@ +main.banner-main #project-pythia { + padding-top: 1rem; + padding-bottom: 1rem; +} + +main.banner-main #project-pythia p { + font-size: 1.6rem; /* default: 1.25rem */ + /* font-weight: 700; default: 300 */ +} + +main.banner-main #project-pythia a { + color: rgba(var(--spt-color-gray-400), 1) +} + +main.banner-main #project-pythia a:visited { + color: rgba(var(--spt-color-gray-400), 1) +} + +main.banner-main #project-pythia a.btn-light { + color: rgba(var(--pst-color-primary), 1) +} + .modal { display: none; position: fixed; diff --git a/portal/index.md b/portal/index.md index 2591ddc35..3c877e0e8 100644 --- a/portal/index.md +++ b/portal/index.md @@ -9,7 +9,12 @@ __*A community education and training hub for Python-based computing in the geosciences*__ -Project Pythia is a home for _open-source_, _community-owned_, _high-quality_ learning resources for Python-based geoscience. Project Pythia exists to help current, and aspiring, earth scientists make sense of huge volumes of numerical scientific data using tools that facilitate open, reproducible science, and to build an inclusive [community of practice](https://en.wikipedia.org/wiki/Community_of_practice) around these goals. +A home for learning resources that are _open-source_, _community-owned_, and +_high-quality_, Project Pythia exists to help earth scientists make sense of +huge volumes of numerical scientific data using tools that facilitate open, +reproducible science, and to build an inclusive +[community of practice](https://en.wikipedia.org/wiki/Community_of_practice/) +around these goals. Project Pythia is the primary educational resource for the [Pangeo](https://pangeo.io/) community. From faf0da33f5d78894157345fd2cca85b3759a0df3 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Wed, 23 Feb 2022 15:58:11 -0500 Subject: [PATCH 04/15] Apply suggestions from code review Co-authored-by: Kevin Paul --- portal/_static/custom.css | 9 +++------ portal/index.md | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/portal/_static/custom.css b/portal/_static/custom.css index cde362b84..49ed14386 100644 --- a/portal/_static/custom.css +++ b/portal/_static/custom.css @@ -4,16 +4,13 @@ main.banner-main #project-pythia { } main.banner-main #project-pythia p { - font-size: 1.6rem; /* default: 1.25rem */ + font-size: 1.4rem; /* default: 1.25rem */ /* font-weight: 700; default: 300 */ } -main.banner-main #project-pythia a { - color: rgba(var(--spt-color-gray-400), 1) -} - +main.banner-main #project-pythia a, main.banner-main #project-pythia a:visited { - color: rgba(var(--spt-color-gray-400), 1) + text-decoration: underline dotted rgba(var(--spt-color-gray-400), 1); } main.banner-main #project-pythia a.btn-light { diff --git a/portal/index.md b/portal/index.md index 3c877e0e8..0455d07be 100644 --- a/portal/index.md +++ b/portal/index.md @@ -7,7 +7,7 @@ :class: dark-banner ::: -__*A community education and training hub for Python-based computing in the geosciences*__ +A community education and training hub for Python-based computing in the geosciences A home for learning resources that are _open-source_, _community-owned_, and _high-quality_, Project Pythia exists to help earth scientists make sense of From 11ec7d3ddfbdb55226ac42c4dccca4275d95f99d Mon Sep 17 00:00:00 2001 From: Kevin Paul Date: Wed, 23 Feb 2022 14:15:40 -0700 Subject: [PATCH 05/15] Update portal/_static/custom.css --- portal/_static/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/portal/_static/custom.css b/portal/_static/custom.css index 49ed14386..4630e9352 100644 --- a/portal/_static/custom.css +++ b/portal/_static/custom.css @@ -10,6 +10,7 @@ main.banner-main #project-pythia p { main.banner-main #project-pythia a, main.banner-main #project-pythia a:visited { + color: rgba(var(--spt-color-light), 1); text-decoration: underline dotted rgba(var(--spt-color-gray-400), 1); } From f44975a224d7bdd97783e18e6fb73ca5b31e6164 Mon Sep 17 00:00:00 2001 From: Kevin Paul Date: Wed, 23 Feb 2022 14:33:10 -0700 Subject: [PATCH 06/15] Update portal/index.md --- portal/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/index.md b/portal/index.md index 0455d07be..32e17a3e5 100644 --- a/portal/index.md +++ b/portal/index.md @@ -13,7 +13,7 @@ A home for learning resources that are _open-source_, _community-owned_, and _high-quality_, Project Pythia exists to help earth scientists make sense of huge volumes of numerical scientific data using tools that facilitate open, reproducible science, and to build an inclusive -[community of practice](https://en.wikipedia.org/wiki/Community_of_practice/) +[community of practice](https://en.wikipedia.org/wiki/Community_of_practice) around these goals. Project Pythia is the primary educational resource for the [Pangeo](https://pangeo.io/) community. From 646d8c0d177b2d0e6e0ed03aa8e2278d7d63ca5d Mon Sep 17 00:00:00 2001 From: Kevin Paul Date: Wed, 23 Feb 2022 14:47:37 -0700 Subject: [PATCH 07/15] Update portal/_static/custom.css --- portal/_static/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/portal/_static/custom.css b/portal/_static/custom.css index 4630e9352..96182b172 100644 --- a/portal/_static/custom.css +++ b/portal/_static/custom.css @@ -14,6 +14,10 @@ main.banner-main #project-pythia a:visited { text-decoration: underline dotted rgba(var(--spt-color-gray-400), 1); } +main.banner-main #project-pythia a.headerlink:hover { + color: #000; +} + main.banner-main #project-pythia a.btn-light { color: rgba(var(--pst-color-primary), 1) } From 3f271a1b88659d658349fd4e56bd917bc78fe5ca Mon Sep 17 00:00:00 2001 From: Kevin Paul Date: Wed, 23 Feb 2022 14:54:37 -0700 Subject: [PATCH 08/15] Update portal/_static/custom.css --- portal/_static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/_static/custom.css b/portal/_static/custom.css index 96182b172..e251d462f 100644 --- a/portal/_static/custom.css +++ b/portal/_static/custom.css @@ -15,7 +15,7 @@ main.banner-main #project-pythia a:visited { } main.banner-main #project-pythia a.headerlink:hover { - color: #000; + color: #DDD; } main.banner-main #project-pythia a.btn-light { From f0e592b9223be5fbda97a7939b9702b29b041852 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 24 Feb 2022 12:18:26 -0500 Subject: [PATCH 09/15] Tweak the landing text and layout --- portal/_static/custom.css | 7 +++++++ portal/index.md | 13 +++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/portal/_static/custom.css b/portal/_static/custom.css index e251d462f..a0133eb55 100644 --- a/portal/_static/custom.css +++ b/portal/_static/custom.css @@ -111,3 +111,10 @@ main.banner-main #project-pythia a.btn-light { padding-bottom: 1rem; } } + +div.horizontalgap { + float: left; + overflow: hidden; + height: 1px; + width: 0px; +} diff --git a/portal/index.md b/portal/index.md index 32e17a3e5..7f12d90dd 100644 --- a/portal/index.md +++ b/portal/index.md @@ -7,21 +7,22 @@ :class: dark-banner ::: -A community education and training hub for Python-based computing in the geosciences +An education and training hub for the Pangeo community A home for learning resources that are _open-source_, _community-owned_, and -_high-quality_, Project Pythia exists to help earth scientists make sense of +_high-quality_, Project Pythia exists to help geoscientists make sense of huge volumes of numerical scientific data using tools that facilitate open, reproducible science, and to build an inclusive [community of practice](https://en.wikipedia.org/wiki/Community_of_practice) around these goals. -Project Pythia is the primary educational resource for the [Pangeo](https://pangeo.io/) community. - - - Read more about Project Pythia + About Project Pythia + +
+ + About Pangeo
From aabdd607245caf9498473f3eb4ee5c270567c8ed Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Tue, 1 Mar 2022 11:15:40 -0500 Subject: [PATCH 10/15] Happiness-producing compromise language! --- portal/index.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/portal/index.md b/portal/index.md index 7f12d90dd..cc4d3a2f3 100644 --- a/portal/index.md +++ b/portal/index.md @@ -7,15 +7,18 @@ :class: dark-banner ::: -An education and training hub for the Pangeo community +An education and training hub for the geoscientific Python community -A home for learning resources that are _open-source_, _community-owned_, and -_high-quality_, Project Pythia exists to help geoscientists make sense of -huge volumes of numerical scientific data using tools that facilitate open, -reproducible science, and to build an inclusive -[community of practice](https://en.wikipedia.org/wiki/Community_of_practice) +Project Pythia is the education working group for [Pangeo](https://pangeo.io) +and is an educational resource for the entire geoscience community. +Together these initiatives are helping geoscientists make sense of huge volumes of +numerical scientific data using tools that facilitate open, reproducible science, +and building an inclusive [community of practice](https://en.wikipedia.org/wiki/Community_of_practice) around these goals. +Project Pythia is a home for Python-centered learning resources that are _open-source_, +_community-owned_, _geoscience-focused_, and _high-quality_. + About Project Pythia From deb913534768273d29d49d8004b05c7ec95e5d1b Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Tue, 1 Mar 2022 14:31:15 -0500 Subject: [PATCH 11/15] Finish updating About page and related text --- portal/about.md | 63 +++++++++++++++++-------------------------------- portal/conf.py | 1 + portal/index.md | 7 +++--- 3 files changed, 26 insertions(+), 45 deletions(-) diff --git a/portal/about.md b/portal/about.md index f50a9d32f..15e36ead0 100644 --- a/portal/about.md +++ b/portal/about.md @@ -1,8 +1,9 @@ # About Project Pythia -Pythia is a community educational resource for helping students, scientists, -and educators learn how to analyze and visualize geosciences data using -the Scientific Python Ecosystem. +Project Pythia is the education working group for [Pangeo](https://pangeo.io) +and is an educational resource for the entire geoscience community. +Project Pythia is a home for Python-centered learning resources that are _open-source_, +_community-owned_, _geoscience-focused_, and _high-quality_. ## Why do we need Project Pythia? @@ -20,17 +21,29 @@ change rapidly, and two technologies that have emerged and are being adopted by scientific communities relatively recently are Cloud Computing platforms and a software ecosystem of scientific tools built around the open source programming language called Python. -Project Pythia will provide a public, web-accessible training +Project Pythia provides a public, web-accessible training resource that will help educate current, and aspiring, earth scientists to more effectively use both the Scientific Python Ecosystem and Cloud Computing to make sense of huge volumes of numerical scientific data. -## Why the name "Pythia"? +## Why the name _Pythia_? -In ancient Greek mythology, the god [Apollo](https://en.wikipedia.org/wiki/Apollo) is said to have slain the monstrous [Python](https://en.wikipedia.org/wiki/Python_(mythology)). Apollo's temple was later served by the [Oracle](https://en.wikipedia.org/wiki/Oracle) of [Delphi](https://en.wikipedia.org/wiki/Delphi), who was known as the [Pythia](https://en.wikipedia.org/wiki/Pythia). +In ancient Greek mythology, the god [Apollo](https://en.wikipedia.org/wiki/Apollo) +is said to have slain the monstrous [Python](https://en.wikipedia.org/wiki/Python_(mythology)). +Apollo's temple was later served by the [Oracle](https://en.wikipedia.org/wiki/Oracle) +of [Delphi](https://en.wikipedia.org/wiki/Delphi), +who was known as the [Pythia](https://en.wikipedia.org/wiki/Pythia). -Like the Oracle of old, Project Pythia will help you make sense of things that seem mysterious. We will not, however, _slay_ your [Python](https://www.python.org), but instead help you _improve_ it -- and help you to help others do the same! +Like the Oracle of old, Project Pythia will help you make sense of things that seem mysterious. +We will not, however, _slay_ your [Python](https://www.python.org), +but instead help you _improve_ it -- and help you to help others do the same! + +## Who is Project Pythia? + +The current core Pythia team can be found [here](index.md#the-project-pythia-team). +Pythia is an open and inclusive community! Look [here](index.md#join-us) for info +on how to get involved. ## Project Pythia Goals @@ -45,41 +58,7 @@ Like the Oracle of old, Project Pythia will help you make sense of things that s content in customizable executable environments in the Cloud with only a “single click.” -## Content - -Project Pythia educational resources are intended to support -geoscientists with all levels of Python experience from 0 to 100: -introductory resources for those just getting started with Python, -through advanced scientific workflow development. - -### Introductory topics - -- Setting up your Python environment with Conda -- Beginning Python programming -- NumPy -- Jupyter Notebooks - -### Geoscience focused packages - -- Xarray -- MetPy -- GeoCAT - -### Scalable workflows - -- Parallel computing with Dask -- Migrating workflows to the Cloud - -## Training material - -Project Pythia will offer a full gamut of training materials: - -- Example Jupyter Notebooks & scripts -- Sample data -- Tutorials (interactive and pre-recorded) -- Communication forums - -## AMS 2021 Project Pythia Presentation +## Presentations about Project Pythia Watch this recorded video from AMS 2021 to learn more about Project Pythia! diff --git a/portal/conf.py b/portal/conf.py index a87e60737..227a41867 100644 --- a/portal/conf.py +++ b/portal/conf.py @@ -111,6 +111,7 @@ myst_enable_extensions = ['amsmath', 'colon_fence', 'deflist', 'html_image'] myst_url_schemes = ['http', 'https', 'mailto'] jupyter_execute_notebooks = 'off' +myst_heading_anchors = 3 # CUSTOM SCRIPTS ============================================================== diff --git a/portal/index.md b/portal/index.md index cc4d3a2f3..3dac17967 100644 --- a/portal/index.md +++ b/portal/index.md @@ -39,7 +39,7 @@ and the technology in the Python ecosystem for the geosciences: the ### The Foundations Book The [Pythia Foundations Book](https://foundations.projectpythia.org) is a -[Jupyter Book](https://jupyterbook.org/) that we are currently developing to +[Jupyter Book](https://jupyterbook.org/) developed by the Pythia community to act as a **comprehensive set of tutorials** covering the **foundational skills** everyone needs to get started with **computing in the open-source Python ecosystem**. These foundational tutorials will serve as common references for more advanced and @@ -54,8 +54,9 @@ domain-specific content to be housed here in the Pythia Portal. ### The Resource Gallery There is a wealth of educational resources out there on the internet for learning -Python and how to use it in the geosciences! We have attempted to gather together as -many of these resources as possible into our [Pythia Resource Gallery](/gallery). +Python and how to use it in the geosciences! We have attempted to gather together +a curated and filterable list of these resources (including Pythia's own content) +into our [Pythia Resource Gallery](/gallery). Click the link below to see a hand-picked selection of resources for learning at your own pace. From a99061138b7beb2ca7f735f4ad10c37bdfae9362 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Tue, 1 Mar 2022 15:40:52 -0500 Subject: [PATCH 12/15] Use logos on About buttons --- .../images/logos/pythia_logo-blue-rtext.svg | 225 ++++++++++++++++++ portal/index.md | 11 +- 2 files changed, 232 insertions(+), 4 deletions(-) create mode 100644 portal/_static/images/logos/pythia_logo-blue-rtext.svg diff --git a/portal/_static/images/logos/pythia_logo-blue-rtext.svg b/portal/_static/images/logos/pythia_logo-blue-rtext.svg new file mode 100644 index 000000000..7c53cdfda --- /dev/null +++ b/portal/_static/images/logos/pythia_logo-blue-rtext.svg @@ -0,0 +1,225 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/portal/index.md b/portal/index.md index 3dac17967..2f5ba3416 100644 --- a/portal/index.md +++ b/portal/index.md @@ -9,7 +9,7 @@ An education and training hub for the geoscientific Python community -Project Pythia is the education working group for [Pangeo](https://pangeo.io) +[Project Pythia](about) is the education working group for [Pangeo](https://pangeo.io) and is an educational resource for the entire geoscience community. Together these initiatives are helping geoscientists make sense of huge volumes of numerical scientific data using tools that facilitate open, reproducible science, @@ -21,14 +21,17 @@ _community-owned_, _geoscience-focused_, and _high-quality_. - About Project Pythia + About Project Pythia -
+
- About Pangeo + About + Pangeo logo + Pangeo
+ ## Start Learning Project Pythia has two main resources for you to use to start learning how to use Python From 93816a4179601a2308d77de91e7401272923f408 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 3 Mar 2022 12:45:13 -0500 Subject: [PATCH 13/15] Tweak About button layout --- portal/index.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/portal/index.md b/portal/index.md index 2f5ba3416..8fbd28dac 100644 --- a/portal/index.md +++ b/portal/index.md @@ -20,14 +20,13 @@ Project Pythia is a home for Python-centered learning resources that are _open-s _community-owned_, _geoscience-focused_, and _high-quality_. - - About Project Pythia + + About Project Pythia
- - About - Pangeo logo - Pangeo + + About Pangeo logo + Pangeo
From 910daa94301fe81d2fc13c1fafbcfc5403b59908 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 3 Mar 2022 14:01:29 -0500 Subject: [PATCH 14/15] Apply suggestions from code review Co-authored-by: Kevin Paul --- portal/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/index.md b/portal/index.md index 8fbd28dac..c8c7f5ade 100644 --- a/portal/index.md +++ b/portal/index.md @@ -20,11 +20,11 @@ Project Pythia is a home for Python-centered learning resources that are _open-s _community-owned_, _geoscience-focused_, and _high-quality_. - + About Project Pythia
- + About Pangeo logo Pangeo From 95e760dfc044532d9fdf0acba6fadd96dc8934e4 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Thu, 3 Mar 2022 14:37:01 -0500 Subject: [PATCH 15/15] Add table of links to Pythia presentations --- portal/about.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/portal/about.md b/portal/about.md index 15e36ead0..05a9d681c 100644 --- a/portal/about.md +++ b/portal/about.md @@ -60,8 +60,15 @@ on how to get involved. ## Presentations about Project Pythia -Watch this recorded video from AMS 2021 to learn more about Project Pythia! +To learn more about Project Pythia and its history, see this list of presentations (listed in reverse-chronological order): -
- -
+| Forum | Date | Presenter | Format | Title (with link) | +| --- | --- | --- | --- | --- | +| AMS | 2022-01 | Drew Camron | slides | [Project Pythia: A community update](https://docs.google.com/presentation/d/1NuV5sI3oGhvuUt_s8hzmj0UA9MqCtlxWTADbJHjr9ow/edit?usp=sharing) | +| AMS | 2022-01 | Kevin Tyle | slides | [Leveraging Project Pythia in an Advanced Geoscience & Visualization Course](https://docs.google.com/presentation/d/1D8kkpsX4CE3rT5QQliH6JfKYeY76fT1gClIEzboxgko/edit#slide=id.p) | +| AMS | 2022-01 | Max Grover | slides | [Rethinking CESM Diagnostics through the Lens of Earth System Data Science](https://docs.google.com/presentation/d/1aTw0DmaZ-7PQtWXxQqdik825r5mOoYRe/edit?usp=sharing&ouid=113419461755911727326&rtpof=true&sd=true) | +| AGU | 2021-12 | Kevin Paul | e-poster | [Pangeo and Project Pythia: Helping Geoscientists Navigate the Scientific Python Ecosystem](https://agu2021fallmeeting-agu.ipostersessions.com/Default.aspx?s=CF-91-F4-F8-35-E4-B7-40-F2-8C-F6-86-76-97-11-02) | +| AGU | 2021-12 | Kevin Paul | e-poster | [Project Pythia: A Resource to Help Geoscientists Navigate the Scientific Python Ecosystem](https://agu2021fallmeeting-agu.ipostersessions.com/Default.aspx?s=25-22-8E-6D-6E-CB-B4-E9-6D-08-78-2A-61-2F-62-09) | +| AGU | 2021-12 | Julia Kent | abstract | [ESDS Educational Efforts](https://t.co/hQ1wGQZB18) | +| Pangeo Showcase | 2021-06 | Brian Rose | video + slides | [Project Pythia: a community learning resource for Python-based computing in the geosciences](https://discourse.pangeo.io/t/june-23-2021-project-pythia-a-community-learning-resource-for-python-based-computing-in-the-geosciences/1601) | +| AMS | 2021-01 | John Clyne | video | [Project Pythia: a community learning resource for geoscientists](https://youtu.be/_UxlrwB_evo)