The WashU EEPS GitHub page hosts code, teaching materials, datasets, and reproducible research produced by the Department of Earth, Environmental, and Planetary Sciences (EEPS) at Washington University in St. Louis.
Repositories here mostly fall into several categories:
- Courses (teaching materials, assignments, example notebooks)
- Research projects (analysis pipelines, modeling code, field or lab data processing)
- Tools (reusable software developed in EEPS)
- Datasets (curated or derived research data products)
- Templates (starter repos for research and coursework)
To request membership in the organization:
→ https://github.com/washu-eeps/join
Include your GitHub username and your role (faculty, student, staff, collaborator).
An organization administrator will send an invitation.
When creating new repositories:
- Use clear naming (e.g.,
course-eeps3230-2026) - Include a
README.md - Document data and dependencies
- Prefer pull requests over direct commits to
main