Skip to content

Commit

Permalink
Added zenodo doi and ignored files upon export.
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnregnier committed Nov 1, 2020
1 parent 1a25587 commit 4b089c4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.ipynb filter=nbstripout

*.ipynb diff=ipynb

/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.pre-commit-config.yaml export-ignore
/.zenodo.json export-ignore
/tests export-ignore
12 changes: 12 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"license": "MIT",
"title": "era5analysis",
"upload_type": "software",
"creators": [
{
"affiliation": "Imperial College London",
"name": "Alexander Kuhn-Regnier",
"orcid": "0000-0003-0247-451X"
}
]
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# era5analysis
[![License: MIT](https://img.shields.io/badge/License-MIT-blueviolet)](https://github.com/akuhnregnier/era5analysis/blob/master/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![DOI](https://zenodo.org/badge/243784589.svg)](https://zenodo.org/badge/latestdoi/243784589)

Download and analyse ERA5 data from the Climate Data Store.

Expand Down

0 comments on commit 4b089c4

Please sign in to comment.