Skip to content

Commit 98cdaa6

Browse files
committed
Merge pull request qiita-spots#1859 from antgonza/update-main-page
updating main intro text
2 parents e3e28ee + f748e64 commit 98cdaa6

File tree

1 file changed

+22
-26
lines changed

1 file changed

+22
-26
lines changed

qiita_pet/support_files/config_portal.cfg

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,31 @@ TITLE = Qiita
88

99
# ---------- Welcome text on index page ----------
1010
[index]
11-
HEADER = <i>Qiita</i>: Spot Patterns
11+
HEADER = Qiita Spots Patterns
1212
TEXT = <p align="justify">
1313
Qiita (<i>canonically pronounced cheetah</i>) is an entirely
14-
<strong>open-source</strong> microbiome storage and analysis resource that
15-
can run on everything from your laptop to a supercomputer. It is built on top
16-
of the widely used <a target=_blank href="http://qiime.org">QIIME</a>
17-
package, and enables the exploration of -omics data.
14+
<strong>open-source</strong> microbial study management platform. It allows
15+
users to keep track of multiple studies with multiple ‘omics data.
16+
Additionally, Qiita is capable of supporting multiple analytical pipelines
17+
through a 3rd-party plugin system, allowing the user to have a single entry
18+
point for all their analyses.
1819
</p>
19-
<br />
20-
<p align="left">This resource powers the
21-
<a target=_blank href="http://www.earthmicrobiome.org">
22-
Earth Microbiome Project</a> and the
23-
<a target=_blank href="https://ibdmdb.org/">
24-
Inflammatory Bowel Disease Multi'omics Database</a>.</p>
25-
<br />
26-
<p align="left">
27-
Qiita is built on top of the following open-source technologies:
28-
<ul>
29-
<li><a target=_blank href="http://qiime.org">QIIME</a></li>
30-
<li><a target=_blank href="http://scikit-bio.org">scikit-bio</a></li>
31-
<li><a target=_blank href="http://emperor.microbio.me">EMPeror</a></li>
32-
<li><a target=_blank href="http://biom-format.org">BIOM-Format</a></li>
33-
<li><a target=_blank href="http://ipython.org">IPython</a></li>
34-
<li><a target=_blank href="http://numpy.org">NumPy</a></li>
35-
<li><a target=_blank href="http://scipy.org">SciPy</a></li>
36-
<li><a target=_blank href="http://tornadoweb.org">Tornado</a></li>
37-
<li><a target=_blank href="http://redis.io">Redis</a></li>
38-
<li><a target=_blank href="http://www.postgresql.org">PostgreSQL</a></li>
39-
</ul>
20+
<p align="justify">
21+
Qiita’s <a href=”qiita.microbio.me”>main site</a> provides database and
22+
compute resources to the global community, alleviating the technical
23+
burdens, such as familiarity with the command line or access to compute
24+
power, that are typically limiting for researchers studying microbial
25+
ecology.
26+
</p>
27+
<p align="justify">
28+
Qiita’s platform allows for quick reanalysis of the datasets that have been
29+
deposited using the latests analytical technologies. This means that Qiita’s
30+
internal datasets are living data that is periodically re-annotated
31+
according to current best practices.
32+
</p>
33+
<p align="justify">
34+
For more information about how to use Qiita visit the
35+
<a href=”static/doc/html/index.html”>documentation</a>
4036
</p>
4137

4238
# ---------- Study listing page ----------

0 commit comments

Comments
 (0)