-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·90 lines (61 loc) · 2.52 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Microbiome@GitHub</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div class="wrapper">
<header>
<h1>miaverse</h1>
<p>R/Bioconductor ecosystem for microbiome data integration and analysis</p>
<p></p>
<p>Key developers:</p>
Felix G.M. Ernst<br/>
Ruizhu Huang<br/>
Sudarshan Shetty<br/>
Tuomas Borman<br/>
Domenick C. Braccia<br/>
Hector Corrada Bravo<br/>
<a href="http://www.iki.fi/Leo.Lahti">Leo Lahti</a>
<p></p>
<p>The full list of contributors varies over time, and is
identified through the individual repositories. Check each
individual package for acknowledgements, contact information
and references. Don't hesitate to contact us for feedback,
support, or feature requests.</p>
<p></p>
</header>
<section>
<h2>miaverse: R/Bioconductor framework for microbiome data science</h2>
<h3>Outreach</h3>
Here, you can find additional material about <i>miaverse</i>. In addition to publications,
material includes slides, and posters that are presented in various conferences
and other occassions.
<p></p>
By following the links below, you will find directories including the material.
<ul>
<li><a href="https://github.com/microbiome/outreach/tree/main/publications">Publications</a></li>
<li><a href="https://github.com/microbiome/outreach/tree/main/slides">Slides</a></li>
<li><a href="https://github.com/microbiome/outreach/tree/main/posters">Posters</a></li>
</ul>
<p></p>
<center>
<img src="Rlogo.png", width="15%"></img>
<img src="logo_bioconductor.gif", width="25%"></img>
<img src="eurobioc2020.png", width="10%"></img>
<img src="ml4microbiome_logo.png", width="30%"></img>
</center>
<p></p>
<small>
<a href="https://microbiome.github.io/">← Back to the project homepage</a>
</small>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>