-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path09_ordinals.Rmd
52 lines (40 loc) · 1.23 KB
/
09_ordinals.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Ordinal numerals
author: Polina Nasledskova, Ivan Netkachev
date: 'Last update: November 2021'
bibliography: ./data/orig_bib/ordinals.bib
csl: ./data/apa.csl
---
```{r, include = FALSE}
knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE, comment = '')
library(lingglosses)
```
See [data and maps](09_ordinals_map.html).
```{r}
library(RefManageR)
BibOptions(check.entries = FALSE, style = 'text', bib.style = 'authoryear')
article_citation <- BibEntry(bibtype = 'Incollection',
key='nasledskova2021',
title='Ordinal numerals',
author='Polina Nasledskova and Ivan Netkachev',
year='2021',
editor= 'Daniel, Michael and Filatov, Konstantin and Moroz, George and Mukhin, Timofey and Naccarato, Chiara and Verhees, Samira',
publisher='Linguistic Convergence Laboratory, NRU HSE',
address='Moscow',
booktitle= 'Typological Atlas of the languages of Daghestan (TALD)',
url='http://lingconlab.ru/dagatlas')
```
## {.tabset .tabset-fade .tabset-pills}
### Plain text
```{r, results = 'asis'}
print(article_citation, .opts = list(style = 'text'))
```
### BibTeX
```{r}
print(article_citation, .opts = list(style = 'Bibtex'))
```
```{r, child='data/orig_rmd/ordinals.Rmd'}
```
## References
```{r, results='asis'}
```