-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.yml
149 lines (149 loc) · 3.3 KB
/
template.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
jtex: v1
title: Physiome Journal
description: >-
Physiome publishes articles describing physiological models which demonstrate
that the mathematical model, model implementation, and simulation results are
consistent and reproducible. Physiome articles must be linked to primary
papers published in or accepted to a peer-reviewed physiology, bioengineering
or biophysics journal.
authors:
- name: Physiome Journal
github: physiome
twitter: physiomeproject
affiliations:
- Physiome Journal
version: 1.0.0
license: CC-BY-4.0
thumbnail: ./thumbnail.png
tags:
- article
- paper
source: >-
https://www.overleaf.com/latex/templates/physiome-journal-article-template/kfbqwxxmtsfv
parts:
- id: abstract
description: >
Please provide an abstract of no more than 300 words. Your abstract should
explain the main contributions of your article, and should not contain any
material that is not included in the main text.
max_words: 300
required: true
doc:
- id: title
required: true
- id: authors
required: true
- id: keywords
required: true
description: |
Choose between 3 and 10 keywords that relate to the article
- id: doi
options:
- id: article_type
title: Article Type
type: choice
default: Original
required: true
choices:
- Original
- Retrospective
- Review
- Letter
description: >
See author instructions at:
https://journal.physiomeproject.org/instructions-to-authors.html
- id: line_numbers
title: Enable Line Numbers
type: boolean
default: false
description: Show line numbers on the document
- id: primary_pubs
title: Primary Publications
description: A comma-seperated list of bibtex keys
type: string
- id: published
description: Is this submission published?
type: boolean
default: false
- id: publication_date
title: Publication Date
description: Use the form "4 May 2020"
type: string
condition:
id: published
value: true
- id: editor
description: Physiome Journal Editor
type: string
condition:
id: published
value: true
- id: curator
description: Physiome Journal Curator
type: string
condition:
id: published
value: true
- id: submitted_date
title: Submission Date
description: Use the form "4 May 2020"
type: string
condition:
id: published
value: true
- id: accepted_date
title: Accepted Date
description: Use the form "4 May 2020"
type: string
condition:
id: published
value: true
- id: cite_as
title: Submission Citation
description: First and Second (2020) Example Article Title. Physiome 00(0).
type: string
condition:
id: published
value: true
files:
- template.tex
- physiome.cls
- Physiome-under.png
packages:
- abstract
- amsmath
- amssymb
- authblk
- babel
- booktabs
- calc
- caption
- droidsansmono
- enumitem
- fancyhdr
- fontenc
- fontspec
- geometry
- graphicx
- hyperref
- ifluatex
- ifxetex
- inputenc
- lastpage
- lato
- lineno
- marginnote
- mdframed
- microtype
- multibib
- natbib
- newtxsf
- parskip
- textcomp
- textpos
- tgpagella
- threeparttable
- titlesec
- titletoc
- xcolor
- xparse