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.
@@ -1478,7 +1478,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>
1674
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1674
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1675
1675
<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>.
1676
1676
</p>
1677
1677
</div>
@@ -1699,7 +1699,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>
1702
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1702
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1703
1703
<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>.
1704
1704
</p>
1705
1705
</div>
@@ -1727,7 +1727,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>
1730
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1730
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1731
1731
<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>.
1732
1732
</p>
1733
1733
</div>
@@ -1755,7 +1755,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>
1758
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1758
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1759
1759
<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>.
1760
1760
</p>
1761
1761
</div>
@@ -1783,7 +1783,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>
1786
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Julia Kent<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1786
+
<pclass="card-subtitle"><strong>Author:</strong> Julia Kent, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1787
1787
<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>.
1788
1788
</p>
1789
1789
</div>
@@ -1811,7 +1811,7 @@ Xarray is inspired by and borrows heavily from pandas, the popular data analysis
<ahref="https://youtu.be/fYkPn0Nttlg"class="text-decoration-none"><h4class="display-4 p-0">Python Tutorial Seminar Series - Git and GitHub</h4></a>
1956
-
<pclass="card-subtitle"><strong>Author:</strong> Project Pythia, Kevin Paul<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1956
+
<pclass="card-subtitle"><strong>Author:</strong> Kevin Paul, Project Pythia<br/><strong>Affiliation:</strong> <ahref="https://ncar.ucar.edu/">NCAR</a></p>
1957
1957
<pclass="my-2">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 <Ahref="https://github.com/NCAR/git-github-demo">Git and GitHub Demo GitHub Repository</A>.
0 commit comments