|
3 | 3 | 
|
4 | 4 | Data Science
|
5 | 5 | subtitle: "A First Introduction"
|
6 |
| -author: "Tiffany Timbers, Trevor Campbell and Melissa Lee <br> Foreword by Roger Peng" |
| 6 | +author: "Tiffany Timbers, Trevor Campbell, and Melissa Lee <br> Foreword by Roger Peng" |
7 | 7 | date: "`r Sys.Date()`"
|
8 | 8 | site: bookdown::bookdown_site
|
9 | 9 | documentclass: book
|
@@ -37,15 +37,19 @@ output:
|
37 | 37 |
|
38 | 38 | # Welcome! {-}
|
39 | 39 |
|
40 |
| -This is the [website](https://datasciencebook.ca/) for *Data Science: A First Introduction*! You can also purchase a PDF or print copy of the book at [CRC Press](https://www.routledge.com/Data-Science-A-First-Introduction/Timbers-Campbell-Lee/p/book/9780367524685). |
| 40 | +This is the [website](https://datasciencebook.ca/) for *Data Science: A First Introduction*. |
| 41 | +You can purchase a PDF or print copy of the book |
| 42 | +on the [CRC Press website](https://www.routledge.com/Data-Science-A-First-Introduction/Timbers-Campbell-Lee/p/book/9780367524685). |
41 | 43 |
|
42 | 44 | ```{r bookcover, echo = FALSE, fig.retina = 2, out.width = "45%"}
|
43 | 45 | knitr::include_graphics("img/ds-first-intro-cover.png")
|
44 | 46 | ```
|
45 | 47 |
|
46 | 48 | <img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png">
|
47 | 49 |
|
48 |
| -This work by [Tiffany Timbers](https://www.tiffanytimbers.com/), [Trevor Campbell](https://trevorcampbell.me/) and [Melissa Lee](https://www.stat.ubc.ca/users/melissa-lee) is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). |
| 50 | +This work by [Tiffany Timbers](https://www.tiffanytimbers.com/), [Trevor Campbell](https://trevorcampbell.me/), |
| 51 | +and [Melissa Lee](https://www.stat.ubc.ca/users/melissa-lee) is licensed under |
| 52 | +a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). |
49 | 53 |
|
50 | 54 | ```{r foreward, child="foreword-text.Rmd"}
|
51 | 55 | ```
|
|
0 commit comments