-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
88 lines (79 loc) · 2.65 KB
/
config.yaml
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
baseurl: "https://dot-layer.github.io/sdhmtl/"
title: "Conference name"
canonifyurls: true
theme: "hugo-conference"
GoogleAnalytics: ""
params:
# Conference info
Name: "Conférence"
Name2: "Science des données et hockey"
#Description: "Conference description"
Date: "Automne 2022"
#Price: "Only $100" # If your event is free, just comment this line
Venue: "endroit à confirmer"
#Address: "Boulevard Kukulcan, 30"
City: "Montréal"
State: "QC"
Images: ["/img/badge.jpg"]
#GoogleMapsKey: "my-secret-maps-key"
# Active sections on the website to deactivate comment out with '#'
# you can also change order here and it will reflect on page
Sections:
- about
#- location
- speakers
- organizers
#- schedule
#- sponsors
- partners
#- contact
# Titles which you can translate to other languages
Titles:
about: "À propos de l'événement"
location: "Location"
speakers: "Conférencier·ère·s"
organizers: "Comité organisateur"
schedule: "Schedule"
sponsors: "Sponsors"
partners: "Partenaires"
contact: "Contact"
# The Call To Action button at the header,
# If you don't want this, just remove the callToAction property.
CallToAction:
text: "Inscriptions à venir"
link: "#"
Organizers:
- name: "Stéphane Caron"
photo: "/img/stecaron.jpeg"
- name: "J.P. Le Cavalier"
photo: "/img/jplecavalier.jpeg"
- name: "Samuel Perreault"
photo: "/img/samperochkin.jpg"
- name: "Jonathan Tremblay"
photo: "/img/jonathantremblay.jpg"
# List of Partners
Partners:
- name: ".Layer"
logo: "/img/dotlayer.png"
url: "https://www.dotlayer.org"
# The entire schedule
Schedule:
- name: "Accueil / Déjeuner"
time: "9h00"
- name: "J.P. Le Cavalier"
photo: "/img/jplecavalier.jpeg"
bio: >
Je travaille comme scientifique de données principal au siège social de Promutuel Assurance
situé dans la ville de Québec au Canada. Dans mes temps libres, je cultive mes passions pour
le hockey et la programmation en explorant sous différents angles les données de la LNH.
company: "Promutuel Assurance"
link:
href: "http://twitter.com/Lecavalier300"
text: "@Lecavalier300"
presentation:
title: "Exploration des données de la LNH en R avec tidynhl"
description: >
Cette présentation se veut une introduction au package R tidynhl. Celui-ci offre une
interface simplifiée à l'API de statistiques de la LNH permettant d'extraire facilement
plusieurs données dans un format prêt à être utilisé.
time: "10h00"