You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/apidocs/all-tutorials.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,6 @@ How to find and analyze the colors in an image. This tutorial uses [k-means clus
88
88
**Background knowledge:**
89
89
* Using [links in HTML](https://www.w3schools.com/tags/att_a_href.asp)
90
90
* 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/)
92
91
93
92
**Applications:**
94
93
* 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
116
115
* Analyze geographic data and connect it to other information, such as date
117
116
* Compare geographies across collections
118
117
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)
120
119
121
120
How to query and download cartographic material. Includes:
122
121
* 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
158
157
* Do historical research
159
158
* See [these projects](https://blogs.loc.gov/thesignal/2016/08/the-neh-chronicling-america-challenge-using-big-data-to-ask-big-questions/) for more!
160
159
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)
163
161
The Python script here creates a csv file of all of the digitized titles in Chronicling America, with their associated metadata.
164
162
165
163
**Background knowledge:**
@@ -168,7 +166,7 @@ The Python script here creates a csv file of all of the digitized titles in Chro
168
166
169
167
**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.
170
168
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)
172
170
173
171
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.
174
172
@@ -223,7 +221,7 @@ Provides code for selecting random audio segments and combining them together. A
223
221
* Manipulate existing audio files
224
222
* Build interactive audio sampling tools, like [this](https://citizen-dj.labs.loc.gov/)
225
223
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)
227
225
228
226
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.
0 commit comments