-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmetadata.json
51 lines (51 loc) · 1.66 KB
/
metadata.json
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
{
"title": "Template to prepare preprints and manuscripts using markdown and github actions",
"authors": [
{
"affiliations": [
"Université de Montréal",
"Québec Centre for Biodiversity Sciences"
],
"familyname": "Poisot",
"givennames": "Timothée",
"email": "[email protected]",
"orcid": "0000-0002-0735-5184",
"status": [
"corresponding",
"equal"
]
},
{
"affiliations": [
"Inn of the Prancing Pony",
"Fellowship of the Ring"
],
"familyname": "Took",
"givennames": "Peregrin",
"email": "[email protected]"
},
{
"affiliations": [
"Green Dragon Inn",
"Fellowship of the Ring"
],
"familyname": "Brandybuck",
"givennames": "Merriadoc",
"email": "[email protected]",
"status": [
"equal"
]
}
],
"abstract": {
"Purpose": "This template provides a series of scripts to render a markdown document into an interactive website and a series of PDFs.",
"Motivation": "It makes collaborating on text with GitHub easier, and means that we never need to think about the output.",
"Internals": "GitHub actions and a series of python scritpts. The markdown is handled with `pandoc`."
},
"keywords": [
"pandoc",
"pandoc-crossref",
"github actions"
],
"citationstyle": "ecology-letters"
}