Skip to content

Commit 22f05b1

Browse files
author
Sandra Mierz
authored
Add newly minted DOI (#12)
* add doi badge to README * add newly minted doi to citation.cff
1 parent f4d8116 commit 22f05b1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CITATION.cff

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ authors:
1111
orcid: "https://orcid.org/0000-0002-8913-9011"
1212
repository-code: "https://github.com/Project-TAPIR/pidgraph-notebooks"
1313
license: "BSD-3-Clause"
14+
doi: "10.5281/zenodo.6287038"
15+
identifiers:
16+
- description: "This is the collection of archived snapshots of all versions of Project-TAPIR: pidgraph-notebooks"
17+
type: doi
18+
value: "10.5281/zenodo.6287037"
19+
- description: "This is the archived snapshot of version 1.0.0 of Project-TAPIR: pidgraph-notebooks"
20+
type: doi
21+
value: "10.5281/zenodo.6287038"
1422
keywords:
1523
- "FREYA PID Graph"
1624
- "ORCID"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# pidgraph-notebooks
2+
3+
[![DOI](https://zenodo.org/badge/447263093.svg)](https://zenodo.org/badge/latestdoi/447263093)
24
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Project-TAPIR/pidgraph-notebooks/main)
35

46
A collection of Jupyter notebooks with examples of querying different PID providers like [ORCID](https://orcid.org/), [ROR](https://ror.readme.io/), [Crossref](https://www.crossref.org/) and PID graphs like the [FREYA PID Graph](https://blog.datacite.org/powering-the-pid-graph/) and [OpenAlex](https://openalex.org/about) for connected objects.

0 commit comments

Comments
 (0)