From f604fb94cc31ce54f9dddb1fcc800956e1a51b84 Mon Sep 17 00:00:00 2001 From: jukent Date: Mon, 14 Aug 2023 20:33:23 +0000 Subject: [PATCH] deploy: 2a6cf317c608f906637db6cc0421a0cfaae48e7c --- _sources/index.md.txt | 11 ++++++ _sources/resource-gallery.md.txt | 30 +++++++-------- _static/__pycache__/__init__.cpython-310.pyc | Bin 192 -> 192 bytes about.html | 7 ++-- blog.html | 7 ++-- blog/2023.html | 7 ++-- blog/archive.html | 7 ++-- blog/author.html | 7 ++-- blog/author/julia-kent.html | 7 ++-- blog/drafts.html | 7 ++-- blog/tag.html | 7 ++-- blog/tag/cook-off.html | 7 ++-- code_of_conduct.html | 7 ++-- contributing.html | 7 ++-- genindex.html | 7 ++-- index.html | 18 ++++++--- objects.inv | Bin 1389 -> 1409 bytes posts/cookoff2023.html | 7 ++-- resource-gallery.html | 37 +++++++++---------- search.html | 7 ++-- searchindex.js | 2 +- 21 files changed, 100 insertions(+), 96 deletions(-) diff --git a/_sources/index.md.txt b/_sources/index.md.txt index c3a4f48e..1abbdf87 100644 --- a/_sources/index.md.txt +++ b/_sources/index.md.txt @@ -197,6 +197,17 @@ are open to anyone who wishes to participate. We publish +## How to Cite + +The material in Project Pythia is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Project Pythia community. + +To cite this project, please site our [NSF GEO OSE proposal](https://zenodo.org/record/8184298). Individual components of the project may be cited separately. + +> Rose, Brian E. J., Clyne, John, May, Ryan, Munroe, James, Snyder, Amelia, Eroglu, Orhan, & Tyle, Kevin. (2023). Collaborative Research: GEO OSE TRACK 2: Project Pythia and Pangeo: Building an inclusive geoscience community through accessible, reusable, and reproducible workflows. Zenodo. https://doi.org/10.5281/zenodo.8184298 + +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8184298.svg)](https://doi.org/10.5281/zenodo.8184298) + + ```{toctree} --- hidden: True diff --git a/_sources/resource-gallery.md.txt b/_sources/resource-gallery.md.txt index 7c070f98..4c6d0d9f 100644 --- a/_sources/resource-gallery.md.txt +++ b/_sources/resource-gallery.md.txt @@ -1317,7 +1317,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Programming for Earth Science Students

-

Author: Brendan Cych, Hanna Asefaw, Lisa Tauxe
Institution: Scripps Institution of Oceanography

+

Author: Hanna Asefaw, Brendan Cych, Lisa Tauxe
Institution: Scripps Institution of Oceanography

Python Programming for Earth Science Students

@@ -1485,7 +1485,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Your First Python Tutorial - Reading in a .txt File

-

Author: Julia Kent, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Julia Kent
Institution: NCAR

Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers setting up a work environment and opening a .txt file. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

@@ -1508,7 +1508,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Your First Python Tutorial - Creating a Data Dictionary

-

Author: Julia Kent, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Julia Kent
Institution: NCAR

Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers creating a data dictionary. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

@@ -1531,7 +1531,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Your First Python Tutorial - Writing Functions

-

Author: Julia Kent, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Julia Kent
Institution: NCAR

Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to write and call functions in Python. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

@@ -1554,7 +1554,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Your First Python Tutorial - Creating Your Own Package

-

Author: Julia Kent, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Julia Kent
Institution: NCAR

Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to create and call modules and packages. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

@@ -1577,7 +1577,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Your First Python Tutorial - Using a Built-In Package and Publishing Your Package

-

Author: Julia Kent, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Julia Kent
Institution: NCAR

Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to use your first external buil-in package, `math`, and how to publish your package. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

@@ -1600,7 +1600,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Jupyter Notebooks

-

Author: Kevin Paul, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Kevin Paul
Institution: NCAR

Recording from the Python Tutorial Seminar Series introducing JupyterLab and Jupyter Notebooks.

@@ -1646,7 +1646,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Matplotlib

-

Author: Anissa Zacharias, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Anissa Zacharias
Institution: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `matplotlib`. The content to follow along with this video is hosted on this Matplotlib Tutorial GitHub Repository.

@@ -1717,7 +1717,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Git and GitHub

-

Author: Kevin Paul, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Kevin Paul
Institution: NCAR

Recording from the Python Tutorial Seminar Series introducing the tools Git and GitHub. The content to follow along with this tutorial is hosted in this Git and GitHub Demo GitHub Repository.

@@ -1740,7 +1740,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Pandas

-

Author: Drew Camron, Max Grover, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Drew Camron, Max Grover
Institution: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `pandas`. The content to follow along with this video is hosted in this Pandas Tutorial GitHub Repository.

@@ -1763,7 +1763,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Xarray Part 1

-

Author: Anderson Banihirwe, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Anderson Banihirwe
Institution: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -1786,7 +1786,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Xarray Part 2

-

Author: Anderson Banihirwe, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Anderson Banihirwe
Institution: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -1809,7 +1809,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Dask Part 1

-

Author: Anderson Banihirwe, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Anderson Banihirwe
Institution: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -1832,7 +1832,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Dask Part 2

-

Author: Anderson Banihirwe, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Anderson Banihirwe
Institution: NCAR

Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

@@ -1855,7 +1855,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis

Python Tutorial Seminar Series - Plotting with GeoCAT

-

Author: Anissa Zacharias, Project Pythia
Institution: NCAR

+

Author: Project Pythia, Anissa Zacharias
Institution: NCAR

Recording from the Python Tutorial Seminar Series introducing advanced plotting techniques and highlighting tools developed by GeoCAT. The content to follow along with this video is hosted in this Plotting with GeoCat GitHub Repository.

diff --git a/_static/__pycache__/__init__.cpython-310.pyc b/_static/__pycache__/__init__.cpython-310.pyc index fbe5a4bc324475d5f7d1d599ccdc450016627a8c..3a96bbd1445dc9fe2cc25d50cdeff5608b51bb4a 100644 GIT binary patch delta 19 ZcmX@Wcz}^RpO=@50SI=~-<-(36#y_y1%dzo delta 19 ZcmX@Wcz}^RpO=@50SKg3uT13L3IHm|1cm?r diff --git a/about.html b/about.html index 1cd81e2a..b4024203 100644 --- a/about.html +++ b/about.html @@ -512,21 +512,20 @@

About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/blog.html b/blog.html index 10f7a412..d26b9511 100644 --- a/blog.html +++ b/blog.html @@ -363,21 +363,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/blog/2023.html b/blog/2023.html index 7028ee55..788e8e54 100644 --- a/blog/2023.html +++ b/blog/2023.html @@ -363,21 +363,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/blog/archive.html b/blog/archive.html index ddc824b5..673220ed 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -338,21 +338,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/blog/author.html b/blog/author.html index f8fbbb39..c04624e7 100644 --- a/blog/author.html +++ b/blog/author.html @@ -338,21 +338,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/blog/author/julia-kent.html b/blog/author/julia-kent.html index 450b1d01..bc680cb8 100644 --- a/blog/author/julia-kent.html +++ b/blog/author/julia-kent.html @@ -363,21 +363,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/blog/drafts.html b/blog/drafts.html index 65b980ff..a6525cc4 100644 --- a/blog/drafts.html +++ b/blog/drafts.html @@ -322,21 +322,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/blog/tag.html b/blog/tag.html index b533f301..52b0b376 100644 --- a/blog/tag.html +++ b/blog/tag.html @@ -338,21 +338,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/blog/tag/cook-off.html b/blog/tag/cook-off.html index 126d925c..9c51a622 100644 --- a/blog/tag/cook-off.html +++ b/blog/tag/cook-off.html @@ -363,21 +363,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/code_of_conduct.html b/code_of_conduct.html index 5bfd3e33..f7e7f972 100644 --- a/code_of_conduct.html +++ b/code_of_conduct.html @@ -456,21 +456,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/contributing.html b/contributing.html index 678110d7..385e7bf9 100644 --- a/contributing.html +++ b/contributing.html @@ -910,21 +910,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/genindex.html b/genindex.html index 200d45d7..0f109eee 100644 --- a/genindex.html +++ b/genindex.html @@ -297,21 +297,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/index.html b/index.html index 13e9007c..26af58cb 100644 --- a/index.html +++ b/index.html @@ -371,8 +371,17 @@

    Meeting & Event Calendar -
    + +
    + +

    The material in Project Pythia is licensed for free and open consumption and reuse. All code is served under Apache 2.0, while all non-code content is licensed under Creative Commons BY 4.0 (CC BY 4.0). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Project Pythia community.

    +

    To cite this project, please site our NSF GEO OSE proposal. Individual components of the project may be cited separately.

    +
    +

    Rose, Brian E. J., Clyne, John, May, Ryan, Munroe, James, Snyder, Amelia, Eroglu, Orhan, & Tyle, Kevin. (2023). Collaborative Research: GEO OSE TRACK 2: Project Pythia and Pangeo: Building an inclusive geoscience community through accessible, reusable, and reproducible workflows. Zenodo. https://doi.org/10.5281/zenodo.8184298

    +
    +

    DOI

    +
    @@ -417,21 +426,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/objects.inv b/objects.inv index eda2e8290b3497abd9d76122acfb277fa49b500b..91593018f587eba636021a1cffa176c8d00e013b 100644 GIT binary patch delta 1299 zcmV+u1?>9m3V{ode}8h^HVnS+Q!vv`o6dy&Np8J#+-+kwQ`b9Q&-j?(O57D~N!*f@ zRo(I$eZ4+O0g_r#67`cD>?MH@A0P?t$tRw` zZ(}mSHcnrpU)cpcJ1sq1ttHCYf#-dyIC!4_thnZ-VMfSO(|^zMw!(B5LY(bPB%vui zNtWvw-w|-1nOvi=)9{Q?V$A5@XMCFl&vCfkZEmlOI$fBr9VHygleTJ+S2ayXSxL)ON(s8uO#m9$h~iOG5WS< zSXziuXrq{s>PueHN}{$3uR_?WSEu+{DkI9%ieNhIeSf=(QR+mVZ5~6-YKnjr+!3Qa ziZK6CWQzg3mA>YDz?b6h8`fb@vh|S z0{`F)$bVnn03X0#aPK>V=o6p}ZeMhP%^s2%sw&~1bI3~+7^lZzV0eGrd(6z?zA$J$ zj=XK?D~>Q~b>+of{zZ=?>9P~D15dV1G!^kf0$!LxP6wWHx-VBLG|g*q4^# z9iZR4Ed+tv5%-B3`*6_mm4TORAK(Q4ssn|#kIN;8YbdTAhIov7+-qTOssjNGE=Qpi z?3vRB@1tBMET>7v$`fDA*D14GkQ0;>D<@t)aw}iBdJ)h77W`arcYZNq^6dpL5b(D^ z*MA55MzgcK5iulI+EC36#h1OrJV4*$_6>pk8-jvYBYOLiTnd2-o=&sa&^YunWw!Tn zNWoA(c3T|^VX(|9C?|!ZlEx34MZZ&ad#k|m0|h*{Rgl-a`|n1+vBwsyY-r6I?XENr zSnOAGrVr4TQAbdReY(?a@Y0mW$p zQ8Gmh&NKq9Db3aBLn&}Eg@1H%@_*pvWN+o6BmSH>b~?fIJtHtxU#cPt_c^u!L=9Bya$Y zquahlUN29QZa@~2(9iB+#?bxs*9~+xi0xHniLv?5xylIrkuVf|cd}(cZk%qT)f3O) zx3(w2R$gD`U$_B1do4XXts^Sfo)=xJG!ff`<&$|0LZS}v>x6xKm(kX0v9B;C zy78q5JLsEsoPQ!l5mg5o$2v{kw^$H;rpmIC!qya0`wUqv_M#A0aI?tYsPVc{k!??v zjzSv#cg1D4&~F4^N0St{sx&p6 z%S$1Jv6@+>Kj(-R5;awL6T=oAo#tnyt&qnB!L-&38Ni~ zF#l2HiUGXIP;(*RYw@@8rt*VC>Hj|dYshUSdiJjP^PDnha~JTap7-!at-6j4J+h+U zy6(r{bGDe~CeI0jzIlQ0ypC9P9Yc^FHxcGj1?`b*DwXAppK$3MR0Rp?ueQbUF63(i zfA0;*Uw^>>7Z5JEx2-{P1t^2t7hPbpha`ro%J`>j@*D-m888?a-XGh5nb_PH2F=Hl zHw}Hk7ACE3g1F7UtKENEjA<@ncQ8J=m*a17^-=c**-@Ua}JkK+R^^paIPIx#I4_V89gG3tk}LZ-%Z5 z4u6ei<7NY5NUXf3hFgkC!e*|7!RHhpQGAo);0K_qpgbaYr9KrCQ@IXdO*jo+l+Ft;{Gzqkj*- zq%yBs%aU`KXOzES3x;Cm_&^!4^IO?^g2{DW`r^u~n>zkfcK z#`*fd-ocvzCp<^YE_+SNO$HbcT-l6PD>uctKb&3O(mFBsq#eUIM=jM_||Zz z@~YsWhYZ?P+)vWIY;h+Wnh)#94d8p~Ku?V^UEEZcaxD(H-Kv>A3{S$&RwlDH>||f( oSq51;fVtAbout
  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/resource-gallery.html b/resource-gallery.html index b6796229..694399da 100644 --- a/resource-gallery.html +++ b/resource-gallery.html @@ -1414,7 +1414,7 @@

    Xarray

    @@ -1576,7 +1576,7 @@

    Python for Atmosphere and Ocean Science

    Your First Python Tutorial - Reading in a .txt File

    -

    Author: Julia Kent, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Julia Kent
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers setting up a work environment and opening a .txt file. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

    @@ -1598,7 +1598,7 @@

    Python for Atmosphere and Ocean Science

    Your First Python Tutorial - Creating a Data Dictionary

    -

    Author: Julia Kent, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Julia Kent
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers creating a data dictionary. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

    @@ -1620,7 +1620,7 @@

    Python for Atmosphere and Ocean Science

    Your First Python Tutorial - Writing Functions

    -

    Author: Julia Kent, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Julia Kent
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to write and call functions in Python. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

    @@ -1642,7 +1642,7 @@

    Python for Atmosphere and Ocean Science

    Your First Python Tutorial - Creating Your Own Package

    -

    Author: Julia Kent, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Julia Kent
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to create and call modules and packages. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

    @@ -1664,7 +1664,7 @@

    Python for Atmosphere and Ocean Science

    Your First Python Tutorial - Using a Built-In Package and Publishing Your Package

    -

    Author: Julia Kent, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Julia Kent
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series designed to teach you Python, not package specific syntax. This lessons covers how to use your first external buil-in package, `math`, and how to publish your package. The content to follow along with this video is hosted on the Xdev Python Tutorial website.

    @@ -1686,7 +1686,7 @@

    Python for Atmosphere and Ocean Science

    Python Tutorial Seminar Series - Jupyter Notebooks

    -

    Author: Kevin Paul, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Kevin Paul
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series introducing JupyterLab and Jupyter Notebooks.

    @@ -1730,7 +1730,7 @@

    Python for Atmosphere and Ocean Science

    Python Tutorial Seminar Series - Matplotlib

    -

    Author: Anissa Zacharias, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Anissa Zacharias
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series introducing the Python Package `matplotlib`. The content to follow along with this video is hosted on this Matplotlib Tutorial GitHub Repository.

    @@ -1798,7 +1798,7 @@

    Python for Atmosphere and Ocean Science

    Python Tutorial Seminar Series - Git and GitHub

    -

    Author: Kevin Paul, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Kevin Paul
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series introducing the tools Git and GitHub. The content to follow along with this tutorial is hosted in this Git and GitHub Demo GitHub Repository.

    @@ -1820,7 +1820,7 @@

    Python for Atmosphere and Ocean Science

    Python Tutorial Seminar Series - Pandas

    -

    Author: Drew Camron, Max Grover, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Drew Camron, Max Grover
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series introducing the Python Package `pandas`. The content to follow along with this video is hosted in this Pandas Tutorial GitHub Repository.

    @@ -1842,7 +1842,7 @@

    Python for Atmosphere and Ocean Science

    Python Tutorial Seminar Series - Xarray Part 1

    -

    Author: Anderson Banihirwe, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Anderson Banihirwe
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

    @@ -1864,7 +1864,7 @@

    Python for Atmosphere and Ocean Science

    Python Tutorial Seminar Series - Xarray Part 2

    -

    Author: Anderson Banihirwe, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Anderson Banihirwe
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series introducing the Python Package `xarray`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

    @@ -1886,7 +1886,7 @@

    Python for Atmosphere and Ocean Science

    Python Tutorial Seminar Series - Dask Part 1

    -

    Author: Anderson Banihirwe, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Anderson Banihirwe
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the first lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

    @@ -1908,7 +1908,7 @@

    Python for Atmosphere and Ocean Science

    Python Tutorial Seminar Series - Dask Part 2

    -

    Author: Anderson Banihirwe, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Anderson Banihirwe
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series introducing the Python Package `dask`. This is the second lesson of a two part series. The content to follow along with this video is hosted in this Xarray Tutorial GitHub Repository.

    @@ -1930,7 +1930,7 @@

    Python for Atmosphere and Ocean Science

    Python Tutorial Seminar Series - Plotting with GeoCAT

    -

    Author: Anissa Zacharias, Project Pythia
    Institution: NCAR

    +

    Author: Project Pythia, Anissa Zacharias
    Institution: NCAR

    Recording from the Python Tutorial Seminar Series introducing advanced plotting techniques and highlighting tools developed by GeoCAT. The content to follow along with this video is hosted in this Plotting with GeoCat GitHub Repository.

    @@ -2284,21 +2284,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/search.html b/search.html index 65ff9e23..bc1c5feb 100644 --- a/search.html +++ b/search.html @@ -326,21 +326,20 @@

    About

  • About Project Pythia
  • How to use Pythia Foundations
  • The Project Team
  • +
  • How to Cite
  • diff --git a/searchindex.js b/searchindex.js index a24fcf73..62e31795 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["about","code_of_conduct","contributing","index","posts/cookoff2023","resource-gallery"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["about.md","code_of_conduct.md","contributing.md","index.md","posts/cookoff2023.md","resource-gallery.md"],objects:{},objnames:{},objtypes:{},terms:{"00pm":3,"01":0,"06":0,"1":[1,3,5],"10":[1,4],"12":0,"2":[3,5],"20":[1,4],"2019":5,"2020":1,"2021":0,"2022":0,"23":4,"3":[2,3,5],"36":4,"3857":5,"4":1,"4326":5,"5":5,"5065":1,"6":5,"6w2c":1,"75":5,"abstract":0,"break":2,"case":[2,5],"class":5,"do":[1,2,5],"final":2,"function":5,"import":[2,4],"long":[2,3],"new":[4,5],"public":[0,2,3,5],"short":[2,5],"static":5,"while":[2,3,5],A:[0,2,5],As:2,At:2,Be:1,But:[2,5],By:5,For:2,If:[1,2,3],In:[0,1,2,5],It:[2,5],One:[2,4],Such:1,That:2,The:[0,1,4,5],There:[2,3],These:[2,3],To:[0,2,5],With:2,a132:1,abernathei:5,abernatheyinstitut:5,abid:1,abil:[1,5],abl:2,about:[2,3,4,5],abov:[1,2,5],abovement:5,abus:1,academ:5,academi:5,accept:[1,2],access:[0,2,3,5],account:[1,2],acknowledg:1,acquir:2,act:3,action:1,activ:[1,2,5],actual:2,ad:2,adapt:1,add:5,addit:[1,2,4,5],address:[1,2,5],addtion:2,adopt:[0,1],advanc:[0,1,3,5],advis:2,affect:[1,2],affili:[1,5],after:2,ag:1,again:2,against:2,agnost:5,agu:[0,1],ai:5,aim:5,aka:2,al:5,alan:5,alarm:1,albani:5,alert:1,algorithm:5,align:1,alik:5,all:[1,2,3,5],allow:[2,5],along:[2,3,5],alreadi:[2,5],also:[0,1,2,5],altern:[2,3],alwai:2,am:0,american:1,an:[0,1,2,3,4,5],anaconda:2,analys:5,analysi:5,analyt:5,analyz:[0,5],ancient:0,anderson:5,ani:[0,1,2,5],anim:5,anissa:5,anonym:5,anonymousinstitut:5,anoth:[2,5],anyon:[1,3],anyth:[2,3,5],anywher:2,api:5,apollo:0,appear:1,appli:1,applic:[1,5],approach:5,appropri:[1,2],approxim:5,ar:[0,1,2,3,4,5],area:5,argument:2,around:[0,3],arrai:5,arriba:5,arw:5,asefaw:5,ask:[2,5],aspect:2,aspir:0,assembl:2,asset:2,associ:[1,2],astronom:5,atmospher:[0,5],atsc301:5,attack:1,attempt:3,attent:1,attribut:5,austininstitut:5,author:5,automat:2,avail:[1,2,5],avoid:1,b:2,back:[2,3],background:5,ban:1,banihirw:5,base:[0,1,2,5],basemap:5,basic:[2,5],becaus:2,becom:4,been:2,befor:2,begin:[3,5],beginn:5,behavior:1,being:[0,5],bel:5,believ:[2,5],belinstitut:5,below:[1,2,3,5],benefit:4,best:[2,5],better:4,between:[2,3],beyond:5,big:5,binder:0,bodi:1,book:5,borrow:[1,5],both:[0,1,2,5],boulder:[4,5],bound:5,box:5,branch:2,branch_nam:2,brendan:5,brian:[0,5],british:5,broadcast:5,broadli:5,broken:[2,5],brought:[1,5],browser:2,buil:5,build:[2,3,5],built:[0,5],builtin:5,button:2,calcul:5,calendar:5,call:[0,5],camron:[0,5],can:[0,1,2,3,5],career:[0,5],carpentri:5,carri:1,cartopi:[2,5],catalog:5,categor:5,categori:3,cd:2,center:[0,3],certif:5,cesm:0,chabot:5,challeng:2,chang:[0,1,4],channel:3,chapter:5,characterist:1,check:[2,5],checkout:2,chemistri:0,choos:2,chronolog:0,chunk:2,circumst:1,citat:4,clarifi:[1,2],clean:[2,5],clear:5,clearli:5,click:[0,2,3],client:5,climat:[0,5],climatematch:5,climlab:5,clone:2,cloud:0,clyne:0,cma:5,co:[2,4],code:[3,4,5],collab:5,collabor:[1,2,5],collect:[2,5],colorado:5,columbia:5,com:2,come:3,command:[2,5],commandlin:5,comment:[1,4],commit:1,common:[2,3,5],commonli:5,commun:[0,2,3,4,5],communityinstitut:5,comp:5,compar:2,complaint:1,complet:2,complex:[2,5],compli:1,complic:2,compon:5,comprehens:[3,5],comput:[0,3,5],concept:5,concern:1,concis:5,conda:[2,5],conduct:[2,3],config:2,congratul:2,connect:2,consid:[1,2],consider:1,consist:5,consult:2,contain:[2,5],content:[0,3,4,5],contexili:5,contextili:5,contextu:5,continu:[1,5],contribut:[1,4,5],contributor:[1,3,5],contributorsinstitut:5,control:[2,5],convent:2,coordin:5,copi:2,core:[0,5],corner:2,correctli:[2,5],could:1,courework:5,cours:[0,2,5],coven:1,cover:[2,3,5],creat:[1,5],creator:1,critic:1,critiqu:1,curat:[3,5],current:[0,2,5],custom:[2,5],customiz:0,cut:5,cych:5,dai:5,damien:5,danger:1,dani:5,dask:5,data:[0,5],dataarrai:5,dataset:5,datatyp:5,date:[0,1,2],datetim:5,daunt:2,deal:5,decemb:1,deem:1,defens:5,defin:[1,5],delphi:0,demo:5,demonstr:5,depart:5,depend:[2,5],deploy:0,depth:5,describ:2,descript:2,design:5,desir:2,desktop:2,detail:[2,3,5],develop:[2,3,4,5],developersinstitut:5,diagnost:[0,5],dialogu:2,dictionari:5,did:2,differ:[2,5],difficult:2,difficulti:2,digit:0,dimens:5,dimension:5,direct:1,directli:2,directori:2,disabl:1,discern:5,disciplin:0,discours:3,discrimin:1,discuss:[2,5],disk:5,displai:5,distress:1,divers:[1,5],doc:2,document:[1,2,5],documentation_cleanup:2,doe:[2,5],doherti:5,doi:[1,4],domain:[3,5],don:2,done:[2,5],down:2,download:[2,3,5],drew:[0,5],driven:5,dure:4,e:[0,2,5],each:[2,3],earth:[0,5],eas:2,easi:[2,5],easier:5,easiest:2,eastern:3,ecolog:5,ecosystem:[0,2,3,5],ed:5,edg:5,edit:[1,2],educ:[0,2,3,5],effect:[0,2],effici:5,effort:[0,4],either:2,electron:1,eleg:5,elsewher:[2,5],email:[1,2],emerg:0,emploi:2,employe:1,empow:1,enabl:[2,5],encount:2,encourag:[1,2],end:4,enforc:1,engin:5,enjoi:4,enough:5,enterpris:2,enthought:5,enthusiast:[4,5],entir:[0,2,3,5],environ:[0,1,5],environment:5,epsg:5,equat:5,equiti:1,error:5,escienc:5,esd:0,essenti:2,et:5,etc:[1,2],ethnic:1,even:[2,5],event:[1,4],everi:[3,5],everyon:[1,3,4,5],everyth:2,exampl:[0,1,2,3,4,5],execut:[0,2],exercis:5,exist:[2,5],exit:4,expand:4,expect:[1,2,4],experi:[1,5],expertis:0,explain:5,explicit:1,explicitli:2,explor:5,exploratori:5,express:[1,5],extend:5,extens:5,extern:[2,5],face:1,facilit:3,familiar:2,fast:5,featur:5,feature_nam:2,feder:1,fellow:1,felt:4,few:2,field:5,figur:[2,5],file:[2,5],filter:[2,3,5],find:[2,3],fine:2,fiona:5,first:[2,4,5],firstli:2,fit:5,fix:2,flexibl:5,focu:[3,5],focus:[0,3,5],follow:[1,2,5],forecast:5,form:[1,5],format:[0,2,5],formerli:5,forum:[0,1,2,3],found:[0,2],foundat:5,free:[2,3],freeli:[3,5],friend:2,friendli:5,from:[1,3,4,5],fun:5,fundament:5,further:[1,2,5],g:[2,5],galleri:4,gatewai:4,gather:[3,4],gave:2,gender:1,gener:[2,5],genet:1,geocat:[2,5],geocatinstitut:5,geograph:5,geographi:5,geohackweek:5,geojson:5,geometr:5,geopanda:5,geophys:1,geoscienc:[0,2,3,5],geoscientif:[3,4],geoscientist:[0,2,3,5],geospati:5,geotiff:5,get:[0,3,4,5],gi:5,git:5,github:[3,5],give:2,glaciolog:5,global:[2,5],gloss:5,go:[2,3,5],goal:[3,5],god:0,goe:2,good:2,googl:[2,5],gopalakrishnaninstitut:5,gracefulli:1,graduat:5,graph:5,great:[2,4,5],greatli:2,greek:0,grew:5,grid:5,group:0,grover:[0,5],grow:5,guest:1,guid:[3,5],guidelin:2,ha:[2,3,4],hacakthon:4,hackthon:4,hackweek:5,hand:[3,5],hanna:5,happen:2,harass:1,hardwar:1,harm:1,have:[0,1,2,3,5],head:2,heavili:[0,5],held:5,help:[0,2,3,5],here:[0,2,3,5],heterogen:5,hidden:2,high:[0,3,5],highlight:5,histori:0,hold:3,holoview:5,holoviz:5,home:[0,1,2,3],hook:2,hope:5,hopefulli:2,host:[2,3,4,5],hostil:1,hour:3,hous:3,how:[0,2,3,5],howev:[0,2],hr:1,http:[1,2],hub:3,huge:[0,2,3],hvplot:5,hybrid:4,hydrolog:5,i:5,icon:2,idea:[1,2],ideal:5,ident:1,illustr:5,imag:[1,5],imageri:5,immedi:1,impact:2,improv:[0,4],inappropri:1,incid:1,includ:[1,2,3,5],inclus:[0,1,3,5],incomplet:5,index:5,indic:2,individu:[1,5],info:0,inform:[1,2,3,5],infrastructur:[2,3,4],ingest:5,initi:3,insid:2,inspir:5,instal:[2,5],instanc:[1,2],instead:0,institut:[1,2,5],instituteinstitut:5,instruct:2,instructor:3,instrument:0,intak:5,integr:[0,5],intend:5,intens:5,interact:[3,5],interfac:5,intermedi:5,internet:[3,5],interoper:2,interpol:5,intimid:1,intro:5,introduc:[4,5],introduct:5,intuit:5,involv:[0,2,3],ipyleaflet:5,irv:5,isn:2,isol:2,issu:[1,2],issue_xxx:2,item:2,its:[0,1,2,5],jai:5,john:0,join:4,journei:2,jovian:5,julia:[0,5],june:4,jupyt:[3,5],jupyterbook:5,jupyterlab:5,just:[2,5],k:5,keep:[2,5],kei:5,kent:[0,5],kerri:5,kevin:[0,5],know:5,knowledg:2,known:0,koldunov:5,kootzinstitut:5,lab:[4,5],label:[2,5],labinstitut:5,laboratori:5,lamont:5,languag:[0,2,5],laptop:2,larg:5,larger:4,last:2,lastli:2,later:[0,2,3],latest:[1,2],latter:2,launch:0,law:1,layer:5,learn:[0,2,4,5],learner:5,least:5,leclerc:5,leclercinstitut:5,led:3,len:0,less:5,lesson:5,level:[0,1,2,5],leverag:0,librari:5,licens:3,light:0,like:[0,2,5],limit:1,line:[2,5],link:[0,2,3],lisa:5,list:[0,1,2,3],live:5,liverpool:5,ll:[2,5],locat:2,log:2,look:[0,2,3,5],lot:2,love:5,machin:2,made:[0,2,4],mai:[1,2,5],mail:1,main:2,maintain:[1,2,5],major:5,make:[0,1,3,5],manag:[1,2],mani:5,manipul:[0,5],manual:2,map:5,mapbox:5,markdown:5,materi:[2,5],math:5,mathemat:5,matlab:5,matplotlib:[2,5],max:[0,5],md:2,me:4,meaning:2,mechan:5,media:1,meet:1,member:[1,2,4],mention:2,menu:2,mercat:5,merg:2,mesa:4,messag:2,met:5,meteorolog:5,method:[2,5],metpi:5,michaela:5,might:[2,5],mind:1,miniconda:2,minut:5,mirror:4,model:[1,5],modern:5,modul:5,mondai:[3,5],monstrou:0,more:[0,2,3,5],most:[2,5],mostli:5,mountain:3,mth271:5,much:[2,5],multi:5,multidisciplinari:5,multipl:[2,5],multitud:0,must:2,myriad:[0,2],mysteri:0,mytholog:0,n:5,name:2,nation:1,nativ:5,navig:[0,2],nbsp:5,ncar:[4,5],neatli:5,necessari:[1,2,5],need:[2,3,5],netcdf4:5,netcdf:5,network:5,neuromatch:5,never:2,nevertheless:2,newli:2,next:[2,3,5],nikolai:5,non:5,none:5,normal:1,note:[2,3],notebook:[3,4,5],notic:1,notifi:2,novel:4,now:2,nuditi:1,number:2,numer:[0,3,5],numpi:5,o:5,object:5,observ:[0,5],observatori:5,occas:5,occur:2,ocean:5,oceanographi:5,odei:1,off:5,offens:1,offer:[2,5],offic:[1,5],offici:2,often:2,old:0,onc:[2,5],one:[2,5],ones:[1,2],onli:[0,2],onlin:[0,1,2,5],open:[0,2,3,5],openli:1,oper:[2,5],opinion:1,opt:2,option:2,oracl:0,order:[0,5],org:1,organ:[2,3,5],orient:[1,5],origin:[1,2],other:[0,1,2,5],our:[2,3,4,5],out:[1,2,3,5],outlin:1,output:5,outsid:[1,2],over:5,overcom:2,overview:5,own:[0,2,3,4,5],owner:2,pace:3,packag:[0,2,5],page:[1,2,5],paid:2,panda:5,pangeo:[0,3,4,5],paragraph:2,parallel:5,parlanc:2,part:[2,5],parti:1,particip:[1,3,5],particular:2,particularli:5,pass:5,password:2,past:3,path:2,path_to_new_fil:2,pattern:5,paul:[0,5],peopl:[1,4,5],perform:[2,5],perman:1,permiss:1,person:1,pertin:2,philip:5,physic:[1,5],pick:[2,3],place:[4,5],plan:5,platform:[0,5],pleas:[2,3],plot:5,plu:2,point:[0,1,2],polici:1,polit:1,pooch:5,popul:2,popular:5,portal:[0,3],portland:5,posit:1,possibl:[0,2,5],post:[2,4],poster:0,potenti:0,power:[0,2,5],practic:[2,3,5],pre:[2,5],pregnanc:1,present:[2,5],preview:2,previou:3,prior:5,privat:1,problem:[2,5],procedur:1,process:[1,2,5],procur:5,produc:[0,5],product:1,profession:[1,5],program:[0,2,5],progress:5,proj4:5,project:[2,4,5],projectpythia:[2,3],prompt:2,prone:5,pronoun:1,properli:2,protect:1,protocol:2,proven:5,provid:[0,1,2,4,5],publicli:1,publish:[1,3,5],pull:5,pure:5,put:5,pyngl:5,pystac:5,pythia:[1,5],pythia_repo_nam:2,pythiainstitut:5,python:[0,3,4,5],qualiti:[0,3,5],question:[2,3,5],r:5,race:1,radar:4,radiat:5,ran:2,rang:3,rapidli:0,raster:5,rasterio:5,rather:1,raw:5,reach:[3,5],read:[2,3,5],readi:5,real:[0,5],reason:1,receipt:1,recent:0,record:[3,5],redirect:2,reduc:2,refer:[2,3,5],regardless:1,regularli:3,reject:1,rel:0,relat:2,relev:[2,5],reli:0,reliabl:2,religion:1,remaind:5,rememb:2,remot:[2,4,5],remov:1,render:2,repeat:1,repositori:[1,3,5],represent:1,reproduc:[3,4,5],request:[1,5],requir:[0,1,2],requisit:5,research:[0,4,5],resourc:[0,4],respect:[1,2],respond:[1,2],result:[2,5],rethink:0,retriev:5,revers:[0,2],review:5,right:[1,2],role:5,root:2,rose:0,roseinstitut:5,routin:5,row:2,rule:1,run:[0,1,2,5],ryan:5,s:[0,1,3,4,5],safe:[1,2],sai:2,said:0,same:[0,2],satellit:5,satisfi:2,save:5,scale:5,scenario:5,scienc:[0,3,4,5],scientif:[0,2,3,5],scientist:[0,4,5],scipi:5,scripp:5,script:5,search:2,searchabl:0,second:[2,5],secondli:2,section:[1,5],see:[0,2,3,4],seem:0,seen:2,select:[2,3],seminar:[3,5],send:2,sens:[0,3,4,5],separ:[2,5],seri:5,serv:[0,3,5],server:[2,5],servic:[2,5],set:[1,3,5],sever:3,sexual:1,shall:5,shape:5,share:[2,3],sharpen:3,shell:2,should:[1,2,5],show:[1,5],showcas:[0,5],sign:2,signific:[4,5],similarli:0,simpl:[2,5],simpli:2,simplifi:2,simul:0,sinc:5,singl:0,siphon:5,sit:3,site:[2,5],situat:1,size:1,sizemoreinstitut:5,skill:[0,3,4,5],slai:0,slain:0,slice:5,slide:[0,3],small:5,so:[1,2,5],social:1,softwar:[0,1,2,5],solut:2,solv:[2,5],some:[2,5],someon:[1,4],someth:2,sometim:2,somewhat:2,soon:4,sourc:[0,2,3,5],space:[0,1],spatial:5,specif:[1,2,3,5],specifi:2,spend:5,spheric:5,spin:5,spreadsheet:5,ssh:2,stackoverflow:2,staff:1,stalk:1,standalon:5,standard:[2,5],start:[4,5],state:[1,5],statist:5,statu:[1,2],step:2,steward:1,stop:1,store:5,stream:5,stricli:2,strive:5,strong:1,structur:5,student:5,studi:[0,5],subdirectori:2,submit:5,subplot:5,subsect:2,subsequ:2,subset:5,successfulli:2,suggest:2,suit:5,summar:2,supercomput:0,support:[1,2,4,5],sure:2,surround:1,survei:4,syntax:5,system:[0,1,2,5],t:2,tab:2,tabular:5,tailor:5,take:1,talk:1,target:[2,5],task:[1,5],taster:5,taught:5,tauxeinstitut:5,teach:5,team:[0,1,2,3,4,5],teaminstitut:5,technic:[0,2],techniqu:5,technolog:[0,2,3,5],telecon:1,telescop:5,tell:2,templ:0,templat:2,temporarili:1,term:2,termin:2,terrain:5,test:[2,5],textbook:5,than:[1,2],thei:[1,2,4,5],them:[1,2,5],therefor:1,therein:2,thi:[0,2,3,4,5],thing:[0,1,2,5],those:[1,2,5],though:2,threaten:1,thredd:5,three:[2,5],through:[0,3,5],thu:0,tightli:5,tile:5,time:[2,5],timeseri:5,titl:0,todai:0,togeth:[3,5],tool:[0,2,3,4,5],toolchain:2,toolkit:5,top:[2,3,5],topic:[2,3,5],toward:[1,4],track:5,tracker:1,train:[0,3,5],transpar:5,treat:1,treatment:1,tremend:0,ture:5,turn:5,tutori:[2,5],two:[0,2,5],txt:5,tyle:0,type:[2,5],typic:2,ucar:1,uk:5,ultim:2,umbrella:2,unaccept:1,uncommit:2,under:[1,2,5],understand:2,undertak:5,unfortun:2,unidata:5,union:1,univers:[2,5],until:2,unwelcom:1,up:[2,4,5],upcom:3,updat:[0,2],upon:1,upper:2,upstream:2,us:[0,1,2,5],user:[2,5],util:5,valid:2,valu:[1,4],vari:2,varieti:[2,5],variou:5,vast:0,ve:2,vector:5,venu:1,verbal:1,veri:[2,5],verifi:2,version:[1,2,5],veteran:1,via:5,video:[0,5],view:[1,3],violat:1,visit:[3,5],visual:[0,5],viz:5,volum:[0,3],vs:5,wa:[0,1,5],wai:5,want:[2,3],washington:5,we:[1,2,3,4,5],wealth:3,weather:[0,5],web:[0,1,2,5],websit:[1,5],weekli:5,weight:0,welcom:[1,2,3,5],well:[1,5],were:[2,4,5],wgs84:5,what:[2,5],when:[1,2,4],whenev:2,where:2,whether:1,which:[1,2,5],who:[1,3,5],wide:[2,5],widespread:5,widget:5,wiki:1,wildfir:0,window:2,wish:[2,3],within:[0,1,2],without:[1,2],work:[0,5],workflow:[2,3,4],workshop:5,workstat:2,world:[0,2,5],worldwid:5,would:[1,4],wrf:5,write:[2,5],written:[1,5],x:2,xarrai:[2,5],xdev:5,xgcm:5,xrai:5,xxx:2,ye:2,year:4,yet:2,you:[0,1,2,3,5],your:[0,1,3,5],your_branch_nam:2,your_email:2,your_nam:2,your_user_nam:2,yourself:[2,5],youtub:3,zacharia:5,zero:5,zoom:3},titles:["About Project Pythia","Code of Conduct","Contributor\u2019s Guide","Project Pythia","Pythia Cookbook Cook-Off Hackathon 2023","Resource Gallery"],titleterms:{"2023":4,"do":0,"new":2,The:[2,3],about:0,add:2,administr:1,advanc:2,attribut:1,authent:2,book:3,calendar:3,chang:2,code:[1,2],collect:3,commit:2,commun:1,conduct:1,configur:2,consequ:1,content:2,contribut:[2,3],contributor:2,convers:2,cook:4,cookbook:[2,3,4],creat:2,data:3,environ:2,event:3,fork:2,foundat:[2,3],from:2,galleri:[2,3,5],get:2,git:2,github:2,goal:0,group:3,guid:2,hackathon:4,join:3,jupyt:2,learn:3,local:2,make:2,mani:2,meet:3,name:0,need:0,notebook:2,off:4,our:1,overview:2,person:2,pledg:1,portal:2,pr:2,present:0,project:[0,1,3],pull:2,push:2,pythia:[0,2,3,4],python:2,readi:2,repo:2,report:1,repositori:2,request:2,resourc:[2,3,5],respons:1,review:2,s:2,scope:1,seri:3,set:2,setup:2,standard:1,start:[2,3],submit:2,thi:1,tutori:3,us:3,wai:2,we:0,webinar:3,weekli:3,who:0,why:0,work:[2,3],your:2}}) \ No newline at end of file +Search.setIndex({docnames:["about","code_of_conduct","contributing","index","posts/cookoff2023","resource-gallery"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["about.md","code_of_conduct.md","contributing.md","index.md","posts/cookoff2023.md","resource-gallery.md"],objects:{},objnames:{},objtypes:{},terms:{"0":3,"00pm":3,"01":0,"06":0,"1":[1,3,5],"10":[1,3,4],"12":0,"2":[3,5],"20":[1,4],"2019":5,"2020":1,"2021":0,"2022":0,"2023":3,"23":4,"3":[2,3,5],"36":4,"3857":5,"4":[1,3],"4326":5,"5":5,"5065":1,"5281":3,"6":5,"6w2c":1,"75":5,"8184298":3,"abstract":0,"break":2,"case":[2,5],"class":5,"do":[1,2,5],"final":2,"function":5,"import":[2,4],"long":[2,3],"new":[4,5],"public":[0,2,3,5],"short":[2,5],"static":5,"while":[2,3,5],A:[0,2,5],As:2,At:2,BY:3,Be:1,But:[2,5],By:5,For:2,If:[1,2,3],In:[0,1,2,5],It:[2,5],One:[2,4],Such:1,That:2,The:[0,1,4,5],There:[2,3],These:[2,3],To:[0,2,3,5],With:2,a132:1,abernathei:5,abernatheyinstitut:5,abid:1,abil:[1,5],abl:2,about:[2,3,4,5],abov:[1,2,5],abovement:5,abus:1,academ:5,academi:5,accept:[1,2],access:[0,2,3,5],account:[1,2],acknowledg:1,acquir:2,act:3,action:1,activ:[1,2,5],actual:2,ad:2,adapt:[1,3],add:5,addit:[1,2,4,5],address:[1,2,5],addtion:2,adopt:[0,1],advanc:[0,1,3,5],advis:2,affect:[1,2],affili:[1,5],after:2,ag:1,again:2,against:2,agnost:5,agu:[0,1],ai:5,aim:5,aka:2,al:5,alan:5,alarm:1,albani:5,alert:1,algorithm:5,align:1,alik:5,all:[1,2,3,5],allow:[2,5],along:[2,3,5],alreadi:[2,5],also:[0,1,2,5],altern:[2,3],alwai:2,am:0,amelia:3,american:1,an:[0,1,2,3,4,5],anaconda:2,analys:5,analysi:5,analyt:5,analyz:[0,5],ancient:0,anderson:5,ani:[0,1,2,5],anim:5,anissa:5,anonym:5,anonymousinstitut:5,anoth:[2,5],anyon:[1,3],anyth:[2,3,5],anywher:2,apach:3,api:5,apollo:0,appear:1,appli:1,applic:[1,5],approach:5,appropri:[1,2,3],approxim:5,ar:[0,1,2,3,4,5],area:5,argument:2,around:[0,3],arrai:5,arriba:5,arw:5,asefaw:5,ask:[2,5],aspect:2,aspir:0,assembl:2,asset:2,associ:[1,2],astronom:5,atmospher:[0,5],atsc301:5,attack:1,attempt:3,attent:1,attribut:5,austininstitut:5,author:5,automat:2,avail:[1,2,5],avoid:1,b:2,back:[2,3],background:5,ban:1,banihirweinstitut:5,base:[0,1,2,5],basemap:5,basic:[2,5],becaus:2,becom:4,been:2,befor:2,begin:[3,5],beginn:5,behavior:1,being:[0,5],bel:5,believ:[2,5],belinstitut:5,below:[1,2,3,5],benefit:4,best:[2,5],better:4,between:[2,3],beyond:5,big:5,binder:0,bodi:1,book:5,borrow:[1,5],both:[0,1,2,5],boulder:[4,5],bound:5,box:5,branch:2,branch_nam:2,brendan:5,brian:[0,3,5],british:5,broadcast:5,broadli:5,broken:[2,5],brought:[1,5],browser:2,buil:5,build:[2,3,5],built:[0,5],builtin:5,button:2,calcul:5,calendar:5,call:[0,5],camron:[0,5],can:[0,1,2,3,5],career:[0,5],carpentri:5,carri:1,cartopi:[2,5],catalog:5,categor:5,categori:3,cc:3,cd:2,center:[0,3],certif:5,cesm:0,chabot:5,challeng:2,chang:[0,1,4],channel:3,chapter:5,characterist:1,check:[2,5],checkout:2,chemistri:0,choos:2,chronolog:0,chunk:2,circumst:1,citat:4,clarifi:[1,2],clean:[2,5],clear:5,clearli:5,click:[0,2,3],client:5,climat:[0,5],climatematch:5,climlab:5,clone:2,cloud:0,clyne:[0,3],cma:5,co:[2,4],code:[3,4,5],collab:5,collabor:[1,2,3,5],collect:[2,5],colorado:5,columbia:5,com:2,come:3,command:[2,5],commandlin:5,comment:[1,4],commit:1,common:[2,3,5],commonli:5,commun:[0,2,3,4,5],communityinstitut:5,comp:5,compar:2,complaint:1,complet:2,complex:[2,5],compli:1,complic:2,compon:[3,5],comprehens:[3,5],comput:[0,3,5],concept:5,concern:1,concis:5,conda:[2,5],conduct:[2,3],config:2,congratul:2,connect:2,consid:[1,2],consider:1,consist:5,consult:2,consumpt:3,contain:[2,5],content:[0,3,4,5],contexili:5,contextili:5,contextu:5,continu:[1,5],contribut:[1,4,5],contributor:[1,3,5],contributorsinstitut:5,control:[2,5],convent:2,coordin:5,copi:2,core:[0,5],corner:2,correctli:[2,5],could:1,courework:5,cours:[0,2,5],coven:1,cover:[2,3,5],creat:[1,5],creativ:3,creator:1,credit:3,critic:1,critiqu:1,curat:[3,5],current:[0,2,5],custom:[2,5],customiz:0,cut:5,cych:5,dai:5,damien:5,danger:1,dani:5,dask:5,data:[0,5],dataarrai:5,dataset:5,datatyp:5,date:[0,1,2],datetim:5,daunt:2,deal:5,decemb:1,deem:1,defens:5,defin:[1,5],delphi:0,demo:5,demonstr:5,depart:5,depend:[2,5],deploy:0,depth:5,describ:2,descript:2,design:5,desir:2,desktop:2,detail:[2,3,5],develop:[2,3,4,5],developersinstitut:5,diagnost:[0,5],dialogu:2,dictionari:5,did:2,differ:[2,5],difficult:2,difficulti:2,digit:0,dimens:5,dimension:5,direct:1,directli:2,directori:2,disabl:1,discern:5,disciplin:0,discours:3,discrimin:1,discuss:[2,5],disk:5,displai:5,distress:1,divers:[1,5],doc:2,document:[1,2,5],documentation_cleanup:2,doe:[2,5],doherti:5,doi:[1,3,4],domain:[3,5],don:2,done:[2,5],down:2,download:[2,3,5],drew:[0,5],driven:5,dure:4,e:[0,2,3,5],each:[2,3],earth:[0,5],eas:2,easi:[2,5],easier:5,easiest:2,eastern:3,ecolog:5,ecosystem:[0,2,3,5],ed:5,edg:5,edit:[1,2],educ:[0,2,3,5],effect:[0,2,3],effici:5,effort:[0,4],either:2,electron:1,eleg:5,elsewher:[2,5],email:[1,2],emerg:0,emploi:2,employe:1,empow:1,enabl:[2,5],encount:2,encourag:[1,2],end:4,enforc:1,engin:5,enjoi:4,enough:5,enterpris:2,enthought:5,enthusiast:[4,5],entir:[0,2,3,5],environ:[0,1,5],environment:5,epsg:5,equat:5,equiti:1,eroglu:3,error:5,escienc:5,esd:0,essenti:2,et:5,etc:[1,2],ethnic:1,even:[2,5],event:[1,4],everi:[3,5],everyon:[1,3,4,5],everyth:2,exampl:[0,1,2,3,4,5],execut:[0,2],exercis:5,exist:[2,5],exit:4,expand:4,expect:[1,2,4],experi:[1,5],expertis:0,explain:5,explicit:1,explicitli:2,explor:5,exploratori:5,express:[1,5],extend:5,extens:5,extern:[2,5],face:1,facilit:3,familiar:2,fast:5,featur:5,feature_nam:2,feder:1,fellow:1,felt:4,few:2,field:5,figur:[2,5],file:[2,5],filter:[2,3,5],find:[2,3],fine:2,fiona:5,first:[2,4,5],firstli:2,fit:5,fix:2,flexibl:5,focu:[3,5],focus:[0,3,5],follow:[1,2,5],forecast:5,form:[1,5],format:[0,2,5],formerli:5,forum:[0,1,2,3],found:[0,2],foundat:5,free:[2,3],freeli:[3,5],friend:2,friendli:5,from:[1,3,4,5],fun:5,fundament:5,further:[1,2,5],g:[2,5],galleri:4,gatewai:4,gather:[3,4],gave:2,gender:1,gener:[2,5],genet:1,geo:3,geocat:[2,5],geocatinstitut:5,geograph:5,geographi:5,geohackweek:5,geojson:5,geometr:5,geopanda:5,geophys:1,geoscienc:[0,2,3,5],geoscientif:[3,4],geoscientist:[0,2,3,5],geospati:5,geotiff:5,get:[0,3,4,5],gi:5,git:5,github:[3,5],give:[2,3],glaciolog:5,global:[2,5],gloss:5,go:[2,3,5],goal:[3,5],god:0,goe:2,good:2,googl:[2,5],gopalakrishnaninstitut:5,gracefulli:1,graduat:5,graph:5,great:[2,4,5],greatli:2,greek:0,grew:5,grid:5,group:0,grover:0,groverinstitut:5,grow:5,guest:1,guid:[3,5],guidelin:2,ha:[2,3,4],hacakthon:4,hackthon:4,hackweek:5,hand:[3,5],hanna:5,happen:2,harass:1,hardwar:1,harm:1,have:[0,1,2,3,5],head:2,heavili:[0,5],held:5,help:[0,2,3,5],here:[0,2,3,5],heterogen:5,hidden:2,high:[0,3,5],highlight:5,histori:0,hold:3,holoview:5,holoviz:5,home:[0,1,2,3],hook:2,hope:5,hopefulli:2,host:[2,3,4,5],hostil:1,hour:3,hous:3,how:[0,2,5],howev:[0,2],hr:1,http:[1,2,3],hub:3,huge:[0,2,3],hvplot:5,hybrid:4,hydrolog:5,i:5,icon:2,idea:[1,2],ideal:5,ident:1,illustr:5,imag:[1,5],imageri:5,immedi:1,impact:2,improv:[0,4],inappropri:1,incid:1,includ:[1,2,3,5],inclus:[0,1,3,5],incomplet:5,index:5,indic:2,individu:[1,3,5],info:0,inform:[1,2,3,5],infrastructur:[2,3,4],ingest:5,initi:3,insid:2,inspir:5,instal:[2,5],instanc:[1,2],instead:0,institut:[1,2,5],instituteinstitut:5,instruct:2,instructor:3,instrument:0,intak:5,integr:[0,5],intend:5,intens:5,interact:[3,5],interfac:5,intermedi:5,internet:[3,5],interoper:2,interpol:5,intimid:1,intro:5,introduc:[4,5],introduct:5,intuit:5,involv:[0,2,3],ipyleaflet:5,irv:5,isn:2,isol:2,issu:[1,2],issue_xxx:2,item:2,its:[0,1,2,5],j:3,jai:5,jame:3,john:[0,3],join:4,journei:2,jovian:5,julia:[0,5],june:4,jupyt:[3,5],jupyterbook:5,jupyterlab:5,just:[2,5],k:5,keep:[2,5],kei:5,kent:0,kentinstitut:5,kerri:5,kevin:[0,3,5],know:5,knowledg:2,known:0,koldunov:5,kootzinstitut:5,lab:[4,5],label:[2,5],labinstitut:5,laboratori:5,lamont:5,languag:[0,2,5],laptop:2,larg:5,larger:4,last:2,lastli:2,later:[0,2,3],latest:[1,2],latter:2,launch:0,law:1,layer:5,learn:[0,2,4,5],learner:5,least:5,leclerc:5,leclercinstitut:5,led:3,len:0,less:5,lesson:5,level:[0,1,2,5],leverag:0,librari:5,licens:3,light:0,like:[0,2,5],limit:1,line:[2,5],link:[0,2,3],lisa:5,list:[0,1,2,3],live:5,liverpool:5,ll:[2,5],locat:2,log:2,look:[0,2,3,5],lot:2,love:5,machin:2,made:[0,2,4],mai:[1,2,3,5],mail:1,main:2,maintain:[1,2,5],major:5,make:[0,1,3,5],manag:[1,2],mani:5,manipul:[0,5],manual:2,map:5,mapbox:5,markdown:5,materi:[2,3,5],math:5,mathemat:5,matlab:5,matplotlib:[2,5],max:[0,5],md:2,me:4,mean:3,meaning:2,mechan:5,media:1,meet:1,member:[1,2,4],mention:2,menu:2,mercat:5,merg:2,mesa:4,messag:2,met:5,meteorolog:5,method:[2,5],metpi:5,michaela:5,might:[2,5],mind:1,miniconda:2,minut:5,mirror:4,model:[1,5],modern:5,modul:5,mondai:[3,5],monstrou:0,more:[0,2,3,5],most:[2,5],mostli:5,mountain:3,mth271:5,much:[2,5],multi:5,multidisciplinari:5,multipl:[2,5],multitud:0,munro:3,must:2,myriad:[0,2],mysteri:0,mytholog:0,n:5,name:2,nation:1,nativ:5,navig:[0,2],nbsp:5,ncar:[4,5],neatli:5,necessari:[1,2,5],need:[2,3,5],netcdf4:5,netcdf:5,network:5,neuromatch:5,never:2,nevertheless:2,newli:2,next:[2,3,5],nikolai:5,non:[3,5],none:5,normal:1,note:[2,3],notebook:[3,4,5],notic:1,notifi:2,novel:4,now:2,nsf:3,nuditi:1,number:2,numer:[0,3,5],numpi:5,o:5,object:5,observ:[0,5],observatori:5,occas:5,occur:2,ocean:5,oceanographi:5,odei:1,off:5,offens:1,offer:[2,5],offic:[1,5],offici:2,often:2,old:0,onc:[2,5],one:[2,5],ones:[1,2],onli:[0,2],onlin:[0,1,2,5],open:[0,2,3,5],openli:1,oper:[2,5],opinion:1,opt:2,option:2,oracl:0,order:[0,5],org:[1,3],organ:[2,3,5],orhan:3,orient:[1,5],origin:[1,2],os:3,other:[0,1,2,5],our:[2,3,4,5],out:[1,2,3,5],outlin:1,output:5,outsid:[1,2],over:5,overcom:2,overview:5,own:[0,2,3,4,5],owner:2,pace:3,packag:[0,2,5],page:[1,2,5],paid:2,panda:5,pangeo:[0,3,4,5],paragraph:2,parallel:5,parlanc:2,part:[2,5],parti:1,particip:[1,3,5],particular:2,particularli:5,pass:5,password:2,past:3,path:2,path_to_new_fil:2,pattern:5,paul:0,paulinstitut:5,peopl:[1,4,5],perform:[2,5],perman:1,permiss:1,person:1,pertin:2,philip:5,physic:[1,5],pick:[2,3],place:[4,5],plan:5,platform:[0,5],pleas:[2,3],plot:5,plu:2,point:[0,1,2],polici:1,polit:1,pooch:5,popul:2,popular:5,portal:[0,3],portland:5,posit:1,possibl:[0,2,5],post:[2,4],poster:0,potenti:0,power:[0,2,5],practic:[2,3,5],pre:[2,5],pregnanc:1,present:[2,5],preview:2,previou:3,prior:5,privat:1,problem:[2,5],procedur:1,process:[1,2,5],procur:5,produc:[0,5],product:1,profession:[1,5],program:[0,2,5],progress:5,proj4:5,project:[2,4,5],projectpythia:[2,3],prompt:2,prone:5,pronoun:1,properli:2,propos:3,protect:1,protocol:2,proven:5,provid:[0,1,2,4,5],publicli:1,publish:[1,3,5],pull:5,pure:5,put:5,pyngl:5,pystac:5,pythia:[1,5],pythia_repo_nam:2,python:[0,3,4,5],qualiti:[0,3,5],question:[2,3,5],r:5,race:1,radar:4,radiat:5,ran:2,rang:3,rapidli:0,raster:5,rasterio:5,rather:1,raw:5,reach:[3,5],read:[2,3,5],readi:5,real:[0,5],reason:1,receipt:1,recent:0,record:[3,5],redirect:2,reduc:2,refer:[2,3,5],regardless:1,regularli:3,reject:1,rel:0,relat:2,relev:[2,5],reli:0,reliabl:2,religion:1,remaind:5,rememb:2,remot:[2,4,5],remov:1,render:2,repeat:1,repositori:[1,3,5],represent:1,reproduc:[3,4,5],request:[1,5],requir:[0,1,2],requisit:5,research:[0,3,4,5],resourc:[0,4],respect:[1,2],respond:[1,2],result:[2,5],rethink:0,retriev:5,reus:3,reusabl:3,revers:[0,2],review:5,right:[1,2],role:5,root:2,rose:[0,3],roseinstitut:5,routin:5,row:2,rule:1,run:[0,1,2,5],ryan:[3,5],s:[0,1,3,4,5],safe:[1,2],sai:2,said:0,same:[0,2],satellit:5,satisfi:2,save:5,scale:5,scenario:5,scienc:[0,3,4,5],scientif:[0,2,3,5],scientist:[0,4,5],scipi:5,scripp:5,script:5,search:2,searchabl:0,second:[2,5],secondli:2,section:[1,5],see:[0,2,3,4],seem:0,seen:2,select:[2,3],seminar:[3,5],send:2,sens:[0,3,4,5],separ:[2,3,5],seri:5,serv:[0,3,5],server:[2,5],servic:[2,5],set:[1,3,5],sever:3,sexual:1,shall:5,shape:5,share:[2,3],sharpen:3,shell:2,should:[1,2,5],show:[1,5],showcas:[0,5],sign:2,signific:[4,5],similarli:0,simpl:[2,5],simpli:2,simplifi:2,simul:0,sinc:5,singl:0,siphon:5,sit:3,site:[2,3,5],situat:1,size:1,sizemoreinstitut:5,skill:[0,3,4,5],slai:0,slain:0,slice:5,slide:[0,3],small:5,snyder:3,so:[1,2,3,5],social:1,softwar:[0,1,2,5],solut:2,solv:[2,5],some:[2,5],someon:[1,4],someth:2,sometim:2,somewhat:2,soon:4,sourc:[0,2,3,5],space:[0,1],spatial:5,specif:[1,2,3,5],specifi:2,spend:5,spheric:5,spin:5,spreadsheet:5,ssh:2,stackoverflow:2,staff:1,stalk:1,standalon:5,standard:[2,5],start:[4,5],state:[1,5],statist:5,statu:[1,2],step:2,steward:1,stop:1,store:5,stream:5,stricli:2,strive:5,strong:1,structur:5,student:5,studi:[0,5],subdirectori:2,submit:5,subplot:5,subsect:2,subsequ:2,subset:5,successfulli:2,suggest:2,suit:5,summar:2,supercomput:0,support:[1,2,4,5],sure:2,surround:1,survei:4,syntax:5,system:[0,1,2,5],t:2,tab:2,tabular:5,tailor:5,take:1,talk:1,target:[2,5],task:[1,5],taster:5,taught:5,tauxeinstitut:5,teach:5,team:[0,1,2,3,4,5],teaminstitut:5,technic:[0,2],techniqu:5,technolog:[0,2,3,5],telecon:1,telescop:5,tell:2,templ:0,templat:2,temporarili:1,term:2,termin:2,terrain:5,test:[2,5],textbook:5,than:[1,2],thei:[1,2,4,5],them:[1,2,5],therefor:1,therein:2,thi:[0,2,3,4,5],thing:[0,1,2,5],those:[1,2,5],though:2,threaten:1,thredd:5,three:[2,5],through:[0,3,5],thu:0,tightli:5,tile:5,time:[2,5],timeseri:5,titl:0,todai:0,togeth:[3,5],tool:[0,2,3,4,5],toolchain:2,toolkit:5,top:[2,3,5],topic:[2,3,5],toward:[1,4],track:[3,5],tracker:1,train:[0,3,5],transpar:5,treat:1,treatment:1,tremend:0,ture:5,turn:5,tutori:[2,5],two:[0,2,5],txt:5,tyle:[0,3],type:[2,5],typic:2,ucar:1,uk:5,ultim:2,umbrella:2,unaccept:1,uncommit:2,under:[1,2,3,5],understand:2,undertak:5,unfortun:2,unidata:5,union:1,univers:[2,5],until:2,unwelcom:1,up:[2,4,5],upcom:3,updat:[0,2],upon:1,upper:2,upstream:2,us:[0,1,2,5],user:[2,5],util:5,valid:2,valu:[1,4],vari:2,varieti:[2,5],variou:5,vast:0,ve:2,vector:5,venu:1,verbal:1,veri:[2,5],verifi:2,version:[1,2,5],veteran:1,via:5,video:[0,5],view:[1,3],violat:1,visit:[3,5],visual:[0,5],viz:5,volum:[0,3],vs:5,wa:[0,1,5],wai:5,want:[2,3],washington:5,we:[1,2,3,4,5],wealth:3,weather:[0,5],web:[0,1,2,5],websit:[1,5],weekli:5,weight:0,welcom:[1,2,3,5],well:[1,5],were:[2,4,5],wgs84:5,what:[2,5],when:[1,2,4],whenev:2,where:2,whether:1,which:[1,2,5],who:[1,3,5],wide:[2,5],widespread:5,widget:5,wiki:1,wildfir:0,window:2,wish:[2,3],within:[0,1,2],without:[1,2],work:[0,5],workflow:[2,3,4],workshop:5,workstat:2,world:[0,2,5],worldwid:5,would:[1,4],wrf:5,write:[2,5],written:[1,5],x:2,xarrai:[2,5],xdev:5,xgcm:5,xrai:5,xxx:2,ye:2,year:4,yet:2,you:[0,1,2,3,5],your:[0,1,3,5],your_branch_nam:2,your_email:2,your_nam:2,your_user_nam:2,yourself:[2,5],youtub:3,zachariasinstitut:5,zenodo:3,zero:5,zoom:3},titles:["About Project Pythia","Code of Conduct","Contributor\u2019s Guide","Project Pythia","Pythia Cookbook Cook-Off Hackathon 2023","Resource Gallery"],titleterms:{"2023":4,"do":0,"new":2,The:[2,3],about:0,add:2,administr:1,advanc:2,attribut:1,authent:2,book:3,calendar:3,chang:2,cite:3,code:[1,2],collect:3,commit:2,commun:1,conduct:1,configur:2,consequ:1,content:2,contribut:[2,3],contributor:2,convers:2,cook:4,cookbook:[2,3,4],creat:2,data:3,environ:2,event:3,fork:2,foundat:[2,3],from:2,galleri:[2,3,5],get:2,git:2,github:2,goal:0,group:3,guid:2,hackathon:4,how:3,join:3,jupyt:2,learn:3,local:2,make:2,mani:2,meet:3,name:0,need:0,notebook:2,off:4,our:1,overview:2,person:2,pledg:1,portal:2,pr:2,present:0,project:[0,1,3],pull:2,push:2,pythia:[0,2,3,4],python:2,readi:2,repo:2,report:1,repositori:2,request:2,resourc:[2,3,5],respons:1,review:2,s:2,scope:1,seri:3,set:2,setup:2,standard:1,start:[2,3],submit:2,thi:1,tutori:3,us:3,wai:2,we:0,webinar:3,weekli:3,who:0,why:0,work:[2,3],your:2}}) \ No newline at end of file