-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.yml
73 lines (73 loc) · 1.43 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
jtex: v1
title: arXiv (NIPS Style)
description: An arXiv compatible template based on the NIPS 2018 Style
version: 1.0.0
license: MIT
source: https://github.com/kourgeorge/arxiv-style
thumbnail: ./thumbnail.png
authors:
- name: George Kour
github: kourgeorge
twitter: georgekour
affiliations:
- IBM Research & Haifa University
tags:
- paper
- preprint
- arxiv
- bioarxiv
- eartharxiv
parts:
- id: abstract
required: true
description: >
Keep it short — abstracts longer than 1920 characters will not be
accepted; abridge your abstract if necessary
max_chars: 1920
- id: acknowledgments
description: >-
Free form acknowledgments section will be include at the end of the
article
doc:
- id: title
required: true
- id: description
- id: authors
required: true
- id: keywords
- id: short_title
- id: date
- id: bibliography
- id: subject
- id: subtitle
options:
- id: show_date
type: boolean
default: true
- id: link
type: string
description: >
Include a link to the article online. This link will be placed inline at
the end of all content, before the bibliography section.
files:
- template.tex
- arxiv.sty
- orcid.pdf
packages:
- amsfonts
- arxiv
- booktabs
- datetime
- doi
- fancyhdr
- fontenc
- geometry
- graphicx
- hyperref
- inputenc
- lmodern
- microtype
- natbib
- nicefrac
- url
- xcolor