forked from EnvGen/envgen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
154 lines (128 loc) · 6.51 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
---
layout: default
---
<body class="index loading">
<!-- Header -->
<header id="header" class="alt">
<h1 id="logo"><a href="index.html">EnvGen</a></h1>
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Welcome</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<div class="inner">
<header>
<h2>ENVGEN</h2>
</header>
<p>Welcome to <strong>EnvGen</strong>, the group<br />
of Environmental Genomics<br />
at <a href="http://kth.se">KTH</a>, located at <a href="http://scilifelab.se">Scilifelab</a><br />
in Stockholm, Sweden.</p>
<footer>
<ul class="buttons vertical">
<li><a href="#main" class="button fit scrolly">Tell Me More</a></li>
</ul>
</footer>
</div>
</section>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-bar-chart-o"></span>
<h2>We study <strong>microbial communities</strong> of bacteria and other life forms <br />
using shotgun and amplicon <strong>sequencing</strong>.
</h2>
<p>Environmental bacteria have a vast influence on the world and are to a large extent unexplored due to <br />
difficulties in culturing most of the species present in nature. Using direct environmental sequencing approaches <br />
we're able to study environments ranging from the Baltic sea to the moose gut.</p>
</header>
<!-- One -->
<section class="wrapper style3 container special">
<header class="major">
<h2>Who we are</h2>
</header>
<div class="row">
<div class="6u">
<section>
<a href="#" class="image feature"><img src="images/AndersA.jpg" alt="" /></a>
<header>
<h3>Anders Andersson</h3>
</header>
<p>Sed tristique purus vitae volutpat commodo suscipit amet sed nibh. Proin a ullamcorper sed blandit. Sed tristique purus vitae volutpat commodo suscipit ullamcorper sed blandit lorem ipsum dolore.</p>
</section>
</div>
<div class="6u">
<section>
<a href="#" class="image feature"><img src="images/luisa.jpg" alt="" /></a>
<header>
<h3>Luisa W. Hugerth</h3>
</header>
<p>I am a PhD student working on microbial communities in the Baltic Sea. We use amplicon sequencing for investigating population dynamics across time. At the same time, we use shotgun sequencing to reconstruct genomes from uncultured organisms and explore their metabolism.</p>
<p>In collaboration with other groups, I'm exploring these same approaches in other environments, like soils and the human gut.</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<a href="#" class="image feature"><img src="images/ino.jpg" alt="" /></a>
<header>
<h3>Ino de Bruijn</h3>
</header>
<p>Sed tristique purus vitae volutpat commodo suscipit amet sed nibh. Proin a ullamcorper sed blandit. Sed tristique purus vitae volutpat commodo suscipit ullamcorper sed blandit lorem ipsum dolore.</p>
</section>
</div>
<div class="6u">
<section>
<a href="#" class="image feature"><img src="images/johannes.jpg" alt="" /></a>
<header>
<h3>Johannes Alneberg</h3>
</header>
<p>Sed tristique purus vitae volutpat commodo suscipit amet sed nibh. Proin a ullamcorper sed blandit. Sed tristique purus vitae volutpat commodo suscipit ullamcorper sed blandit lorem ipsum dolore.</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<a href="#" class="image feature"><img src="images/jurg.jpg" alt="" /></a>
<header>
<h3>Jürg Brendan Logue</h3>
</header>
<p>I am a PostDoctoral Research Fellow and am currently working on how bacterial communities of different aquatic origin differ in the processing of dissolved organic matter of terrestrial origin (in collaboration with Anders Andersson, KTH Stockholm, and Emma Kritzberg, Lund University).</p>
<p>My general research interest lies in the ecology of micro-organisms within aquatic ecosystems. I am using microbial communities as model systems to address questions related to community ecology. I am particularly interested in understanding the mechanisms that underlie patterns of microbial species distribution, abundance, and interactions as well as the links between microbial diversity and ecosystem functioning.</p>
</section>
</div>
<div class="6u">
<section>
<a href="#" class="image feature"><img src="images/yue.jpg" alt="" /></a>
<header>
<h3>Yue Hu</h3>
</header>
<p>Sed tristique purus vitae volutpat commodo suscipit amet sed nibh. Proin a ullamcorper sed blandit. Sed tristique purus vitae volutpat commodo suscipit ullamcorper sed blandit lorem ipsum dolore.</p>
</section>
</div>
</div>
</section>
</article>
<!-- CTA -->
<section id="cta">
<header>
<h2>Check out our projects on GitHub:</h2>
<p>Where we share our bioinformatic software and lab protocols.</p>
</header>
<footer>
<ul class="buttons">
<li><a href="https://github.com/envgen" class="button special">EnvGen on Github</a></li>
</ul>
</footer>
</section>