Skip to content

Commit 1c59d9c

Browse files
author
Angela Li
committed
Fix workshop script links
1 parent e229703 commit 1c59d9c

File tree

48 files changed

+21
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+21
-21
lines changed

01-intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Finally, we learned that [`sf`](https://r-spatial.github.io/sf/index.html) is th
2323
The rest of the workshop was dedicated to a hands-on exercise where we live coded together. The data we used was 1986 Chicago aldermanic ward boundary data, which can be found on the UChicago Map Collection page [here](https://www.lib.uchicago.edu/e/collections/maps/chigis.html).
2424

2525
```{block type="rmdinfo"}
26-
This workshop's script can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/R/01-intro.R).
26+
This workshop's script can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/spring-2019/R/import-data.R).
2727
```
2828

2929
### Functions learned

02-gis-1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
## Interactive Tutorial
1818

1919
```{block type="rmdinfo"}
20-
This workshop's script can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/R/02-gis-1.R).
20+
This workshop's script can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/spring-2019/R/gis-learning.R).
2121
```
2222

2323
## Exercises

03-gis-2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Hint: For each new function we go over, type `?` in front of it in the console t
2020
## Interactive Tutorial
2121

2222
```{block type="rmdinfo"}
23-
This workshop's script can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/R/03-gis-2.R).
23+
This workshop's script can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/spring-2019/R/gis-learning-2.R).
2424
```
2525

2626
```{block, type='learncheck', purl=FALSE}

04-gis-3.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Hint: For each new function we go over, type `?` in front of it in the console t
2323
## Interactive Tutorial
2424

2525
```{block type="rmdinfo"}
26-
This workshop's script can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/R/04-gis-3.R).
26+
This workshop's script can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/spring-2019/R/spatial-join.R).
2727
```
2828

2929
## Challenges

05-r-markdown-viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Hint: Use the R Markdown guides in RStudio under Help > Cheatsheets > R Markdown
2121
## Interactive Tutorial
2222

2323
```{block type="rmdinfo"}
24-
This workshop's R Markdown can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/doc/05-rmarkdown.Rmd).
24+
This workshop's R Markdown can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/winter-2019/doc/05-rmarkdown.Rmd).
2525
```
2626

2727
## Challenges

06-tmap-animation.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
## Interactive Tutorial
1818

1919
```{block type="rmdinfo"}
20-
This workshop's R Markdown can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/doc/06-custom-maps.Rmd).
20+
This workshop's R Markdown can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/winter-2019/doc/06-custom-maps.Rmd).
2121
```
2222

2323
## Challenges

07-interactive-maps.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This workshop teaches section [Chapter 8.4: Interactive Maps](https://geocompr.r
2222
## Interactive Tutorial
2323

2424
```{block type="rmdinfo"}
25-
This workshop's R Markdown can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/doc/07-interactive-maps.Rmd).
25+
This workshop's R Markdown can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/winter-2019/doc/07-interactive-maps.Rmd).
2626
```
2727

2828
## R Training Workshop

08-leaflet-shiny.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This workshop teaches how to create a basic Shiny web app using leaflet.
2020
## Interactive Tutorial
2121

2222
```{block type="rmdinfo"}
23-
This workshop's Shiny app code can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/R/leaflet-example/app.R).
23+
This workshop's Shiny app code can be found [here](https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/winter-2019/R/leaflet-example/app.R).
2424
```
2525

2626
```{block type="learncheck"}

docs/custom-and-animated-maps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h2><span class="header-section-number">6.2</span> Functions Learned</h2>
223223
<h2><span class="header-section-number">6.3</span> Interactive Tutorial</h2>
224224
<div class="rmdinfo">
225225
<p>
226-
This workshop’s R Markdown can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/doc/06-custom-maps.Rmd">here</a>.
226+
This workshop’s R Markdown can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/winter-2019/doc/06-custom-maps.Rmd">here</a>.
227227
</p>
228228
</div>
229229
</div>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ <h1>Introduction</h1>
212212
<h2>Workshop Organization</h2>
213213
<p>Each chapter of this <a href="https://bookdown.org/">bookdown</a> book represents a 1-hour workshop taught at the center. Chapters will be uploaded after the workshop so you can self study the material.</p>
214214
<p>A tentative <strong>workshop schedule</strong> can be found at <a href="https://spatialanalysis.github.io/events/workshop-schedules/">this link</a>.</p>
215-
<p><strong>Scripts</strong> from the workshops will be uploaded to Github following each workshop and can be found in the <code>R</code> folder at <a href="https://github.com/spatialanalysis/workshop-scripts">this link</a>.</p>
216-
<p><strong>Data</strong> used in the workshops can be found on the GeoDa Center <a href="https://geodacenter.github.io/data-and-lab/">data website</a>, or will be linked to in each workshop chapter. All data will eventually be found in an R package developed by the CSDS.</p>
215+
<p><strong>Scripts</strong> from the workshops will be uploaded to Github following each workshop and can be found at <a href="https://github.com/spatialanalysis/workshop-scripts">this link</a>.</p>
216+
<p><strong>Data</strong> used in the workshops will be linked to in each workshop chapter or can be found on the GeoDa Center <a href="https://geodacenter.github.io/data-and-lab/">data website</a>. All data will eventually be found in an R package developed by the CSDS.</p>
217217
</div>
218218
<div id="prior-knowledge" class="section level2 unnumbered">
219219
<h2>Prior Knowledge</h2>

docs/interactive-maps-with-shiny.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h2><span class="header-section-number">8.3</span> Overview</h2>
227227
<h2><span class="header-section-number">8.4</span> Interactive Tutorial</h2>
228228
<div class="rmdinfo">
229229
<p>
230-
This workshop’s Shiny app code can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/R/leaflet-example/app.R">here</a>.
230+
This workshop’s Shiny app code can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/winter-2019/R/leaflet-example/app.R">here</a>.
231231
</p>
232232
</div>
233233
<div class="learncheck">

docs/interactive-maps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2><span class="header-section-number">7.3</span> Overview</h2>
228228
<h2><span class="header-section-number">7.4</span> Interactive Tutorial</h2>
229229
<div class="rmdinfo">
230230
<p>
231-
This workshop’s R Markdown can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/doc/07-interactive-maps.Rmd">here</a>.
231+
This workshop’s R Markdown can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/winter-2019/doc/07-interactive-maps.Rmd">here</a>.
232232
</p>
233233
</div>
234234
</div>

docs/introduction-to-spatial-data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h2><span class="header-section-number">1.3</span> Interactive Tutorial</h2>
221221
<p>The rest of the workshop was dedicated to a hands-on exercise where we live coded together. The data we used was 1986 Chicago aldermanic ward boundary data, which can be found on the UChicago Map Collection page <a href="https://www.lib.uchicago.edu/e/collections/maps/chigis.html">here</a>.</p>
222222
<div class="rmdinfo">
223223
<p>
224-
This workshop’s script can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/R/01-intro.R">here</a>.
224+
This workshop’s script can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/spring-2019/R/import-data.R">here</a>.
225225
</p>
226226
</div>
227227
<div id="functions-learned" class="section level3">

docs/multiple-dataset-gis-operations-visualization-pt-2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h2><span class="header-section-number">4.2</span> Functions Learned</h2>
230230
<h2><span class="header-section-number">4.3</span> Interactive Tutorial</h2>
231231
<div class="rmdinfo">
232232
<p>
233-
This workshop’s script can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/R/04-gis-3.R">here</a>.
233+
This workshop’s script can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/spring-2019/R/spatial-join.R">here</a>.
234234
</p>
235235
</div>
236236
</div>

docs/multiple-dataset-gis-operations-visualization.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h2><span class="header-section-number">3.2</span> Functions Learned</h2>
227227
<h2><span class="header-section-number">3.3</span> Interactive Tutorial</h2>
228228
<div class="rmdinfo">
229229
<p>
230-
This workshop’s script can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/R/03-gis-2.R">here</a>.
230+
This workshop’s script can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/spring-2019/R/gis-learning-2.R">here</a>.
231231
</p>
232232
</div>
233233
<div class="learncheck">

docs/r-markdown-and-custom-maps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h2><span class="header-section-number">5.2</span> Topics Learned</h2>
226226
<h2><span class="header-section-number">5.3</span> Interactive Tutorial</h2>
227227
<div class="rmdinfo">
228228
<p>
229-
This workshop’s R Markdown can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/doc/05-rmarkdown.Rmd">here</a>.
229+
This workshop’s R Markdown can be found <a href="https://github.com/spatialanalysis/workshop-scripts/blob/master/gis-visualization/winter-2019/doc/05-rmarkdown.Rmd">here</a>.
230230
</p>
231231
</div>
232232
</div>

0 commit comments

Comments
 (0)