Skip to content

Commit

Permalink
R4DS to DSLC (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Apr 4, 2024
1 parent cabfdae commit 2e1825d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Welcome to the DSLC {{{book_name}}} Book Club!

We are working together to read [_{{{book_name}}}_]({{{book_url}}}) by {{{book_authors}}} (copyright {{{book_copyright}}}).
{{#print}}If you would like a print version, please consider purchasing it using our [Amazon Affiliates link]({{{print_url}}}). All profits from purchases through that link go toward maintaining the Data Science Learning Community.{{/print}}
Join the [#book_club-{{{book_abbr}}}](https://rfordatascience.slack.com/archives/{{{book_channel_id}}}) channel on the [DSLC Slack](https://r4ds.io/join) to participate.
As we read, we are producing [notes about the book](https://r4ds.io/{{{book_abbr}}}).
Join the [#book_club-{{{book_abbr}}}](https://dslcio.slack.com/archives/{{{book_channel_id}}}) channel on the [DSLC Slack](https://dslc.io/join) to participate.
As we read, we are producing [notes about the book](https://dslc.io/{{{book_abbr}}}).

## 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-{{{book_abbr}}}](https://rfordatascience.slack.com/archives/{{{book_channel_id}}}) 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-{{{book_abbr}}}](https://dslcio.slack.com/archives/{{{book_channel_id}}}) channel on Slack)!

- [Cohort 1]({{{cohort01_signup_url}}}) (started {{{cohort01_start_date}}}, facilitated by {{{cohort01_facilitator_handle}}}): [{{{cohort01_day}}}, {{{cohort01_time_cst}}} CST/CDT]({{{cohort01_timeanddate_url}}}) | [meeting videos]({{{cohort01_youtube}}})

Expand Down Expand Up @@ -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/{{{book_abbr}}}).
When your PR is checked into the main branch, the bookdown site will rebuild, adding your slides to [this site](https://dslc.io/{{{book_abbr}}}).


## Code of Conduct
Expand Down
6 changes: 3 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ description: "This website is the product of the Data Science Learning Community
Welcome to the {{{book_name}}} book club!

This website is a companion for the book [_{{{book_name}}}_]({{{book_url}}}) by {{{book_authors}}} (copyright {{{book_copyright}}}{{#published}}; available from [{{{book_publisher}}}]({{{book_publisher_url}}}){{/published}}).
This companion is available at [r4ds.io/{{{book_abbr}}}](https://r4ds.io/{{{book_abbr}}}).
This companion is available at [dslc.io/{{{book_abbr}}}](https://dslc.io/{{{book_abbr}}}).

This website is being developed by the [Data Science Learning Community](https://dslc.io). 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 [Data Science Learning Community Code of Conduct](https://dslc.io/code_of_conduct.html).

Expand All @@ -28,7 +28,7 @@ This companion follows the [Data Science Learning Community Code of Conduct](htt
- **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-{{{book_abbr}}}).
- Presentations will be recorded, and will be available on the [Data Science 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 {-}

Expand Down

0 comments on commit 2e1825d

Please sign in to comment.