diff --git a/DESCRIPTION b/DESCRIPTION index 4e6ec80..69356c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: ggplot2club Title: ggplot2 Book Club Version: 0.0.0.9000 Authors@R: c( - person("R4DS Online Learning Community", role = c("aut", "cre", "cph")) + person("Data Science Learning Community", role = c("aut", "cre", "cph")) ) URL: https://r4ds.github.io/bookclub-ggplot2, https://github.com/r4ds/bookclub-ggplot2 Depends: diff --git a/README.md b/README.md index f24f26e..a62e7a3 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# R4DS ggplot2 Book Club +# DSLC ggplot2 Book Club -Welcome to the R4DS ggplot2 Book Club! +Welcome to the DSLC ggplot2 Book Club! We are working together to read [ggplot2: Elegant Graphics for Data Analysis](https://ggplot2-book.org/index.html) by Hadley Wickham, Danielle Navarro, and Thomas Lin Pedersen. -Join the [#book_club-ggplot2](https://rfordatascience.slack.com/archives/C025VADE84A) channel on the [R4DS Slack](https://r4ds.io/join) to participate. +Join the [#book_club-ggplot2](https://dslcio.slack.com/archives/C025VADE84A) channel on the [DSLC Slack](https://dslc.io/join) to participate. As we read, we are producing [notes about the book](https://r4ds.github.io/bookclub-ggplot2/). ## Meeting Schedule -If you would like to present, please see the sign-up sheet for your cohort (linked below, and pinned in the [#book_club-ggplot2](https://rfordatascience.slack.com/archives/C025VADE84A) channel on Slack)! +If you would like to present, please see the sign-up sheet for your cohort (linked below, and pinned in the [#book_club-ggplot2](https://dslcio.slack.com/archives/C025VADE84A) channel on Slack)! - Cohort 1 (started 2021-08-30, ended 2022-07-18): [meeting videos](https://www.youtube.com/playlist?list=PL3x6DOfs2NGhUxGvu46tXQtBl0qyTcDet) - Cohort 2 (started 2023-04-06, ended 2024-01-19): [meeting videos](https://youtube.com/playlist?list=PL3x6DOfs2NGhw3rkmaGipc21j0a7sCPNy) diff --git a/index.Rmd b/index.Rmd index 4caa6e3..c4779d1 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,6 +1,6 @@ --- title: "ggplot2 Book Club" -author: "The R4DS Online Learning Community" +author: "The Data Science Learning Community" date: "`r Sys.Date()`" site: bookdown::bookdown_site documentclass: book @@ -8,7 +8,7 @@ bibliography: book.bib biblio-style: apalike link-citations: yes github-repo: r4ds/bookclub-ggplot2 -description: "This is the product of the R4DS Online Learning Community's Book Club." +description: "This is the product of the Data Science Learning Community's Book Club." --- # Welcome {-} @@ -16,9 +16,9 @@ description: "This is the product of the R4DS Online Learning Community's Book C This is a companion for the book [ggplot2: Elegant Graphics for Data Analysis](https://ggplot2-book.org/index.html) by Hadley Wickham, Danielle Navarro, and Thomas Lin Pedersen. This companion is available at [https://r4ds.github.io/bookclub-ggplot2](https://r4ds.github.io/bookclub-ggplot2). -This website is being developed by the [R4DS Online Learning Community](https://rfordatasci.com). Follow along, and [join the community](https://r4ds.io/join) to participate. +This website is being developed by the [Data Science Learning Community](https://dslc.io). Follow along, and [join the community](https://dslc.io/join) to participate. -This companion follows the [R4DS Online Learning Community Code of Conduct](https://r4ds.io/conduct). +This companion follows the [Data Science Learning Community Code of Conduct](https://dslc.io/conduct). ## Book club meetings {-} @@ -26,4 +26,4 @@ This companion follows the [R4DS Online Learning Community Code of Conduct](http - **This is the best way to learn the material.** - Presentations will usually consist of a review of the material, a discussion, and/or a demonstration of the principles presented in that chapter. - More information about how to present is available in the [github repo](https://github.com/r4ds/bookclub-ggplot2). -- Presentations will be recorded, and will be available on the [R4DS Online Learning Community YouTube Channel](https://r4ds.io/youtube). +- Presentations will be recorded, and will be available on the [Data Science Learning Community YouTube Channel](https://dslc.io/youtube).