-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
105 lines (98 loc) · 3.18 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
project:
type: website
lang: fr
website:
title: "ElementR"
favicon: img/ElementR.png
twitter-card: true
site-url: https://elementr.gitpages.huma-num.fr/website/
description: "Site web du groupe d’utilisateur·rice·s ElementR"
page-navigation: false
search:
location: navbar
type: overlay
navbar:
background: "#1a8d73"
left:
- href: programme.qmd
text: Programme
- href: seance.qmd
text: Supports & matériaux
- href: apropos.qmd
text: Á propos
right:
- href: contact.qmd
text: Contact
tools:
- icon: git
aria-label: GitLab
text: GitLab
href: https://gitlab.huma-num.fr/elementr/website
sidebar:
contents:
- href: programme.qmd
text: "<b>Programme & inscriptions</b>"
- text: "---"
- section: "<b>Séances thématiques</b>"
contents:
- href: posts/seance1.qmd
text: Introduction ElementR
- href: posts/seance2.qmd
text: Initiation à R (théorique)
- href: posts/seance3.qmd
text: Initiation à R (pratique)
- href: posts/seance4_ggplot.qmd
text: Représentation graphique
- href: posts/seance5_carto_mapsf.qmd
text: Cartographie avec R
- href: posts/seance6_geomatique_sf.qmd
text: Geomatique avec R
- href: posts/seance7_igraph.qmd
text: Analyse de réseau
- href: posts/seance8_quarto.qmd
text: Document computationnel
- href: posts/seance11_uni_bivarie.qmd
text: Statistique uni et bivariée
- href: posts/seance12_raster_terra.qmd
text: Manipulation de raster avec R
- href: posts/seance13_webscraping.qmd
text: Premier pas en webscraping
- href: posts/seance15_AR_semi_de_points.qmd
text: Réseau et semi de points
- text: "---"
- section: "<b>Tables rondes</b>"
contents:
- href: posts/seance10_table_ronde_analyse_textuelle.qmd
text: Analyse textuelle
- href: posts/seance14_TR_workflow.qmd
text: Les mains dans le code
- text: "---"
- section: "<b>Ateliers pratiques</b>"
contents:
- href: posts/atelier_enquete_sncf.qmd
text: Données enquête SNCF
- text: "---"
- section: "<b>Retours d'expériences</b>"
contents:
- href: posts/seance9_R_et_these.qmd
text: R au long cours
- href: posts/seance16_GWR.qmd
text: Théorie et pratique de la GWR
- href: posts/seance17_OSM.qmd
text: Utilisation d'OpenStreetMap
- text: "---"
- contact.qmd
page-footer: ElementR 2022 - [](https://creativecommons.org/licenses/by-nc/4.0) - UMR Géographie-Cités · UMR PRODIG · UAR RIATE
margin-header: |

format:
html:
theme:
light: Minty
dark: cyborg
css: styles.css
toc: true
page-layout: full
include-in-header:
file: matomo_tracking.html
editor: visual