mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
91 lines
1.8 KiB
Markdown
91 lines
1.8 KiB
Markdown
```
|
|
% pandoc -f markdown -s -t biblatex
|
|
---
|
|
references:
|
|
- id: Larsson_2016
|
|
author:
|
|
- family: Larsson
|
|
given: Johan
|
|
citation-key: Larsson_2016
|
|
issued:
|
|
- year: 2016
|
|
medium: Windows
|
|
title: 'qualpalr: Automatic Generation of Qualitative Color Palettes'
|
|
type: software
|
|
URL: https://cran.r-project.org/package=qualpalr
|
|
version: 0.3.1
|
|
...
|
|
^D
|
|
@software{Larsson_2016,
|
|
author = {Larsson, Johan},
|
|
title = {Qualpalr: {Automatic} {Generation} of {Qualitative} {Color}
|
|
{Palettes}},
|
|
version = {0.3.1},
|
|
date = {2016},
|
|
url = {https://cran.r-project.org/package=qualpalr}
|
|
}
|
|
```
|
|
|
|
```
|
|
% pandoc -f markdown -s -t bibtex
|
|
---
|
|
references:
|
|
- id: Larsson_2016
|
|
author:
|
|
- family: Larsson
|
|
given: Johan
|
|
citation-key: Larsson_2016
|
|
issued:
|
|
- year: 2016
|
|
medium: Windows
|
|
title: 'qualpalr: Automatic Generation of Qualitative Color Palettes'
|
|
type: software
|
|
URL: https://cran.r-project.org/package=qualpalr
|
|
version: 0.3.1
|
|
...
|
|
^D
|
|
@misc{Larsson_2016,
|
|
author = {Larsson, Johan},
|
|
title = {Qualpalr: {Automatic} {Generation} of {Qualitative} {Color}
|
|
{Palettes}},
|
|
year = {2016},
|
|
url = {https://cran.r-project.org/package=qualpalr}
|
|
}
|
|
```
|
|
|
|
```
|
|
% pandoc -f biblatex -s -t csljson
|
|
@software{Larsson_2016,
|
|
author = {Larsson, Johan},
|
|
title = {Qualpalr: {Automatic} {Generation} of {Qualitative} {Color}
|
|
{Palettes}},
|
|
version = {0.3.1},
|
|
date = {2016},
|
|
url = {https://cran.r-project.org/package=qualpalr}
|
|
}
|
|
^D
|
|
[
|
|
{
|
|
"URL": "https://cran.r-project.org/package=qualpalr",
|
|
"author": [
|
|
{
|
|
"family": "Larsson",
|
|
"given": "Johan"
|
|
}
|
|
],
|
|
"id": "Larsson_2016",
|
|
"issued": {
|
|
"date-parts": [
|
|
[
|
|
2016
|
|
]
|
|
]
|
|
},
|
|
"title": "Qualpalr: Automatic Generation of Qualitative Color Palettes",
|
|
"title-short": "Qualpalr",
|
|
"type": "software",
|
|
"version": "0.3.1"
|
|
}
|
|
]
|
|
```
|