-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
101 lines (98 loc) · 2.21 KB
/
_quarto.yml
File metadata and controls
101 lines (98 loc) · 2.21 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
96
97
98
99
100
project:
type: book
book:
title: "Good programming practices"
subtitle: NeuroDevelopment and Comparative Cognition research group
author:
- name: Gonzalo García-Castro
orcid: 0000-0002-8553-4209
email: gonzalo.garcia@sjd.es
affiliations:
- name: Institut de Recerca Sant Joan de Déu
address: Edifici SJD Pediatric Cancer Center. Santa Rosa, 39-57
city: Esplugues del Llobregat
state: Barcelona
postal-code: 08950
corresponding: true
date: last-modified
date-format: short
page-navigation: true
search: true
repo-url: https://github.com/NeuroDevCo/repro-book/
repo-actions: [edit]
downloads: [pdf, epub]
sharing: [twitter, linkedin]
chapters:
- index.qmd
- files.qmd
- data.qmd
- documentation.qmd
- transparency.qmd
- part: coding.qmd
chapters:
- ide.qmd
- venv.qmd
- style.qmd
- paths.qmd
- probabilistic.qmd
- visualization.qmd
- reporting.qmd
- packages.qmd
- testing.qmd
- docker.qmd
appendices:
- resources.qmd
- references.qmd
sidebar:
style: floating
background: white
border: false
pinned: true
page-footer:
left: "Copyright 2025, Gonzalo García-Castro"
right:
- icon: github
href: https://github.com/gongcastro
- icon: twitter
href: https://twitter.com/gongcastro
- icon: bluesky
href: https://bsky.app/profile/gongcastro.bsky.social
favicon: static/img/ndc-logo.png
twitter-card: true
site-url: https://neurodevco.github.io/neurodevco-practices
comments:
hypothesis: true
code-copy: true
bibliography: references.bib
csl: apa.csl
execute:
freeze: auto
lightbox: true
title-block-banner: true
title-block-banner-color: black
title-block-categories: true
title-block-style: default
keywords:
- reproducibility
- programming
- scientific reporting
- documentation
- metadata
- coding
- good practices
- transparency
- python
- open-source
- r
license: CC BY
copyright:
holder: Gonzalo García-Castro
year: 2025
citation: true
number-depth: 2
format:
html:
theme:
- brand
- style.scss
page-layout: full