-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathold_projects.html
More file actions
64 lines (55 loc) · 2.76 KB
/
old_projects.html
File metadata and controls
64 lines (55 loc) · 2.76 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
---
layout: default
---
<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>
This page contains descriptions for some of <br/>
the projects we were involved in in the past
</p>
<footer>
<ul class="buttons">
<li><a href="/" class="button fit scrolly">Go Back to Front Page</a></li>
<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">
<h2>Previous Projects</h2>
<h3>2011-2014 'A crispr view on microbe-virus interactions' - Swedish Research Council (VR) [621-2011-5689]</h3>
<p>Luisa W. Hugerth et al <a href="https://doi.org/10.1128/AEM.01403-14">DegePrime, a Program for Degenerate Primer Design for Broad-Taxonomic-Range PCR in Microbial Ecology Studies</a></p>
<h3>2014-2017 'Biological lenses using gene prints (BLUEPRINT)' - EU-FP7/FORMAS [219-2013-2051] (AA co-applicant)</h3>
<h3>2014-2016 'Development of an autonomous multisampler system for the monitoring of biogeochemical processes' - EU-FP7/VINNOVA</h3>
<h3>2015-2016 'Genomic and metabolic reconstruction of abundant Baltic Sea microbial picoplankton populations through metagenomics' - KTH/SciLifeLab SFO</h3>
<h3>2015-2018 'Combining microbial enrichment and metagenomics for designing biomass-degrading enzyme cocktails' - FORMAS [2014-176] (AA co-applicant)</h3>
<h3>2018-2022 'Comparative Insect Biomics' - KAW [2017.0088] (AA co-applicant)</h3>
<h3>2018-2020 'The Baltic Sea Plankton Transcriptome Atlas' - FORMAS (2017-00694)</h3>
<h3>2019-2021 'DNA metabarcoding of marine phytoplankton' - Naturvårdsverket [18/142](AA co-applicant)</h3>
<h3>2021-2024 'Pathogenic Vibrio bacteria in the current and future Baltic Sea waters (BaltVib)' EU-Horizon 2020 ERA-NET/FORMAS [2020-02366] (AA co-applicant)</h3>
<p></p>
</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>