Skip to content

Commit a7a2774

Browse files
committed
Converting to Taylor & Francis format.
1 parent 7d1a5f1 commit a7a2774

File tree

195 files changed

+17312
-7940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+17312
-7940
lines changed

.gitignore

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,39 @@
1+
*.4ct
2+
*.4tc
13
*.aux
4+
*.bak
25
*.bbl
6+
*.bcf
37
*.blg
8+
*.dvi
49
*.egg-info
10+
*.idx
11+
*.ilg
12+
*.ind
513
*.lof
614
*.log
715
*.lot
816
*.out
917
*.pyg
18+
*.run.xml
19+
*.tmp
1020
*.toc
21+
*.xref
1122
*~
1223
.DS_Store
1324
.Rhistory
1425
.Rproj.user
1526
.cache/
1627
.coverage
17-
.jekyll-metadata
18-
.pytest_cache
1928
.~lock.*
2029
__pycache__
2130
_minted-*
2231
_site
32+
book.pdf
2333
dist
24-
en_rmd/figures
2534
htmlcov
2635
node_modules/
2736
package-lock.json
2837
project/results/*.*
29-
tex/*/*.pdf
30-
tex/*/all.tex
38+
summaries.pdf
39+
temp.tex

CITATION.md

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

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

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
js-vs-ds.org

CREATE_PDF.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
pdflatex --shell-escape book
4+
biber book
5+
makeindex book
6+
pdflatex --shell-escape book
7+
pdflatex --shell-escape book

LICENSE.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# License
22

33
*This is a human-readable summary of (and not a substitute for) the license.
4-
Please see <https://creativecommons.org/licenses/by/4.0/legalcode> for the full legal text.*
4+
Please see <https://creativecommons.org/licenses/by-nc/4.0/legalcode> for the full legal text.*
55

6-
This work is licensed under the Creative Commons Attribution 4.0
7-
International license (CC-BY-4.0).
6+
This work is licensed under the Creative Commons Attribution-NonCommercial 4.0
7+
International license (CC-BY-NC-4.0).
88

99
**You are free to:**
1010

1111
- **Share**---copy and redistribute the material in any medium or
1212
format
1313

14-
- **Remix**---remix, transform, and build upon the material for any
15-
purpose, even commercially.
14+
- **Adapt**---remix, transform, and build upon the material.
1615

1716
The licensor cannot revoke these freedoms as long as you follow the
1817
license terms.
@@ -24,9 +23,10 @@ license terms.
2423
any reasonable manner, but not in any way that suggests the licensor
2524
endorses you or your use.
2625

27-
- **No additional restrictions**---You may not apply legal terms or
28-
technological measures that legally restrict others from doing
29-
anything the license permits.
26+
- **NonCommercial**---You may not use the material for commercial purposes.
27+
28+
**No additional restrictions**---You may not apply legal terms or technological
29+
measures that legally restrict others from doing anything the license permits.
3030

3131
**Notices:**
3232

0 commit comments

Comments
 (0)