-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneric.html
More file actions
executable file
·99 lines (93 loc) · 4.69 KB
/
generic.html
File metadata and controls
executable file
·99 lines (93 loc) · 4.69 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
<!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>Publications</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 class="subpage">
<!-- 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>
<!-- Three -->
<section id="three" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>Publications</h2>
<p>The end goal of research!</p>
</header>
<h4>(In no particular order)</h4>
<ul class="alt">
<li>Gavriliuc, S., Stothart, M., Henry, A., Poissant, J. (2020). Long-term storage of feces at −20C versus −80C is negligible for amplicon profiling of the bacterial microbiome. PeerJ 10837. https://doi.org/10.7717/peerj.10837</li>
<li>Stothart, M., Greuel, R., Gavriliuc, S., Henry, A., Wilson, A., McLoughlin, P., Poissant, J. (2020). Drift and dispersal drive inter-individual microbiome variation in an island population of feral horses. Molecular Ecology 15747. https://doi.org/10.1111/mec.15747</li>
<li>Poissant, J., Gavriliuc, S., Bellaw, J., Redman, EM., Avramenko, RW., Workentine, ML., Shury, T., Jenkins, EL., Nielsen, MK., McLoughlin, PD., Gilleard, JS. (2020). A quantitative and repeatable DNA metabarcoding assay to characterize mixed strongyle infections in horses. International Journal of Parasitology. https://doi.org/10.1016/j.ijpara.2020.09.003 </li>
<li>Cao, C., He, J., Mak, L., Perera, D., Kwok, D., Wang, J., Li, M., Mourier, T., Gavriliuc, S., Greenberg, M., Morrissy, AS., Sycuro, LK., Yang, G., Jeffares, DC., Long, Q. (2020). De novo reconstruction of microbial haplotypes by integrating statistical and physical linkage. bioRxiv 2020.03.29.014704; DOI: https://doi.org/10.1101/2020.03.29.014704. </li>
<li>Workentine, ML., Chen, R., Zhu, S., Gavriliuc, S., Shaw, N., de Rijke, J., Redman, EM., Avramenko, RW., Wit, J., Poissant, J., Gilleard, JS. (2020). A database for ITS2 sequences from nematodes. BMC Genetics 21(74); DOI: https://doi.org/10.1186/s12863-020-00880-0</li>
</ul>
<div class="flex flex-2">
<article>
<div class="image fit">
<img src="images/pic01.jpg" alt="Pic 01" />
</div>
<header>
<h3>Praesent placerat magna</h3>
</header>
<p>Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor lorem ipsum.</p>
<footer>
<a href="#" class="button special">More</a>
</footer>
</article>
<article>
<div class="image fit">
<img src="images/pic02.jpg" alt="Pic 02" />
</div>
<header>
<h3>Fusce pellentesque tempus</h3>
</header>
<p>Sed adipiscing ornare risus. Morbi est est, blandit sit amet, sagittis vel, euismod vel, velit. Pellentesque egestas sem. Suspendisse commodo ullamcorper magna non comodo sodales tempus.</p>
<footer>
<a href="#" 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-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">linkedIn</span></a></li>
<li><a href="#" class="icon fa-pinterest-p"><span class="label">Pinterest</span></a></li>
<li><a href="#" class="icon fa-vimeo"><span class="label">Vimeo</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>