-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure book for 2025-01-arctic fundamentals course
- Loading branch information
Showing
22 changed files
with
120 additions
and
183 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 |
---|---|---|
|
@@ -17,4 +17,7 @@ | |
*.html | ||
|
||
# geospatial lesson files | ||
rosm.cache/* | ||
rosm.cache/* | ||
|
||
# Session build files | ||
session_*_files/* |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,10 +1,9 @@ | ||
--- | ||
title: "Course Introduction" | ||
title: "Introduction to the Arctic Data Center" | ||
title-block-banner: true | ||
format: | ||
html: | ||
code-overflow: wrap | ||
--- | ||
|
||
|
||
{{< include /sections/reproducibility-intro.qmd >}} | ||
{{< include /sections/adc-intro-to-policies.qmd >}} |
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 |
---|---|---|
|
@@ -5,11 +5,5 @@ title-block-banner: true | |
--- | ||
|
||
|
||
|
||
|
||
|
||
{{< include /sections/rstudio-server-setup.qmd >}} | ||
|
||
|
||
|
||
|
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,11 +1,9 @@ | ||
--- | ||
title: "Git and GitHub Setup" | ||
title: "Introduction to R Programming" | ||
title-block-banner: true | ||
code-annotations: hover | ||
execute: | ||
eval: false | ||
--- | ||
|
||
|
||
|
||
|
||
{{< include /sections/git-setup.qmd >}} | ||
{{< include /sections/intro-r-programming.qmd >}} | ||
|
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,17 +1,20 @@ | ||
--- | ||
title: "Working in R & RStudio" | ||
title: "Thinking Preferences & Social Aspects of Collaboration" | ||
title-block-banner: true | ||
# execute: | ||
# eval: false | ||
# format: | ||
# html: | ||
# code-link: true | ||
# code-fold: true | ||
# code-summary: "Answer" | ||
# code-overflow: wrap | ||
execute: | ||
eval: false | ||
format: | ||
html: | ||
code-link: true | ||
code-fold: true | ||
code-summary: "Answer" | ||
code-overflow: wrap | ||
--- | ||
|
||
|
||
|
||
{{< include /sections/intro-r-programming.qmd >}} | ||
|
||
{{< include /sections/collaboration-thinking-preferences.qmd >}} | ||
|
||
|
||
{{< include /sections/collaboration-social-data-policies.qmd >}} |
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,8 +1,6 @@ | ||
--- | ||
title: "Literate Analysis with Quarto" | ||
title: "Writing Data Management Plans" | ||
title-block-banner: true | ||
--- | ||
|
||
|
||
|
||
{{< include /sections/r-intro-quarto.qmd >}} | ||
{{< include /sections/data-management-plans-reduced.qmd >}} |
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,12 +1,6 @@ | ||
--- | ||
title: "Reproducibility: a Lego activity" | ||
title: "Literate Analysis with Quarto" | ||
title-block-banner: true | ||
format: | ||
html: | ||
code-overflow: wrap | ||
code-link: true | ||
--- | ||
|
||
|
||
|
||
<!-- {{< include /sections/intro-tidy-data.qmd >}} --> | ||
{{< include /sections/r-intro-quarto.qmd >}} |
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,8 +1,14 @@ | ||
--- | ||
title: "Git and GitHub" | ||
title: "R Practice: Literate Analysis " | ||
title-block-banner: true | ||
execute: | ||
eval: false | ||
# format: | ||
# html: | ||
# code-link: true | ||
# code-fold: true | ||
# code-summary: "Example Code" | ||
# code-overflow: wrap | ||
--- | ||
|
||
|
||
{{< include /sections/git-github-intro.qmd >}} | ||
|
||
{{< include /sections/exercise-intro-programming-socialsci.qmd >}} |
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,15 +1,10 @@ | ||
--- | ||
title: "Tidy Data" | ||
title: "Data Modeling Essentials" | ||
title-block-banner: true | ||
format: | ||
html: | ||
code-overflow: wrap | ||
code-link: true | ||
--- | ||
|
||
|
||
|
||
|
||
{{< include /sections/intro-tidy-data.qmd >}} | ||
|
||
<!-- {{< include /sections/r-practice-tidy-data-joins.qmd >}} --> | ||
|
||
|
||
|
||
|
||
{{< include /sections/data-modeling-socialsci.qmd >}} |
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,11 +1,14 @@ | ||
--- | ||
title: "Cleaning and Wrangling Data" | ||
title-block-banner: true | ||
execute: | ||
eval: false | ||
format: | ||
html: | ||
code-link: true | ||
code-fold: true | ||
code-summary: "Answer" | ||
code-overflow: wrap | ||
--- | ||
|
||
|
||
|
||
{{< include /sections/clean-wrangle-data.qmd >}} | ||
|
||
|
||
|
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,14 +1,9 @@ | ||
--- | ||
title: "Practice Session: Joins" | ||
title: "Intro to Data Visualization" | ||
title-block-banner: true | ||
execute: | ||
eval: false | ||
format: | ||
html: | ||
code-link: true | ||
code-fold: true | ||
code-summary: "Answer" | ||
code-overflow: wrap | ||
--- | ||
|
||
{{< include /sections/r-practice-tidy-data-joins.qmd >}} | ||
{{< include /sections/visualization-ggplot-leaflet.qmd >}} |
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,10 +1,6 @@ | ||
--- | ||
title: "Collaborating with Git and GitHub" | ||
title: "Ethical Data Collection" | ||
title-block-banner: true | ||
--- | ||
|
||
|
||
{{< include /sections/git-collab-merge-conflicts.qmd >}} | ||
|
||
|
||
|
||
{{< include /sections/data-ethics-eloka-2023.qmd >}} |
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,9 +1,8 @@ | ||
--- | ||
title: "Publishing to the Web" | ||
title: "R Practice: Cleaning and Wrangling" | ||
title-block-banner: true | ||
|
||
execute: | ||
eval: false | ||
--- | ||
|
||
|
||
|
||
{{< include /sections/git-github-publishing-analysis.qmd >}} | ||
{{< include /sections/exercise-tidyverse-socialsci.qmd >}} |
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,10 +1,14 @@ | ||
--- | ||
title: "Data Visualization" | ||
title: "Working with Text Data in R" | ||
title-block-banner: true | ||
# execute: | ||
# eval: false | ||
# format: | ||
# html: | ||
# code-link: true | ||
# code-fold: true | ||
# code-summary: "Answer" | ||
# code-overflow: wrap | ||
--- | ||
|
||
|
||
|
||
|
||
{{< include /sections/visualization-delta.qmd >}} | ||
|
||
{{< include /sections/intro-tidy-text-data.qmd >}} |
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,16 +1,6 @@ | ||
--- | ||
title: "Practice Session: Collaborative Report" | ||
title: "U.S Census Data in R" | ||
title-block-banner: true | ||
execute: | ||
eval: false | ||
format: | ||
html: | ||
code-link: true | ||
code-fold: true | ||
code-summary: "Answer" | ||
code-overflow: wrap | ||
--- | ||
|
||
|
||
|
||
{{< include /sections/r-practice-clean-wrangle-visualize.qmd >}} | ||
{{< include /sections/census-data.qmd >}} |
Oops, something went wrong.