Skip to content

Commit 861bbe6

Browse files
authored
Update links on all-tutorials.md
1 parent bc18cfc commit 861bbe6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/pages/apidocs/all-tutorials.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ How to find and analyze the colors in an image. This tutorial uses [k-means clus
8888
**Background knowledge:**
8989
* Using [links in HTML](https://www.w3schools.com/tags/att_a_href.asp)
9090
* How to create an [SVG rectangle in HTML](https://www.w3schools.com/graphics/svg_rect.asp)
91-
* (optional - recommended) Color codes for web - [RGB vs. Hex](https://goedemorgenwp.com/make-site-colorful-color-use-hex-vs-rgb/)
9291

9392
**Applications:**
9493
* Visualize [colors in Library of Congress collections images](https://loc-colors.glitch.me/)
@@ -116,7 +115,7 @@ Demonstrates how to retrieve geographic data (latitude and longitude) and plot i
116115
* Analyze geographic data and connect it to other information, such as date
117116
* Compare geographies across collections
118117

119-
### [Maps Downloading and Querying](https://github.com/LibraryOfCongress/data-exploration/blob/master/maps/maps-downloading-querying.ipynb)
118+
### [Maps Downloading and Querying](https://github.com/LibraryOfCongress/data-exploration/blob/master/loc.gov%20JSON%20API/maps/maps-downloading-querying.ipynb)
120119

121120
How to query and download cartographic material. Includes:
122121
* performing bulk downloads of cartographic materials using the loc.gov API and Python
@@ -158,8 +157,7 @@ This tutorial provides an introduction to what information is available via the
158157
* Do historical research
159158
* See [these projects](https://blogs.loc.gov/thesignal/2016/08/the-neh-chronicling-america-challenge-using-big-data-to-ask-big-questions/) for more!
160159

161-
### [Chronicling America CSV](https://github.com/LibraryOfCongress/data-exploration/tree/master/chronam_all_digitized)
162-
160+
### [Chronicling America CSV](https://github.com/LibraryOfCongress/data-exploration/tree/master/Chronicling%20America%20API/chronam_all_digitized)
163161
The Python script here creates a csv file of all of the digitized titles in Chronicling America, with their associated metadata.
164162

165163
**Background knowledge:**
@@ -168,7 +166,7 @@ The Python script here creates a csv file of all of the digitized titles in Chro
168166

169167
**Applications:** The produced csv can be used for a number of different data analysis and [visualization](https://www.loc.gov/ndnp/data-visualizations/) applications. See the Memegenerator and GIPHY tutorials for more on how to use Python code to analyze data in csv file formats.
170168

171-
### [Chronicling America Issue Counts CSV](https://github.com/LibraryOfCongress/data-exploration/tree/master/chronam_issue_counts)
169+
### [Chronicling America Issue Counts CSV](https://github.com/LibraryOfCongress/data-exploration/tree/master/Chronicling%20America%20API/chronam_issue_counts)
172170

173171
These scripts create csv files where each row contains the state name, year, and the number of newspaper issues in the Chronicling America database available in that state and year. Each script does this for one state.
174172

@@ -223,7 +221,7 @@ Provides code for selecting random audio segments and combining them together. A
223221
* Manipulate existing audio files
224222
* Build interactive audio sampling tools, like [this](https://citizen-dj.labs.loc.gov/)
225223

226-
### [American Folklife Center Scripts](https://github.com/LibraryOfCongress/data-exploration/tree/master/americanfolklifecenter)
224+
### [American Folklife Center Scripts](https://github.com/LibraryOfCongress/data-exploration/tree/master/Processing%20Scripts/americanfolklifecenter)
227225

228226
Includes 2 bash scripts, [reportmd.sh](https://github.com/LibraryOfCongress/data-exploration/blob/master/Processing%20Scripts/americanfolklifecenter/reportmd.sh) and [processfiles.sh](https://github.com/LibraryOfCongress/data-exploration/blob/master/Processing%20Scripts/americanfolklifecenter/processfiles.sh). These scripts intend to make processing and data analysis easier by automating some of the initial steps. They can be run on any command line interface (i.e. Terminal for macOS, PowerShell or Command prompt for Windows), and the script will prompt user inputs.
229227

0 commit comments

Comments
 (0)