Skip to content

Commit 8ba4384

Browse files
committed
fix metadata and authors template
1 parent 5349868 commit 8ba4384

File tree

3 files changed

+41
-126
lines changed

3 files changed

+41
-126
lines changed

content/00.front-matter.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@ on {{date}}.
2626
## Authors
2727

2828
{## Template for listing authors ##}
29-
{% for author in authors %}
30-
+ **{{author.name}}**<br>
31-
{%- if author.orcid is defined and author.orcid is not none %}
29+
{% for auth in author %}
30+
+ **{{auth.name}}**<br>
31+
{%- if auth.orcid is defined and auth.orcid is not none %}
3232
![ORCID icon](images/orcid.svg){.inline_icon}
33-
[{{author.orcid}}](https://orcid.org/{{author.orcid}})
33+
[{{auth.orcid}}](https://orcid.org/{{auth.orcid}})
3434
{%- endif %}
35-
{%- if author.github is defined and author.github is not none %}
35+
{%- if auth.github is defined and auth.github is not none %}
3636
· ![GitHub icon](images/github.svg){.inline_icon}
37-
[{{author.github}}](https://github.com/{{author.github}})
37+
[{{auth.github}}](https://github.com/{{auth.github}})
3838
{%- endif %}
39-
{%- if author.twitter is defined and author.twitter is not none %}
39+
{%- if auth.twitter is defined and auth.twitter is not none %}
4040
· ![Twitter icon](images/twitter.svg){.inline_icon}
41-
[{{author.twitter}}](https://twitter.com/{{author.twitter}})
41+
[{{auth.twitter}}](https://twitter.com/{{auth.twitter}})
4242
{%- endif %}<br>
4343
<small>
44-
{%- if author.affiliations is defined and author.affiliations|length %}
45-
{{author.affiliations | join('; ')}}
44+
{%- if auth.affiliations is defined and auth.affiliations|length %}
45+
{{auth.affiliations | join('; ')}}
4646
{%- endif %}
47-
{%- if author.funders is defined and author.funders|length %}
48-
· Funded by {{author.funders}}
47+
{%- if auth.funders is defined and auth.funders|length %}
48+
· Funded by {{auth.funders}}
4949
{%- endif %}
5050
</small>
5151
{% endfor %}

content/manual-references.json

Lines changed: 17 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -4,130 +4,61 @@
44
"standard_citation": "url:https://www.ietf.org/rfc/rfc2119.txt",
55
"URL": "https://www.ietf.org/rfc/rfc2119.txt",
66
"title": "Key words for use in RFCs to Indicate Requirement Levels",
7-
"issued": {
8-
"date-parts": [
9-
[
10-
1997
11-
]
12-
]
13-
},
14-
"author": [
15-
{
16-
"given": "Scott",
17-
"family": "Bradner"
18-
}
19-
]
20-
},
21-
{
22-
"type": "report",
23-
"standard_citation": "url:https://owncloud.indigo-datacloud.eu/index.php/s/yDklCrWjKnjutVA",
24-
"URL": "https://owncloud.indigo-datacloud.eu/index.php/s/yDklCrWjKnjutVA",
25-
"title": "INDIGO-DataCloud collaboration, Initial Plan for Software Management and Pilot Services",
26-
"issued": {
27-
"date-parts": [
28-
[
29-
2015
30-
]
31-
]
32-
},
33-
"author": [
34-
{
35-
"literal": "Members of the INDIGO-DataCloud collaboration"
36-
}
37-
]
7+
"issued": {"date-parts": [[1997]]},
8+
"author": [{"given": "Scott", "family": "Bradner"}]
389
},
3910
{
4011
"type": "webpage",
4112
"standard_citation": "url:https://opensource.org/osd",
4213
"URL": "https://opensource.org/osd",
4314
"title": "The Open Source Definition, URL: https://opensource.org/osd",
44-
"author": [
45-
{
46-
"literal": "Open Source Initiative"
47-
}
48-
]
15+
"author": [{"literal": "Open Source Initiative"}]
4916
},
5017
{
5118
"type": "webpage",
5219
"standard_citation": "url:https://opensource.org/licenses",
5320
"URL": "https://opensource.org/licenses",
5421
"title": "Licenses & Standards, URL: https://opensource.org/licenses",
55-
"author": [
56-
{
57-
"literal": "Open Source Initiative"
58-
}
59-
]
22+
"author": [{"literal": "Open Source Initiative"}]
6023
},
6124
{
6225
"type": "webpage",
6326
"standard_citation": "url:https://semver.org",
6427
"URL": "https://semver.org",
6528
"title": "Semantic Versioning 2.0.0, URL: https://semver.org",
66-
"author": [
67-
{
68-
"given": "Tom",
69-
"family": "Preston-Werner"
70-
}
71-
]
29+
"author": [{"given": "Tom", "family": "Preston-Werner"}]
7230
},
7331
{
7432
"type": "webpage",
7533
"standard_citation": "url:https://www.owasp.org/images/0/08/OWASP_SCP_Quick_Reference_Guide_v2.pdf",
7634
"URL": "https://www.owasp.org/images/0/08/OWASP_SCP_Quick_Reference_Guide_v2.pdf",
7735
"title": "OWASP Secure Coding Practices, Quick Reference Guide, URL: https://www.owasp.org/images/0/08/OWASP_SCP_Quick_Reference_Guide_v2.pdf",
78-
"issued": {
79-
"date-parts": [
80-
[
81-
2010
82-
]
83-
]
84-
},
85-
"author": [
86-
{
87-
"literal": "The OWASP Foundation"
88-
}
89-
]
36+
"issued": {"date-parts": [[2010]]},
37+
"author": [{"literal": "The OWASP Foundation"}]
9038
},
9139
{
9240
"type": "webpage",
9341
"standard_citation": "url:https://www.owasp.org/index.php/Source_Code_Analysis_Tools",
9442
"URL": "https://www.owasp.org/index.php/Source_Code_Analysis_Tools",
9543
"title": "Source Code Analysis Tools, URL: https://www.owasp.org/index.php/Source_Code_Analysis_Tools",
96-
"author": [
97-
{
98-
"literal": "The OWASP Foundation"
99-
}
100-
]
44+
"issued": {"date-parts": [[2008]]},
45+
"author": [{"literal": "The OWASP Foundation"}]
10146
},
10247
{
10348
"type": "webpage",
10449
"standard_citation": "url:https://www.owasp.org/index.php/Category:Vulnerability_Scanning_Tools",
10550
"URL": "https://www.owasp.org/index.php/Category:Vulnerability_Scanning_Tools",
10651
"title": "Dynamic Application Security Testing, URL: https://www.owasp.org/index.php/Category:Vulnerability_Scanning_Tools",
107-
"author": [
108-
{
109-
"literal": "The OWASP Foundation"
110-
}
111-
]
52+
"issued": {"date-parts": [[2008]]},
53+
"author": [{"literal": "The OWASP Foundation"}]
11254
},
11355
{
11456
"type": "webpage",
11557
"standard_citation": "url:https://www.owasp.org/images/2/2e/OWASP_Code_Review_Guide-V1_1.pdf",
11658
"URL": "https://www.owasp.org/images/2/2e/OWASP_Code_Review_Guide-V1_1.pdf",
11759
"title": "OWASP Code Review Guide, URL: https://www.owasp.org/images/2/2e/OWASP_Code_Review_Guide-V1_1.pdf",
118-
"issued": {
119-
"date-parts": [
120-
[
121-
2008
122-
]
123-
]
124-
},
125-
"author": [
126-
{
127-
"literal": "The OWASP Foundation"
128-
}
129-
]
130-
},
60+
"issued": {"date-parts": [[2008]]},
61+
"author": [{"literal": "The OWASP Foundation"}]},
13162
{
13263
"type":"article-journal",
13364
"publisher":"PeerJ",
@@ -143,41 +74,28 @@
14374
"given":"Arfon M.",
14475
"family":"Smith",
14576
"sequence":"first",
146-
"affiliation":[
147-
{
148-
"name":"GitHub, Inc., San Francisco, California, United States"
149-
}
150-
]
77+
"affiliation":[{"name":"GitHub, Inc., San Francisco, California, United States"}]
15178
},
15279
{
15380
"ORCID":"http://orcid.org/0000-0001-5934-7525",
15481
"authenticated-orcid":true,
15582
"given":"Daniel S.",
15683
"family":"Katz",
15784
"sequence":"additional",
158-
"affiliation":[
159-
{
160-
"name":"National Center for Supercomputing Applications & Electrical and Computer Engineering Department & School of Information Sciences, University of Illinois at Urbana-Champaign, Urbana, Illinois, United States"
161-
}
162-
]
85+
"affiliation":[{"name":"National Center for Supercomputing Applications & Electrical and Computer Engineering Department & School of Information Sciences, University of Illinois at Urbana-Champaign, Urbana, Illinois, United States"}]
16386
},
16487
{
16588
"ORCID":"http://orcid.org/0000-0003-4425-7097",
16689
"authenticated-orcid":true,
16790
"given":"Kyle E.",
16891
"family":"Niemeyer",
16992
"sequence":"additional",
170-
"affiliation":[
171-
{
172-
"name":"School of Mechanical, Industrial, and Manufacturing Engineering, Oregon State University, Corvallis, Oregon, United States"
173-
}
174-
]
175-
}
93+
"affiliation":[{"name": "School of Mechanical, Industrial, and Manufacturing Engineering, Oregon State University, Corvallis, Oregon, United States"}]}
17694
],
17795
"container-title":"PeerJ Computer Science",
17896
"language":"en",
17997
"issued":{"date-parts":[[2016,9,19]]},
180-
"standard_citation":"http://dx.doi.org/10.7717/peerj-cs.86",
98+
"standard_citation":"url:http://dx.doi.org/10.7717/peerj-cs.86",
18199
"URL":"http://dx.doi.org/10.7717/peerj-cs.86",
182100
"ISSN":"2376-5992",
183101
"id":"temp_id_7660989779236345"

content/metadata.yaml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,46 +8,43 @@ keywords:
88
- service deployment
99
- agile development
1010
lang: en-US
11-
author_info:
11+
date: 29-04-2020
12+
author:
1213
-
13-
github: orviz
1414
name: Pablo Orviz
15+
github: orviz
1516
orcid: 0000-0002-2473-6405
1617
1718
affiliations:
1819
- Spanish National Research Council (CSIC)
1920
- Institute of Physics of Cantabria (IFCA)
2021
-
21-
github: mariojmdavid
2222
name: Mario David
23+
github: mariojmdavid
2324
orcid: 0000-0003-1802-5356
2425
25-
affiliations:
26-
- Laboratory of Instrumentation and Experimental Particle Physics (LIP)
26+
affiliation: Laboratory of Instrumentation and Experimental Particle Physics (LIP)
2727
-
28-
github: jorge-lip
2928
name: Jorge Gomes
29+
github: jorge-lip
3030
orcid: 0000-0002-9142-2596
3131
32-
affiliations:
33-
- Laboratory of Instrumentation and Experimental Particle Physics (LIP)
32+
affiliation: Laboratory of Instrumentation and Experimental Particle Physics (LIP)
3433
-
35-
github: jopina
3634
name: Joao Pina
35+
github: jopina
3736
orcid: 0000-0001-8959-5044
3837
39-
affiliations:
40-
- Laboratory of Instrumentation and Experimental Particle Physics (LIP)
38+
affiliation: Laboratory of Instrumentation and Experimental Particle Physics (LIP)
4139
-
42-
github: samuelbernardolip
4340
name: Samuel Bernardo
41+
github: samuelbernardolip
4442
orcid: 0000-0002-6175-4012
4543
46-
affiliations:
47-
- Laboratory of Instrumentation and Experimental Particle Physics (LIP)
44+
affiliation: Laboratory of Instrumentation and Experimental Particle Physics (LIP)
4845
-
49-
github: isabel-campos-plasencia
5046
name: Isabel Campos
47+
github: isabel-campos-plasencia
5148
orcid: 0000-0002-9350-0383
5249
5350
affiliations:

0 commit comments

Comments
 (0)