Skip to content

Commit ce7e111

Browse files
committed
deploy: 5024a51
1 parent fdc38fa commit ce7e111

28 files changed

+93
-93
lines changed

_preview/456/_sources/resource-gallery.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
14781478
<img src="_static/images/ebp-logo.png" class="gallery-thumbnail" />
14791479
<div class="container">
14801480
<a href="https://nbviewer.jupyter.org/github/ltauxe/Python-for-Earth-Science-Students/tree/master/" class="text-decoration-none"><h4 class="display-4 p-0">Python Programming for Earth Science Students</h4></a>
1481-
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:ltauxe@ucsd.edu">Lisa Tauxe</a>, <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
1481+
<p class="card-subtitle"><strong>Author:</strong> <a href="mailto:bcych@ucsd.edu">Brendan Cych</a>, <a href="mailto:hasefaw@ucsd.edu">Hanna Asefaw</a>, <a href="mailto:ltauxe@ucsd.edu">Lisa Tauxe</a><br/><strong>Affiliation:</strong> <a href="https://scripps.ucsd.edu/">Scripps Institution of Oceanography</a></p>
14821482
<p class="my-2">Python Programming for Earth Science Students </p>
14831483
</div>
14841484
</div>
@@ -1671,7 +1671,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16711671
<img src="_static/thumbnails/ptss-txtfile.jpeg" class="gallery-thumbnail" />
16721672
<div class="container">
16731673
<a href="https://youtu.be/Jog7ybd6amw" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Reading in a .txt File</h4></a>
1674-
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1674+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
16751675
<p class="my-2">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 <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html">Xdev Python Tutorial website</A>.
16761676
</p>
16771677
</div>
@@ -1699,7 +1699,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
16991699
<img src="_static/thumbnails/ptss-datadict.jpeg" class="gallery-thumbnail" />
17001700
<div class="container">
17011701
<a href="https://youtu.be/5z6-t62x7Xs" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Creating a Data Dictionary</h4></a>
1702-
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1702+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17031703
<p class="my-2">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 <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#creating-a-data-dictionary">Xdev Python Tutorial website</A>.
17041704
</p>
17051705
</div>
@@ -1727,7 +1727,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17271727
<img src="_static/thumbnails/ptss-writingfx.jpeg" class="gallery-thumbnail" />
17281728
<div class="container">
17291729
<a href="https://youtu.be/BerEf_3CsL8" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Writing Functions</h4></a>
1730-
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1730+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17311731
<p class="my-2">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 <A href ="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#writing-functions">Xdev Python Tutorial website</A>.
17321732
</p>
17331733
</div>
@@ -1755,7 +1755,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17551755
<img src="_static/thumbnails/ptss-firstpackage.jpeg" class="gallery-thumbnail" />
17561756
<div class="container">
17571757
<a href="https://youtu.be/6lbbTwGFcTc" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Creating Your Own Package</h4></a>
1758-
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1758+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17591759
<p class="my-2">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 <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#first-python-package">Xdev Python Tutorial website</A>.
17601760
</p>
17611761
</div>
@@ -1783,7 +1783,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
17831783
<img src="_static/thumbnails/ptss-builtinpackage.jpeg" class="gallery-thumbnail" />
17841784
<div class="container">
17851785
<a href="https://youtu.be/44QUMCh2ZHU" class="text-decoration-none"><h4 class="display-4 p-0">Your First Python Tutorial - Using a Built-In Package and Publishing Your Package</h4></a>
1786-
<p class="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1786+
<p class="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
17871787
<p class="my-2">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 <A href="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#using-a-built-in-package">Xdev Python Tutorial website</A>.
17881788
</p>
17891789
</div>
@@ -1981,7 +1981,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
19811981
<img src="_static/thumbnails/ptss-pandas.jpeg" class="gallery-thumbnail" />
19821982
<div class="container">
19831983
<a href="https://youtu.be/BsV3ek7qsiM" class="text-decoration-none"><h4 class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
1984-
<p class="card-subtitle"><strong>Author:</strong> Drew Camron, Max Grover, Project Pythia<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
1984+
<p class="card-subtitle"><strong>Author:</strong> Max Grover, Project Pythia, Drew Camron<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NCAR</a></p>
19851985
<p class="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `pandas`. The content to follow along with this video is hosted in this <A href="https://github.com/mgrover1/ncar_pandas_tutorial">Pandas Tutorial GitHub Repository</A>.
19861986
</p>
19871987
</div>
@@ -2655,7 +2655,7 @@ manual at https://esbmtk.readthedocs.io/en/latest for installation instructions
26552655
<img src="https://raw.githubusercontent.com/UXARRAY/uxarray/921dd8f42f661692f0cec170ee5c7dbedb294237/docs/_static/images/logos/uxarray_logo_v_dark.svg" class="gallery-thumbnail" />
26562656
<div class="container">
26572657
<a href="https://uxarray.readthedocs.io/" class="text-decoration-none"><h4 class="display-4 p-0">UXarray</h4></a>
2658-
<p class="card-subtitle"><strong>Author:</strong> Ian Franda, Rajeev Jain, <a href="mailto:[email protected]">Orhan Eroglu</a>, Robert Jacob, Paul Ullrich, John Clyne, Philip Chmielowiec, Rachel Tam, Hongyu Chen, Anissa Zacharias, Michaela Sizemore, Aaron Zedwick, Amber Chen, Colin Zarzycki, Brian Medeiros<br/><strong>Affiliation:</strong> <a href="https://www.ucdavis.edu/">University of California, Davis</a> <a href="https://www.psu.edu/">The Pennsylvania State University</a> <a href="https://www.nrel.gov/">National Renewable Energy Laboratory</a> <a href="https://www.wisc.edu/">University of Wisconsin-Madison</a> <a href="https://illinois.edu/">University of Illinois Urbana-Champaign</a> <a href="https://ncar.ucar.edu/">NSF National Center for Atmospheric Research</a> <a href="https://www.liberty.edu/">Liberty University</a> <a href="https://www.anl.gov/">Argonne National Laboratory</a></p>
2658+
<p class="card-subtitle"><strong>Author:</strong> Michaela Sizemore, John Clyne, Colin Zarzycki, Amber Chen, Robert Jacob, Aaron Zedwick, Paul Ullrich, Rajeev Jain, <a href="mailto:[email protected]">Orhan Eroglu</a>, Philip Chmielowiec, Anissa Zacharias, Ian Franda, Rachel Tam, Brian Medeiros, Hongyu Chen<br/><strong>Affiliation:</strong> <a href="https://ncar.ucar.edu/">NSF National Center for Atmospheric Research</a> <a href="https://illinois.edu/">University of Illinois Urbana-Champaign</a> <a href="https://www.anl.gov/">Argonne National Laboratory</a> <a href="https://www.wisc.edu/">University of Wisconsin-Madison</a> <a href="https://www.psu.edu/">The Pennsylvania State University</a> <a href="https://www.nrel.gov/">National Renewable Energy Laboratory</a> <a href="https://www.liberty.edu/">Liberty University</a> <a href="https://www.ucdavis.edu/">University of California, Davis</a></p>
26592659
<p class="my-2">Xarray extension for unstructured climate and global weather data </p>
26602660
</div>
26612661
</div>

_preview/456/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<link rel="prev" title="Project Pythia" href="index.html" />
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
73-
<meta name="docbuild:last-update" content="11 September 2024"/>
73+
<meta name="docbuild:last-update" content="12 September 2024"/>
7474
</head>
7575

7676

@@ -826,7 +826,7 @@ <h2>Presentations about Project Pythia<a class="headerlink" href="#presentations
826826

827827
<div class="footer-item">
828828
<p class="last-updated">
829-
Last updated on 11 September 2024.
829+
Last updated on 12 September 2024.
830830
<br/>
831831
</p>
832832
</div>
@@ -913,7 +913,7 @@ <h1>Contribute</h1>
913913

914914
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
915915

916-
Last updated on 11 September 2024.
916+
Last updated on 12 September 2024.
917917
</p>
918918
</div>
919919
</div>

_preview/456/blog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="11 September 2024"/>
70+
<meta name="docbuild:last-update" content="12 September 2024"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -710,7 +710,7 @@ <h2 class="ablog-post-title">
710710

711711
<div class="footer-item">
712712
<p class="last-updated">
713-
Last updated on 11 September 2024.
713+
Last updated on 12 September 2024.
714714
<br/>
715715
</p>
716716
</div>
@@ -797,7 +797,7 @@ <h1>Contribute</h1>
797797

798798
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
799799

800-
Last updated on 11 September 2024.
800+
Last updated on 12 September 2024.
801801
</p>
802802
</div>
803803
</div>

_preview/456/blog/2023.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="../search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="11 September 2024"/>
70+
<meta name="docbuild:last-update" content="12 September 2024"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -664,7 +664,7 @@ <h2 class="ablog-post-title">
664664

665665
<div class="footer-item">
666666
<p class="last-updated">
667-
Last updated on 11 September 2024.
667+
Last updated on 12 September 2024.
668668
<br/>
669669
</p>
670670
</div>
@@ -751,7 +751,7 @@ <h1>Contribute</h1>
751751

752752
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
753753

754-
Last updated on 11 September 2024.
754+
Last updated on 12 September 2024.
755755
</p>
756756
</div>
757757
</div>

_preview/456/blog/2024.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="../search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="11 September 2024"/>
70+
<meta name="docbuild:last-update" content="12 September 2024"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -569,7 +569,7 @@ <h2 class="ablog-post-title">
569569

570570
<div class="footer-item">
571571
<p class="last-updated">
572-
Last updated on 11 September 2024.
572+
Last updated on 12 September 2024.
573573
<br/>
574574
</p>
575575
</div>
@@ -656,7 +656,7 @@ <h1>Contribute</h1>
656656

657657
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
658658

659-
Last updated on 11 September 2024.
659+
Last updated on 12 September 2024.
660660
</p>
661661
</div>
662662
</div>

_preview/456/blog/archive.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="../search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="11 September 2024"/>
70+
<meta name="docbuild:last-update" content="12 September 2024"/>
7171
</head>
7272

7373

@@ -560,7 +560,7 @@ <h2>
560560

561561
<div class="footer-item">
562562
<p class="last-updated">
563-
Last updated on 11 September 2024.
563+
Last updated on 12 September 2024.
564564
<br/>
565565
</p>
566566
</div>
@@ -647,7 +647,7 @@ <h1>Contribute</h1>
647647

648648
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
649649

650-
Last updated on 11 September 2024.
650+
Last updated on 12 September 2024.
651651
</p>
652652
</div>
653653
</div>

_preview/456/blog/author.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="../search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="11 September 2024"/>
70+
<meta name="docbuild:last-update" content="12 September 2024"/>
7171
</head>
7272

7373

@@ -570,7 +570,7 @@ <h2>
570570

571571
<div class="footer-item">
572572
<p class="last-updated">
573-
Last updated on 11 September 2024.
573+
Last updated on 12 September 2024.
574574
<br/>
575575
</p>
576576
</div>
@@ -657,7 +657,7 @@ <h1>Contribute</h1>
657657

658658
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
659659

660-
Last updated on 11 September 2024.
660+
Last updated on 12 September 2024.
661661
</p>
662662
</div>
663663
</div>

_preview/456/blog/author/brian-rose.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="../../search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="11 September 2024"/>
70+
<meta name="docbuild:last-update" content="12 September 2024"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -569,7 +569,7 @@ <h2 class="ablog-post-title">
569569

570570
<div class="footer-item">
571571
<p class="last-updated">
572-
Last updated on 11 September 2024.
572+
Last updated on 12 September 2024.
573573
<br/>
574574
</p>
575575
</div>
@@ -656,7 +656,7 @@ <h1>Contribute</h1>
656656

657657
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
658658

659-
Last updated on 11 September 2024.
659+
Last updated on 12 September 2024.
660660
</p>
661661
</div>
662662
</div>

_preview/456/blog/author/john-clyne.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="../../search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="11 September 2024"/>
70+
<meta name="docbuild:last-update" content="12 September 2024"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -570,7 +570,7 @@ <h2 class="ablog-post-title">
570570

571571
<div class="footer-item">
572572
<p class="last-updated">
573-
Last updated on 11 September 2024.
573+
Last updated on 12 September 2024.
574574
<br/>
575575
</p>
576576
</div>
@@ -657,7 +657,7 @@ <h1>Contribute</h1>
657657

658658
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
659659

660-
Last updated on 11 September 2024.
660+
Last updated on 12 September 2024.
661661
</p>
662662
</div>
663663
</div>

_preview/456/blog/author/julia-kent.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="search" title="Search" href="../../search.html" />
6868
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6969
<meta name="docsearch:language" content="en"/>
70-
<meta name="docbuild:last-update" content="11 September 2024"/>
70+
<meta name="docbuild:last-update" content="12 September 2024"/>
7171
<link
7272
rel="alternate"
7373
type="application/atom+xml"
@@ -615,7 +615,7 @@ <h2 class="ablog-post-title">
615615

616616
<div class="footer-item">
617617
<p class="last-updated">
618-
Last updated on 11 September 2024.
618+
Last updated on 12 September 2024.
619619
<br/>
620620
</p>
621621
</div>
@@ -702,7 +702,7 @@ <h1>Contribute</h1>
702702

703703
By the <a href="https://projectpythia.org/">Project Pythia</a> Community.
704704

705-
Last updated on 11 September 2024.
705+
Last updated on 12 September 2024.
706706
</p>
707707
</div>
708708
</div>

0 commit comments

Comments
 (0)