File: pandoc-citeproc-386.md

package info (click to toggle)
haskell-pandoc 3.1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 23,052 kB
  • sloc: haskell: 81,285; xml: 3,855; makefile: 13
file content (36 lines) | stat: -rw-r--r-- 771 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
```
% pandoc --citeproc -t markdown-citations
---
csl: 'command/advanced-optical-materials.csl'
references:
- DOI: 10.1038/lsa.2012.20
  ISSN: '2047-7538'
  author:
  - family: Ding
    given: K.
  - family: Ning
    given: C. Z.
  container-title: Light Sci. Appl.
  id: ding_metallic_2012
  issue: 7
  issued:
  - month: 7
    year: 2012
  page: 'e20-e20'
  title: 'Metallic subwavelength-cavity semiconductor nanolasers'
  type: 'article-journal'
  volume: 1
---

@ding_metallic_2012
^D
^\[1\]^

::: {#refs .references .csl-bib-body entry-spacing="0" line-spacing="2"}
::: {#ref-ding_metallic_2012 .csl-entry}
[\[1\] ]{.csl-left-margin}[[K. Ding, C. Z. Ning, *Light Sci. Appl.*
**2012**, *1*,
e20](https://doi.org/10.1038/lsa.2012.20).]{.csl-right-inline}
:::
:::
```