Skip to content

Commit

Permalink
Merge pull request #26 from MoenMi/add-ror-tutorial
Browse files Browse the repository at this point in the history
Add ROR tutorial
  • Loading branch information
vfscalfani authored Jan 22, 2024
2 parents 654540f + a9857b3 commit 0b10f58
Show file tree
Hide file tree
Showing 4 changed files with 740 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

title: Scholarly API Cookbook
author: The University of Alabama Libraries
copyright: "2023"
copyright: "2024"
logo: images/UALIB_logo.png
exclude_patterns: [old, conversion_scripts]
# Force re-execution of notebooks on each build.
Expand Down
3 changes: 3 additions & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ parts:
- file: content/scripts/mathematica/mathematica_crossref
- file: content/scripts/R/R_Crossref
- file: content/scripts/C/C_CrossRef
- file: content/scripts/A_overview/ror_overview
sections:
- file: content/scripts/python/python_ror
- file: content/scripts/A_overview/scopus_overview
sections:
- file: content/scripts/python/python_scopus
Expand Down
18 changes: 18 additions & 0 deletions content/scripts/A_overview/ror_overview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Research Organization Registry (ROR)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

.. sectionauthor:: Michael T. Moen <mtmoen@crimson.ua.edu>

Brief Overview
****************

The Research Organization Registry (ROR) API provides programmatic access to the organization's persistent identifiers for research organizations. An API key is not required for this API, but they do require you to and follow their rate limit of 2000 requests per five minute period.

See the ROR API documentation [#ror1]_ for more information on accessing the API. Note that the data in the API is licensed under the Creative Commons CC0 license [#ror2]_ , designating it as part of the public domain.

.. rubric:: References

.. [#ror1] `<https://ror.readme.io/docs/rest-api>`_
.. [#ror2] `<https://creativecommons.org/publicdomain/zero/1.0/>`_
Loading

0 comments on commit 0b10f58

Please sign in to comment.