-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
# Leaflet Storymaps for In and Out of Place project | ||
Custom Leaflet story map using Google Sheets template. | ||
This Leaflet StoryMap is created for the *In and Out of Place: Tracking Resources Extractions from Treaty Lands, 1874*, a digital project done in collaboratin between Center for American Indian Research and Native Studies* (CAIRNS) and Brown University Library's Center for Digital Scholarship. This StoryMap uses a template by *Hands-On Data Visualization* (see Credits) and customized with our data and content on the 1874 expedition through the Black Hills. | ||
|
||
## Live links | ||
- Leaflet Map https://brown-university-library.github.io/in-out-of-place-custer/ | ||
- Google Sheets template https://docs.google.com/spreadsheets/d/1kOxhcYI-CMPUxNq0wUFiAcHPT0u2gk3utx_8hALwAmg/edit#gid=1017616277 | ||
|
||
## Create Your Own | ||
- See step-by-step tutorial to create the storymap taken from *Hands-On Data Visualization* https://HandsOnDataViz.org/leaflet-storymaps-with-google-sheets.html | ||
|
||
Email [[email protected]]([email protected]) if you need assistance with updating your code. | ||
|
||
## Credits (and licenses) | ||
GitHub repository and tutorial guide to creating this Storymap developed by [Ilya Ilyankou](https://github.com/ilyankou) and [Jack Dougherty](https://github.com/jackdougherty) with support from Connecticut Humanities and Trinity College, CT. Inspired by Code for Atlanta mapsfor.us (2016) https://github.com/codeforatlanta/mapsforus (BSD-3-Clause). Adapted from MUX Lab, Map Effects 100: https://github.com/muxlab/map-effects-100, see http://muxlab.github.io/map-effects-100/Leaflet/11_scroll-driven-map-navigation.html. | ||
GitHub repository and tutorial guide to creating this Storymap developed by [Ilya Ilyankou](https://github.com/ilyankou) and [Jack Dougherty](https://github.com/jackdougherty) with support from Connecticut Humanities and Trinity College, CT. Inspired by Code for Atlanta mapsfor.us (2016) https://github.com/codeforatlanta/mapsforus (BSD-3-Clause). Adapted from MUX Lab, Map Effects 100: https://github.com/muxlab/map-effects-100, see http://muxlab.github.io/map-effects-100/Leaflet/11_scroll-driven-map-navigation.html. For step-by-step tutorial to create the storymap taken from *Hands-On Data Visualization* https://HandsOnDataViz.org/leaflet-storymaps-with-google-sheets.html | ||
|
||
We use [Google Sheets API version 4](https://developers.google.com/sheets/api), with these open-source components: | ||
Utilizing [Google Sheets API version 4](https://developers.google.com/sheets/api), with these open-source components: | ||
|
||
- Leaflet v1.7.1 https://leafletjs.com (BSD-2-Clause) | ||
- jQuery v3.5.1 https://code.jquery.com (MIT) | ||
|