|
7 | 7 | "id": "ac7bedaf-05fb-4eb0-9bf5-e4d1d68a08c3" |
8 | 8 | }, |
9 | 9 | "source": [ |
10 | | - "### Query OpenAlex for all works authored by a person\n", |
11 | | - "This notebook queries the [OpenAlex API](https://docs.openalex.org/api) via its `/works` endpoint for all works authored by a person. It takes an ORCID URL as input which is used to filter for all works where '`authorships.author.orcid`' matches the given ORCID URL.\n", |
12 | | - "From the resulting list of works we output their respective DOIs." |
| 10 | + "### Query OpenAlex for works authored by a person\n", |
| 11 | + "This notebook queries the [OpenAlex API](https://docs.openalex.org/api) via its `/works` endpoint for works authored by a person. It takes an ORCID URL as input which is used to filter for works where '`authorships.author.orcid`' matches the given ORCID URL.\n", |
| 12 | + "From the resulting list of works we output all DOIs." |
13 | 13 | ] |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "cell_type": "code", |
17 | | - "execution_count": null, |
| 17 | + "execution_count": 1, |
18 | 18 | "id": "W8sB1ZF6aKG2", |
19 | 19 | "metadata": { |
20 | 20 | "executionInfo": { |
|
79 | 79 | }, |
80 | 80 | "source": [ |
81 | 81 | "We use it to query the OpenAlex API for works that specified the ORCID URL within their metadata in the field '`authorships.author.orcid`'.\n", |
82 | | - " Since the OpenAlex API uses [pagination](https://docs.openalex.org/api/get-lists-of-entities#pagination), we need to loop through all pages to get the complete result set." |
| 82 | + " Since the API uses [pagination](https://docs.openalex.org/api/get-lists-of-entities#pagination), we need to loop through all pages to get the complete result set." |
83 | 83 | ] |
84 | 84 | }, |
85 | 85 | { |
|
143 | 143 | "id": "kHRO_LiJr-u_" |
144 | 144 | }, |
145 | 145 | "source": [ |
146 | | - "From the resulting list of works we extract and print out title and DOI." |
| 146 | + "From the resulting list of works we extract and print out title and DOI. \n", |
| 147 | + "\n", |
| 148 | + "*Note: works that do not have a DOI assigned, will not be printed.*" |
147 | 149 | ] |
148 | 150 | }, |
149 | 151 | { |
|
186 | 188 | "10.5281/zenodo.1464108, VIVO - eine Einführung\n", |
187 | 189 | "10.11588/ip.2018.1.46819, Anforderungen an Forschungsinformationssysteme in Deutschland durch Forschende und Forschungsadministration – Zusammenfassung zweier Studien\n", |
188 | 190 | "10.5281/zenodo.1287885, Supporting a VIVO Regional Community\n", |
189 | | - "10.15488/3951, Reporting mit VIVO und Kibana\n", |
190 | | - "10.15488/3952, Forschungsevaluation und Visualisierung von Zitationsnetzwerken\n", |
191 | 191 | "10.15488/4087, Referenzimplementierung für offene szientometrische Indikatoren (ROSI)\n", |
| 192 | + "10.15488/3952, Forschungsevaluation und Visualisierung von Zitationsnetzwerken\n", |
| 193 | + "10.15488/3951, Reporting mit VIVO und Kibana\n", |
192 | 194 | "10.11588/ip.2017.2.41926, Tagungsbericht VIVO-Workshop 2017 - “Forschungsinformationen in der Praxis”\n", |
193 | 195 | "10.11588/ip.2016.2.32678, Third-Party-Elemente in deutschen Bibliothekswebseiten\n", |
194 | 196 | "10.11588/ip.2016.1.31963, Editorial – Rückblick und Call for Call for Papers\n", |
|
204 | 206 | "10.25968/opus-303, Lernen 2.0 : Bericht aus der Praxis\n", |
205 | 207 | "10.17877/de290r-8755, Web 2.0 in Bibliotheken - Bibliotheken im Web 2.0\n", |
206 | 208 | "10.18452/8872, Libworld. Biblioblogs global\n", |
207 | | - "10.1515/bd.2006.40.4.466, Informationsvermittlung: Personalisiertes Lernen in der Bibliothek: das Düsseldorfer Online-Tutorial (DOT) Informationskompetenz\n", |
208 | | - "10.1080/00048623.2006.10755322, Teaching Information Literacy with the Lerninformationssystem\n" |
| 209 | + "10.1080/00048623.2006.10755322, Teaching Information Literacy with the Lerninformationssystem\n", |
| 210 | + "10.1515/bd.2006.40.4.466, Informationsvermittlung: Personalisiertes Lernen in der Bibliothek: das Düsseldorfer Online-Tutorial (DOT) Informationskompetenz\n" |
209 | 211 | ] |
210 | 212 | } |
211 | 213 | ], |
|
0 commit comments