This is a template repo for hackathon projects. Click the (green) "Use this template" button at the top of the page to use it.
There are also some example notebooks. Check our Hackathon Resources page for further guidance, including our participant guide and recommendations for using Git and GitHub in your project team.
This template repo was created for the CMIP6 Data Hackathon by James Thomas and Will Seviour.
When you've used this template, remove the above text and replace with the below:
[Short summary of the project]
- Contributors list
- With links to GitHub profiles / institution pages, etc.
[...]
- [...]
- [...]
- [...]
- [...]
- [...]
- [...]
- [...]
- [...]
- [...]
There are further README
files in key directories.
- [...]
- [...]
- [...]
- [...]
- [...]
- [...]
.
├── notebooks
│ ├── [...].ipynb
│ └── [...].ipynb
│ The Jupyter Notebooks that we created
│
├── code
│ ├── [...].py
│ └── [...].py
│ Any code (Python or otherwise) that we created that doesn't
│ sit within a Notebook
│
├── results
│ ├── [...].pdf
│ └── [...].png
│ The key figures that we produced
│
├── data
│ ├── raw_data
│ │ Any data we used that didn't come from JASMIN
│ │
│ └── processed_data
│ Any output data that we produced
│
├── environment.yml
└── environment_frozen.yml
The libraries and versions that we used
- [...]
- [...]
- [...]