Monday, May 18, to Friday, May 22, 2026
The “Big Open Data Science Summer School” is geared toward students from undergraduates to early postdoctoral scholars. Planned activities include instructional talks, tutorials, and a mentored hackathon for attendees to work with ARM data and open-source software.
The overarching mission of the summer school is to enhance the scientific impact of ARM observations through the instruction of students in new techniques to gain insight into atmospheric processes using open science tools.
-
increase knowledge about the range of ARM observations, demonstrate innovative and methodologically sound use of those observations, and connect students to a variety of knowledgeable resources (e.g., ARM instrument mentors)
-
introduce students to resources within ARM for high performance data-proximate computation
-
equip students with a variety of techniques for comparing high-resolution model output with ARM observations to study a range of atmospheric processes
-
apply artificial intelligence techniques to ARM data applications.
| Name | Affiliation | Links |
|---|---|---|
| Scott Collis | Argonne National Laboratory | Github |
| Joseph O'Brien | Argonne National Laboratory | Github |
| Jeri Knepper | Argonne National Laboratory |
| Instructor | Affiliation | Links |
|---|---|---|
| Mark Spychala | Argonne National Laboratory | Github |
| Adam Theisen | Argonne National Laboratory | Github |
| Robert Jackson | Argonne National Laboratory | Github |
| Bhupendra Raut | Argonne National Laboratory | Github |
| Bill Gustafson | Pacific Northwest National Laboratory | Github |
If you are interested in running this material locally on your computer, you will need to follow this workflow:
-
Clone the 2026 ARM Summer School repository:
git clone https://github.com/ARM-Development/arm-summer-school-2026
-
Move into the
arm-summer-school-2026directorycd arm-summer-school-2026 -
Create and activate your conda environment from the
environment.ymlfileconda env create -f environment.yml conda activate arm-summer-school-2026-dev
-
Move into the
notebooksdirectory and start up Jupyterlabcd notebooks/ jupyter lab