forked from ElinaFF/SiteWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (104 loc) · 4.98 KB
/
Copy pathindex.html
File metadata and controls
124 lines (104 loc) · 4.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="page/stylesheet.css" />
<title>Corbeil Laboratory</title>
<metaname="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no"/>
</head>
<script src="js/js-splash-2.0.min.js"> </script>
<script>
if (! document.referrer.includes(location.host)) {
// Or instance with custom parameter
var splash = new Splash({background: 'rgba(0, 0, 0, 0.7)'}, {
use: false,
/* duration: 900, */
start: FancyAnimation.moveIn,
end: FancyAnimation.moveOut
});
splash.fromImage("./img/splash.webp", 3000, {
width: '97%',
});
}
</script>
<body>
<div class="MainContent_home">
<div class="inf" id="home">
<div class="menu_v_home"> <!-- Contenu du header ...header_content -->
<div class="logo">
<img src="img/logo_modif.png" alt="">
</div>
<div class="menu_proj"> <!-- Menu ...container lime -->
<a href="#home">Home</a>
<a href="page/projects.html">Projects</a>
<a href="page/softwares.html">Softwares</a>
<a href="page/members.html">Team</a>
<a href="https://scholar.google.ca/citations?hl=en&user=ZOxQV80AAAAJ&view_op=list_works&sortby=pubdate">Publications</a>
<a href="page/contact.html">Contact</a>
</div>
</div>
<div class="menu-wrap">
<input type="checkbox" class="toggler">
<div class="bg_hamburger">
<div class="hamburger"><div></div></div>
</div>
<div class="menu_proj2"> <!-- Menu ...container lime -->
<a href="index.html">Home</a>
<a href="page/projects.html">Projects</a>
<a href="page/softwares.html">Softwares</a>
<a href="page/members.html">Team</a>
<a href="https://scholar.google.ca/citations?hl=en&user=ZOxQV80AAAAJ&view_op=list_works&sortby=pubdate">Publications</a>
<a href="page/contact.html">Contact</a>
</div>
</div>
<div class="description">
<div id="about"><!-- Bloc About -->
<p><h3>About</h3>
The research of our group is centred on the investigation of
host-pathogen relationships and the integration of <strong>omics</strong>
sciences. We have utilized many approaches to carry out these
investigations with a constant of using new technologies coupled
to the power of bioinformatics and more specifically <strong>machine
learning</strong> to gain insight into biological processes.<br><br>
My Chair is focused in translating our research discoveries
to the market. We identify problems at the bedside and try to
solve them at the bench. <br><br>
Our bioinformatics efforts are implemented at <strong>Université
Laval</strong> with funds provided by the Canadian Foundation for
Innovation and the Compute Canada infrastructure.</p>
</div>
<div id="lines_research"><!-- Bloc Lines of research -->
<!-- <p><h3>Avenues of research</h3> -->
<!-- We focus on HIV/AIDS, Leishmania, respiratory viruses and more
recently on Malaria, Tuberculosis and emerging pathogens.
We are also interested in the metagenomic aspects of microbes
in diverse environments and the effect of drugs on the
composition of the human gut microbiome. Recognizing that the
bottleneck in most studies was the extraction of pertinent
information, we developed software applications and
<strong>bioinformatics processes</strong> to assist in deciphering the data.
We are utilizing system biology approaches and kernel-based
algorithms to assist with the massive amount of data coming
out of the new sequencing and mass spectrometry technologies,
including metabolomic profiling.<br><br>
We also continue to work extensively in the cancer and
diagnostic fields. We use novel instrumentation to monitor
molecular interactions (protein-protein, DNA-protein and
small molecules) using porous silicate and interferometry
to assist in system biology model reconstruction.<br><br>
For more information, see our research projects in the project section.
</p> -->
</div>
<!-- <div class="Copyright_h">
<p>Copyright © 2019 · Website by Élina Francovic-Fontaine · All Rights Reserved · Corbeil Lab</p>
</div> -->
</div>
<div class="img_nancy">
<img src="img/IMG_0083.jpg">
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>