Skip to content

Commit c9eea01

Browse files
minor adjustments to landing page
1 parent 5e066ac commit c9eea01

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.Rmd

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: |
33
![](img/ds-a-first-intro-graphic.png)
44
Data Science
55
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"
77
date: "`r Sys.Date()`"
88
site: bookdown::bookdown_site
99
documentclass: book
@@ -37,15 +37,19 @@ output:
3737

3838
# Welcome! {-}
3939

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).
4143

4244
```{r bookcover, echo = FALSE, fig.retina = 2, out.width = "45%"}
4345
knitr::include_graphics("img/ds-first-intro-cover.png")
4446
```
4547

4648
<img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png">
4749

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/).
4953

5054
```{r foreward, child="foreword-text.Rmd"}
5155
```

0 commit comments

Comments
 (0)