-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
440 lines (413 loc) · 20.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nicolas' Personal Site</title>
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montaga&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montaga&family=Permanent+Marker&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/a06c98281f.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="top-container">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid" id="navbar-green">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#profile">nic</a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#experience">Work Experience</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#certifications">Certifications</a>
</li>
</ul>
</div>
</div>
</nav>
<h1 class="big-heading"> I'm Nic. </h1>
<h2> a data scientist/programmer </h2>
<img src="images/mountains.png" alt="mountain" width="100%">
</div>
<div class="middle-container">
<div class="profile" id="profile">
<img class="profile-pic" src="android-chrome-192x192.png" alt="profile picture">
<h2>Hello.</h2>
<p> I am a recent MSc graduate, where I studied an emerging field of data science (metabolomics) </p>
<p> In the course of my studies, I found a passion for creating things with programming </p>
<br>
</div>
<br>
<br>
<section id="skills">
<div class="middle-container">
<h2>My Skills</h2>
<br>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-6 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/python.png">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body">
<p class="card-text">I initially learned python to make use of pandas, numpy and matplotlib to generate and harness machine learning models,
process, clean, and visualize my metabolomics dataset. Along the way, I decided to devote at least an hour a day to engineering a project, for 100 days straight.
As a result, I am extremely comfortable with python and object-oriented programming. </p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-md-6 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-warning">
<div class="card-body">
<img src="images/R_logo.png" alt="">
</div>
</div>
<div class="card-back bg-dark text-white">
<div class="card-body">
<p class="card-text">R is the gold-standard programming language for academia. As such, I have been an avid user of R for 4+ years.
My interest in R for statistical analyses, machine learning and data visualization began whilst I was conducting my honours research thesis.
During the course of my MSc, I have trained and utilized machine learning models varying in complexity using datasets from Kaggle, ISLR and the UCI ML Repository (as well as my own dataset). </p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-md-6 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-primary">
<div class="card-body">
<img src="images/SQL_logo.png" alt="">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body text-primary">
<p class="card-text">I enjoy using all kinds of SQL, though postgreSQL is my favourite.
I have been using it for 2 years, completely out of interest in it and a yearning to be able to control/utilize relational database systems which sometimes contain millions of rows.
The server for my main website is completely made in python, allowing for data exploration/manipulation to be preformed with Psycopg2 (PostgreSQL module).</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-md-6 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/HTML5_logo.png" alt="">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body">
<p class="card-text">I have worked with HTML5 for > 1 year and I utilized HTML5 to form the foundation of this and my main website.</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-md-6 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-danger">
<div class="card-body">
<img src="images/CSS_logo.png" alt="">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body">
<p class="card-text">I have utilized CSS3 for > 1 year. I utilized CSS3 to stylize this and my main website. This wonderful card flipping you see is all CSS3. </p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-md-6 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-success">
<div class="card-body">
<img src="images/Java_logo.png" alt="">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body">
<p class="card-text">I have been working with java for 2 years, so as to execute scripts to apply machine learning models to my
raw spectral dataset in MZMine, through a unix Biocluster. Additionally, I have utilized it to provide all of the functionality of my main website.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br>
<br>
<div class="education-container" id="education">
<h2>Education</h2>
<br>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-6 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/uottawa.png">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body">
<h4 class="card-title">MSc Student, Master of Chemistry</h4>
<p class="card-text">Specializing in Metabolomics </p>
<p class="card-text"> September 2019 - Present </p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-md-6 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/carleton.png">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body">
<h4 class="card-title">Honours Bachelors of Science</h4>
<p class="card-text">Major in Biology, Minor in Chemistry </p>
<p class="card-text"> September 2014 - May 2019 </p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br>
<div class="experience-container" id="experience">
<h2>Work Experience</h2>
</div>
<br>
<div class="container">
<div class="row">
<div class="col-md-12 col-md-12 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/career.png">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body flex-fill">
<h4 class="card-title">Freelance Full Stack Developer</h4>
<h5 class="card-title">June 2021 - Present </h5>
<p class="card-text"><ul>
<li> Constructed user-friendly, customized web apps to help businesses achieve their dream websites</li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="col-md-12 col-md-12 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/AAFCBig.png">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body flex-fill">
<h4 class="card-title">Research Assistant</h4>
<h5 class="card-title">September 2019 - Present </h5>
<p class="card-text"><ul>
<li> Conducted cutting-edge research on the forefront of an emerging field of Data Science (Metabolomics)</li>
<li> Led a multi-disciplinary project using techniques of analytical chemistry, genomics, and computer science to understand the profile of metabolic features derived from previously uncharacterized fungal species </li>
<li> Pre-processed big datasets (TBs in size) of raw spectral information with Java scripts through a dedicated high-performance Unix Biocluster </li>
<li> Utilized R, and Python to generate and harness machine learning models to analyze, visualize and reveal hidden trends in big data </li>
<li> Effectively collaborated with laboratories and professionals of diverse disciplines so as to drive maximal progression of working projects </li>
<li> Published peer-reviewed literature in collaboration with researchers at AAFC/AAC and uOttawa </li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="col-md-12 col-md-12 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/AAFCBig.png">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body flex-fill">
<h4 class="card-title">Research Affiliate Position</h4>
<h5>October 2018 - Present </h5>
<p class="card-text">
<ul>
<li> Part-time research position working in the laboratories of AAFC/AAC </li>
<li> Contributed to a project assessing the synergistic effects of several mycotoxins which pose a risk to human health, affecting crops of global economic importance </li>
<li> Pre-processed big datasets (TBs in size) of raw spectral information with Java scripts through a dedicated high-performance Unix Biocluster </li>
<li> Utilized R to clean, process, analyze and visualize the generated data </li>
<li> Led a project with the goal of obtaining a certain natural product with a worth of $45,000 </li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="col-md-12 col-md-12 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/uottawaBig.png">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body flex-fill">
<h4 class="card-title">Postgraduate Teaching Assistant</h4>
<h5>Sept 2019 - May 2020 </h5>
<p class="card-text">
<ul>
<li> Served as a Lab Monitor, Demonstrator, and Corrector for several 2nd, 3rd and 4th year courses of Organic Chemistry, Biochemistry, Pathological Chemistry, and Genomics </li>
<li> Communicated the complicated topics and methodology of the weekly projects to groups of students (100+ per session) </li>
<li> Led large groups of students through the weekly experimentation, ensuring the labs were preformed efficiently and safely </li>
<li> Managed the grading and provision of feedback for students’ submissions, mid-terms, and final examinations in a timely fashion </li>
<li> Closely communicated with lab coordinators and the head of the department to improve the quality and assessment of the lab sessions and examinations </li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="container">
<div class="row">
<div class="col-md-12 col-md-12 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/HCGreen.png">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body flex-fill">
<h4 class="card-title">Independent Undergraduate Research Project</h4>
<h5>August 2017 - April 2018 </h5>
<p class="card-text">
<ul>
<li> Executed a competitive independent project funded through a nation-wide program which is awarded to less than 30 people per year (NSERC CREATE-REACT) </li>
<li> Performed research in the cancer research (Genetic Toxicology) laboratories </li>
<li> Contributed immensely to the validation process of a cell-based assay for cancer/mutagenicity screening which would serve as a cost-effective alternative to animal testing </li>
<li> Led a project to miniaturize the assay, in turn, making its scalable and applicable to screening the mutagenic potential of biopharmaceutical products </li>
<li> Utilized R for generating and harnessing complex models for statistical analyses </li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="experience-container" id="certifications">
<h2>Certifications/Awards</h2>
</div>
<br>
<div class="container">
<div class="row">
<div class="col-md-12 col-md-12 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/cert.png" height="300px" width="300px">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body flex-fill">
<p class="card-text">
<ul>
<li> Government of Canada – Reliability Status </li>
<li> NSERC CREATE-REACT Research Grant </li>
<li> 100 Days of Python – AppBrewery </li>
<li> The Complete Data Science and Machine Learning Bootcamp – AppBrewery </li>
<li> Complete Python Developer in 2021 – ZTM </li>
<li> Data Science and Machine Learning Bootcamp in R – Pierian Data Inc </li>
<li> Complete SQL Bootcamp 2021 - Pierian Data Inc </li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<h2>Publications</h2>
<br>
<div class="container">
<div class="row">
<div class="col-md-12 col-md-12 col-sm-12" style="background-color: #eeeeee;">
<div class="card card-flip h-100">
<div class="card-front text-white bg-dark">
<div class="card-body">
<img src="images/pub.png" height="300px" width="300px">
</div>
</div>
<div class="card-back bg-white">
<div class="card-body flex-fill">
<p class="card-text">
<p> Witte, T. E., Villeneuve, N., Boddy, C. N., and Overy, D. P. (2021). Accessory Chromosome-Acquired Secondary Metabolism in Plant Pathogenic Fungi: The Evolution of Biotrophs Into Host-Specific Pathogens . Front. Microbiol. 12, 700. Available at: https://www.frontiersin.org/article/10.3389/fmicb.2021.664276.</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="contact-me">
<br>
<h3 style="padding-left: 10px; padding-right: 10px;">if you are looking for a passionate data scientist and/or programmer, please feel free to reach out through any of the facets below! </h3>
<br>
<a class="btn" href="mailto:nicolas.villeneuve.01@gmail.com"><button type="button" class="btn btn-dark">CONTACT ME</button></a>
<br>
<br>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="www.linkedin.com/in/nicolas-villeneuve-23370b1b2"><img src="images/linkedin_logo.png" width="50px" height="50px"></a>
<a class="footer-link" href="http://nicolasvilleneuve.pythonanywhere.com"><img src="images/nic-image.png" width="50px" height="50px"></a>
<p>© 2021 Nicolas Villeneuve.</p>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<!--<div>Icons made by <a href="https://www.flaticon.com/authors/ultimatearm" title="ultimatearm">ultimatearm</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>-->
</html>