-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (185 loc) · 8.63 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Conteville L</title>
<!--
Moonlight Template
https://templatemo.com/tm-512-moonlight
-->
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/fontAwesome.css">
<link rel="stylesheet" href="css/light-box.css">
<link rel="stylesheet" href="css/templatemo-main.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<div class="sequence">
<div class="seq-preloader">
<svg width="39" height="16" viewBox="0 0 39 16" xmlns="http://www.w3.org/2000/svg" class="seq-preload-indicator"><g fill="#F96D38"><path class="seq-preload-circle seq-preload-circle-1" d="M3.999 12.012c2.209 0 3.999-1.791 3.999-3.999s-1.79-3.999-3.999-3.999-3.999 1.791-3.999 3.999 1.79 3.999 3.999 3.999z"/><path class="seq-preload-circle seq-preload-circle-2" d="M15.996 13.468c3.018 0 5.465-2.447 5.465-5.466 0-3.018-2.447-5.465-5.465-5.465-3.019 0-5.466 2.447-5.466 5.465 0 3.019 2.447 5.466 5.466 5.466z"/><path class="seq-preload-circle seq-preload-circle-3" d="M31.322 15.334c4.049 0 7.332-3.282 7.332-7.332 0-4.049-3.282-7.332-7.332-7.332s-7.332 3.283-7.332 7.332c0 4.05 3.283 7.332 7.332 7.332z"/></g></svg>
</div>
</div>
<nav>
<div class="logo">
<img src="#" alt="">
</div>
<div class="mini-logo">
<img src="#" alt="">
</div>
<ul>
<li><a href="#1"><i class="fa fa-home"></i> <em>Home</em></a></li>
<li><a href="#2"><i class="fa fa-user"></i> <em>About</em></a></li>
<li><a href="#3"><i class="fa fa-pencil"></i> <em>Blog</em></a></li>
</ul>
</nav>
<div class="slides">
<div class="slide" id="1">
<div class="content first-content">
<div class="container-fluid">
<div class="col-md-3">
<div class="author-image"><img src="img/liliane.png" alt="Liliane's Photo"></div>
</div>
<div class="col-md-9">
<h2>Liliane Conteville</h2>
<p> I've created this website/blog to keep, in an organized way, scripts that I've written/used.</p>
</div>
</div>
</div>
</div>
<div class="slide" id="2">
<div class="content second-content">
<div class="container-fluid">
<div class="col-md-9">
<div class="left-content">
<h2>About Me</h2>
<p>I'm brazilian, graduated in Biomedicine (IBMR) and I have a master and doctoral degree in Computational Biology and Systems (IOC/FIOCRUZ).</p>
<p>During my scientific initiation I got in contact with the world of Bioinformatics and fell in love with it.</p>
<p>In my master's degree, I applied the Metagenomics approach to identify infectious agents in samples of fatal cases with unknown etiologies.</p>
<p>In my PhD, I generated and analyzed Metagenomes from the Gut Microbiome of a Brazilian indigenous community.</p>
</div>
</div>
</div>
</div>
</div>
<div class="slide" id="3">
<div class="content third-content">
<div class="container-fluid">
<div class="col-md-12">
<div class="row">
<div class="first-section">
<div class="container-fluid">
<div class="row">
<div class="col-md-9">
<div class="left-content">
<h2>Microbiome Alpha Diversity Analysis</h2>
<p>Written in R.</p>
<div class="fb-btn"><a rel="nofollow" href="https://rpubs.com/lconteville/713954">Continue Reading</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="second-section">
<div class="container-fluid">
<div class="row">
<div class="col-md-9">
<div class="left-content">
<h2>Microbiome Beta Diversity Analysis</h2>
<p>Written in R.</p>
<div class="fb-btn"><a rel="nofollow" href="https://rpubs.com/lconteville/714853">Continue Reading</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="slide" id="4">
<div class="content second-content">
<div class="container-fluid">
<div class="col-md-9">
<div class="left-content">
<h2>-</h2>
<p>-</p>
<p>.</p>
<p>.</p>
<p>.</p>
</div>
</div>
</div>
</div>
</div>
<div class="slide" id="5">
<div class="content second-content">
<div class="container-fluid">
<div class="col-md-9">
<div class="left-content">
<h2>.</h2>
<p>.</p>
<p>.</p>
<p>.</p>
<p>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="content">
<p>Copyright © 2020. Template: <a rel="nofollow" href="https://templatemo.com/tm-512-moonlight">Moonlight</a></p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/datepicker.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// navigation click actions
$('.scroll-link').on('click', function(event){
event.preventDefault();
var sectionID = $(this).attr("data-id");
scrollToID('#' + sectionID, 750);
});
// scroll to top action
$('.scroll-top').on('click', function(event) {
event.preventDefault();
$('html, body').animate({scrollTop:0}, 'slow');
});
// mobile nav toggle
$('#nav-toggle').on('click', function (event) {
event.preventDefault();
$('#main-nav').toggleClass("open");
});
});
// scroll function
function scrollToID(id, speed){
var offSet = 0;
var targetOffset = $(id).offset().top - offSet;
var mainNav = $('#main-nav');
$('html,body').animate({scrollTop:targetOffset}, speed);
if (mainNav.hasClass("open")) {
mainNav.css("height", "1px").removeClass("in").addClass("collapse");
mainNav.removeClass("open");
}
}
if (typeof console === "undefined") {
console = {
log: function() { }
};
}
</script>
</body>
</html>