-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_quarto.yml
More file actions
114 lines (105 loc) · 3.69 KB
/
_quarto.yml
File metadata and controls
114 lines (105 loc) · 3.69 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
project:
type: book
book:
title: "Reproducible Research in Computational Ecology"
author:
- name: "Nicolas Casajus"
orcid: "0000-0002-5537-5294"
url: "https://nicolascasajus.fr"
affiliations:
- name: FRB-CESAB
url: "https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/"
- name: "Iago Bonnici"
orcid: "0000-0003-2934-351X"
url: https://isem-evolution.fr/en/membre/bonnici/
affiliations:
- name: CNRS ISEM
url: https://isem-evolution.fr/en/
- name: "Stéphane Dray"
orcid: "0000-0003-0153-1105"
url: https://lbbe.univ-lyon1.fr/fr/annuaires-des-membres/dray-stephane
affiliations:
- name: CNRS LBBE
url: https://lbbe.univ-lyon1.fr/fr
- name: "Olivier Gimenez"
orcid: "0000-0001-7001-5142"
url: https://oliviergimenez.github.io
affiliations:
- name: CNRS CEFE
url: https://www.cefe.cnrs.fr/fr/
- name: "Loreleï Guéry"
orcid: "0000-0003-3004-8462"
url: https://orcid.org/0000-0003-3004-8462
affiliations:
- name: CIRAD PHIM
url: https://umr-phim.cirad.fr/
- name: "François Guilhaumon"
orcid: "0000-0003-4707-8932"
url: https://fguilhaumon.gitlab.io/
affiliations:
- name: IRD ENTROPIE
url: https://www.ird.fr/umr/entropie
- name: "Nina Schiettekatte"
orcid: "0000-0002-1925-3484"
url: http://www.criobe.pf/pro/personnel/doctorants/nina-schiettekatte/
affiliations:
- name: EPHE CRIOBE
url: http://www.criobe.pf/
- name: "Aurélie Siberchicot"
orcid: "0000-0002-7638-8318"
url: https://lbbe.univ-lyon1.fr/fr/annuaires-des-membres/siberchicot-aurelie
affiliations:
- name: UCBL LBBE
url: https://lbbe.univ-lyon1.fr/en
date: today
description: |
FRB-CESAB & GdR EcoStat training course
<br /><br />
<a href="https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/develop-skills/best-practice-for-reproducible-research-in-computational-ecology/">
<img class="logo" src="https://raw.githubusercontent.com/rdatatoolbox/.github/main/profile/banner-rdatatoolbox_150dpi.png" style="width: 100%;" />
</a>
favicon: images/favicon.png
sidebar:
style: "docked"
collapse-level: 1
page-footer:
left: "© CC BY 4.0 [FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/)"
center: "Code source available on [{{< fa brands github >}}](https://github.com/rdatatoolbox/rdatatoolbox.github.io/)"
right: "Built with [Quarto](https://quarto.org/)"
border: true
reader-mode: false
search: false
chapters:
- index.qmd
# - chapters/setting-up-r.qmd
- part: "Courses"
chapters:
- chapters/course-opensci.qmd
- chapters/course-compendium.qmd
- chapters/course-functions.qmd
- chapters/course-description.qmd
- chapters/course-git.qmd
- chapters/course-github.qmd
- chapters/course-quarto.qmd
- chapters/course-targets.qmd
- chapters/course-renv.qmd
- chapters/course-docker.qmd
- chapters/course-package.qmd
- part: "Exercises"
chapters:
- chapters/ex-compendium.qmd
- chapters/ex-github.qmd
- chapters/ex-quarto.qmd
- chapters/ex-targets.qmd
- chapters/ex-renv.qmd
- chapters/ex-docker.qmd
- chapters/ex-package.qmd
- part: "Resources"
chapters:
- chapters/biblio.qmd
- chapters/wrap-up.qmd
format:
html:
theme: [cosmo, css/styles.scss]
code-copy: true
code-line-numbers: false