Skip to content

Commit

Permalink
update team
Browse files Browse the repository at this point in the history
  • Loading branch information
z3tt committed Sep 13, 2023
1 parent 2ae9f75 commit d01fc2e
Show file tree
Hide file tree
Showing 26 changed files with 53 additions and 125 deletions.
4 changes: 2 additions & 2 deletions _freeze/materials/00-welcome/execute-results/html.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/materials/00-welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ <h2></h2>
<section id="hello-jasmin" class="slide level2" data-menu-title="Hello Jasmin" data-background-image="img/intro/hello-jasmin.png" data-background-position="center" data-background-size="62%">
<h2></h2>
</section>
<section id="jasmin-dataviz" class="slide level2" data-menu-title="Jasmin Data Visualization">
<h2></h2>

<img data-src="img/intro/jasmin-overview.png" class="r-stretch quarto-figure-center"><p class="caption">Graphic by Jasmin Sarah König</p></section>
<section id="hello-jonathan" class="slide level2" data-menu-title="Hello Jonathan" data-background-image="img/intro/hello-jonathan.png" data-background-position="center" data-background-size="62%">
<h2></h2>
</section>
Expand Down
4 changes: 2 additions & 2 deletions docs/materials/02-text.html
Original file line number Diff line number Diff line change
Expand Up @@ -1894,14 +1894,14 @@ <h2>Annotations with {ggforce}</h2>
</section>
<section id="annotations-with-ggforce-1" class="slide level2">
<h2>Annotations with {ggforce}</h2>
<div class="cell columns column-output-location" data-hash="02-text_cache/revealjs/highlight-geom-mark-rect-color_3f9686e14c0cb2f8d859806a0a392573">
<div class="cell columns column-output-location" data-hash="02-text_cache/revealjs/highlight-geom-mark-rect-color_9557358cc827bc19e6acb4849ec60227">
<div class="column">
<div class="sourceCode cell-code" id="cb73" data-code-line-numbers="5,6"><pre class="sourceCode numberSource r number-lines code-with-copy"><code class="sourceCode r"><span id="cb73-1"><a href="#cb73-1"></a>g <span class="sc">+</span></span>
<span id="cb73-2"><a href="#cb73-2"></a> ggforce<span class="sc">::</span><span class="fu">geom_mark_rect</span>(</span>
<span id="cb73-3"><a href="#cb73-3"></a> <span class="fu">aes</span>(<span class="at">label =</span> <span class="st">"Outliers?"</span>,</span>
<span id="cb73-4"><a href="#cb73-4"></a> <span class="at">filter =</span> count <span class="sc">&gt;</span> <span class="dv">40000</span>),</span>
<span id="cb73-5"><a href="#cb73-5"></a> <span class="at">color =</span> <span class="st">"black"</span>,</span>
<span id="cb73-6"><a href="#cb73-6"></a> <span class="at">family =</span> <span class="st">"Asap SemiCondensed"</span></span>
<span id="cb73-6"><a href="#cb73-6"></a> <span class="at">label.family =</span> <span class="st">"Asap SemiCondensed"</span></span>
<span id="cb73-7"><a href="#cb73-7"></a> )</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div><div class="column">
<div class="cell-output-display">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/materials/img/intro/jasmin-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/materials/positconf-2023-ggplot2-materials.zip
Binary file not shown.
Binary file modified docs/materials/positconf-2023-ggplot2-scripts.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/materials/scripts/02-text.R
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ g +
aes(label = "Outliers?",
filter = count > 40000),
color = "black",
family = "Asap SemiCondensed"
label.family = "Asap SemiCondensed"
)


Expand Down
3 changes: 2 additions & 1 deletion docs/prework.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ <h3 class="anchored" data-anchor-id="install-r-libraries">Install R Libraries</h
<p>To run the code, open up Rstudio. Copy–paste the code in the console pane (by default in the lower left) and hit enter. Several messages should pop up. Scan these messages that are returned for errors and troubleshoot them if necessary. Warnings and other informational messages can be ignored.</p>
<p>A few packages are not strictly needed but are used in some of the course material. If you wish to install all packages, run the following code as well:</p>
<pre><code>pkgs_opt &lt;- c("camcorder", "viridis", "RColorBrewer", "MetBrewer",
"ggthemes", "ggsci", "hrbrthemes", "tvthemes", "ggannotate")
"ggthemes", "ggsci", "hrbrthemes", "tvthemes",
"ggannotate", "concavemen")
install.packages(setdiff(pkgs_opt, rownames(installed.packages())))

remotes::install_github("AllanCameron/geomtextpath")</code></pre>
Expand Down
11 changes: 9 additions & 2 deletions docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"section": "",
"text": "Artwork by Thomas Linn Pedersen"
},
{
"objectID": "materials/00-welcome.html#jasmin-dataviz",
"href": "materials/00-welcome.html#jasmin-dataviz",
"title": "Engaging and Beautiful Data Visualizations with ggplot2",
"section": "",
"text": "Graphic by Jasmin Sarah König"
},
{
"objectID": "materials/00-welcome.html#jonathan-photography-japan",
"href": "materials/00-welcome.html#jonathan-photography-japan",
Expand Down Expand Up @@ -1208,7 +1215,7 @@
"href": "materials/02-text.html#annotations-with-ggforce-1",
"title": "Engaging and Beautiful Data Visualizations with ggplot2",
"section": "Annotations with {ggforce}",
"text": "Annotations with {ggforce}\n\n\ng +\n ggforce::geom_mark_rect(\n aes(label = \"Outliers?\",\n filter = count > 40000),\n color = \"black\",\n family = \"Asap SemiCondensed\"\n )"
"text": "Annotations with {ggforce}\n\n\ng +\n ggforce::geom_mark_rect(\n aes(label = \"Outliers?\",\n filter = count > 40000),\n color = \"black\",\n label.family = \"Asap SemiCondensed\"\n )"
},
{
"objectID": "materials/02-text.html#annotations-with-ggforce-2",
Expand Down Expand Up @@ -2916,7 +2923,7 @@
"href": "prework.html#technical-requirements",
"title": "Prework",
"section": "Technical Requirements",
"text": "Technical Requirements\n\nInstall R and Rstudio\nDownload the most recent version of R (at least version 4.2) and Rstudio (at least version 2023.06.1) and follow the installation steps.\n\n\nInstall R Libraries\nYou can install all required R packages at once by running the following code in the R command line:\npkgs <- c(\"ggplot2\", \"dplyr\", \"tibble\", \"tidyr\", \"readr\", \"forcats\", \n \"stringr\", \"lubridate\", \"purrr\", \"here\", \"scales\", \"ragg\", \n \"systemfonts\", \"rcartocolor\", \"scico\", \"prismatic\", \"patchwork\", \n \"ggtext\", \"ggforce\", \"ggrepel\", \"colorspace\", \"gapminder\", \"remotes\")\ninstall.packages(setdiff(pkgs, rownames(installed.packages())))\n\nremotes::install_github(\"clauswilke/colorblindr\")\nTo run the code, open up Rstudio. Copy–paste the code in the console pane (by default in the lower left) and hit enter. Several messages should pop up. Scan these messages that are returned for errors and troubleshoot them if necessary. Warnings and other informational messages can be ignored.\nA few packages are not strictly needed but are used in some of the course material. If you wish to install all packages, run the following code as well:\npkgs_opt <- c(\"camcorder\", \"viridis\", \"RColorBrewer\", \"MetBrewer\", \n \"ggthemes\", \"ggsci\", \"hrbrthemes\", \"tvthemes\", \"ggannotate\")\ninstall.packages(setdiff(pkgs_opt, rownames(installed.packages())))\n\nremotes::install_github(\"AllanCameron/geomtextpath\")\nIf, for some reason, you cannot install these packages or the latest versions of R and RStudio, we will have a Posit Cloud workspace set up that can be used instead. But you will still need to bring your laptop.\n\n\nInstall Typefaces\nWe will make use of custom fonts during the course. If you want to follow all contents locally, make sure the following typefaces are installed:\n\nAsap: fonts.google.com/specimen/Asap\nSpline Sans: fonts.google.com/specimen/Spline+Sans\nSpline Sans Mono: fonts.google.com/specimen/Spline+Sans+Mono\nHepta Slab: fonts.google.com/specimen/Hepta+Slab\n\nYou can download all typefaces as a single zip file here.\n\n\nFor Mac OS Users\nIf you want to save your visualization to PDF, please make sure that XQuartz is installed which is needed to use the cairo pdf device."
"text": "Technical Requirements\n\nInstall R and Rstudio\nDownload the most recent version of R (at least version 4.2) and Rstudio (at least version 2023.06.1) and follow the installation steps.\n\n\nInstall R Libraries\nYou can install all required R packages at once by running the following code in the R command line:\npkgs <- c(\"ggplot2\", \"dplyr\", \"tibble\", \"tidyr\", \"readr\", \"forcats\", \n \"stringr\", \"lubridate\", \"purrr\", \"here\", \"scales\", \"ragg\", \n \"systemfonts\", \"rcartocolor\", \"scico\", \"prismatic\", \"patchwork\", \n \"ggtext\", \"ggforce\", \"ggrepel\", \"colorspace\", \"gapminder\", \"remotes\")\ninstall.packages(setdiff(pkgs, rownames(installed.packages())))\n\nremotes::install_github(\"clauswilke/colorblindr\")\nTo run the code, open up Rstudio. Copy–paste the code in the console pane (by default in the lower left) and hit enter. Several messages should pop up. Scan these messages that are returned for errors and troubleshoot them if necessary. Warnings and other informational messages can be ignored.\nA few packages are not strictly needed but are used in some of the course material. If you wish to install all packages, run the following code as well:\npkgs_opt <- c(\"camcorder\", \"viridis\", \"RColorBrewer\", \"MetBrewer\", \n \"ggthemes\", \"ggsci\", \"hrbrthemes\", \"tvthemes\", \n \"ggannotate\", \"concavemen\")\ninstall.packages(setdiff(pkgs_opt, rownames(installed.packages())))\n\nremotes::install_github(\"AllanCameron/geomtextpath\")\nIf, for some reason, you cannot install these packages or the latest versions of R and RStudio, we will have a Posit Cloud workspace set up that can be used instead. But you will still need to bring your laptop.\n\n\nInstall Typefaces\nWe will make use of custom fonts during the course. If you want to follow all contents locally, make sure the following typefaces are installed:\n\nAsap: fonts.google.com/specimen/Asap\nSpline Sans: fonts.google.com/specimen/Spline+Sans\nSpline Sans Mono: fonts.google.com/specimen/Spline+Sans+Mono\nHepta Slab: fonts.google.com/specimen/Hepta+Slab\n\nYou can download all typefaces as a single zip file here.\n\n\nFor Mac OS Users\nIf you want to save your visualization to PDF, please make sure that XQuartz is installed which is needed to use the cairo pdf device."
},
{
"objectID": "prework.html#course-communication",
Expand Down
91 changes: 0 additions & 91 deletions docs/sitemap (1).xml

This file was deleted.

44 changes: 22 additions & 22 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,90 +2,90 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/index.html</loc>
<lastmod>2023-09-13T18:50:40.418Z</lastmod>
<lastmod>2023-09-13T19:12:48.257Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/license.html</loc>
<lastmod>2023-09-13T18:50:40.615Z</lastmod>
<lastmod>2023-09-13T19:12:48.462Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/materials/00-welcome.html</loc>
<lastmod>2023-09-13T18:50:41.238Z</lastmod>
<lastmod>2023-09-13T19:12:49.219Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/materials/01-fundamentals.html</loc>
<lastmod>2023-09-13T18:50:42.790Z</lastmod>
<lastmod>2023-09-13T19:12:50.707Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/materials/02-text.html</loc>
<lastmod>2023-09-13T18:50:47.719Z</lastmod>
<lastmod>2023-09-13T19:12:57.346Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/materials/03-colors.html</loc>
<lastmod>2023-09-13T18:50:52.382Z</lastmod>
<lastmod>2023-09-13T19:13:03.314Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/materials/04-theming.html</loc>
<lastmod>2023-09-13T18:51:07.728Z</lastmod>
<lastmod>2023-09-13T19:13:18.799Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/materials/solutions/01-fundamentals-solutions.html</loc>
<lastmod>2023-09-13T18:51:09.405Z</lastmod>
<lastmod>2023-09-13T19:13:20.533Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/materials/solutions/02-text-solutions.html</loc>
<lastmod>2023-09-13T18:51:09.884Z</lastmod>
<lastmod>2023-09-13T19:13:21.008Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/materials/solutions/03-colors-solutions.html</loc>
<lastmod>2023-09-13T18:51:10.318Z</lastmod>
<lastmod>2023-09-13T19:13:21.423Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/materials/solutions/04-theming-solutions.html</loc>
<lastmod>2023-09-13T18:51:10.778Z</lastmod>
<lastmod>2023-09-13T19:13:21.853Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/modules/s01-fundamentals.html</loc>
<lastmod>2023-09-13T18:51:11.127Z</lastmod>
<lastmod>2023-09-13T19:13:22.176Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/modules/s02-break.html</loc>
<lastmod>2023-09-13T18:51:11.322Z</lastmod>
<lastmod>2023-09-13T19:13:22.351Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/modules/s03-text.html</loc>
<lastmod>2023-09-13T18:51:12.500Z</lastmod>
<lastmod>2023-09-13T19:13:23.553Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/modules/s04-lunch.html</loc>
<lastmod>2023-09-13T18:51:12.680Z</lastmod>
<lastmod>2023-09-13T19:13:23.739Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/modules/s05-colors.html</loc>
<lastmod>2023-09-13T18:51:13.764Z</lastmod>
<lastmod>2023-09-13T19:13:24.980Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/modules/s06-break.html</loc>
<lastmod>2023-09-13T18:51:13.946Z</lastmod>
<lastmod>2023-09-13T19:13:25.162Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/modules/s07-theming.html</loc>
<lastmod>2023-09-13T18:51:14.179Z</lastmod>
<lastmod>2023-09-13T19:13:25.396Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/prework.html</loc>
<lastmod>2023-09-13T18:51:14.443Z</lastmod>
<lastmod>2023-09-13T19:13:25.698Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/resources.html</loc>
<lastmod>2023-09-13T18:51:14.643Z</lastmod>
<lastmod>2023-09-13T19:13:25.897Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/schedule.html</loc>
<lastmod>2023-09-13T18:51:14.939Z</lastmod>
<lastmod>2023-09-13T19:13:26.192Z</lastmod>
</url>
<url>
<loc>https://posit-conf-2023.github.io/dataviz-ggplot2/team.html</loc>
<lastmod>2023-09-13T18:51:15.106Z</lastmod>
<lastmod>2023-09-13T19:13:26.376Z</lastmod>
</url>
</urlset>
5 changes: 5 additions & 0 deletions materials/00-welcome.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ execute:
## {#hello-jasmin data-menu-title="Hello Jasmin" background-image="img/intro/hello-jasmin.png" background-position="center" background-size="62%"}


## {#jasmin-dataviz data-menu-title="Jasmin Data Visualization"}

![Graphic by Jasmin Sarah König](img/intro/jasmin-overview.png)


## {#hello-jonathan data-menu-title="Hello Jonathan" background-image="img/intro/hello-jonathan.png" background-position="center" background-size="62%"}


Expand Down
2 changes: 1 addition & 1 deletion materials/02-text.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ g +
aes(label = "Outliers?",
filter = count > 40000),
color = "black",
family = "Asap SemiCondensed"
label.family = "Asap SemiCondensed"
)
```

Expand Down
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified materials/img/.DS_Store
Binary file not shown.
Binary file added materials/img/intro/jasmin-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified materials/positconf-2023-ggplot2-materials.zip
Binary file not shown.
Binary file modified materials/positconf-2023-ggplot2-scripts.zip
Binary file not shown.
3 changes: 2 additions & 1 deletion materials/scripts/00-install-packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ remotes::install_github("clauswilke/colorblindr")
## OPTIONAL PACKAGES -----------------------------------------------------------

pkgs_opt <- c("camcorder", "viridis", "RColorBrewer", "MetBrewer",
"ggthemes", "ggsci", "hrbrthemes", "tvthemes", "ggannotate")
"ggthemes", "ggsci", "hrbrthemes", "tvthemes",
"ggannotate", "concavemen")
install.packages(setdiff(pkgs_opt, rownames(installed.packages())))

remotes::install_github("AllanCameron/geomtextpath")
2 changes: 1 addition & 1 deletion materials/scripts/02-text.R
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ g +
aes(label = "Outliers?",
filter = count > 40000),
color = "black",
family = "Asap SemiCondensed"
label.family = "Asap SemiCondensed"
)


Expand Down
3 changes: 2 additions & 1 deletion prework.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ A few packages are not strictly needed but are used in some of the course materi

```
pkgs_opt <- c("camcorder", "viridis", "RColorBrewer", "MetBrewer",
"ggthemes", "ggsci", "hrbrthemes", "tvthemes", "ggannotate")
"ggthemes", "ggsci", "hrbrthemes", "tvthemes",
"ggannotate", "concavemen")
install.packages(setdiff(pkgs_opt, rownames(installed.packages())))
remotes::install_github("AllanCameron/geomtextpath")
Expand Down

0 comments on commit d01fc2e

Please sign in to comment.