-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
47 lines (45 loc) · 1.62 KB
/
Copy path_quarto.yml
File metadata and controls
47 lines (45 loc) · 1.62 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
project:
type: default
render:
- main.qmd
- README.qmd
title: "Template for contribution to Computo"
subtitle: "Example dedicated to `Python` users"
author:
- name: Jane Doe
corresponding: true
email: janedoe@nowhere.moon
url: https://janedoe.someplace.themoon.org
orcid: 0000-0000-0000-0000
affiliations:
- name: Name of Affiliation one
department: Statistics
url: https://someplace.themoon.org
- name: John Doe
email: johndoe@nowhere.moon
url: https://johndoe.someplace.themoon.org
orcid: 0000-0000-0000-0000
affiliations:
- name: Name of Affiliation two
department: Computer Science
url: https://someplace.themoon.org
date: last-modified
date-modified: last-modified
abstract: >+
Template for preparing a submission to Computo, using the [quarto journal extension](https://github.com/computorg/computo-quarto-extension), the Jupyter kernel (Python user) and the environment files to set-up the dependencies.
For a detailed, step-by-step guide on preparing your article, setting up the continuous integration and submitting it to Computo, please consult the [guidelines for authors](https://computo-journal.org/site/guidelines-authors.html).
keywords: [key1, key2, key3]
bibliography: references.bib
github-user: computorg
repo: "template-computo-r"
status: submitted
license: CC-BY-4.0
citation:
type: article-journal
container-title: "Computo"
issn: "2824-7795"
doi: "10.5072/computo.0000" # placeholder DOI (10.5072 is the official DOI test prefix), replace once assigned
format:
computo-html: default
computo-pdf: default
jupyter: python3