-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
38 lines (29 loc) · 1.69 KB
/
index.php
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
<?php include('tools/head.php'); ?>
<h1 class="titleHeader"> Resources and tools for the high-throughput, multi-omic study of intestinal microbiota </h1>
<div class="col-md-12">
<p class="inheritText">
The human gut microbiome impacts several aspects of human health and disease, including digestion, drug metabolism, and the propensity to develop various inflammatory, autoimmune and metabolic diseases.<br/>
Many of the molecular processes that play a role in the activity and dynamics of the microbiota go beyond species and genic composition of the that are commonly measured in the microbiome and thus,
their understanding requires advanced bioinformatics support. <br/>
This webpage aims to provide an up-to-date view of the resources and software tools that are being developed and used in human gut microbiome research, in particular data integration and systems-level
analysis efforts. </p>
</div>
<div class="col-md-12">
<div class="buttonsGrid" style="text-align:center">
<div class="col-md-6" style="padding-bottom:28px;">
<a href="listRepositories.php" class="buttonBlue"> Data Repositories </a>
</div>
<div class="col-md-6" style="padding-bottom:14px;">
<a href="listOmic.php" class="buttonGreen"> Omic Tools </a>
</div>
</div>
</div>
<div class="col-md-12">
<p class="inheritText"> <br/>If you want to suggest a repository or tool to our collection, please fill this form:</p>
<p class="buttonForm" style="text-align:center">
<a href="sendForm.php" class="whiteButton"> Suggest a resource </a>
</p>
</div>
</div>
</div>
<?php include ('tools/footer.php'); ?>