You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://earth-env-data-science.github.io/intro"class="text-decoration-none"><h4class="display-4 p-0">An Introduction to Earth and Environmental Data Science</h4></a>
158
-
<pclass="card-subtitle"><strong>Author:</strong> Ryan Abernathey, Kerry Key<br/><strong>Affiliation:</strong> Lamont-Doherty Earth Observatory</p>
158
+
<pclass="card-subtitle"><strong>Author:</strong> Kerry Key, Ryan Abernathey<br/><strong>Affiliation:</strong> Lamont-Doherty Earth Observatory</p>
159
159
<pclass="my-2">This book grew out of a course developed at Columbia University called Research Computing in Earth Science. It was written mostly by Ryan Abernathey, with significant contributions from Kerry Key. By separating the book from the class, we hope to create an open-source community resource for python education<aclass="modal-btn"> ... more</a> </p>
<pclass="my-2">This book grew out of a course developed at Columbia University called Research Computing in Earth Science. It was written mostly by Ryan Abernathey, with significant contributions from Kerry Key. By separating the book from the class, we hope to create an open-source community resource for python education in the Earth and Environmental Sciences.
@@ -1578,7 +1578,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/Jog7ybd6amw"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Reading in a .txt File</h4></a>
1774
-
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1774
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1775
1775
<pclass="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 <Ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html">Xdev Python Tutorial website</A>.
1776
1776
</p>
1777
1777
</div>
@@ -1799,7 +1799,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/5z6-t62x7Xs"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Creating a Data Dictionary</h4></a>
1802
-
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1802
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1803
1803
<pclass="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 <Ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#creating-a-data-dictionary">Xdev Python Tutorial website</A>.
1804
1804
</p>
1805
1805
</div>
@@ -1827,7 +1827,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/BerEf_3CsL8"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Writing Functions</h4></a>
1830
-
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1830
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1831
1831
<pclass="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 <Ahref ="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#writing-functions">Xdev Python Tutorial website</A>.
1832
1832
</p>
1833
1833
</div>
@@ -1855,7 +1855,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/6lbbTwGFcTc"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Creating Your Own Package</h4></a>
1858
-
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1858
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1859
1859
<pclass="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 <Ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#first-python-package">Xdev Python Tutorial website</A>.
1860
1860
</p>
1861
1861
</div>
@@ -1883,7 +1883,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/44QUMCh2ZHU"class="text-decoration-none"><h4class="display-4 p-0">Your First Python Tutorial - Using a Built-In Package and Publishing Your Package</h4></a>
1886
-
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1886
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1887
1887
<pclass="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 <Ahref="https://ncar.github.io/python-tutorial/tutorials/yourfirst.html#using-a-built-in-package">Xdev Python Tutorial website</A>.
1888
1888
</p>
1889
1889
</div>
@@ -1939,7 +1939,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/kstc-6uz7AQ"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Numpy</h4></a>
1942
-
<pclass="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1942
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1943
1943
<pclass="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `numpy`. The content to follow along with this video is hosted on this <Ahref="https://colab.research.google.com/drive/1zcjaGXofLzUXkQzJKnANE9Z3yFUt0q7E?">Numpy Google Collab</A>.
1944
1944
</p>
1945
1945
</div>
@@ -1967,7 +1967,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<pclass="my-2">Recording from the Python Tutorial Seminar Series introducing the Python Package `matplotlib`. The content to follow along with this video is hosted on this <Ahref="https://github.com/anissa111/matplotlib-tutorial">Matplotlib Tutorial GitHub Repository</A>.
1972
1972
</p>
1973
1973
</div>
@@ -1996,7 +1996,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/GEFnL8C62u8"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Object Oriented Programming</h4></a>
1999
-
<pclass="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1999
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
2000
2000
<pclass="my-2">Recording from the Python Tutorial Seminar Series introducing Object Oriented Programming. The content to follow along with this video is hosted in this <Ahref="https://github.com/pilotchute/oop_hrrr_tutorial">Object Oriented Programming Tutorial GitHub Repository</A>.
2001
2001
</p>
2002
2002
</div>
@@ -2081,7 +2081,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/BsV3ek7qsiM"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Pandas</h4></a>
2084
-
<pclass="card-subtitle"><strong>Author:</strong> Max Grover, Drew Camron, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
2084
+
<pclass="card-subtitle"><strong>Author:</strong> Drew Camron, Project Pythia, Max Grover<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
2085
2085
<pclass="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 <Ahref="https://github.com/mgrover1/ncar_pandas_tutorial">Pandas Tutorial GitHub Repository</A>.
2086
2086
</p>
2087
2087
</div>
@@ -2221,7 +2221,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/It231le1fAU"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Plotting with GeoCAT</h4></a>
<pclass="my-2">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 <Ahref="https://github.com/anissa111/plotting-with-geocat-tutorial">Plotting with GeoCat GitHub Repository</A>.
2226
2226
</p>
2227
2227
</div>
@@ -2250,7 +2250,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://www.youtube.com/watch?v=uiWDQKI8YTQ&t=6s"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - GeoCAT-Comp</h4></a>
2253
-
<pclass="card-subtitle"><strong>Author:</strong> A Kootz, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
2253
+
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, A Kootz<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
2254
2254
<pclass="my-2">Recording from the Python Tutorial Seminar Series introducing `geocat-comp`. The content to follow along with this video is hosted in this <Ahref="https://github.com/pilotchute/geocat_comp_tutorial">GeoCat-Comp GitHub Repository</A>.
0 commit comments