From 2f1ec339268cb462595a43f5f9e1b7c39461390b Mon Sep 17 00:00:00 2001 From: ptrourke Date: Wed, 26 Oct 2022 10:59:18 -0400 Subject: [PATCH] Update Jupyter notebook links #44 --- .../Web Archives/getting_started_with_memegenerator.ipynb | 2 +- loc.gov JSON API/Accessing images for analysis.ipynb | 2 +- .../Extracting location data for geovisualization.ipynb | 2 +- loc.gov JSON API/maps/maps-downloading-querying.ipynb | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Data Sets/Web Archives/getting_started_with_memegenerator.ipynb b/Data Sets/Web Archives/getting_started_with_memegenerator.ipynb index 88dd83a..4996748 100644 --- a/Data Sets/Web Archives/getting_started_with_memegenerator.ipynb +++ b/Data Sets/Web Archives/getting_started_with_memegenerator.ipynb @@ -467,7 +467,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "And to actually display images, we'll follow the pattern laid out by the [LoC exploration demo for loc.gov](https://github.com/LibraryOfCongress/data-exploration/blob/master/LOC.gov%20JSON%20API.ipynb) and use `Image` from `IPython.display` library. " + "And to actually display images, we'll follow the pattern laid out by the [LoC exploration demo for loc.gov](https://github.com/LibraryOfCongress/data-exploration/blob/master/loc.gov%20JSON%20API/LOC.gov%20JSON%20API.ipynb) and use `Image` from `IPython.display` library. " ] }, { diff --git a/loc.gov JSON API/Accessing images for analysis.ipynb b/loc.gov JSON API/Accessing images for analysis.ipynb index 59cbc39..5dae29d 100644 --- a/loc.gov JSON API/Accessing images for analysis.ipynb +++ b/loc.gov JSON API/Accessing images for analysis.ipynb @@ -23,7 +23,7 @@ "It can also be helpful to discuss with staff your intended analysis, as factors such as the sources of metadata and how items were digitized may affect your findings. The [Ask a Librarian](http://www.loc.gov/rr/askalib/) service can help you get in touch with staff who work with the collections.\n", "\n", "### More APIs for working with images\n", - "Some of the Library of Congress images, including those of newspapers in the [Chronicling America](https://chroniclingamerica.loc.gov/) collection, are available from an [IIIF API](http://iiif.io/). This is an API that allows you to zoom, rotate, resize, and work with images in more complex ways. For a brief intro to using the IIIF API, see [this Jupyter notebook on IIIF](https://github.com/LibraryOfCongress/data-exploration/blob/master/IIIF.ipynb). \n", + "Some of the Library of Congress images, including those of newspapers in the [Chronicling America](https://chroniclingamerica.loc.gov/) collection, are available from an [IIIF API](http://iiif.io/). This is an API that allows you to zoom, rotate, resize, and work with images in more complex ways. For a brief intro to using the IIIF API, see [this Jupyter notebook on IIIF](https://github.com/LibraryOfCongress/data-exploration/blob/master/loc.gov%20IIIF%20API/IIIF.ipynb). \n", " " ] }, diff --git a/loc.gov JSON API/Extracting location data for geovisualization.ipynb b/loc.gov JSON API/Extracting location data for geovisualization.ipynb index 729185b..5c24878 100644 --- a/loc.gov JSON API/Extracting location data for geovisualization.ipynb +++ b/loc.gov JSON API/Extracting location data for geovisualization.ipynb @@ -138,7 +138,7 @@ "\n", "Getting up to speed with use of the loc.gov JSON API and Python to access the collection was a breeze, thanks to existing data exploration resources located on the LC for Robots page: https://labs.loc.gov/lc-for-robots/\n", "\n", - "In specific, you can find tips on using the loc.gov JSON API from the 'Accessing images for analysis' notebook created by Laura Wrubel. We'll build on in the next steps. https://github.com/LibraryOfCongress/data-exploration/blob/master/Accessing%20images%20for%20analysis.ipynb\n" + "In specific, you can find tips on using the loc.gov JSON API from the 'Accessing images for analysis' notebook created by Laura Wrubel. We'll build on in the next steps. https://github.com/LibraryOfCongress/data-exploration/blob/master/loc.gov%20JSON%20API/Accessing%20images%20for%20analysis.ipynb\n" ] }, { diff --git a/loc.gov JSON API/maps/maps-downloading-querying.ipynb b/loc.gov JSON API/maps/maps-downloading-querying.ipynb index 1ce1509..7995790 100644 --- a/loc.gov JSON API/maps/maps-downloading-querying.ipynb +++ b/loc.gov JSON API/maps/maps-downloading-querying.ipynb @@ -35,7 +35,7 @@ "
\n", "

More Resources

\n", " \n", - "Other Jupyter notebooks and examples can be found at LC for Robots. In particular, be sure to check out Accessing images for image analysis, which this notebook builds on, and Extracting location data from the loc.gov API for geovisualization. \n", + "Other Jupyter notebooks and examples can be found at LC for Robots. In particular, be sure to check out Accessing images for image analysis, which this notebook builds on, and Extracting location data from the loc.gov API for geovisualization. \n", "\n", "
\n", "\n", @@ -455,7 +455,7 @@ "2. **get_image_urls** - Get a list of image URLs from those results. \n", "3. **get_image_files** - Download all the image URLs. \n", "\n", - "The code here borrows partially from [Accessing images for image analysis](https://github.com/LibraryOfCongress/data-exploration/blob/master/Accessing%20images%20for%20analysis.ipynb), which is another great resource.\n", + "The code here borrows partially from [Accessing images for image analysis](https://github.com/LibraryOfCongress/data-exploration/blob/master/loc.gov%20JSON%20API/Accessing%20images%20for%20analysis.ipynb), which is another great resource.\n", "\n", "The functions in this notebook are large and do many things. In the real world, best practice for Python functions is usually to break them up into multiple small functions, where each function does one thing.\n", "\n",