Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

AMS 2026 Student Conference: Open Science

University at Albany, SUNY
thumbnail

This repository includes materials presented during the Open Science Best Practices presentation during the 2026 AMS Student Conference

Contents

  1. Link to slide deck presentation

  2. An example of a reproducible, interactive research paper from a graduate-level atmospheric science class.

Authors

Kevin Tyle, Max Grover, Doug Schuster

Contributors

Kristina Vrouwenvelder Evan Belkin

Running on Your Own Machine

If you are interested in running this material locally on your computer, you will need to follow this workflow:

  1. Clone the repository:

     git clone https://github.com/ktyle/AMS2026_OpenScience
  2. Move into the AMS2026_OpenScience directory

    cd AMS2026_OpenScience
  3. Create and activate your conda environment from the environment.yml file

    conda env create -f environment.yml
    conda activate AMS2026_OpenScience
  4. Move into the notebooks directory and start up Jupyterlab

    cd notebooks/
    jupyter lab