-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathabout.html
More file actions
774 lines (751 loc) · 29.9 KB
/
about.html
File metadata and controls
774 lines (751 loc) · 29.9 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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<meta charset="utf-8">
<meta name="generator" content="quarto-1.2.253">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>BIOS² Education resources - About</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
</style>
<script src="site_libs/quarto-nav/quarto-nav.js"></script>
<script src="site_libs/quarto-nav/headroom.min.js"></script>
<script src="site_libs/clipboard/clipboard.min.js"></script>
<script src="site_libs/quarto-search/autocomplete.umd.js"></script>
<script src="site_libs/quarto-search/fuse.min.js"></script>
<script src="site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="./">
<script src="site_libs/quarto-listing/list.min.js"></script>
<script src="site_libs/quarto-listing/quarto-listing.js"></script>
<script src="site_libs/quarto-html/quarto.js"></script>
<script src="site_libs/quarto-html/popper.min.js"></script>
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
<link href="site_libs/quarto-html/tippy.css" rel="stylesheet">
<link href="site_libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="site_libs/bootstrap/bootstrap.min.js"></script>
<link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="site_libs/bootstrap/bootstrap.min.css" rel="stylesheet" id="quarto-bootstrap" data-mode="light">
<script id="quarto-search-options" type="application/json">{
"location": "navbar",
"copy-button": false,
"collapse-after": 3,
"panel-placement": "end",
"type": "textbox",
"limit": 20,
"language": {
"search-no-results-text": "No results",
"search-matching-documents-text": "matching documents",
"search-copy-link-title": "Copy link to search",
"search-hide-matches-text": "Hide additional matches",
"search-more-match-text": "more match in this document",
"search-more-matches-text": "more matches in this document",
"search-clear-button-title": "Clear",
"search-detached-cancel-button-title": "Cancel",
"search-submit-button-title": "Submit"
}
}</script>
<script>
window.document.addEventListener("DOMContentLoaded", function (_event) {
const listingTargetEl = window.document.querySelector('#listing-listing .list');
if (!listingTargetEl) {
// No listing discovered, do not attach.
return;
}
const options = {
valueNames: ['listing-date','listing-title','listing-author','listing-image','listing-description',{ data: ['index'] },{ data: ['categories'] },{ data: ['listing-date-sort'] }],
searchColumns: ["listing-date","listing-title","listing-author","listing-image","listing-description"],
};
window['quarto-listings'] = window['quarto-listings'] || {};
window['quarto-listings']['listing-listing'] = new List('listing-listing', options);
if (window['quarto-listing-loaded']) {
window['quarto-listing-loaded']();
}
});
window.addEventListener('hashchange',() => {
if (window['quarto-listing-loaded']) {
window['quarto-listing-loaded']();
}
})
</script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body class="nav-fixed fullcontent">
<div id="quarto-search-results"></div>
<header id="quarto-header" class="headroom fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark ">
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a href="./index.html" class="navbar-brand navbar-brand-logo">
<img src="./Bios2_reverse.png" alt="" class="navbar-logo">
</a>
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">BIOS² Education resources</span>
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav navbar-nav-scroll ms-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">
<span class="menu-text">Home</span></a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="nav-menu-biodiversity-modelling-summer-schools" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="menu-text">Biodiversity Modelling Summer Schools</span>
</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="nav-menu-biodiversity-modelling-summer-schools">
<li>
<a class="dropdown-item" href="https://bios2.github.io/biodiversity_modelling_2021/">
<span class="dropdown-text">Biodiversity Modelling Summer School 2021</span></a>
</li>
<li>
<a class="dropdown-item" href="./summer-schools/BiodiversityModelling2022.html">
<span class="dropdown-text">Biodiversity Modelling Summer School 2022</span></a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="https://bios2.usherbrooke.ca/">
<span class="menu-text">About</span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://github.com/bios2/bios2.github.io"><i class="bi bi-github" role="img">
</i>
<span class="menu-text"></span></a>
</li>
<li class="nav-item compact">
<a class="nav-link" href="https://twitter.com/_bios2"><i class="bi bi-twitter" role="img">
</i>
<span class="menu-text"></span></a>
</li>
</ul>
<div id="quarto-search" class="" title="Search"></div>
</div> <!-- /navcollapse -->
</div> <!-- /container-fluid -->
</nav>
</header>
<!-- content -->
<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article page-navbar">
<!-- sidebar -->
<!-- margin-sidebar -->
<!-- main -->
<div class="quarto-about-jolla">
<img src="profile.jpg" class="about-image
round " style="height: 15em; width: 15em;">
<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">About</h1>
</div>
<div class="quarto-title-meta">
</div>
</header><main class="content" id="quarto-document-content">
<p>About this blog</p>
<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
<div class="listing-actions-group">
<div class="input-group input-group-sm quarto-listing-sort">
<span class="input-group-text"><i class="bi bi-sort-down"></i></span>
<select id="listing-listing-sort" class="form-select" aria-label="Order By" onchange="window['quarto-listings']['listing-listing'].sort(this.options[this.selectedIndex].value, { order: this.options[this.selectedIndex].getAttribute('data-direction')})">
<option value="" disabled="" selected="" hidden="">Order By</option>
<option value="index" data-direction="asc">Default</option>
<option value="listing-date-sort" data-direction="asc">
Date - Oldest
</option>
<option value="listing-date-sort" data-direction="desc">
Date - Newest
</option>
<option value="listing-author" data-direction="asc">
Author
</option>
</select>
</div>
</div>
<div class="list quarto-listing-default">
<div class="quarto-post image-right" data-index="0" data-listing-file-modified-sort="1671219174984" data-listing-reading-time-sort="0.005">
<div class="thumbnail">
<a href="./index.html">
<div class="thumbnail-image">
</div>
</a><p><a href="./index.html"></a></p>
</div>
<div class="body">
<a href="./index.html">
<h3 class="no-anchor listing-title">
BIOS² Education resources
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
</div>
</a>
</div>
<div class="metadata">
<a href="./index.html"> </a>
</div>
</div>
<div class="quarto-post image-right" data-index="1" data-categories="Technical,EN" data-listing-date-sort="1696305600000" data-listing-file-modified-sort="1671219175017" data-listing-reading-time-sort="22.95">
<div class="thumbnail">
<p><a href="./posts/2022-03-22-bayes-for-the-busy-ecologist/index.html"> <img src="./posts/2022-03-22-bayes-for-the-busy-ecologist/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2022-03-22-bayes-for-the-busy-ecologist/index.html">
<h3 class="no-anchor listing-title">
Bayes for the Busy Ecologist
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>This workshop presents one idea of a complete workflow for applied Bayesian statistics with real-world models that are actually used by biodiversity scientists.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2022-03-22-bayes-for-the-busy-ecologist/index.html">
<div class="listing-date">
Oct 3, 2023
</div>
<div class="listing-author">
Andrew MacDonald
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="2" data-listing-date-sort="1661140800000" data-listing-file-modified-sort="1671217402779" data-listing-reading-time-sort="3.26">
<div class="thumbnail">
<p><a href="./summer-schools/BiodiversityModelling2022.html"> <img src="./summer-schools/2022.jpeg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./summer-schools/BiodiversityModelling2022.html">
<h3 class="no-anchor listing-title">
Biodiversity Modelling 2022
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p><br> The 2022 edition of the Biodiversity Modelling Summer School was on the theme: Biodiversity changes and data visualization. The course took the form of a workshop during which the students, in collaboration with local organizations involved in biodiversity monitoring, developed a web platform for visualizing biodiversity changes.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./summer-schools/BiodiversityModelling2022.html">
<div class="listing-date">
Aug 22, 2022
</div>
<div class="listing-author">
Dominique Gravel, Vincent Beauregard
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="3" data-categories="Technical,EN" data-listing-date-sort="1620100800000" data-listing-file-modified-sort="1671219180392" data-listing-reading-time-sort="4.785">
<div class="thumbnail">
<p><a href="./posts/2021-05-04-building-r-packages/index.html"> <img src="./posts/2021-05-04-building-r-packages/altumcode-PNbDkQ2DDgM-unsplash.jpeg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2021-05-04-building-r-packages/index.html">
<h3 class="no-anchor listing-title">
Building R packages
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>This practical training will cover the basics of modern package development in R with a focus on the following three aspects: (1) how to turn your code into functions, (2) how to write tests and documentation, and (3) how to share your R package on GitHub..</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2021-05-04-building-r-packages/index.html">
<div class="listing-date">
May 4, 2021
</div>
<div class="listing-author">
Andrew MacDonald
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="4" data-categories="Technical,Fellow contributed,EN" data-listing-date-sort="1600660800000" data-listing-file-modified-sort="1671219180388" data-listing-reading-time-sort="26.01">
<div class="thumbnail">
<p><a href="./posts/2020-09-21-data-visualization/index.html"> <img src="./posts/2020-09-21-data-visualization/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2020-09-21-data-visualization/index.html">
<h3 class="no-anchor listing-title">
Data Visualization
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>General principles of visualization and graphic design, and techniques of tailored visualization. This training was developed and delivered by Alex Arkilanian and Katherine Hébert on September 21st and 22nd, 2020.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2020-09-21-data-visualization/index.html">
<div class="listing-date">
Sep 21, 2020
</div>
<div class="listing-author">
Alex Arkilanian, Katherine Hébert
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="5" data-categories="Technical,EN" data-listing-date-sort="1621224000000" data-listing-file-modified-sort="1671219180393" data-listing-reading-time-sort="54.35">
<div class="thumbnail">
<p><a href="./posts/2021-07-19-glm-community-ecology/index.html"> <img src="./posts/2021-07-19-glm-community-ecology/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2021-07-19-glm-community-ecology/index.html">
<h3 class="no-anchor listing-title">
Generalized Linear Models for Community Ecology
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>In this workshop we will explore, discuss, and apply generalized linear models to combine information on species distributions, traits, phylogenies, environmental and landscape variation. We will also discuss inference under spatial and phylogenetic autocorrelation under fixed and random effects implementations. We will discuss technical elements and cover implementations using R.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2021-07-19-glm-community-ecology/index.html">
<div class="listing-date">
May 17, 2021
</div>
<div class="listing-author">
Pedro Peres-Neto
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="6" data-categories="Transversal competencies,FR,EN" data-listing-date-sort="1611291600000" data-listing-file-modified-sort="1671219180391" data-listing-reading-time-sort="1.595">
<div class="thumbnail">
<p><a href="./posts/2021-01-22-introduction-aux-concepts-edi-en-contexte-scientifique/index.html"> <img src="./posts/2021-01-22-introduction-aux-concepts-edi-en-contexte-scientifique/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2021-01-22-introduction-aux-concepts-edi-en-contexte-scientifique/index.html">
<h3 class="no-anchor listing-title">
Introduction to EDI Concepts in a Scientific Context
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>A short introduction to EDI concepts in a scientific context.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2021-01-22-introduction-aux-concepts-edi-en-contexte-scientifique/index.html">
<div class="listing-date">
Jan 22, 2021
</div>
<div class="listing-author">
Agathe Riallan, Marie-José Naud
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="7" data-categories="Technical,EN" data-listing-date-sort="1635825600000" data-listing-file-modified-sort="1671219180393" data-listing-reading-time-sort="4.165">
<div class="thumbnail">
<p><a href="./posts/2021-11-02-introduction-to-gams/index.html"> <img src="./posts/2021-11-02-introduction-to-gams/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2021-11-02-introduction-to-gams/index.html">
<h3 class="no-anchor listing-title">
Introduction to Generalized Additive Models (GAMs)
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>To address the increase in both quantity and complexity of available data, ecologists require flexible, robust statistical models, as well as software to perform such analyses. This workshop will focus on how a single tool, the R mgcv package, can be used to fit Generalized Additive Models (GAMs) to data from a wide range of sources.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2021-11-02-introduction-to-gams/index.html">
<div class="listing-date">
Nov 2, 2021
</div>
<div class="listing-author">
Eric Pedersen
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="8" data-categories="Technical,EN" data-listing-date-sort="1652932800000" data-listing-file-modified-sort="1671219180394" data-listing-reading-time-sort="52.73">
<div class="thumbnail">
<p><a href="./posts/2022-05-19-introduction-to-microbiome-analysis/index.html"> <img src="./posts/2022-05-19-introduction-to-microbiome-analysis/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2022-05-19-introduction-to-microbiome-analysis/index.html">
<h3 class="no-anchor listing-title">
Introduction to Microbiome Analysis
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>This workshop will give an overview of the theory and practice of using metabarcoding approaches to study the diversity of microbial communities. The workshop will give participants an understanding of 1) the current methods for microbiome diversity quantification using metabarcoding/amplicon sequencing approaches and 2) the normalization and diversity analysis approaches that can be used to quantify the diversity of microbial communities.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2022-05-19-introduction-to-microbiome-analysis/index.html">
<div class="listing-date">
May 19, 2022
</div>
<div class="listing-author">
Steven Kembel, Zihui Wang, Salix Dubois
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="9" data-categories="Technical,Fellow contributed,EN" data-listing-date-sort="1624334400000" data-listing-file-modified-sort="1671219180392" data-listing-reading-time-sort="34.775">
<div class="thumbnail">
<p><a href="./posts/2021-06-22-introduction-to-shiny-apps/index.html"> <img src="./posts/2021-06-22-introduction-to-shiny-apps/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2021-06-22-introduction-to-shiny-apps/index.html">
<h3 class="no-anchor listing-title">
Introduction to Shiny Apps
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>Introduction to interactive app development with R Shiny.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2021-06-22-introduction-to-shiny-apps/index.html">
<div class="listing-date">
Jun 22, 2021
</div>
<div class="listing-author">
Katherine Hébert, Andrew MacDonald, Jake Lawlor, Vincent Bellavance
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="10" data-categories="Technical,Transversal competencies,EN" data-listing-date-sort="1607317200000" data-listing-file-modified-sort="1671219180389" data-listing-reading-time-sort="20.225">
<div class="thumbnail">
<p><a href="./posts/2020-12-07-making-websites-with-hugo/index.html"> <img src="./posts/2020-12-07-making-websites-with-hugo/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2020-12-07-making-websites-with-hugo/index.html">
<h3 class="no-anchor listing-title">
Making Websites with HUGO
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>This workshop provides a general introduction to HUGO, a popular open source framework for building websites without requiring a knowledge of HTML/CSS or web programming.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2020-12-07-making-websites-with-hugo/index.html">
<div class="listing-date">
Dec 7, 2020
</div>
<div class="listing-author">
Dominique Gravel, Guillaume Larocque
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="11" data-categories="Technical,EN" data-listing-date-sort="1578978000000" data-listing-file-modified-sort="1670006287710" data-listing-reading-time-sort="5.305">
<div class="thumbnail">
<p><a href="./posts/2020-01-14-mathematical-modeling-in-ecology-and-evolution/index.html"> <img src="./posts/2020-01-14-mathematical-modeling-in-ecology-and-evolution/StabilityPictures.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2020-01-14-mathematical-modeling-in-ecology-and-evolution/index.html">
<h3 class="no-anchor listing-title">
Mathematical Modeling in Ecology and Evolution
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>This workshop will introduce participants to the logic behind modeling in biology, focusing on developing equations, finding equilibria, analyzing stability, and running simulations.Techniques will be illustrated with the software tools, Mathematica and Maxima. This workshop was held in two parts: January 14 and January 16, 2020.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2020-01-14-mathematical-modeling-in-ecology-and-evolution/index.html">
<div class="listing-date">
Jan 14, 2020
</div>
<div class="listing-author">
Sarah P. Otto
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="12" data-categories="Technical,EN" data-listing-date-sort="1616644800000" data-listing-file-modified-sort="1671219180391" data-listing-reading-time-sort="14.685">
<div class="thumbnail">
<p><a href="./posts/2021-03-25-point-count-data-analysis/index.html"> <img src="./posts/2021-03-25-point-count-data-analysis/thumb.jpeg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2021-03-25-point-count-data-analysis/index.html">
<h3 class="no-anchor listing-title">
Point-count Data Analysis
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>Analysis of point-count data in the presence of variable survey methodologies and detection error offered by Péter Sólymos to BIOS2 Fellows in March 2021.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2021-03-25-point-count-data-analysis/index.html">
<div class="listing-date">
Mar 25, 2021
</div>
<div class="listing-author">
Péter Sólymos
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="13" data-categories="Career,Fellow contributed,EN" data-listing-date-sort="1592193600000" data-listing-file-modified-sort="1671219180387" data-listing-reading-time-sort="1.955">
<div class="thumbnail">
<p><a href="./posts/2020-06-15-science-communication/index.html"> <img src="./posts/2020-06-15-science-communication/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2020-06-15-science-communication/index.html">
<h3 class="no-anchor listing-title">
Science Communication
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>Recordings, content and handouts from a 6-hour Science Communication workshop held over two days on 15 and 16 June 2020.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2020-06-15-science-communication/index.html">
<div class="listing-date">
Jun 15, 2020
</div>
<div class="listing-author">
Gracielle Higino, Katherine Hébert
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="14" data-categories="Transversal competencies,FR" data-listing-date-sort="1588046400000" data-listing-file-modified-sort="1671219180386" data-listing-reading-time-sort="2.37">
<div class="thumbnail">
<p><a href="./posts/2020-04-28-sensibilisation-aux-ralits-autochtones-et-recherche-collaborative/index.html"> <img src="./posts/2020-04-28-sensibilisation-aux-ralits-autochtones-et-recherche-collaborative/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2020-04-28-sensibilisation-aux-ralits-autochtones-et-recherche-collaborative/index.html">
<h3 class="no-anchor listing-title">
Sensibilisation aux réalités autochtones et recherche collaborative
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>Série de deux webinaires sur la sensibilisation aux réalités autochtones et la recherche en collaboration avec les Autochtones, offert du 28 au 30 avril 2020 par Catherine-Alexandra Gagnon, PhD.</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2020-04-28-sensibilisation-aux-ralits-autochtones-et-recherche-collaborative/index.html">
<div class="listing-date">
Apr 28, 2020
</div>
<div class="listing-author">
Catherine-Alexandra Gagnon
</div>
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="15" data-categories="FR,EN,Technical" data-listing-date-sort="1610427600000" data-listing-file-modified-sort="1671219180390" data-listing-reading-time-sort="153.065">
<div class="thumbnail">
<p><a href="./posts/2021-01-12-4-day-training-in-spatial-statistics-with-philippe-marchand/index.html"> <img src="./posts/2021-01-12-4-day-training-in-spatial-statistics-with-philippe-marchand/image.jpg" class="thumnail-image"> </a></p>
</div>
<div class="body">
<a href="./posts/2021-01-12-4-day-training-in-spatial-statistics-with-philippe-marchand/index.html">
<h3 class="no-anchor listing-title">
Spatial Statistics in Ecology
</h3>
<div class="listing-subtitle">
</div>
<div class="listing-description">
<p>Training session about statistical analysis of spatial data in ecology, hosted by Philippe Marchand (UQAT). | Session de formation sur l’analyse statistique des données spatiales en écologie, animée par Pr. Philippe Marchand (UQAT).</p>
</div>
</a>
</div>
<div class="metadata">
<a href="./posts/2021-01-12-4-day-training-in-spatial-statistics-with-philippe-marchand/index.html">
<div class="listing-date">
Jan 12, 2021
</div>
<div class="listing-author">
Philippe Marchand
</div>
</a>
</div>
</div>
</div>
<div class="listing-no-matching d-none">
No matching items
</div>
</div></main>
<hr class="about-sep">
<div class="about-links">
<a href="https://twitter.com" class="about-link">
<i class="bi bi-twitter"></i>
<span class="about-link-text">Twitter</span>
</a>
<a href="https://linkedin.com" class="about-link">
<i class="bi bi-linkedin"></i>
<span class="about-link-text">LinkedIn</span>
</a>
<a href="https://github.com" class="about-link">
<i class="bi bi-github"></i>
<span class="about-link-text">Github</span>
</a>
</div>
</div>
<!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
const mode = bsSheetEl.getAttribute("data-mode");
const bodyEl = window.document.querySelector("body");
if (mode === "dark") {
bodyEl.classList.add("quarto-dark");
bodyEl.classList.remove("quarto-light");
} else {
bodyEl.classList.add("quarto-light");
bodyEl.classList.remove("quarto-dark");
}
}
const toggleBodyColorPrimary = () => {
const bsSheetEl = window.document.querySelector("link#quarto-bootstrap");
if (bsSheetEl) {
toggleBodyColorMode(bsSheetEl);
}
}
toggleBodyColorPrimary();
const clipboard = new window.ClipboardJS('.code-copy-button', {
target: function(trigger) {
return trigger.previousElementSibling;
}
});
clipboard.on('success', function(e) {
// button target
const button = e.trigger;
// don't keep focus
button.blur();
// flash "checked"
button.classList.add('code-copy-button-checked');
var currentTitle = button.getAttribute("title");
button.setAttribute("title", "Copied!");
let tooltip;
if (window.bootstrap) {
button.setAttribute("data-bs-toggle", "tooltip");
button.setAttribute("data-bs-placement", "left");
button.setAttribute("data-bs-title", "Copied!");
tooltip = new bootstrap.Tooltip(button,
{ trigger: "manual",
customClass: "code-copy-button-tooltip",
offset: [0, -8]});
tooltip.show();
}
setTimeout(function() {
if (tooltip) {
tooltip.hide();
button.removeAttribute("data-bs-title");
button.removeAttribute("data-bs-toggle");
button.removeAttribute("data-bs-placement");
}
button.setAttribute("title", currentTitle);
button.classList.remove('code-copy-button-checked');
}, 1000);
// clear code selection
e.clearSelection();
});
function tippyHover(el, contentFn) {
const config = {
allowHTML: true,
content: contentFn,
maxWidth: 500,
delay: 100,
arrow: false,
appendTo: function(el) {
return el.parentElement;
},
interactive: true,
interactiveBorder: 10,
theme: 'quarto',
placement: 'bottom-start'
};
window.tippy(el, config);
}
const noterefs = window.document.querySelectorAll('a[role="doc-noteref"]');
for (var i=0; i<noterefs.length; i++) {
const ref = noterefs[i];
tippyHover(ref, function() {
// use id or data attribute instead here
let href = ref.getAttribute('data-footnote-href') || ref.getAttribute('href');
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
});
}
const findCites = (el) => {
const parentEl = el.parentElement;
if (parentEl) {
const cites = parentEl.dataset.cites;
if (cites) {
return {
el,
cites: cites.split(' ')
};
} else {
return findCites(el.parentElement)
}
} else {
return undefined;
}
};
var bibliorefs = window.document.querySelectorAll('a[role="doc-biblioref"]');
for (var i=0; i<bibliorefs.length; i++) {
const ref = bibliorefs[i];
const citeInfo = findCites(ref);
if (citeInfo) {
tippyHover(citeInfo.el, function() {
var popup = window.document.createElement('div');
citeInfo.cites.forEach(function(cite) {
var citeDiv = window.document.createElement('div');
citeDiv.classList.add('hanging-indent');
citeDiv.classList.add('csl-entry');
var biblioDiv = window.document.getElementById('ref-' + cite);
if (biblioDiv) {
citeDiv.innerHTML = biblioDiv.innerHTML;
}
popup.appendChild(citeDiv);
});
return popup.innerHTML;
});
}
}
});
</script>
</div> <!-- /content -->
</body></html>