-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
382 lines (346 loc) · 14.2 KB
/
Copy pathhugo.yaml
File metadata and controls
382 lines (346 loc) · 14.2 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
baseURL: "https://dominiquecaron.github.io/"
languageCode: "en-us"
title: "Dominique Caron"
theme: hugo-profile
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
pagination.pagerSize: 3
enableRobotsTXT: true
# disqusShortname: your-disqus-shortname
# googleAnalytics: G-MEASUREMENT_ID
markup:
goldmark:
renderer:
unsafe: true
Menus:
main:
- identifier: publications
name: Publications
title: Publications
url: https://scholar.google.com/citations?user=c1ee-V4AAAAJ&hl=fr&oi=ao
weight: 1
#- identifier: cv
# name: CV
# title: CV
# url: /cv
# weight: 2
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
params:
title: ""
description: Text about my cool site
# staticPath: "" # The path to serve the static files from
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
# Whether to add mathjax support on all pages. Alternatively, you can opt-in per page by adding `mathjax: true` in the frontmatter.
mathjax: false
# Whether the fade animations on the home page will be enabled
animate: false
theme:
disableThemeToggle: true
# defaultTheme: "light" # dark
font:
fontSize: 1rem # default: 1rem
fontWeight: 400 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
# When using hex codes for colors, quotations must be used along with the # sign
color:
textColor: "#255957"
secondaryTextColor: "#A98743"
textLinkColor: "#982649"
backgroundColor: "#F1F2EB"
secondaryBackgroundColor: "#FFFFFF"
primaryColor: "#0A1045"
secondaryColor: "#FFFFFF"
# darkmode:
# textColor: "#e4e6eb"
# secondaryTextColor: "#b0b3b8"
# textLinkColor: "#ffffff"
# backgroundColor: "#18191a"
# secondaryBackgroundColor: "#212529"
# primaryColor: "#ffffff"
# secondaryColor: "#212529"
# If you want to customize the menu, you can change it here
navbar:
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
brandLogo: "/seal.png" # Logo for the brand | default is the favicon variable
showBrandLogo: true # Show brand logo in nav bar | default is true
brandName: "" # Brand name for the brand | default is the title variable
disableSearch: true
# searchPlaceholder: "Search"
stickyNavBar:
enable : true
showOnScrollUp : true
enableSeparator: false
menus:
disableAbout: false
disableExperience: false
disableEducation: false
disableProjects: false
disableAchievements: false
disableContact: false
# Hero
hero:
enable: true
title: "Dominique Caron"
subtitle: "Postdoctoral researcher"
content: "A quantitative ecologist. I use large datasets to better understand how biodiversity is distributed in space and time, and predict the consequences for ecosystem functioning."
image: images/profile.png
bottomImage:
enable: true
roundImage: false # Make hero image circular | default false
button:
enable: true
name: "Resume"
url: "/cv/Caron_CV.pdf"
download: true
newPage: false
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://github.com/DominiqueCaron
- icon: fab fa-orcid
url: https://orcid.org/0000-0002-2151-6693
- icon: fas fa-envelope
url: mailto:dominique.caron@mail.mcgill.ca
customIcons:
- icon: /google-scholar2.svg
url: "https://scholar.google.com/citations?user=c1ee-V4AAAAJ&hl=fr&oi=ao"
# About
about:
enable: true
title: "About Me"
image: "/images/profile2.jpeg"
content: |-
I am currently working for Canadian Forest Service at the Pacific Forestry Center. As a member of the [Predictive Ecology](https://predictiveecology.org/) team, I am implement ecological models based on the [PERFICT](https://doi.org/10.1111/2041-210X.14034) principles. The objective is to integrate vegetation, disturbance, and carbon budget models to better understand how future conditions will influence the Canadian boreal forest.
I recently completed my PhD at McGill University under the supervision of [Dr. Laura Pollock](https://qbiodiversity.org/). My research focused on trait-based modeling of species interactions and food webs (see [here](https://onlinelibrary.wiley.com/doi/abs/10.1111/ele.13966) and [here](https://onlinelibrary.wiley.com/doi/abs/10.1111/geb.13807)) and the seasonal movements of birds (in revision).
Over the years, I’ve had the opportunity to collaborate with Éco-corridors laurentiens and the federal government to design and implement tools that support data-driven decision-making. To know more about my research and previous experiences, please feel free to explore my [CV](/cv/Caron_CV.pdf) and [publications](https://scholar.google.com/citations?user=c1ee-V4AAAAJ&hl=fr&oi=ao).
# Experience
experience:
enable: true
# title: "Custom Name"
items:
- job: "Postdoctoral researcher"
company: "Canadian Forest Service"
companyUrl: "https://natural-resources.canada.ca/corporate/corporate-overview/canadian-forest-service"
date: "Nov 2024 - present"
info:
enable: false
#featuredLink:
# enable: true
#name: "View the project"
#url: "https://example.com"
content: "I am part of the carbon modelling team in the [Predictive Ecology](https://predictiveecology.org/) group."
- job: "Software developer"
company: "Canadian Wildlife Service"
companyUrl: "https://example.com"
date: "Jan 2019 - Dec 2022"
#featuredLink:
# enable: true
# url: "https://example.com"
info:
enable: false
# content: I worked as a software developer for more than one year in Amazon.
content: |
I worked as a term employee and as a independent contractor with the Environmental emergency team. I developped, updated, and enhanced a [R shiny app](https://shiny.posit.co/) used to quickly retrieve, summarize, and visualize ecological data. This tool is used to help decision-making during environmental emergencies in Eastern Canada.
- job: "Conservation planning assistant"
company: "Éco-corridors laurentiens"
companyUrl: "https://ecocorridorslaurentiens.org/"
date: "May 2019 - Dec 2019"
info:
enable: false
#featuredLink:
#enable: true
#url: "https://example.com"
content: |
In my role with Éco-corridors Laurentiens, I conducted landscape ecological connectivity and spatial prioritization analyses. These analyses are central to the [ecological connectivity plan](https://ecocorridorslaurentiens.org/wp-content/uploads/2022/12/Plan-Connectivite%CC%81-Laurentides-2020-2025_version-sommaire.pdf) for the Laurentides region, a plan I co-authored.
- job: "Research assistant"
company: "Ouranos"
companyUrl: "https://www.ouranos.ca/en"
date: "May 2018 - December 2018"
info:
enable: false
#featuredLink:
#enable: true
#url: "https://example.com"
content: |
In collaboration with Ouranos, Health Canada, and the National Institute of Public Health, I aimed quantify the consequences of climate change for the health of outdoor workers in Canada. I provided predictions on the evolution of heat-stress estimates in 2050 from climate models. Many tools I developped during this work were also added to the package [ClimateTools.jl](https://github.com/JuliaClimate/ClimateTools.jl) for Julia.
# Education
education:
enable: true
# title: "Custom Name"
index: false
items:
- title: "PhD in Biolody"
school:
name: "McGill University, Montréal (Canada)"
url: "www.mcgill.ca/biology/"
date: "2020 - 2024"
content: |-
Thesis: <i> Sky's the limit: Trait-based modelling of food webs and migratory bird movements</i>
Supervisor: Dr. Laura Pollock
- title: "MSc in Quantitative and computational biology"
school:
name: "Université de Montréal, Montréal (Canada)"
url: "https://bio.umontreal.ca/accueil/"
date: "2017 - 2018"
content: |-
I was part of the first cohort of this course-based specialization in the biology department.
- Skills in modern approaches to acquisition, managing, modelling, analysing, and archiving of biological data.
- Research internships with [Dr. Patrick James](https://www.jameslab.ca/), [Dr. Timothée Poisot](https://poisotlab.io/), and [Dr. Philippe Roy](https://ca.linkedin.com/in/philippe-k-roy).
- title: "BSc in Biological sciences"
school:
name: "Université de Montréal, Montréal (Canada)"
url: "https://bio.umontreal.ca/accueil/"
date: "2014 - 2017"
content: |-
I worked as a undergraduate research intern with [Dr. Nicolas Bélanger](https://www.teluq.ca/siteweb/univ/nibelang.html), working on the effect of soil warming on decideous forests and the revegetation of chrysotile tailings.
# Achievements
achievements:
enable: false
# title: "Custom Name"
items:
- title: Google kickstart runner
content: I solved all problems with optimal solution.
url: https://example.com
image: /images/achievment.jpg
- title: Facebook Hackathon Winner
content: Developed a product using Artificial Intelligence.
image: /images/achievment.jpg
- title: Hugo Profile
content: Developed a theme and getting 1K+ downloads per month.
url: "https://github.com/gurusabarish/hugo-profile"
image: /images/achievment.jpg
- title: Microsoft Imagine Runner
content: We are developed a product which can help others.
- title: Google Summer of Code
content: Contributed to a open source project.
url: https://example.com
# projects
projects:
enable: false
# title: "Custom Name"
items:
- title: Hugo Profile
content: A highly customizable and mobile first Hugo template for personal portfolio and blog.
image: /images/projects/profile.png
featured:
name: Demo
link: https://hugo-profile.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fa fa-envelope
url: mailto:?subject=Hugo%20Profile%20Template&body=Check%20it%20out:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f
- icon: fab fa-github
url: https://github.com/gurusabarish/hugo-profile
- icon: fab fa-twitter
url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Image Converter
content: A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django.
image: /images/projects/converter.jpg
featured:
name: Demo
link: https://django-converter.herokuapp.com
badges:
- "Django"
- "Bootstrap"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/converter
- title: Hugo Profile V2
content: A clean and simple Hugo template for personal portfolio and blog.
image: /images/projects/profile2.jpg
featured:
name: Demo V2
link: https://hugo-profile-2.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/HugoProfileV2
#Contact
contact:
enable: false
# title: "Custom Name"
content: My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you!
btnName: Mail me
btnLink: mailto:gurusabarisha@gmail.com
# formspree:
# enable: true # `contact.email` value will be ignored
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
# emailCaption: "Enter your email address"
# messageCaption: "Enter your message here"
# messageRows: 5
#footer:
# recentPosts:
# path: "blogs"
# count: 3
# title: Recent Posts
# enable: true
# disableFeaturedImage: false
# socialNetworks:
# github: https://github.com
# linkedin: https://linkedin.com
# twitter: https://twitter.com
# instagram: https://instagram.com
# facebook: https://facebook.com
# List pages like blogs and posts
listPages:
disableFeaturedImage: false
# Single pages like blog and post
singlePages:
socialShare: true
readTime:
enable: true
content: "min read"
scrollprogress:
enable: true
tags:
openInNewTab: true
# For translations
terms:
read: "Read"
toc: "Table Of Contents"
copyright: "Dominique Caron"
pageNotFound: "Page not found"
emailText: "Check out this site"
datesFormat:
article: "Jan 2, 2006"
articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006"
#customScripts: -| # You can add custom scripts which will be added before </body> tag
# <script type="text/javascript"><!-- any script here --></script>