-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmyst.yml
More file actions
95 lines (84 loc) · 2.47 KB
/
myst.yml
File metadata and controls
95 lines (84 loc) · 2.47 KB
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
version: 1
project:
# IJ Article Publication ID -- keep 000 as a placeholder
id: insight-journal-000
title: Insight Journal MyST Template
description: A template for open science article submissions to the Insight Journal using MyST Markdown
authors:
- name: Galileo Galilei
email: galileo@pisa.university
affiliation: Pisa University
orcid: 0000-0000-0000-0001
- name: Giordano Bruno
email: giordano@rome.university
affiliation: Rome University
orcid: 0000-0000-0000-0002
- name: Anthony Leeuwenhoek
email: anthony@netherlands.university
affiliation: Netherlands Pragmatic University
orcid: 0000-0000-0000-0003
affiliations:
- id: Pisa University
name: Pisa University
address: Tower Drive, Pisa, Italy
- id: Rome University
name: Rome University
address: Inquisition Street, Rome, Italy
- id: Netherlands Pragmatic University
name: Netherlands Pragmatic University
address: Port Street, Netherlands
# License and access
license:
code: Apache-2.0
content: CC-BY-4.0
open_access: true
# Repository links
github: InsightSoftwareConsortium/InsightJournalTemplate
# Publication venue
venue:
title: Insight Journal
url: https://insight-journal.org
# Export configurations
exports:
- format: typst
template: lapreprint-typst
output: exports/manuscript.pdf
- format: pdf
template: arxiv_nips
article_type: research-article
output: exports/manuscript-arxiv-format.pdf
- format: tex
template: arxiv_nips
output: exports/manuscript.tex
- format: docx
output: exports/manuscript.docx
- format: cff
- format: meca
output: exports/article.meca.zip
toc:
- file: docs/index.md
# Additional resources, e.g. data and code, for reproducibility
resources:
- src/**
- data/**
# Bibliography
bibliography:
- docs/references.bib
# Requirements for reproducibility
requirements:
- pixi.toml
# Website configuration
site:
title: Insight Journal Template
favicon: docs/assets/favicon.ico
nav:
- title: Article
url: /index.html
- title: Source Code
url: https://github.com/InsightSoftwareConsortium/InsightJournalTemplate
# Site options
options:
logo: docs/assets/logo-insight-journal-square-light.png
logo_dark: docs/assets/logo-insight-journal-square-dark.png
logo_text: Insight Journal Template
hide_title_on_index: true