Skip to content

Commit

Permalink
Merge pull request #63 from AveryUALibrary/development
Browse files Browse the repository at this point in the history
Updated urls for new repo
  • Loading branch information
vfscalfani authored Nov 5, 2024
2 parents 2d89bb1 + 76d8ac5 commit a9c4790
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# University of Alabama Libraries Scholarly API Cookbook

The University of Alabama Libraries Scholarly API Cookbook is an open online book containing short scholarly API code examples (i.e., “recipes”) that demonstrate how to work with various scholarly web service APIs. It is part of the University of Alabama Libraries efforts to support Research Data Services. Read the book [here](https://ualibweb.github.io/UALIB_ScholarlyAPI_Cookbook/).
The University of Alabama Libraries Scholarly API Cookbook is an open online book containing short scholarly API code examples (i.e., “recipes”) that demonstrate how to work with various scholarly web service APIs. It is part of the University of Alabama Libraries efforts to support Research Data Services. Read the book [here](https://ua-libraries-research-data-services.github.io/UALIB_ScholarlyAPI_Cookbook).

## License and Reuse

Expand All @@ -13,7 +13,7 @@ We have endeavored to follow the appropriate usage policies of each scholarly AP

If you reuse the code, attribution would be appreciated. Please link to the Cookbook and cite our manuscript:

Link to Cookbook: https://ualibweb.github.io/UALIB_ScholarlyAPI_Cookbook/
Link to Cookbook: https://ua-libraries-research-data-services.github.io/UALIB_ScholarlyAPI_Cookbook

Citation: Scalfani, V. F.; Walker, K. W.; Simpson, L.; Fernandez, A. M.; Patel, V. D.; Ramig, A.; Gomes, C.; Moen, M. T.; Nguyen, A. M. Creating a Scholarly API Cookbook: Supporting Library Users with Programmatic Access to Information. Issues in Science and Technology Librarianship, 2023, No. 104. https://doi.org/10.29173/istl2766.

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ latex:

# Information about where the book exists on the web
repository:
url: https://github.com/ualibweb/UALIB_ScholarlyAPI_Cookbook # Online location of your book
url: https://github.com/UA-Libraries-Research-Data-Services/UALIB_ScholarlyAPI_Cookbook # Online location of your book
# path_to_book: # Optional path to your book, relative to the repository root
branch: main # Which branch of the repository should be used when creating links (optional)

Expand Down
4 changes: 2 additions & 2 deletions src/about/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is an open online book containing short scholarly API code examples (i.e.,
that demonstrate how to work with various scholarly web service APIs. It is part of the University of
Alabama Libraries efforts to support `Research Data Services`_.

.. _Research Data Services: https://guides.lib.ua.edu/Data/ResearchDataServices/
.. _Research Data Services: https://guides.lib.ua.edu/ResearchDataServices

What should I be aware of before getting started?
*************************************************
Expand Down Expand Up @@ -127,6 +127,6 @@ tutorial or document page.

.. rubric:: References

.. [#ua_work] `<https://github.com/ualibweb/UALIB_Workshops>`_
.. [#ua_work] `<https://github.com/UA-Libraries-Research-Data-Services/UALIB_Workshops>`_
4 changes: 2 additions & 2 deletions src/about/license-reuse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All code in this book is licensed with the permissive MIT license. Please feel f
to reuse or adapt the code in your teaching and research. A copy of the license
can be found in the GitHub repository:

`<https://github.com/ualibweb/UALIB_ScholarlyAPI_Cookbook/blob/main/LICENSE>`_
`<https://github.com/UA-Libraries-Research-Data-Services/UALIB_ScholarlyAPI_Cookbook/blob/main/LICENSE>`_

.. important::

Expand All @@ -23,7 +23,7 @@ can be found in the GitHub repository:

If you reuse the code, attribution would be appreciated. Please link to the Cookbook and cite our manuscript:

Link to Cookbook: `<https://ualibweb.github.io/UALIB_ScholarlyAPI_Cookbook/>`_
Link to Cookbook: `<https://ua-libraries-research-data-services.github.io/UALIB_ScholarlyAPI_Cookbook>`_

Citation: Scalfani, V. F.; Walker, K. W.; Simpson, L.; Fernandez, A. M.; Patel, V. D.; Ramig, A.; Gomes, C.; Moen, M. T.; Nguyen, A. M. Creating a Scholarly API Cookbook: Supporting Library Users with Programmatic Access to Information. *Issues in Science and Technology Librarianship*, **2023**, No. 104. `<https://doi.org/10.29173/istl2766>`_.

Expand Down
2 changes: 1 addition & 1 deletion src/python/nws.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"\n",
"In order to obtain the forecast for a location, we must query that region's Weather Forecast Office using its code and the grid coordinates of the location. To determine these values for a location, we can query the `/points` endpoint.\n",
"\n",
"*To see how to programmatically obtain the latititude and longitude of an address in the U.S., please see our [U.S. Census Geocoding cookbook tutorials](https://ualibweb.github.io/UALIB_ScholarlyAPI_Cookbook/src/overview/us-census-geocoding.html).*"
"*To see how to programmatically obtain the latititude and longitude of an address in the U.S., please see our [U.S. Census Geocoding cookbook tutorials](https://ua-libraries-research-data-services.github.io/UALIB_ScholarlyAPI_Cookbook/src/overview/us-census-geocoding.html).*"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/python/openalex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@
"\n",
"The OpenAlex API allows us to access the publications from an institution through its ROR ID. To find the ROR ID for an institution, we can search for the institution [here](https://ror.org/).\n",
"\n",
"*To see how to programmatically obtain ROR IDs for institutions, please see our [Research Organization Registry cookbook tutorials](https://ualibweb.github.io/UALIB_ScholarlyAPI_Cookbook/src/overview/ror.html).*\n",
"*To see how to programmatically obtain ROR IDs for institutions, please see our [Research Organization Registry cookbook tutorials](https://ua-libraries-research-data-services.github.io/UALIB_ScholarlyAPI_Cookbook/src/overview/ror.html).*\n",
"\n",
"In this example, we'll look at the University of Alabama, which has the ROR identifier of https://ror.org/03xrrjk67"
]
Expand Down
2 changes: 1 addition & 1 deletion src/shell/pubchem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These recipe examples were tested on August 4, 2022 using GNOME Terminal (with B

.. note::

This tutorial uses ``curl`` and ``jq`` for interacting with the PubChem API. You may also be interested in using the `NCBI EDirect command line program <https://www.ncbi.nlm.nih.gov/books/NBK179288/>`_. We have several tutorials for EDirect in our `EDirectChemInfo repository <https://github.com/ualibweb/EDirectChemInfo>`_.
This tutorial uses ``curl`` and ``jq`` for interacting with the PubChem API. You may also be interested in using the `NCBI EDirect command line program <https://www.ncbi.nlm.nih.gov/books/NBK179288/>`_. We have several tutorials for EDirect in our `EDirectChemInfo repository <https://github.com/UA-Libraries-Research-Data-Services/EDirectChemInfo>`_.

Setup
============================================
Expand Down
2 changes: 1 addition & 1 deletion src/shell/pubmed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ These recipe examples were tested on November 23, 2022 using GNOME Terminal in U

.. note::

This tutorial uses ``curl`` and ``jq`` for interacting with the PubChem API. You may also be interested in using the `NCBI EDirect command line program <https://www.ncbi.nlm.nih.gov/books/NBK179288/>`_. We have workshop materials for EDirect with PubMed in our `UALIB Workshops repository <https://github.com/ualibweb/UALIB_Workshops>`_.
This tutorial uses ``curl`` and ``jq`` for interacting with the PubChem API. You may also be interested in using the `NCBI EDirect command line program <https://www.ncbi.nlm.nih.gov/books/NBK179288/>`_. We have workshop materials for EDirect with PubMed in our `UALIB Workshops repository <https://github.com/UA-Libraries-Research-Data-Services/UALIB_Workshops>`_.

Program requirements
=========================
Expand Down
2 changes: 1 addition & 1 deletion src/shell/z3950.rst
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ Since Index Data YAZ is a complete toolkit, it's possible to write your own cust

As a result, we created a demonstration C program called ``z39-demo``:

https://github.com/ualibweb/z39-demo
https://github.com/UA-Libraries-Research-Data-Services/z39-demo

``z39-demo`` is a small command line program written in C that can run Z39.50 searches via an input query
or an input file. By default ``z39-demo`` searches The University of Alabama library catalog,
Expand Down

0 comments on commit a9c4790

Please sign in to comment.