Skip to content

Commit 13f85be

Browse files
committed
Deploying to master from @ 70f0d8e 🚀
1 parent 5570720 commit 13f85be

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎_sources/ohw24/tutorials-index/index.md.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following tutorials will be presented live during the **US sessions**, and w
2424

2525
### Tuesday, August 27th
2626

27-
[Derya Gumustel](https://www.linkedin.com/in/derya-gumustel) - [**Git&GitHub Primer**](https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24_update_recording_links/us/01-Tue#git--github-primer)
27+
[Derya Gumustel](https://www.linkedin.com/in/derya-gumustel) - [**Git&GitHub Primer**](https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24/us/01-Tue#git--github-primer)
2828

2929
[Callum Rollo](https://callumrollo.github.io/) - [**Data Access in Python:**](https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24/us/01-Tue#data-access-in-python) In this tutorial, participants will use Python to find and access ocean data via a range of protocols including ERDDAP, OPeNDAP and WMS.
3030

@@ -46,7 +46,7 @@ The following tutorials will be presented live during the **US sessions**, and w
4646

4747
Finally, each year we offer brief sessions on non-coding aspects of computational oceanography; this year we are pleased to offer the following.
4848

49-
- [Eli Holmes](https://www.fisheries.noaa.gov/contact/elizabeth-holmes-phd) - [**Reproducible Collaboration**]((https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24/us/00-Mon#reproducible-research))
49+
- [Eli Holmes](https://www.fisheries.noaa.gov/contact/elizabeth-holmes-phd) - [**Reproducible Collaboration:**](https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24/us/00-Mon#reproducible-research) Practical tips for reproducible code and collaborating with your future self and others. In this tutorial, I talk about how to learn new skills (or teach skills to others) -- specifically git -- by focusing on where you are at at the moment and identifying the next small step in your (or your mentees) journey. I also show some ways that we use GitHub to help with project management.
5050
- [Myranda Shirk](https://www.vanderbilt.edu/datascience/person/myranda-uselton-shirk/?type=lab) - **AI use-case discussion** following a tutorial on AI-Assisted Programming.
5151
- [Alex Kerney](https://github.com/abkfenris) - [**Stresses in the geosciences**](https://github.com/oceanhackweek/ohw-tutorials/tree/OHW23/02-Wed/README.md), an open discussion about mental health in the geosciences.
5252

‎ohw24/tutorials-index/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ <h3>Monday, August 26th<a class="headerlink" href="#monday-august-26th" title="P
569569
</section>
570570
<section id="tuesday-august-27th">
571571
<h3>Tuesday, August 27th<a class="headerlink" href="#tuesday-august-27th" title="Permalink to this heading">#</a></h3>
572-
<p><a class="reference external" href="https://www.linkedin.com/in/derya-gumustel">Derya Gumustel</a> - <a class="reference external" href="https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24_update_recording_links/us/01-Tue#git--github-primer"><strong>Git&amp;GitHub Primer</strong></a></p>
572+
<p><a class="reference external" href="https://www.linkedin.com/in/derya-gumustel">Derya Gumustel</a> - <a class="reference external" href="https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24/us/01-Tue#git--github-primer"><strong>Git&amp;GitHub Primer</strong></a></p>
573573
<p><a class="reference external" href="https://callumrollo.github.io/">Callum Rollo</a> - <a class="reference external" href="https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24/us/01-Tue#data-access-in-python"><strong>Data Access in Python:</strong></a> In this tutorial, participants will use Python to find and access ocean data via a range of protocols including ERDDAP, OPeNDAP and WMS.</p>
574574
<p><a class="reference external" href="https://opensciencecomputing.com/">Rich Signell</a> - <a class="reference external" href="https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24/us/01-Tue#xarray"><strong>Xarray Tutorial</strong></a></p>
575575
<p><a class="reference external" href="https://www.linkedin.com/in/ciara-dorsay/">Ciara Dorsay</a> - <a class="reference external" href="https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24/us/01-Tue#assessing-weather-model-skill-during-extreme-events-noaa-gfs-vs-sofar-spotter-buoy-observations-of-hurricane-henri"><strong>Assessing weather model skill during extreme events:</strong> NOAA GFS vs. Sofar Spotter buoy observations of Hurricane Henri:</a> In this tutorial, participants will learn how to query data of different formats (point-wise buoy, gridded weather model) from Amazon’s S3 cloud object storage system, collocate the two, and calculate and visualize the differences between them during a notable weather event using Python.</p>
@@ -588,7 +588,7 @@ <h3>Thursday, August 29th<a class="headerlink" href="#thursday-august-29th" titl
588588
<h2>Lectures and Discussions<a class="headerlink" href="#lectures-and-discussions" title="Permalink to this heading">#</a></h2>
589589
<p>Finally, each year we offer brief sessions on non-coding aspects of computational oceanography; this year we are pleased to offer the following.</p>
590590
<ul class="simple">
591-
<li><p><a class="reference external" href="https://www.fisheries.noaa.gov/contact/elizabeth-holmes-phd">Eli Holmes</a> - <span class="xref myst"><strong>Reproducible Collaboration</strong></span></p></li>
591+
<li><p><a class="reference external" href="https://www.fisheries.noaa.gov/contact/elizabeth-holmes-phd">Eli Holmes</a> - <a class="reference external" href="https://github.com/oceanhackweek/ohw-tutorials/tree/OHW24/us/00-Mon#reproducible-research"><strong>Reproducible Collaboration:</strong></a> Practical tips for reproducible code and collaborating with your future self and others. In this tutorial, I talk about how to learn new skills (or teach skills to others) – specifically git – by focusing on where you are at at the moment and identifying the next small step in your (or your mentees) journey. I also show some ways that we use GitHub to help with project management.</p></li>
592592
<li><p><a class="reference external" href="https://www.vanderbilt.edu/datascience/person/myranda-uselton-shirk/?type=lab">Myranda Shirk</a> - <strong>AI use-case discussion</strong> following a tutorial on AI-Assisted Programming.</p></li>
593593
<li><p><a class="reference external" href="https://github.com/abkfenris">Alex Kerney</a> - <a class="reference external" href="https://github.com/oceanhackweek/ohw-tutorials/tree/OHW23/02-Wed/README.md"><strong>Stresses in the geosciences</strong></a>, an open discussion about mental health in the geosciences.</p></li>
594594
</ul>

‎searchindex.js‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)