generated from m-delem/quarto-research-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
84 lines (74 loc) · 2.3 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
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
project:
type: default
execute-dir: project # the working directory for computations
output-dir: _outputs
author:
- name: Ladislas Nalborczyk
orcid: 0000-0002-7419-9855
url: https://lnalborczyk.github.io/
roles:
- Original script
affiliations:
- id: unicog
name: Cognitive Neuroimaging Unit, NeuroSpin, CEA, Université Paris-Saclay
city: Gif-sur-Yvette
country: France
url: https://www.unicog.org/
- id: pbi
name: Paris Brain Institute
city: Paris
country: France
url: https://parisbraininstitute.org/paris-brain-institute-research-teams/picnic-neuropsychology-and-functional-neuroimaging
- name: Maël Delem
orcid: 0009-0005-8518-1991
email: [email protected]
corresponding: true
url: https://emc.univ-lyon2.fr/equipes/memoire-emotion-et-attention-mea/delem-mael
roles:
- Notebook versions
affiliations:
- id: emc
name: Study of Cognitive Mechanisms (EMC) Laboratory, Université Lumière Lyon 2
city: Lyon
country: France
url: https://emc.univ-lyon2.fr
# --- Common options ---
date-modified: last-modified
bibliography:
- "bibliography/references.bib"
csl: "bibliography/apa.csl"
execute:
freeze: false
warning: false
error: false
message: false
toc: true
number-sections: true
crossref:
chapters: true
# --- Format-specific options ---
format:
html:
embed-resources: true # self-contained HTML rendering
format-links: false # no links to other formats
# styling
theme:
dark: darkly
light: flatly
# importing Montserrat font
header-includes: |
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
mainfont: Montserrat
fontsize: "medium"
# interactive features
lightbox: true # clickable figures
code-fold: true # code folding for clarity
code-tools: true # hide or show all code
code-annotations: hover # show code annotations on hover
# HTML-specific TOC options
toc-location: right
toc-depth: 2
toc-expand: 1
number-depth: 2