-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.yml
101 lines (101 loc) · 3.31 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
jtex: v1
title: elsarticle-template
description: elsarticle template
version: 1.0.0
license: LPPL-1.2
source: https://www.elsevier.com/authors/policies-and-guidelines/latex-instructions
thumbnail: ./thumbnail.png
authors:
- name: WANG Hailin
website: https://haiiliin.com/
affiliations:
- Tongji University
- The Hong Kong Polytechnic University
tags:
- paper
parts:
- id: abstract
required: true
description: >
A good abstract will begin with a short description of the problem being
addressed, briefly describe the new data or analyses, then briefly states
the main conclusion(s) and how they are supported and uncertainties.
- id: graphical_abstract
required: false
description: >
Graphical abstracts are a new feature of Elsevier journals. They are
designed to provide a visual representation of the main findings of the
paper. They should be a single image, with no text, and should be
self-explanatory. They should be submitted as a separate file, and will be
published online only.
- id: highlights
required: false
description: >
Highlights are a new feature of Elsevier journals. They are designed to
provide a concise summary of the main findings of the paper. They should
be a maximum of 100 words, and should be submitted as a separate file.
- id: availability
description: >
The availability section should include a statement of the availability of
the data and materials used in the study. The statement should include
information about the availability of the data and materials, and the
location of the data and materials. The statement should also include
information about the length of time the data and materials will be
available, and the method of obtaining the data and materials.
- id: acknowledgements
description: >
The acknowledgements section should include a statement of the
acknowledgements. The statement should include information about the
individuals and organizations that provided financial or other support for
the research and/or writing of the manuscript.
- id: appendix
description: >
The appendix section should include a statement of the appendix. The
statement should include information about the appendix. The statement
should also include information about the length of time the appendix will
be available, and the method of obtaining the appendix.
doc:
- id: title
required: true
- id: bibliography
- id: authors
required: true
- id: keywords
required: true
options:
- type: choice
id: style
description: Document style
choices:
- preprint
- review
default: review
- type: choice
id: reference_style
description: Reference style
choices:
- harv
- num-names
- num
default: harv
- type: string
id: other_options
description: Other options for the document class
default: '12pt'
- type: string
id: journal_name
description: Journal name
default: Nuclear Physics B
- type: boolean
id: lineno
description: Whether to show line numbers
default: false
files:
- template.tex
- elsarticle-harv.bst
- elsarticle-num-names.bst
- elsarticle-num.bst
packages:
- amsmath
- lineno
myst: v1