Skip to content

Commit

Permalink
restructuring book to relfect reproducible schedule + adding metadaa …
Browse files Browse the repository at this point in the history
…lesson qmd
  • Loading branch information
camilavargasp committed Feb 3, 2024
1 parent 29ca919 commit db57b32
Show file tree
Hide file tree
Showing 19 changed files with 429 additions and 65 deletions.
33 changes: 17 additions & 16 deletions materials/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,24 @@ book:
chapters:
- index.qmd # preface
- session_01.qmd # ADC intro
- session_02.qmd # r setup
- session_02.qmd # r & git setup
- session_03.qmd # Literate analysis
- session_04.qmd # DMP + Documenting and publishing data
- session_05.qmd # Intro to Git
- session_06.qmd # data modeling essentials
- session_07.qmd # Cleaning and Wrangling
- session_08.qmd # collaborating with git
- session_09.qmd # publising to the web
- session_10.qmd # intro data viz
- session_11.qmd # practice session
- session_12.qmd # Data Portals
- session_13.qmd # Social Aspects of collab
- session_14.qmd # Functions and Packages
- session_15.qmd # Practice Session
- session_16.qmd # Spatial Data
- session_17.qmd # Repro and Provenance
- session_18.qmd
- session_04.qmd # DMP
- session_05.qmd # Documenting and publishing data
- session_06.qmd # Intro to Git
- session_07.qmd # data modeling essentials
- session_08.qmd # Cleaning and Wrangling
- session_09.qmd # collaborating with git
- session_10.qmd # publising to the web
- session_11.qmd # intro data viz
- session_12.qmd # practice session
- session_13.qmd # Data Portals
- session_14.qmd # Thinking Preferences
- session_15.qmd # Social Aspects of collab
- session_16.qmd # Functions and Packages
- session_17.qmd # Practice Session II
- session_18.qmd # Spatial Data
- session_19.qmd # Repro and Provenance


bibliography: book.bib
Expand Down
352 changes: 352 additions & 0 deletions materials/sections/metadata-adc-data-documentation-hands-on.qmd

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion materials/session_02.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
title: "RStudio Server Setup"
title: "RStudio & git Setup"
title-block-banner: true

---


{{< include /sections/rstudio-server-setup.qmd >}}


{{< include /sections/git-setup.qmd >}}



4 changes: 2 additions & 2 deletions materials/session_03.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Introduction to R Programming"
title: "Literate Analysis"
title-block-banner: true
execute:
eval: false
---

{{< include /sections/intro-r-programming.qmd >}}
{{< include /sections/r-intro-quarto.qmd >}}

20 changes: 10 additions & 10 deletions materials/session_04.qmd
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
title: "Thinking Preferences & Social Aspects of Collaboration"
title: "Data Managment Plans"
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/collaboration-thinking-preferences.qmd >}}
{{{< include /sections/data-management-plans-reduced.qmd >}}


{{< include /sections/collaboration-social-data-policies.qmd >}}
4 changes: 2 additions & 2 deletions materials/session_05.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Writing Data Management Plans"
title: "Documenting and Publishing Data"
title-block-banner: true
---

{{< include /sections/data-management-plans-reduced.qmd >}}
{{< include /sections/metadata-adc-data-documentation-hands-on.qmd >}}
4 changes: 2 additions & 2 deletions materials/session_06.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Literate Analysis with Quarto"
title: "Introduction to git and GitHub"
title-block-banner: true
---

{{< include /sections/r-intro-quarto.qmd >}}
{{< include /sections/git-github-intro.qmd >}}
4 changes: 2 additions & 2 deletions materials/session_07.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "R Practice: Literate Analysis "
title: "Data Modeling Essentials "
title-block-banner: true
execute:
eval: false
Expand All @@ -15,4 +15,4 @@ execute:



{{< include /sections/exercise-intro-programming-socialsci.qmd >}}
{{< include /sections/intro-tidy-data.qmd >}}
4 changes: 2 additions & 2 deletions materials/session_08.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Data Modeling Essentials"
title: "Cleaning and Wrangling Data"
title-block-banner: true
format:
html:
Expand All @@ -9,4 +9,4 @@ format:



{{< include /sections/data-modeling-socialsci.qmd >}}
{{< include /sections/clean-wrangle-data.qmd >}}
20 changes: 10 additions & 10 deletions materials/session_09.qmd
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: "Cleaning and Wrangling Data"
title: "Collaborating with git and GitHub"
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/clean-wrangle-data.qmd >}}
{{< include /sections/git-collab-merge-conflict.qmd >}}


4 changes: 2 additions & 2 deletions materials/session_10.qmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Intro to Data Visualization"
title: "Publishing you Analysis to the Web"
title-block-banner: true
format:
html:
code-overflow: wrap
---


{{< include /sections/visualization-ggplot-leaflet.qmd >}}
{{< include /sections/git-github-publishing-analysis.qmd >}}


4 changes: 2 additions & 2 deletions materials/session_11.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Ethical Data Collection"
title: "Intro to Data Visualization"
title-block-banner: true
---



{{< include /sections/data-ethics-eloka-2023.qmd >}}
{{< include /sections/visualization-ggplot-leaflet.qmd >}}
10 changes: 8 additions & 2 deletions materials/session_12.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
---
title: "R Practice: Cleaning and Wrangling"
title: "Practice Session I"
title-block-banner: true
execute:
eval: false
format:
html:
code-link: true
code-fold: true
code-summary: "Answer"
code-overflow: wrap
---


{{< include /sections/exercise-tidyverse-socialsci.qmd >}}
<!--{{< include /sections/exercise-tidyverse-socialsci.qmd >}}-->
4 changes: 2 additions & 2 deletions materials/session_13.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Working with Text Data in R"
title: "Data Portals"
title-block-banner: true
# execute:
# eval: false
Expand All @@ -13,4 +13,4 @@ title-block-banner: true



{{< include /sections/intro-tidy-text-data.qmd >}}
{{< include /sections/adc-creating-data-portals.qmd >}}
4 changes: 2 additions & 2 deletions materials/session_14.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Metadata Best Practices and Data Publishing"
title: "Thinking Preferences"
title-block-banner: true
---



{{< include /sections/metadata-adc-data-documentation-socialsci.qmd >}}
{{< include /sections/collaboration-thinking-preferences.qmd >}}
4 changes: 2 additions & 2 deletions materials/session_15.qmd
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Creating Data Portals"
title: "Social Aspects of Collaboration"
title-block-banner: true
format:
html:
code-link: true
code-overflow: wrap
---

{{< include /sections/adc-creating-data-portals.qmd >}}
{{< include /sections/collaboration-social-data-policies.qmd >}}

4 changes: 2 additions & 2 deletions materials/session_16.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Reproducible Survey Workflow"
title: "Functions and Packages"
title-block-banner: true
execute:
eval: false
Expand All @@ -11,5 +11,5 @@ format:
code-overflow: wrap
---

{{< include /sections/survey-workflow.qmd >}}
<!--{{< include /sections/survey-workflow.qmd >}}__>
4 changes: 2 additions & 2 deletions materials/session_17.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Provenance and Reproducibility"
title: "Practice Session II"
title-block-banner: true
---



{{< include /sections/provenance-reproducibility-datapaper.qmd >}}
<!--{{< include /sections/provenance-reproducibility-datapaper.qmd >}}-->
4 changes: 2 additions & 2 deletions materials/session_18.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "U.S Census Data in R"
title: "Spatial Data"
title-block-banner: true
---



{{< include /sections/census-data.qmd >}}
<!--{{< include /sections/census-data.qmd >}}-->

0 comments on commit db57b32

Please sign in to comment.