Skip to content

Commit 1d4b377

Browse files
author
anisa-hawes
committed
Merge branch 'gh-pages' into Issue-2687
2 parents 28483a0 + ce16c6b commit 1d4b377

4 files changed

Lines changed: 34 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
# Next we setup our installation of Ruby but only if the PR event is not closing the PR (don't need to build twice since Github builds on merge to gh-pages).
1818
- name: 💎 setup ruby
1919
if : github.event.action != 'closed'

_data/ph_authors.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,3 +2766,35 @@
27662766
Lorena Gauthereau is the Digital Programs Manager for the US Latino Digital Humanities Center (USLDH)/Recovering the US Hispanic Literary Heritage Program at the University of Houston.
27672767
es: |
27682768
Lorena Gauthereau es Digital Programs Manager para el Centro de Humanidades Digitales US Latinos (USLDH) del Programa de la Recuperación del legado escrito de hispanos en los Estados Unidos, basado en la Universidad de Houston.
2769+
2770+
- name: Marie Flesch
2771+
team: true
2772+
team_start: 2022
2773+
institution: ATILF, Université de Lorraine-CNRS
2774+
github: marie-flesch
2775+
email: marie.flesch@gmail.com
2776+
url: "https://sites.google.com/view/marie-flesch/"
2777+
sortname: Flesch
2778+
orcid: 0000-0003-2139-1517
2779+
affiliation:
2780+
en: |
2781+
ATILF, Université de Lorraine-CNRS, France.
2782+
es: |
2783+
ATILF, Université de Lorraine-CNRS, Francia.
2784+
fr: |
2785+
ATILF, Université de Lorraine-CNRS, France.
2786+
pt: |
2787+
ATILF, Université de Lorraine-CNRS, França.
2788+
bio:
2789+
en: |
2790+
2791+
es: |
2792+
2793+
fr: |
2794+
2795+
pt: |
2796+
2797+
team_roles:
2798+
- french
2799+
- editorial
2800+
status: volunteer

avatars/marie-flesch.png

65.4 KB
Loading

en/lessons/displaying-georeferenced-map-knightlab-storymap-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ abstract: In this lesson, you will learn how to display a georeferenced map from
2525

2626
# Lesson Goals
2727

28-
Georeferencing is the process of assigning geographic coordinates to a scanned map or raster image. Many historians are now [georeferencing](https://perma.cc/5CLB-HNXN) historical maps to study how places have changed over time. After georeferencing a historic map, you may want to display it online to share your research or tell a story. In this lesson, we will show you how to share a georeferenced map online using StoryMap JS, an interactive web-based mapping platform. [StoryMap JS](https://perma.cc/6PNW-KTM3) is an open-source tool from Knight Lab at Northwestern University, which allows you to integrate historical and contemporary maps into interactive stories. If you haven’t yet created a georeferenced map, the *Programming Historian* lessons on [Georeferencing in QGIS 2.0](/lessons/georeferencing-qgis) and [Introduction to Map Warper](/es/lecciones/introduccion-map-warper) offer detailed tutorials.
28+
Georeferencing is the process of assigning geographic coordinates to a scanned map or raster image. Many historians are now [georeferencing](https://perma.cc/5CLB-HNXN) historical maps to study how places have changed over time. After georeferencing a historic map, you may want to display it online to share your research or tell a story. In this lesson, we will show you how to share a georeferenced map online using StoryMap JS, an interactive web-based mapping platform. [StoryMap JS](https://perma.cc/6PNW-KTM3) is an open-source tool from Knight Lab at Northwestern University, which allows you to integrate historical and contemporary maps into interactive stories. If you haven’t yet created a georeferenced map, the *Programming Historian* lessons on [Georeferencing in QGIS 2.0](/lessons/georeferencing-qgis) and [Introduction to Map Warper](/en/lessons/introduction-map-warper) offer detailed tutorials.
2929

3030
# Creating your narrative with StoryMap JS
3131

0 commit comments

Comments
 (0)