-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplate.yml
66 lines (65 loc) · 1.61 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
jtex: v1
kind: typst
title: LaPreprint Typst Template
description: Easily create beautiful preprints in Typst
template: template.typ
files:
- lapreprint.typ
- frontmatter.typ
- template.typ
- LICENSE
authors:
- name: Rowan Cockett
github: rowanc1
affiliations:
- Curvenote
- name: Franklin Koch
github: fwkoch
affiliations:
- Curvenote
version: 0.0.1
license: MIT
tags:
- preprint
- article
- paper
thumbnail: ./examples/pixels/files/screenshot.png
github: https://github.com/myst-templates/lapreprint-typst
doc:
- id: title
required: true
- id: authors
required: true
- id: subtitle
- id: short_title
- id: open_access
- id: keywords
- id: doi
- id: venue
options:
- id: logo
type: file
description: An image path that is shown in the top right of the page
- id: kind
type: string
description: The "kind" of the content, e.g. "Original Research" - shown as the title of the margin content on the first page
parts:
- id: abstract
description: >
An abstract is a short summary of your research paper or report. A good
abstract will prepare readers for the detailed information to follow,
communicate the essence of the article and help readers take away and remember key points.
max_words: 500
required: true
- id: summary
description: Plain language summary
max_words: 500
required: false
- id: acknowledgements
description: >
Acknowledgements printed in the margin
max_words: 500
- id: availability
description: >
Data availability statement printed in the margin
max_words: 500