-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
116 lines (101 loc) · 3.57 KB
/
_quarto.yml
File metadata and controls
116 lines (101 loc) · 3.57 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
115
116
project:
type: book
book:
title: "Biodiversity data: From data collection to publication"
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: "Camille Coux"
orcid: "0000-0002-6346-9194"
url: "https://www.fondationbiodiversite.fr/en/membre/camille-coux/"
affiliations:
- name: FRB-CESAB
url: "https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/"
- name: "Yvan Le Bras"
orcid: "0000-0002-8504-068X"
url: "https://www.researchgate.net/profile/Yvan-Le-Bras"
affiliations:
- name: PNDB
url: "https://www.pndb.fr"
- name: "Olivier Norvez"
orcid: "0000-0001-7696-3493"
url: "https://orcid.org/0000-0001-7696-3493"
affiliations:
- name: PNDB
url: "https://www.pndb.fr"
- name: "Anne-Sophie Archambeau"
orcid: "0000-0001-6902-1465"
url: "https://www.patrinat.fr/fr/annuaire/anne-sophie-archambeau-6077"
affiliations:
- name: GBIF France
url: "http://www.gbif.fr/"
- name: "Sophie Pamerlon"
orcid: "0000-0003-4736-7419"
url: "https://www.patrinat.fr/fr/annuaire/sophie-pamerlon-6148"
affiliations:
- name: GBIF France
url: "http://www.gbif.fr/"
date: today
description: |
FRB-CESAB / PNDB / GBIF France training course
<br /><br />
<a href="https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/develop-skills/biodiversity-data-management/">
<img class="logo" src="https://raw.githubusercontent.com/biodiversitydata/.github/main/profile/banner-biodiversitydata_150dpi.png" style="width: 100%;" />
</a>
favicon: images/favicon.png
sidebar:
style: "docked"
collapse-level: 1
page-footer:
left: "© CC-By [FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/)"
center: "Code source available on [{{< fa brands github >}}](https://github.com/biodiversitydata/biodiversitydata.github.io/)"
right: "Built with [Quarto](https://quarto.org/)"
border: true
reader-mode: false
search: false
chapters:
- index.qmd
- chapters/prerequisites.qmd
- part: "Introduction"
chapters:
- chapters/introduction.qmd
- chapters/dmp.qmd
- part: "Data acquisition"
chapters:
- chapters/protocols-methods.qmd
- chapters/sampling-collections.qmd
- chapters/biodiversity-databases.qmd
- chapters/gbif-overview.qmd
- chapters/environment-databases.qmd
- chapters/data-repositories.qmd
- chapters/data-acquisition.qmd
- part: "Data management"
chapters:
- chapters/files-formats.qmd
- chapters/data-cleaning.qmd
- chapters/openrefine.qmd
- chapters/vre.qmd
- part: "Legal concerns"
chapters:
- chapters/legal-concerns.qmd
- part: "DataSHARE projects"
chapters:
- chapters/datashare.qmd
- part: "Opening data"
chapters:
- chapters/standards.qmd
- chapters/standards-exercice.qmd
- chapters/storage-archiving.qmd
- chapters/data-sharing.qmd
- chapters/data-paper.qmd
- chapters/software-paper.qmd
- chapters/resources.qmd
format:
html:
theme: [cosmo, css/styles.css]
code-copy: true
code-line-numbers: false