diff --git a/README.md b/README.md index 079b29c0..7bbe79ff 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,17 @@ **By [Sam Lau][sam], [Joey Gonzalez][joey], and [Deb Nolan][deb].** -Learning Data Science is an introductory textbook for data science that will -be published with O'Reilly Media in 2023. It covers foundational skills in -programming and statistics that encompass the data science lifecycle. +Front cover of textbook -Learning Data Science was originally written as a textbook for [Data 100, the -Principles and Techniques of Data Science course at UC Berkeley][ds100]. The -reader's assumed background is detailed in the [About This Book][about] page. +Learning Data Science is an introductory textbook for data science +published by O'Reilly Media in 2023. It covers foundational skills in +programming and statistics that encompass the data science lifecycle. The +reader's assumed background is detailed in the [Preface][preface]. The contents of this book are licensed for free consumption under the following license: [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)](https://creativecommons.org/licenses/by-nc-nd/4.0/) -To set up the textbook for local development, see the [the setup guide][setup]. - [sam]: http://www.samlau.me/ [joey]: https://people.eecs.berkeley.edu/~jegonzal/ [deb]: https://www.stat.berkeley.edu/~nolan/ -[data8]: http://data8.org/ -[ds100]: http://www.ds100.org/ -[setup]: https://github.com/DS-100/textbook/blob/master/SETUP.md -[about]: /about_this_book +[preface]: /preface diff --git a/content/book-cover.png b/content/book-cover.png new file mode 100644 index 00000000..6e39380c Binary files /dev/null and b/content/book-cover.png differ diff --git a/content/intro.md b/content/intro.md index 93dcf6b5..048b93b2 100644 --- a/content/intro.md +++ b/content/intro.md @@ -2,8 +2,10 @@ **By [Sam Lau][sam], [Joey Gonzalez][joey], and [Deb Nolan][deb].** -Learning Data Science is an introductory textbook for data science that will be -published with O'Reilly Media in 2023. It covers foundational skills in +Front cover of textbook + +Learning Data Science is an introductory textbook for data science +published by O'Reilly Media in 2023. It covers foundational skills in programming and statistics that encompass the data science lifecycle. The reader's assumed background is detailed in the [Preface][preface].