generated from quarto-journals/article-format-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_quarto.yml
54 lines (51 loc) · 1.49 KB
/
_quarto.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
project:
title: "computo-quarto-extension"
render:
- computo-quarto-extension.qmd
resources:
- environment.yml
- .nojekyll
title: "Computo Journal Format"
subtitle: "To be used as template for contribution to Computo"
date: 01/02/2023
date-modified: last-modified
author:
- name: The Computo Team
corresponding: true
email: [email protected]
url: https://computo.sfds.asso.fr
orcid: 0000-0000-0000-0000
affiliations:
- name: Société Française de Statistique
department: Statistique
address: IHP
city: Paris
country: France
postal-code: 75005
- name: a friend
affiliations:
- Another Affiliation
description: |
This document provides a template based on the quarto system for contributions to Computo. The github repository in itself provides a specific quarto extension useful for authors (and editors!).
keywords: [template, quarto, R, Python, reproductibility]
doi: 10.xxxx/xxx-xxx
citation:
type: article-journal
container-title: "Computo"
doi: "10.xxxx/xxx-xxx"
url: "https://github.com/computorg/computo-quarto-extension"
issn: "2824-7795"
bibliography: references.bib
google-scholar: true
github-user: computorg
repo: "computo-quarto-extension"
draft: true # set to false once the build is running
published: false # will be set to true once accepted
format:
computo-html: default
computo-pdf: default
diagram:
engine:
tikz:
header-includes:
- '\usetikzlibrary{arrows}'