File: springer.biblatex

package info (click to toggle)
haskell-pandoc-citeproc 0.14.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,588 kB
  • sloc: xml: 14,814; haskell: 7,752; makefile: 13
file content (52 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download
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
52
@comment{

Adapted from biblatex-example.bib


Formatted with pandoc and chicago-author-date.csl, 2013-10-23:

(Springer 1950)

Springer, Otto. 1950. “Mediaeval Pilgrim Routes from Scandinavia to
Rome.” *Mediaeval Studies* 12: 92–122.


Formatted with pandoc and apa.csl, 2013-10-23:

(Springer, 1950)

Springer, O. (1950). Mediaeval pilgrim routes from Scandinavia to Rome.
*Mediaeval Studies*, *12*, 92–122.


}

@Article{springer,
  author       = {Springer, Otto},
  title        = {Mediaeval Pilgrim Routes from {Scandinavia} to {Rome}},
  journaltitle = {Mediaeval Studies},
  date         = 1950,
  volume       = 12,
  pages        = {92-122},
  hyphenation  = {british},
  shorttitle   = {Mediaeval Pilgrim Routes},
  annotation   = {A plain article entry},
}

---
references:
- id: springer
  type: article-journal
  author:
  - family: Springer
    given: Otto
  issued:
  - year: 1950
  title: Mediaeval pilgrim routes from Scandinavia to Rome
  title-short: Mediaeval pilgrim routes
  container-title: Mediaeval Studies
  page: '92-122'
  volume: '12'
  annote: A plain article entry
  language: en-GB
...