-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·198 lines (183 loc) · 6.72 KB
/
Copy pathindex.html
File metadata and controls
executable file
·198 lines (183 loc) · 6.72 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
<!DOCTYPE HTML>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Gavriliuc Research</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">Theory</a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="generic.html">Generic</a>
<a href="elements.html">Elements</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<h1>Gavriliuc Research TEST</h1>
<p>A personal project to showcase my research endeavours and interests</p>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner">
<div class="flex flex-3">
<article>
<header>
<h3>Bioinformatics<br /></h3>
</header>
<p>My primary research discipline</p>
<footer>
<a href="#" class="button special">More</a>
</footer>
</article>
<article>
<header>
<h3>Machine learning<br /></h3>
</header>
<p>My new interest</p>
<footer>
<a href="#" class="button special">More</a>
</footer>
</article>
<article>
<header>
<h3>Visualization<br /> </h3>
</header>
<p>Maybe if I put it into a website, I'll make some custom visualizations</p>
<footer>
<a href="#" class="button special">More</a>
</footer>
</article>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style1 special">
<div class="inner">
<header>
<h2>Miscellaneous</h2>
<p>Fleeting interests</p>
</header>
<div class="flex flex-4">
<div class="box person">
<div class="image round">
<img src="images/pic03.jpg" alt="Person 1" />
</div>
<h3>Magna</h3>
<p>Cipdum dolor</p>
</div>
<div class="box person">
<div class="image round">
<img src="images/pic04.jpg" alt="Person 2" />
</div>
<h3>Ipsum</h3>
<p>Vestibulum comm</p>
</div>
<div class="box person">
<div class="image round">
<img src="images/pic05.jpg" alt="Person 3" />
</div>
<h3>Tempus</h3>
<p>Fusce pellentes</p>
</div>
<div class="box person">
<div class="image round">
<img src="images/pic06.jpg" alt="Person 4" />
</div>
<h3>Dolore</h3>
<p>Praesent placer</p>
</div>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper special">
<div class="inner">
<header class="align-center">
<h2>Projects</h2>
<p>that I've worked on over the years</p>
</header>
<div class="flex flex-2">
<article>
<div class="image fit">
<img src="images/equine_nemabiome.jpg" alt="Pic 01" />
</div>
<header>
<h3>Equine nemabiome</h3>
</header>
<p>The latter part of my undergraduate degree, along with my honours thesis, was focused on developing a workflow to process ITS2 amplicon marker data to infer the community of gastrointestinal nematodes in horse populations.</p>
<footer>
<a href="equine_nemabiome.html" class="button special">More</a>
</footer>
</article>
<article>
<div class="image fit">
<img src="images/genetic_architecture.png" alt="Pic 02" />
</div>
<header>
<h3>Genetic architectures and genomic prediction</h3>
</header>
<p>The focus of my MSc is to infer the genetic architecture of traits (how many genes make up a trait)? and then test whether this information can be used to predict complex traits of interest.</p>
<footer>
<a href="#" class="button special">More</a>
</footer>
</article>
<article>
<div class="image fit">
<img src="images/poolhap.jpg" alt="Pic 01" />
</div>
<header>
<h3>Haplotype inference</h3>
</header>
<p>In my first research project I worked on haplotype inference. In the era of next generation sequencing, DNA is often pooled from several hosts at once, and it is difficult to re-construct which DNA belongs to which host. PoolHapX does this using a combined approach of using statistical and biological linkage patterns .</p>
<footer>
<a href="equine_nemabiome.html" class="button special">More</a>
</footer>
</article>
<article>
<div class="image fit">
<img src="images/equine_microbiome.jpg" alt="Pic 01" />
</div>
<header>
<h3>Equine bacterial microbiome</h3>
</header>
<p>I had a foray into the world of 16S metagenomics and studied the equine bacterial microbiome of Sable Island horses. Included is a study that looks at drivers of bacterial diversity along with work on sample storage conditions.</p>
<footer>
<a href="equine_nemabiome.html" class="button special">More</a>
</footer>
</article>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
© Untitled. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.
</div>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>