Skip to content

Commit

Permalink
Merge pull request #30 from mgrover1/cleanup-notebooks
Browse files Browse the repository at this point in the history
ADD: Add updated tutorial and remove username
  • Loading branch information
mgrover1 authored May 15, 2024
2 parents 02caf89 + 52e7d38 commit ca40e50
Show file tree
Hide file tree
Showing 6 changed files with 1,186 additions and 64 deletions.
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.

0 comments on commit ca40e50

Please sign in to comment.