Skip to content

ADD: Add updated tutorial and remove username #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/headshots/feng-headshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/headshots/li-headshot.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion instructors.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The following list of scientists and software engineers are serving as instructo
| Instructor | Affiliation | Links | Headshot
| :------- | ------- |:------- | ------ |
| Robert Jackson | Argonne National Laboratory | -[Professional Website](https://www.anl.gov/profile/robert-jackson) <br> - [Github](https://github.com/rcjackson) | <img src="images/headshots/jackson-headshot.png" alt="Bobby Jackson Headshot" width="200"/>
| Timothy Juliano | The National Center for Atmospheric Research | -[Professional Website](https://staff.ucar.edu/users/tjuliano) <br> -[Github](https://github.com/twjuliano) | <img src="images/headshots/Juliano-headshot.jpg" alt="Tim Juliano Headshot " width="200"/>
| Timothy Juliano | NSF National Center for Atmospheric Research | -[Professional Website](https://staff.ucar.edu/users/tjuliano) <br> -[Github](https://github.com/twjuliano) | <img src="images/headshots/Juliano-headshot.jpg" alt="Tim Juliano Headshot " width="200"/>
| Daniel Feldman | Lawerence Berkeley National Laboratory | -[Professional Website](https://profiles.lbl.gov/20998-daniel-feldman) <br> -[Github](https://github.com/twjuliano) | <img src="images/headshots/feldman-headshot.jpeg" alt="Dan Feldman" width="300"/>
| Scott Collis | Argonne National Laboratory | -[Professional Website](https://www.anl.gov/profile/scott-m-collis) <br> -[Github](https://github.com/scollis) | <img src="images/headshots/collis-headshot.jpg" alt="Scott Collis" width="200"/>
| Ann Fridlind | National Aeronautics and Space Administration <br> Goddard Institute for Space Studies | -[Professional Website](https://www.giss.nasa.gov/staff/afridlind.html) <br> -[Github](https://github.com/fridlind) | <img src="images/headshots/fridlind-headshot.jpg" alt="Ann Fridlind" width="200"/>
Expand All @@ -14,5 +14,8 @@ The following list of scientists and software engineers are serving as instructo
| Sujata Goswami | Oak Ridge National Laboratory | -[Professional Website](https://www.ornl.gov/staff-profile/sujata-goswami) <br> -[Github Link](https://github.com/SujataSaurabh)| <img src="images/headshots/goswami-headshot.jpg" alt="Sujata Goswami" width="200"/>
| William Gustafson | Pacific Northwest National Laboratory | -[Professional Website](https://www.pnnl.gov/people/william-i-gustafson-jr) <br> -[Github Link](https://github.com/wgustafson)| <img src="images/headshots/gustafson-headshot.jpg" alt="William Gustafson" width="200"/>
| Maxwell Grover | Argonne National Laboratory | -[Professional Website](https://www.anl.gov/profile/maxwell-grover) <br> -[Github Link](https://github.com/mgrover1)| <img src="images/headshots/grover-headshot.jpeg" alt="William Gustafson" width="200"/>
| Ya-Chien Feng | Pacific Northwest National Laboratory | -[Professional Website](https://www.pnnl.gov/science/staff/staff_info.asp?staff_num=10752)| <img src="images/headshots/feng-headshot.png" alt="Ya-Chien Feng" width="200"/>
| Mia Li | Cooperative Institute for Severe and High-Impact Weather Research and Operations | -[Github](https://github.com/lishanlitamu)| <img src="images/headshots/li-headshot.JPG" alt="Mia Li" width="200"/>
| Maxwell Grover | Argonne National Laboratory | -[Professional Website](https://www.anl.gov/profile/maxwell-grover) <br> -[Github Link](https://github.com/mgrover1)| <img src="images/headshots/grover-headshot.jpeg" alt="William Gustafson" width="200"/>


10 changes: 5 additions & 5 deletions tutorials/act/act_tutorial_comble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"id": "d96662f8-4a6c-4f01-a63c-fa841f23bcc2",
"metadata": {
"tags": []
Expand All @@ -162,7 +162,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"id": "351719c2-00b2-4c83-b61a-4139bf649cb3",
"metadata": {
"tags": []
Expand All @@ -185,8 +185,8 @@
],
"source": [
"# Set your username and token here!\n",
"username = 'mgrover4'\n",
"token = '176e1559b67be630'\n",
"username = 'USERNAME'\n",
"token = 'TOKEN'\n",
"\n",
"# Set the datastream and start/enddates\n",
"datastream = 'anxmplpolfsM1.b1'\n",
Expand Down Expand Up @@ -5870,7 +5870,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down
372 changes: 346 additions & 26 deletions tutorials/pyart/pyart-basics.ipynb

Large diffs are not rendered by default.

863 changes: 831 additions & 32 deletions tutorials/pyart/pyart-gridding.ipynb

Large diffs are not rendered by default.