Skip to content

Commit 8dd81e1

Browse files
committed
trying to fix landing page
1 parent 4aa2fc0 commit 8dd81e1

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

img/ds-a-first-intro-graphic.png

1.97 MB
Loading

img/ds-first-intro-cover.png

1.62 MB
Loading

index.Rmd

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
title: "Data Science: A First Introduction"
3-
author:
4-
- Tiffany-Anne Timbers
5-
- Trevor Campbell
6-
- Melissa Lee
2+
title: "Data Science"
3+
subtitle: "A First Introduction"
4+
author: "Tiffany Timbers, Trevor Campbell and Melissa Lee <br> Foreword by Roger Peng"
75
date: "`r Sys.Date()`"
86
site: bookdown::bookdown_site
97
documentclass: book
@@ -12,6 +10,8 @@ biblio-style: apalike
1210
link-citations: yes
1311
description: "This is a textbook for teaching a first introduction to data science."
1412
always_allow_html: true
13+
cover-image: "img/ds-a-first-intro-graphic.png"
14+
graphics: yes
1515
output:
1616
bookdown::gitbook:
1717
css: style.css
@@ -34,11 +34,14 @@ output:
3434

3535
---
3636

37-
```{r preface, child="foreword-text.Rmd"}
37+
```{r test, child="test-text.Rmd"}
38+
```
39+
40+
```{r foreward, child="foreword-text.Rmd"}
3841
```
3942

4043
```{r preface, child="preface-text.Rmd"}
4144
```
4245

43-
```{r preface, child="acknowledgements.Rmd"}
46+
```{r acknowledgements, child="acknowledgements.Rmd"}
4447
```

test-text.Rmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
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).
2+
3+
```{r bookcover, echo = FALSE, fig.retina = 2, out.width = "100%"}
4+
knitr::include_graphics("img/ds-first-intro-cover.png")
5+
```
6+
7+
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/).

0 commit comments

Comments
 (0)