From 97741246a2a65516245f6e20a69d2ed02d2b2083 Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Thu, 4 Apr 2024 16:07:53 -0500 Subject: [PATCH] R4DS to DSLC --- DESCRIPTION | 2 +- README.md | 14 +++++++------- index.Rmd | 12 ++++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cec2184..447524c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Title: Spatial Statistics for Data Science: Theory and Practice with R Book Club Version: 0.0.1 Authors@R: - person("R4DS Online Learning Community", , , "rfordatasci@gmail.com", role = c("aut", "cre", "cph")) + person("Data Science Learning Community", , , "rfordatasci@gmail.com", role = c("aut", "cre", "cph")) URL: https://r4ds.github.io/bookclub-spacestats, https://github.com/r4ds/bookclub-spacestats Depends: diff --git a/README.md b/README.md index 4f29555..e8da1b2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# R4DS Spatial Statistics for Data Science: Theory and Practice with R Book Club +# DSLC Spatial Statistics for Data Science: Theory and Practice with R Book Club -Welcome to the R4DS Spatial Statistics for Data Science: Theory and Practice with R Book Club! +Welcome to the DSLC Spatial Statistics for Data Science: Theory and Practice with R Book Club! We are working together to read [_Spatial Statistics for Data Science: Theory and Practice with R_](https://www.paulamoraga.com/book-spatial/index.html) by Paula Moraga (copyright 2023). -If you would like a print version, please consider purchasing it using our [Amazon Affiliates link](https://www.routledge.com/Spatial-Statistics-for-Data-Science-Theory-and-Practice-with-R/Moraga/p/book/9781032633510). All profits from purchases through that link go toward maintaining the R4DS Online Learning Community. -Join the [#book_club-spacestats](https://rfordatascience.slack.com/archives/C066RJ24SHF) channel on the [R4DS Slack](https://r4ds.io/join) to participate. -As we read, we are producing [notes about the book](https://r4ds.io/spacestats). +If you would like a print version, please consider purchasing it using our [Amazon Affiliates link](https://www.routledge.com/Spatial-Statistics-for-Data-Science-Theory-and-Practice-with-R/Moraga/p/book/9781032633510). All profits from purchases through that link go toward maintaining the Data Science Learning Community. +Join the [#book_club-spacestats](https://dslcio.slack.com/archives/C066RJ24SHF) channel on the [DSLC Slack](https://dslc.io/join) to participate. +As we read, we are producing [notes about the book](https://dslc.io/spacestats). ## 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-spacestats](https://rfordatascience.slack.com/archives/C066RJ24SHF) 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-spacestats](https://dslcio.slack.com/archives/C066RJ24SHF) channel on Slack)! - [Cohort 1](https://docs.google.com/spreadsheets/d/1cD_aXJJ73O1cL3EI79-e_Y9eWNNqvftv8das1hcBGRA/edit?usp=sharing) (started 2024-01-20, facilitated by Mikhael Manurung): [Saturdays, 10:00 AM CST/CDT](https://www.timeanddate.com/worldclock/converter.html?iso=20240120T160000&p1=24&p2=1440) | [meeting videos](https://www.youtube.com/playlist?list=PL3x6DOfs2NGhACUSnWhcsTLMbDikFQ8fL) @@ -40,7 +40,7 @@ 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/spacestats). +When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://dslc.io/spacestats). ## Code of Conduct diff --git a/index.Rmd b/index.Rmd index 561834d..179a95d 100644 --- a/index.Rmd +++ b/index.Rmd @@ -1,6 +1,6 @@ --- title: "Spatial Statistics for Data Science: Theory and Practice with R 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-spacestats -description: "This website is the product of the R4DS Online Learning Community's Spatial Statistics for Data Science: Theory and Practice with R Book Club." +description: "This website is the product of the Data Science Learning Community's Spatial Statistics for Data Science: Theory and Practice with R Book Club." --- # Welcome {-} @@ -16,11 +16,11 @@ description: "This website is the product of the R4DS Online Learning Community' Welcome to the Spatial Statistics for Data Science: Theory and Practice with R book club! This website is a companion for the book [_Spatial Statistics for Data Science: Theory and Practice with R_](https://www.paulamoraga.com/book-spatial/index.html) by Paula Moraga (copyright 2023). -This companion is available at [r4ds.io/spacestats](https://r4ds.io/spacestats). +This companion is available at [dslc.io/spacestats](https://dslc.io/spacestats). -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-spacestats). -- 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 {-}