Skip to content

Commit 8b990b4

Browse files
committed
Updating to new js4ds name
1 parent 2681f6d commit 8b990b4

16 files changed

+51
-55
lines changed

CITATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Citation
22

33
Maya Gans, Toby Hodges, and Greg Wilson:
4-
*JavaScript versus Data Science: A Brief Guide for Those Who Regret That This Has Become Necessary*
5-
Lulu.com, 978-0-9881137-1-8, 2018, <https://software-tools-in-javascript.github.io/js-vs-ds/>.
4+
*JavaScript for Data Science*.
5+
https://software-tools-in-javascript.github.io/js4ds/, 2018.

Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ commands :
3131
everything : html pdf
3232

3333
## html : generate HTML from LaTeX source.
34-
html : ${HTML} ${FIGURES_DST} ${ASSETS_DST} docs/CNAME
34+
html : ${HTML} ${FIGURES_DST} ${ASSETS_DST}
3535

3636
## pdf : generate PDF from LaTeX source.
3737
pdf : ${PDF} ${SUMMARIES}
@@ -76,10 +76,10 @@ docs/assets/% : assets/%
7676
@mkdir -p docs/assets
7777
@cp $< $@
7878

79-
# Copy CNAME file.
80-
docs/CNAME : ./CNAME
81-
@mkdir -p docs
82-
@cp $< $@
79+
# FIXME: Copy CNAME file.
80+
# docs/CNAME : ./CNAME
81+
# @mkdir -p docs
82+
# @cp $< $@
8383

8484
## ----------------------------------------
8585

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# JavaScript versus Data Science
1+
# JavaScript for Data Science
22

33
An introduction to JavaScript for data scientists.

book.tex

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
\begin{document}
55

6-
\title{JavaScript for Data Scientists}
7-
\subtitle{A Brief Introduction to the Web's Most Popular Language}
8-
\author{Greg Wilson, Toby Hodges, and Maya Gans}
6+
\title{JavaScript for Data Science}
7+
\author{Maya Gans, Toby Hodges, and Greg Wilson}
98
\date{Version 3.0 beta / July 2019}
109
\maketitle
1110

capstone.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ \section{Running It}\label{s:capstone-run}
538538
which displays:
539539
540540
\begin{minted}{text}
541-
> js-vs-ds@0.1.0 dev /Users/stj/js-vs-ds
541+
> js4ds@0.1.0 dev /Users/stj/js4ds
542542
> parcel serve -p 4000 "src/capstone/front/index.html"
543543
544544
Server running at http://localhost:4000

contributing.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ \chapter{Contributing}\label{s:contributing}
33
Contributions of all kinds are welcome, from errata and minor improvements to
44
entirely new sections and chapters: please
55
\href{mailto:[email protected]}{email us} or submit an issue or pull
6-
request to \href{https://github.com/software-tools-in-javascript/js-vs-ds/}{our
6+
request to \href{https://github.com/software-tools-in-javascript/js4ds/}{our
77
GitHub repository}. Everyone whose work is incorporated will be acknowledged;
88
please note that all contributors are required to abide by our Code of Conduct
99
(\appref{s:conduct}). Please note that we use Simplified English rather than

docs/figures/gans-maya-original.jpg

1.32 MB
Loading

docs/figures/gans-maya.png

36.6 KB
Loading

docs/figures/wilson-greg-original.png

517 KB
Loading

docs/index.html

+21-24
Large diffs are not rendered by default.

finale.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ \chapter{Finale}\label{s:finale}
2828
Contributions of all kinds are welcome,
2929
from errata and minor improvements to entirely new sections and chapters.
3030
Please \href{mailto:[email protected]}{email us},
31-
\href{https://github.com/software-tools-in-javascript/js-vs-ds/issues}{file an issue} in \href{https://github.com/software-tools-in-javascript/js-vs-ds/}{our GitHub repository},
32-
or \href{https://github.com/software-tools-in-javascript/js-vs-ds/pulls}{submit a pull request}.
31+
\href{https://github.com/software-tools-in-javascript/js4ds/issues}{file an issue} in \href{https://github.com/software-tools-in-javascript/js4ds/}{our GitHub repository},
32+
or \href{https://github.com/software-tools-in-javascript/js4ds/pulls}{submit a pull request}.
3333
Everyone whose work is incorporated will be acknowledged.
3434
Please see \href{/en/contributing/}{the contributors's guide} for more information,
3535
and please note that all contributors are required to abide by

interactive.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ \section{But It Doesn't Work}\label{s:interactive-babel}
173173
\end{minted}
174174
175175
\begin{minted}{text}
176-
> js-vs-ds@0.1.0 dev /Users/stj/js-vs-ds
176+
> js4ds@0.1.0 dev /Users/stj/js4ds
177177
> parcel serve -p 4000 "src/interactive/counter/index.html"
178178
179179
Server running at http://localhost:4000
180-
!! /Users/stj/js-vs-ds/src/interactive/counter/app.js:11:12: \
180+
!! /Users/stj/js4ds/src/interactive/counter/app.js:11:12: \
181181
Unexpected token (11:12)
182182
9 | }
183183
10 |

intro.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\chapter{Introduction}\label{s:intro}
22

3-
We were going to call this book \emph{JavaScript for Scientists and Engineers},
4-
but \href{https://www.dabeaz.com/}{David Beazley} thought that ``versus'' would make a better title.
3+
\href{https://www.dabeaz.com/}{David Beazley} thought that ``JavaScript \emph{versus} Data Science''
4+
would be a better title for this book.
55
While that one-word change sums up how many people view the language,
66
we hope we can convince you that modern JavaScript is usable as well as useful.
77
We changed the second half of the title because hey, data science.
@@ -165,8 +165,8 @@ \section{Contributing}\label{s:index-contrib}
165165
Contributions of all kinds are welcome,
166166
from errata and minor improvements to entirely new sections and chapters.
167167
Please \href{mailto:[email protected]}{email us},
168-
\href{https://github.com/software-tools-in-javascript/js-vs-ds/issues}{file an issue} in \href{https://github.com/software-tools-in-javascript/js-vs-ds/}{our GitHub repository},
169-
or \href{https://github.com/software-tools-in-javascript/js-vs-ds/pulls}{submit a pull request}.
168+
\href{https://github.com/software-tools-in-javascript/js4ds/issues}{file an issue} in \href{https://github.com/software-tools-in-javascript/js4ds/}{our GitHub repository},
169+
or \href{https://github.com/software-tools-in-javascript/js4ds/pulls}{submit a pull request}.
170170
Everyone whose work is incorporated will be acknowledged.
171171
Please see \href{/en/contributing/}{the contributors's guide} for more information,
172172
and please note that all contributors are required to abide by

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "js-vs-ds",
3-
"version": "0.1.0",
4-
"description": "JavaScript versus Data Science",
2+
"name": "js4ds",
3+
"version": "0.3.0",
4+
"description": "JavaScript for Data Science",
55
"keywords": [
66
"lesson",
77
"JavaScript",
@@ -10,7 +10,7 @@
1010
"main": "index.js",
1111
"author": "Maya Gans, Toby Hodges, and Greg Wilson",
1212
"license": "SEE LICENSE IN LICENSE.md",
13-
"homepage": "http://software-tools-in-javascript.github.io/js-vs-ds/",
13+
"homepage": "http://software-tools-in-javascript.github.io/js4ds/",
1414
"scripts": {
1515
"dev": "parcel serve -p 4000",
1616
"lint": "eslint bin/*.js src/**/*.js",
@@ -19,10 +19,10 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "git+https://github.com/software-tools-in-javascript/js-vs-ds.git"
22+
"url": "git+https://github.com/software-tools-in-javascript/js4ds.git"
2323
},
2424
"bugs": {
25-
"url": "https://github.com/software-tools-in-javascript/js-vs-ds/issues"
25+
"url": "https://github.com/software-tools-in-javascript/js4ds/issues"
2626
},
2727
"standard": {
2828
"ignore": [

summaries.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
\begin{document}
55

6-
\title{JavaScript versus Data Science: Chapter Summaries}
6+
\title{JavaScript for Data Science: Chapter Summaries}
77
\author{Maya Gans, Toby Hodges, and Greg Wilson}
88
\date{Version 3.0 beta / July 2019}
99
\maketitle

template.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
<div class="container-fluid">
4949
<div class="row row-scrollable">
5050
<div class="col-md-2 col-toc">
51-
<a href="#title-block-header"><img src="assets/logo.png" alt="JavaScript versus Data Science" width="100%" /></a>
51+
<a href="#title-block-header"><img src="assets/logo.png" alt="JavaScript for Data Science" width="100%" /></a>
5252
$if(toc)$
5353
<nav id="$idprefix$TOC" role="doc-toc">
5454
$table-of-contents$
5555
</nav>
5656
<p>
5757
<a href="#s:license"><img src="assets/cc-by-nc.svg" alt="CC-BY-NC License" width="50%" /></a>
58-
<a href="mailto:[email protected]?subject=JavaScript versus Data Science"><img src="assets/email.svg" alt="Email" width="20%" /></a>
59-
<a href="https://github.com/software-tools-in-javascript/js-vs-ds/"><img src="assets/github.svg" alt="GitHub" width="20%" /></a>
58+
<a href="mailto:[email protected]?subject=JavaScript for Data Science"><img src="assets/email.svg" alt="Email" width="20%" /></a>
59+
<a href="https://github.com/software-tools-in-javascript/js4ds/"><img src="assets/github.svg" alt="GitHub" width="20%" /></a>
6060
</p>
6161
$endif$
6262
</div>

0 commit comments

Comments
 (0)