Skip to content

Commit 0457bbc

Browse files
authored
add real DOI to .zenodo.json (#19)
1 parent 2212498 commit 0457bbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "<p><strong>samplepackagename</strong> is a Python package ...</p><p><strong>Documentation</strong>: <a href=\"https://organizationname.github.io/samplepackagename/\">https://organizationname.github.io/samplepackagename/</a></p><p><strong>Source code</strong>: <a href=\"https://github.com/organizationname/samplepackagename\">https://github.com/organizationname/samplepackagename</a></p>",
44
"creators": [
55
{
6-
"orcid": "your ORCID",
6+
"orcid": "0000-0003-4266-8554",
77
"affiliation": "Institute, Country",
88
"name": "Lastname, Firstname"
99
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Steps:
3737
- replace all instances of `organizationname` with your GitHub organization (or personal) account name, whichever is going to host the repository.
3838
- update `pyproject.yml` with a description (1 sentence) and keywords ()
3939
- add a description of your project here in the README, in `docs/index.md`, and in `.zenodo.json`.
40-
- add your info to `AUTHORS.md` and `.zenodo.json`
40+
- add your info (name, affiliate, ORCID) to `AUTHORS.md` and `.zenodo.json`
4141
- at this point, it might be good to make your initial commit to your repository with the following git commands:
4242
```bash
4343
git checkout -b new-branch

0 commit comments

Comments
 (0)