Skip to content

Commit

Permalink
R4DS to DSLC
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek committed Apr 4, 2024
1 parent 44fa640 commit 996387c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: bookclub-ema
Title: Explanatory Model Analysis Book Club
Version: 0.0.1
Authors@R:
person("R4DS Online Learning Community", , , "[email protected]", role = c("aut", "cre", "cph"))
person("Data Science Learning Community", , , "[email protected]", role = c("aut", "cre", "cph"))
URL: https://r4ds.github.io/bookclub-ema,
https://github.com/r4ds/bookclub-ema
Depends:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# R4DS Explanatory Model Analysis Book Club
# DSLC Explanatory Model Analysis Book Club

Welcome to the R4DS Explanatory Model Analysis Book Club!
Welcome to the DSLC Explanatory Model Analysis Book Club!

We are working together to read [_Explanatory Model Analysis_](https://ema.drwhy.ai/) by Przemyslaw Biecek and Tomasz Burzykowski (copyright 2021).
If you would like a print version, please consider purchasing it using our [Amazon Affiliates link](https://www.routledge.com/Explanatory-Model-Analysis-Explore-Explain-and-Examine-Predictive-Models/Biecek-Burzykowski/p/book/9780367135591). All profits from purchases through that link go toward maintaining the R4DS Online Learning Community.
Join the [#book_club-ema](https://rfordatascience.slack.com/archives/C069Y0UDYU9) channel on the [R4DS Slack](https://r4ds.io/join) to participate.
As we read, we are producing [notes about the book](https://r4ds.io/ema).
If you would like a print version, please consider purchasing it using our [Amazon Affiliates link](https://www.routledge.com/Explanatory-Model-Analysis-Explore-Explain-and-Examine-Predictive-Models/Biecek-Burzykowski/p/book/9780367135591). All profits from purchases through that link go toward maintaining the Data Science Learning Community.
Join the [#book_club-ema](https://dslcio.slack.com/archives/C069Y0UDYU9) channel on the [DSLC Slack](https://dslc.io/join) to participate.
As we read, we are producing [notes about the book](https://dslc.io/ema).

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

- [Cohort 1](https://docs.google.com/spreadsheets/d/1vGnIw4y2QydGYPjUrPJlToawhLpwDpRPj-yjPl2KZIQ/edit?usp=sharing) (starts 2024-01-14, facilitated by Angel Feliz): [Sundays, 2:00 PM CST/CDT](https://www.timeanddate.com/worldclock/converter.html?iso=20240114T200000&p1=24&p2=44&p3=1440) | [meeting videos](https://www.youtube.com/playlist?list=PL3x6DOfs2NGi2hzcx-pjw4Ds5EednfnTK)

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


## Code of Conduct
Expand Down
14 changes: 7 additions & 7 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: "Explanatory Model Analysis Book Club"
author: "The R4DS Online Learning Community"
author: "The Data Science Learning Community"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
bibliography: book.bib
biblio-style: apalike
link-citations: yes
github-repo: r4ds/bookclub-ema
description: "This website is the product of the R4DS Online Learning Community's Explanatory Model Analysis Book Club."
description: "This website is the product of the Data Science Learning Community's Explanatory Model Analysis Book Club."
---

# Welcome {-}
Expand All @@ -17,11 +17,11 @@ Welcome to the Explanatory Model Analysis book club!

This website is a companion for the book [_Explanatory Model Analysis_](https://ema.drwhy.ai/) by Przemyslaw Biecek and Tomasz Burzykowski (copyright 2021).

You can find this presentation at [r4ds.io/ema](https://r4ds.io/ema).
You can find this presentation at [dslc.io/ema](https://dslc.io/ema).

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 {-}

Expand All @@ -34,7 +34,7 @@ This companion follows the [R4DS Online Learning Community Code of Conduct](http

- More information about how to present is available at [github.com/r4ds/bookclub-ema](https://github.com/r4ds/bookclub-ema).

- 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 {-}
Expand All @@ -58,7 +58,7 @@ If you feel comfortable sharing, unmute or raise your hand!

- **Who** are you?
- **Where** are you joining from?
- **Previous clubs?** (R4DS or other)
- **Previous clubs?** (DSLC or other)
- **How long** have you been using R or Python?
- **What** are you most looking forward to learning?

Expand Down

0 comments on commit 996387c

Please sign in to comment.