Skip to content

Commit

Permalink
Added all slide titles as placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Jan 23, 2024
1 parent 3c76213 commit fbfca6d
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _freeze/materials/slides_2a/execute-results/html.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hash": "fee64c189f26047b28a7f1ca75c741dd",
"hash": "f02ab99023d3b7aabd383255b056aaf6",
"result": {
"markdown": "---\ntitle: \"Intro to Data Science\"\nauthor: \"Lecture 2 -- Packages, Structure, & Conditionals\"\nengine: knitr\nformat: \n revealjs: \n slide-number: c\n scrollable: false\n code-overflow: wrap\n code-line-numbers: false\n code-copy: hover\n theme: [night, slides.scss]\n reference-location: document\n footer: \"[Programming in R for Biologists](https://njlyon0.github.io/teach_r-for-biologists/)\"\n---\n\n\n## A Guide to Your Process\n\n### [Scheduling]{.blue}\n\n### [Learning Objectives]{.purple}\n\n### [Practice]{.pink}\n\n### [Supporting Information]{.orange}\n\n### [Class Discussion]{.gold}\n\n## [Today's Plan]{.blue}\n\n- Y\n\n## [Today's Learning Objectives]{.purple}\n\nAfter today's session you will be able to:\n\n. . .\n\n- X\n\n## [Temperature Check]{.purple}\n\n#### How are you Feeling?\n\n<p align=\"center\">\n<img src=\"comics/debugging.png\" alt=\"Comic-style graph depicting someone's emotional state as they debug code (from initial struggle and defeat to eventual triumph)\">\n</p>\n\n\n\n## [Upcoming Due Dates]{.blue} {.smaller}\n\n::::{.columns}\n\n:::{.column width=\"50%\"}\n\n### Due before lab\n\n#### (By midnight)\n\n- Muddiest Point \\#x\n\n:::\n\n:::{.column width=\"50%\"}\n\n### Due before lecture\n\n#### (By midnight)\n\n- X\n\n:::\n\n::::\n\n",
"markdown": "---\ntitle: \"Intro to Data Science\"\nauthor: \"Lecture 2 -- Packages, Structure, & Conditionals\"\nengine: knitr\nformat: \n revealjs: \n slide-number: c\n scrollable: false\n code-overflow: wrap\n code-line-numbers: false\n code-copy: hover\n theme: [night, slides.scss]\n reference-location: document\n footer: \"[Programming in R for Biologists](https://njlyon0.github.io/teach_r-for-biologists/)\"\n---\n\n\n## A Guide to Your Process\n\n### [Scheduling]{.blue}\n\n### [Learning Objectives]{.purple}\n\n### [Practice]{.pink}\n\n### [Supporting Information]{.orange}\n\n### [Class Discussion]{.gold}\n\n## [Today's Plan]{.blue}\n\n- R Packages\n- Class vs. Structure\n- Using Vectors\n- Conditionals\n\n## [Today's Learning Objectives]{.purple}\n\nAfter today's session you will be able to:\n\n. . .\n\n- Load and use an R package\n- Define the difference(s) between object <u>class</u> and <u>structure</u>\n- Create and manipulate vectors\n- Write conditional statements\n- Manage missing data in objects with conditionals\n\n## [R Package Background]{.orange}\n\n\n\n## [Package Locations]{.orange}\n\n\n## [Using Packages]{.orange}\n\n\n## [Package Analogy]{.gold}\n\n\n## [Practice: Packages]{.pink}\n\n\n## [Package Namespacing]{.orange}\n\n\n## [Practice: Namespacing]{.pink}\n\n\n## [Class versus Structure]{.orange}\n\n\n## [Checking Class/Structure]{.orange}\n\n\n## [Practice: Structure]{.pink}\n\n\n## [Using Vectors: Coordinates]{.orange}\n\n\n## [Using Vectors: Coordinates Cont.]{.orange}\n\n\n## [Practice: Vector Navigation]{.pink}\n\n\n## [Temperature Check]{.purple}\n\n#### How are you Feeling?\n\n<p align=\"center\">\n<img src=\"comics/debugging.png\" alt=\"Comic-style graph depicting someone's emotional state as they debug code (from initial struggle and defeat to eventual triumph)\">\n</p>\n\n## [Conditionals]{.orange}\n\n\n## [Conditionals: EQUAL, OR, & AND]{.orange}\n\n\n## [Practice: Fundamental Conditionals]{.pink}\n\n\n## [Discussion: Conditionals]{.gold}\n\n\n## [Numeric Conditionals]{.orange}\n\n\n## [Practice: Numeric Conditionals]{.orange}\n\n## [Temperature Check]{.purple}\n\n#### How are you Feeling?\n\n<p align=\"center\">\n<img src=\"comics/debugging.png\" alt=\"Comic-style graph depicting someone's emotional state as they debug code (from initial struggle and defeat to eventual triumph)\">\n</p>\n\n## [Upcoming Due Dates]{.blue} {.smaller}\n\n::::{.columns}\n\n:::{.column width=\"50%\"}\n\n### Due before lab\n\n#### (By midnight)\n\n- Muddiest Point \\#x\n\n:::\n\n:::{.column width=\"50%\"}\n\n### Due before lecture\n\n#### (By midnight)\n\n- X\n\n:::\n\n::::\n\n# [Bonus Conditionals]{.purple}\n\n## [OR with >2 Options]{.orange}\n\n\n## [Conditionals: NOT]{.orange}\n\n",
"supporting": [],
"filters": [
"rmarkdown/pagebreak.lua"
Expand Down
81 changes: 79 additions & 2 deletions materials/slides_2a.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,62 @@ format:

## [Today's Plan]{.blue}

- Y
- R Packages
- Class vs. Structure
- Using Vectors
- Conditionals

## [Today's Learning Objectives]{.purple}

After today's session you will be able to:

. . .

- X
- Load and use an R package
- Define the difference(s) between object <u>class</u> and <u>structure</u>
- Create and manipulate vectors
- Write conditional statements
- Manage missing data in objects with conditionals

## [R Package Background]{.orange}



## [Package Locations]{.orange}


## [Using Packages]{.orange}


## [Package Analogy]{.gold}


## [Practice: Packages]{.pink}


## [Package Namespacing]{.orange}


## [Practice: Namespacing]{.pink}


## [Class versus Structure]{.orange}


## [Checking Class/Structure]{.orange}


## [Practice: Structure]{.pink}


## [Using Vectors: Coordinates]{.orange}


## [Using Vectors: Coordinates Cont.]{.orange}


## [Practice: Vector Navigation]{.pink}


## [Temperature Check]{.purple}

Expand All @@ -46,7 +93,30 @@ After today's session you will be able to:
<img src="comics/debugging.png" alt="Comic-style graph depicting someone's emotional state as they debug code (from initial struggle and defeat to eventual triumph)">
</p>

## [Conditionals]{.orange}


## [Conditionals: EQUAL, OR, & AND]{.orange}


## [Practice: Fundamental Conditionals]{.pink}


## [Discussion: Conditionals]{.gold}


## [Numeric Conditionals]{.orange}


## [Practice: Numeric Conditionals]{.orange}

## [Temperature Check]{.purple}

#### How are you Feeling?

<p align="center">
<img src="comics/debugging.png" alt="Comic-style graph depicting someone's emotional state as they debug code (from initial struggle and defeat to eventual triumph)">
</p>

## [Upcoming Due Dates]{.blue} {.smaller}

Expand Down Expand Up @@ -74,3 +144,10 @@ After today's session you will be able to:

::::

# [Bonus Conditionals]{.purple}

## [OR with >2 Options]{.orange}


## [Conditionals: NOT]{.orange}

0 comments on commit fbfca6d

Please sign in to comment.