Skip to content

Commit

Permalink
week2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMerfeld committed Sep 20, 2024
1 parent be4eee7 commit 0fcd607
Show file tree
Hide file tree
Showing 62 changed files with 5,429 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ There are also two slide decks that are extremely helpful:

You can find the slides (and any data we will be using) for each week under their respective folders (weeks/). Most weeks will have just a single slide deck. Note that in each week's folder, you can also find the raw .Rmd file that I used to create the slides. You might find these helpful, though you are by no means required to look at them.

- Week 1: You can find the slides for the the week [Day 1 slides](https://joshmerfeld.github.io/geospatialdataR/week1both.html).
- Week 1: You can find the slides for the the week here: [week 1 slides](https://joshmerfeld.github.io/geospatialdataR/week1both.html).
- You can find the data for week 1 in the [week1data](week1data) folder or by clicking [here](week1data/data.csv) (you can download the csv in the upper-right-hand corner).
- Week 2: TBD
- Week 2: You can find the slides for the the weekhere: [week 2 slides](https://joshmerfeld.github.io/geospatialdataR/week2.html).
- You can find the data for week 2 in the [week2data](week2data) folder or by clicking [here](week1data/data.csv).
- Week 3: TBD
- Week 4: TBD
- Week 5: TBD
Expand Down
2 changes: 1 addition & 1 deletion custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $code-color: $accent !default;

/* This changes the size of the code block chunks (the font) */
code.sourceCode {
font-size: 2.0em;
font-size: 1.5em;
/* or try font-size: xx-large; */
margin-bottom: 0px;
}
Expand Down
3,781 changes: 3,781 additions & 0 deletions week2.html

Large diffs are not rendered by default.

Loading

0 comments on commit 0fcd607

Please sign in to comment.