aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-salam.md
blob: 7da076ca33f828adf3c2c097f080066a9ab4b8aa (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
```
% pandoc -f biblatex -t markdown -s
@comment{

Adapted from biblatex-example.bib


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

(Salam 1968)

Salam, Abdus. 1968. “Weak and Electromagnetic Interactions.” In
*Elementary Particle Theory: Relativistic Groups and Analyticity.
Proceedings of the Eighth Nobel Symposium*, edited by Nils Svartholm,
367–377. Stockholm: Almquist & Wiksell.


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

(Salam, 1968)

Salam, A. (1968). Weak and electromagnetic interactions. In N. Svartholm
(Ed.), *Elementary particle theory: Relativistic groups and analyticity.
Proceedings of the eighth Nobel symposium* (pp. 367–377). Stockholm:
Almquist & Wiksell.


}

@InProceedings{salam,
  author       = {Salam, Abdus},
  editor       = {Svartholm, Nils},
  title        = {Weak and Electromagnetic Interactions},
  date         = 1968,
  booktitle    = {Elementary particle theory},
  booksubtitle = {Relativistic groups and analyticity},
  booktitleaddon= {Proceedings of the Eighth {Nobel} Symposium},
  eventdate    = {1968-05-19/1968-05-25},
  venue        = {Aspen{\"a}sgarden, Lerum},
  publisher    = {Almquist \& Wiksell},
  location     = {Stockholm},
  pages        = {367-377},
}

^D
---
nocite: '[@*]'
references:
- author:
  - family: Salam
    given: Abdus
  container-title: 'Elementary particle theory: Relativistic groups and
    analyticity. Proceedings of the eighth Nobel symposium'
  editor:
  - family: Svartholm
    given: Nils
  event-date: '1968-05-19/1968-05-25'
  event-place: 'Aspenäsgarden, Lerum'
  id: salam
  issued: 1968
  page: '367-377'
  publisher: 'Almquist & Wiksell'
  publisher-place: Stockholm
  title: Weak and electromagnetic interactions
  type: 'paper-conference'
---


```