Skip to content

Commit 29f548d

Browse files
Merge pull request #384 from UBC-DSCI/preamble
preamble copyedit pass
2 parents b92e241 + f4b139e commit 29f548d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

acknowledgements.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ for DSCI 100, a new introductory data science course
77
at the University of British Columbia (UBC).
88
Several faculty members in the UBC Department of Statistics
99
were pivotal in shaping the direction of that course,
10-
and as such contributed greatly to the broad structure and
10+
and as such, contributed greatly to the broad structure and
1111
list of topics in this book. We would especially like to thank Matías
1212
Salibían-Barrera for his mentorship during the initial development and roll-out
1313
of both DSCI 100 and this book. His door was always open when
1414
we needed to chat about how to
15-
best introduce and teach data science our first year students.
15+
best introduce and teach data science to our first-year students.
1616

1717
We also owe a debt of gratitude to all of the students of DSCI 100 over the past
1818
few years. They provided invaluable feedback on the book and worksheets;

authors.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About the authors {-}
22

3-
Tiffany Timbers is an Assistant Professor of Teaching in the Department of
3+
**Tiffany Timbers** is an Assistant Professor of Teaching in the Department of
44
Statistics and Co-Director for the Master of Data Science program (Vancouver
55
Option) at the University of British Columbia. In these roles she teaches and
66
develops curriculum around the responsible application of Data Science to solve
@@ -9,7 +9,7 @@ course on collaborative software development, which focuses on teaching how to
99
create R and Python packages using modern tools and workflows.
1010

1111

12-
Trevor Campbell is an Assistant Professor in the Department of Statistics at
12+
**Trevor Campbell** is an Assistant Professor in the Department of Statistics at
1313
the University of British Columbia. His research focuses on automated, scalable
1414
Bayesian inference algorithms, Bayesian nonparametrics, streaming data, and
1515
Bayesian theory. He was previously a postdoctoral associate advised by Tamara
@@ -20,7 +20,7 @@ Systems (LIDS) at MIT, and before that he was in the Engineering Science
2020
program at the University of Toronto.
2121

2222

23-
Melissa Lee is an Assistant Professor of Teaching in the Department of
23+
**Melissa Lee** is an Assistant Professor of Teaching in the Department of
2424
Statistics at the University of British Columbia. She teaches and develops
2525
curriculum for undergraduate statistics and data science courses. Her work
2626
focuses on student-centered approaches to teaching, developing and assessing

preface-text.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you analyze some data and give your analysis to a friend or colleague, they s
1515
be able to re-run the analysis from start to finish and get the same result you did (*reproducibility*).
1616
They should also be able to see and understand all the steps in the analysis, as well as the history of how
1717
the analysis developed (*auditability*). Creating reproducible and auditable
18-
analyses allows both yourself and others to easily double-check and validate your work.
18+
analyses allows both you and others to easily double-check and validate your work.
1919

2020
At a high level, in this book, you will learn how to
2121

@@ -33,7 +33,7 @@ six chapters, you will learn how to answer predictive, exploratory, and inferent
3333
data analysis questions with common methods in data science, including
3434
classification, regression, clustering, and estimation.
3535
In the final chapters
36-
(\@ref(getting-started-with-jupyter) - \@ref(move-to-your-own-machine)),
36+
(\@ref(getting-started-with-jupyter)–\@ref(move-to-your-own-machine)),
3737
you will learn how to combine R code, formatted text, and images
3838
in a single coherent document with Jupyter, use version control for
3939
collaboration, and install and configure the software needed for data science

0 commit comments

Comments
 (0)