-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (63 loc) · 2.99 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" id="homepage"><head>
<meta name="generator" content="Hugo 0.79.0" />
<title>the poisot lab</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="quantitative & computational ecology">
<base href="https://bios2.github.io/">
<script src="https://kit.fontawesome.com/1a39b803e2.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://bios2.github.io/scss/theme.css" >
<script src="/ui/main.js"></script>
<link rel="canonical" href="https://bios2.github.io/">
</head><body>
<div class="backdrop"></div><nav id="topbar">
<a href=""><img class="logo" id="logo-navbar" src="logo/colour-white.png" /></a>
<nav id="menu">
<a class="menu "
href="/people/"
title="">People</a>
<a class="menu "
href="/values/"
title="">Values</a>
<a class="menu "
href="/research/"
title="">Research</a>
<a class="menu "
href="/papers/"
title="">Papers</a>
<a class="menu "
href="https://github.com/PoisotLab/" target="_blank"
title="">Software</a>
</nav>
<a href="javascript:void(0);" class="icon" onclick="toggleMainMenu()">
<i class="fa fa-bars"></i>
</a>
</nav>
<header>
<section class="container">
</section>
</header>
<main id="splash" aria-role="main">
<section>
<div>
<h1>quantitative & computational ecology</h1>
<p><strong>We use thinking-boxes and a lot of numbers to learn about where animals and green things live, and what they eat.</strong></p>
<p>Our research on how complex ecological systems function, change, and evolve,
relies on simulations, mathematics, and machine learning. We have a specific
interest in ecological networks, biogeography, and epidemics. We believe in open
science, in ecological synthesis based on open data, and in actionable
fundamental research.</p>
</div>
</section>
</main>
<footer>
<section class="container">
We are located in the <a href="https://goo.gl/maps/qtGaMPy9g8jXZz9AA" target="_blank">Campus MIL</a> of <a href="http://umontreal.ca" target="_blank" rel="noopener noreferrer">Université de Montréal</a>.
<br />
We are mainly funded by <a href="https://www.nserc-crsng.gc.ca/index_eng.asp" target="_blank">NSERC</a>, <a href="http://www.frqnt.gouv.qc.ca/accueil" target="_blank" rel="noopener noreferrer">FRQNT</a>, <a href="https://www.innovation.ca/fr" target="_blank" rel="noopener noreferrer">CFI</a>, <a href="https://ivado.ca/" target="_blank" rel="noopener noreferrer">IVADO</a>.
<br />
Contact Timothée Poisot by <a href="mailto:[email protected]">email</a> (or don't).
</section>
</footer></body>
</html>