diff --git a/DESCRIPTION b/DESCRIPTION index ea4a4a0..57599fb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Title: Regression and Other Stories Book Club Version: 0.0.2 Authors@R: c( person( - "R4DS Online Learning Community", + "Data Science Learning Community", email = "rfordatasci@gmail.com", role = c("aut", "cre", "cph") ) diff --git a/README.md b/README.md index d80eb46..7d2b725 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# R4DS Regression and Other Stories Book Club +# DSLC Regression and Other Stories Book Club -Welcome to the R4DS Regression and Other Stories Book Club! +Welcome to the DSLC Regression and Other Stories Book Club! We are working together to read [_Regression and Other Stories_](https://avehtari.github.io/ROS-Examples/) by Andrew Gelman, Jennifer Hill, and Aki Vehtari (Cambridge University Press, copyright 2020, [9781139161879](https://doi.org/10.1017/9781139161879)). -Join the [#book_club-ros](https://rfordatascience.slack.com/archives/C01V8RJ4J0M) channel on the [R4DS Slack](https://r4ds.io/join) to participate. -As we read, we are producing [notes about the book](https://r4ds.io/ros). +Join the [#book_club-ros](https://dslcio.slack.com/archives/C01V8RJ4J0M) channel on the [DSLC Slack](https://dslc.io/join) to participate. +As we read, we are producing [notes about the book](https://dslc.io/ros). ## 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-ros](https://rfordatascience.slack.com/archives/C01V8RJ4J0M) 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-ros](https://dslcio.slack.com/archives/C01V8RJ4J0M) channel on Slack)! - Cohort 1 (started 2021-05-18, ended 2021-11-30): [meeting videos](https://www.youtube.com/playlist?list=PL3x6DOfs2NGi-qV3hhy95RxEtChyX6we3) - Cohort 2 (started 2022-12-01, ended 2023-07-06): [meeting videos](https://www.youtube.com/playlist?list=PL3x6DOfs2NGj4QAT3bvOaDICzyeN7k8tF) @@ -40,4 +40,4 @@ Do these steps each time you present another chapter: 10. When your PR has been accepted ("merged"), `usethis::pr_finish()` to close out your branch and prepare your local repository for future work. 11. Now that your local copy is up-to-date with the main repo, you need to update your remote fork. Run `gert::git_push("origin")` or click the `Push` button on the `Git` tab of Rstudio. -When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://r4ds.io/ros). +When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://dslc.io/ros). diff --git a/index.Rmd b/index.Rmd index d61c1fe..8b9ab9c 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,6 +1,6 @@ --- title: "Regression and Other Stories 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-ros -description: "This is the product of the R4DS Online Learning Community's Regression and Other Stories Book Club." +description: "This is the product of the Data Science Learning Community's Regression and Other Stories Book Club." --- # Welcome {-} @@ -16,11 +16,11 @@ description: "This is the product of the R4DS Online Learning Community's Regres Welcome to the bookclub! This is a companion for the book [_Regression and Other Stories_](https://avehtari.github.io/ROS-Examples/) by Andrew Gelman, Jennifer Hill, and Aki Vehtari (Cambridge University Press, copyright 2020, [9781139161879](https://doi.org/10.1017/9781139161879)). -This companion is available at [r4ds.io/ros](https://r4ds.io/ros). +This companion is available at [dslc.io/ros](https://dslc.io/ros). -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 {-} @@ -28,7 +28,7 @@ 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-ros). -- 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). ## Pace {-}