Skip to content

Commit f4d8116

Browse files
author
Sandra Mierz
authoredFeb 25, 2022
Add citation file (#11)
* add citation.cff * cite datacite's lupo correctly
1 parent 6975e9a commit f4d8116

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed
 

‎CITATION.cff

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software in your work, please cite it using the following metadata."
3+
title: "Project-TAPIR: pidgraph-notebooks"
4+
abstract: "A collection of Jupyter notebooks with examples of querying different PID providers like ORCID, ROR, Crossref and PID graphs like the FREYA PID Graph and OpenAlex for connected objects."
5+
type: software
6+
authors:
7+
- given-names: "Sandra"
8+
family-names: "Mierz"
9+
email: "sandra.mierz@tib.eu"
10+
affiliation: "TIB"
11+
orcid: "https://orcid.org/0000-0002-8913-9011"
12+
repository-code: "https://github.com/Project-TAPIR/pidgraph-notebooks"
13+
license: "BSD-3-Clause"
14+
keywords:
15+
- "FREYA PID Graph"
16+
- "ORCID"
17+
- "ROR"
18+
- "DOI"
19+
- "Datacite"
20+
- "Crossref"
21+
- "OpenAlex"
22+
references:
23+
- authors:
24+
- family-names: "Fenner"
25+
given-names: "Martin"
26+
- family-names: "Garza"
27+
given-names: "Kristian"
28+
doi: "10.5438/8gb0-v673"
29+
repository-code: "https://github.com/datacite/lupo"
30+
title: "DataCite Application API"
31+
type: software
32+
version: "4.5.4"

‎organization-people/orcid_get_people_by_organization.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"This notebook queries the [ORCID API](https://api.orcid.org/v3.0/) for all [people affiliated with an organization](https://info.orcid.org/faq/how-do-i-find-orcid-record-holders-at-my-institution/) and additionally narrows down the affiliation to people **currently employed** by the organization. From the resulting list of people we output the ORCID iDs.\n",
1212
"\n",
1313
"*Disclosure:\n",
14-
"The process of querying the ROR API for additional identifiers and using them to query the ORCID API for affiliated people is the same as implemented by the [FREYA PID Graph](https://blog.datacite.org/powering-the-pid-graph/) and can be found in the GitHub repo https://github.com/datacite/lupo.*"
14+
"The process of querying the ROR API for additional identifiers and using them to query the ORCID API for affiliated people is the same as used by the [FREYA PID Graph](https://blog.datacite.org/powering-the-pid-graph/) and is implemented in [DataCite Application API](https://doi.org/10.5438/8gb0-v673).*"
1515
]
1616
},
1717
{
@@ -650,4 +650,4 @@
650650
},
651651
"nbformat": 4,
652652
"nbformat_minor": 1
653-
}
653+
}

0 commit comments

Comments
 (0)
Please sign in to comment.