-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (78 loc) · 5.54 KB
/
index.html
File metadata and controls
103 lines (78 loc) · 5.54 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
---
layout: default
---
<!-- 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>
<img src="images/logo.png"/>
</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="https://www.scilifelab.se/contact/campus-solna/">Scilifelab<br /> Stockholm</a>
, 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">
<section class="wrapper style1 container special", id="intro">
<header class="special container">
<span class="icon fa-bar-chart-o"></span>
<h2> We study <strong>microbial communities</strong> using shotgun metagenomics and amplicon <strong>sequencing</strong> and develop methodology for enhancing such studies.
</h2>
<p>
We develop and apply molecular and bioinformatics methods for studying microbes and microbiomes in their natural environment.
The group has a strong focus on microbial ecology and evolution, where meta-omics data is used for deciphering the ecosystem function, regulation, and evolution of microbial populations.
The main ecosystem under study is the Baltic Sea but also animal-associated and engineered ecosystems are studied.
The group leader, Anders Andersson is also coordinating the work on molecular data in the Swedish Biodiversity Data Infrastructure (<a href="https://www.biodiversitydata.se/">SBDI</a>) and is a Scientific co-lead of the SciLifeLab <a href="https://www.scilifelab.se/capabilities/planetary-biology/">Planetary Biology Capability</a>.
We collaborate closely with <a href="https://www.su.se/english/divisions/stockholm-university-baltic-sea-centre">Stockholm University Baltic Sea Centre</a>.
</p>
</header>
<footer>
<h3>Find out more about EnvGen's...</h3>
<a href="/projects.html#main" class="button special">Projects</a>
<a href="/whoweare.html#main" class="button special">People</a>
<a href="http://scholar.google.com/citations?user=7xoXsREAAAAJ&hl=en" class="button special">Publications</a>
</footer>
</section>
<!-- One -->
<section class="wrapper style3 container special", id="who">
</section>
<section class="wrapper style1 container special", id="press">
<h2>Press Releases</h2>
<ul>
<li><a href="https://www.scilifelab.se/news/adaptation-to-salinity-across-the-bacterial-tree-of-life-comparing-genomes-to-unravel-molecular-mechanisms/">Adaptation to salinity across the bacterial tree of life: comparing genomes to unravel molecular mechanisms
<li><a href="http://www.scilifelab.se/news/dna-from-13-of-the-baltic-sea-plankton-catalogued/">Comprehensive catalogue of Baltic Sea plankton genomes
<li><a href="https://www.youtube.com/watch?v=RGZsWeIF5is">Underground bacteria and nuclear waste repositories (Movie!)
<li><a href="http://www.alphagalileo.org/ViewItem.aspx?ItemId=159656&CultureCode=en">Closest relatives of Baltic Sea plankton are found in brackish North American waters</li>
<li><a href="https://www.kth.se/forskning/artiklar/mysteriet-i-ostersjon-var-kommer-planktonen-fran-1.616102">Mysteriet i Östersjön: Var kommer planktonen från?</a></li>
<li><a href="http://www.forskning.se/nyheterfakta/nyheter/pressmeddelanden/dethartarmsjukdomarochostersjongemensamt.5.3b19111a146b5b338a61db9.html">Ny algoritm för att sätta ihop bakteriers genom</a></li>
<li><a href="http://www.scilifelab.se/news/scilifelab-chosen-for-large-eu-project-to-improve-baltic-sea-health/">EU-project for microbial monitoring of the Baltic Sea</a></li>
<li><a href="http://www.liu.se/forskning/forskningsnyheter/1.489366?l=en">Decreased gut bacterial diversity in infants born by Caesarean section</a></li>
<li><a href="http://www.scilifelab.se/news/international-study-suggests-human-genes-influence-gut-microbial-composition/">A human gene associated with gut microbiota composition</a></li>
<li><a href="http://www.kth.se/en/aktuellt/nyheter/ostersjons-flora-av-bakterieplankton-kartlagd-1.178136">A 3D map of the Baltic Sea microbiome</a></li>
</ul>
</section>
<!-- 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>