Skip to content

Commit 0f2c654

Browse files
authored
Merge pull request #333 from UBC-DSCI/bibliourls
Bibliography fixes: URLs and StatsCan
2 parents d4d3009 + 4d95982 commit 0f2c654

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

intro.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ n.o.s. with over 60,000 Canadian residents reporting it as their mother tongue.
607607
> Cree languages include the following categories: Cree n.o.s., Swampy Cree,
608608
> Plains Cree, Woods Cree, and a 'Cree not included elsewhere' category (which
609609
> includes Moose Cree, Northern East Cree and Southern East Cree)
610-
> [@language2018].
610+
> [@language2016].
611611
612612
### Putting it all together
613613

pdf/index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentclass: krantz
77
classoption:
88
- krantz2
99
bibliography: [references.bib]
10-
biblio-style: apalike
10+
biblio-style: plainnat
1111
link-citations: yes
1212
colorlinks: yes
1313
lot: yes
@@ -21,4 +21,4 @@ cover-image: img/chapter_overview.jpg
2121
---
2222

2323
```{r preface, child="preface-text.Rmd"}
24-
```
24+
```

preamble.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
\usepackage{booktabs}
22
\usepackage{amsthm}
33
\usepackage{makeidx}
4+
\usepackage{url}
45
\makeindex
56
\makeatletter
67
\def\thm@space@setup{%

references.bib

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ @article{wilson2014best
1010
@misc{cancensus2016,
1111
author = {{Statistics Canada}},
1212
title = {Population Census},
13-
year = {2016}
13+
year = {2016},
14+
url = {https://www12.statcan.gc.ca/census-recensement/2016/dp-pd/index-eng.cfm}
1415
}
1516

16-
@misc{language2018,
17+
@misc{language2016,
1718
author = {{Statistics Canada}},
18-
title = {Aboriginal languages in Canada},
19-
year = {2018},
19+
title = {The Aboriginal languages of First Nations people, M\'etis and Inuit},
20+
year = {2016},
21+
url = {https://www12.statcan.gc.ca/census-recensement/2016/as-sa/98-200-x/2016022/98-200-x2016022-eng.cfm}
2022
}
2123

2224
@article{leek2015question,
@@ -26,8 +28,7 @@ @article{leek2015question
2628
volume={347},
2729
number={6228},
2830
pages={1314--1315},
29-
year={2015},
30-
publisher={American Association for the Advancement of Science}
31+
year={2015}
3132
}
3233

3334
@book{peng2015art,

0 commit comments

Comments
 (0)