1
1
---
2
- title: "Data Science: A First Introduction"
3
- author:
4
- - Tiffany-Anne Timbers
5
- - Trevor Campbell
6
- - Melissa Lee
2
+ title: |
3
+ ![ ] ( img/ds-a-first-intro-graphic.png )
4
+ Data Science
5
+ subtitle: "A First Introduction"
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
@@ -12,15 +12,16 @@ biblio-style: apalike
12
12
link-citations: yes
13
13
description: "This is a textbook for teaching a first introduction to data science."
14
14
always_allow_html: true
15
+ cover-image: "img/ds-a-first-intro-graphic.png"
16
+ graphics: yes
17
+ url: https://datasciencebook.ca
15
18
output:
16
19
bookdown::gitbook:
17
20
css: style.css
18
21
config:
19
22
toc:
20
23
before: |
21
- <li ><a href =" ./ " >Data Science: A First Introduction</a ></li >
22
- after: |
23
- <li ><a href =" https://github.com/rstudio/bookdown " target =" blank " >Published with bookdown</a ></li >
24
+ <li ><a href =" https://datasciencebook.ca " >Data Science: A First Introduction</a ></li >
24
25
edit: null
25
26
download: null
26
27
bookdown::pdf_book:
@@ -31,14 +32,29 @@ output:
31
32
citation_package: natbib
32
33
keep_tex: yes
33
34
bookdown::epub_book: default
34
-
35
35
---
36
36
37
- ``` {r preface, child="foreword-text.Rmd"}
37
+ # Welcome! {-}
38
+
39
+ This is the [ website] ( https://datasciencebook.ca/ ) for * Data Science: A First Introduction* .
40
+ You can purchase a PDF or print copy of the book
41
+ on the [ CRC Press website] ( https://www.routledge.com/Data-Science-A-First-Introduction/Timbers-Campbell-Lee/p/book/9780367524685 ) .
42
+
43
+ ``` {r bookcover, echo = FALSE, fig.retina = 2, out.width = "45%"}
44
+ knitr::include_graphics("img/ds-first-intro-cover.png")
45
+ ```
46
+
47
+ <img src =" https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png " >
48
+
49
+ This work by [ Tiffany Timbers] ( https://www.tiffanytimbers.com/ ) , [ Trevor Campbell] ( https://trevorcampbell.me/ ) ,
50
+ and [ Melissa Lee] ( https://www.stat.ubc.ca/users/melissa-lee ) is licensed under
51
+ a [ Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License] ( http://creativecommons.org/licenses/by-nc-sa/4.0/ ) .
52
+
53
+ ``` {r foreward, child="foreword-text.Rmd"}
38
54
```
39
55
40
56
``` {r preface, child="preface-text.Rmd"}
41
57
```
42
58
43
- ``` {r preface , child="acknowledgements.Rmd"}
59
+ ``` {r acknowledgements , child="acknowledgements.Rmd"}
44
60
```
0 commit comments