File: 8354.md

package info (click to toggle)
haskell-pandoc 3.1.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,052 kB
  • sloc: haskell: 81,285; xml: 3,855; makefile: 13
file content (38 lines) | stat: -rw-r--r-- 1,060 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
```
% pandoc -f markdown -t html --citeproc
---
title: test
nocite: '[@*]'
references:
- author:
  - family: Fekete
    given: Jean-Daniel
  - family: Freire
    given: Juliana
  DOI: 10.1109/MCG.2020.3006412
  id: feketeExploringReproducibilityVisualization2020
  ISSN: 1558-1756
  issue: 5
  issued: 2020-09
  page: 108-119
  source: IEEE Xplore
  title: Exploring Reproducibility in Visualization
  container-title: IEEE Computer Graphics and Applications
  type: article-journal
  volume: 40
---

## References
^D
<h2 class="unnumbered" id="references">References</h2>
<div id="refs" class="references csl-bib-body hanging-indent"
data-entry-spacing="0" role="list">
<div id="ref-feketeExploringReproducibilityVisualization2020"
class="csl-entry" role="listitem">
Fekete, Jean-Daniel, and Juliana Freire. 2020. <span>“Exploring
Reproducibility in Visualization.”</span> <em>IEEE Computer Graphics and
Applications</em> 40 (5): 108–19. <a
href="https://doi.org/10.1109/MCG.2020.3006412">https://doi.org/10.1109/MCG.2020.3006412</a>.
</div>
</div>
```