Skip to content

Instantly share code, notes, and snippets.

@ElDeveloper
Created June 23, 2015 17:19
Show Gist options
  • Save ElDeveloper/c0ea363168b6f86cf63f to your computer and use it in GitHub Desktop.
Save ElDeveloper/c0ea363168b6f86cf63f to your computer and use it in GitHub Desktop.
# ---------- Base information for the website ----------
[sitebase]
LOGO = /static/img/logo-clear.png
TITLE = Qiita
# ---------- Welcome text on index page ----------
[index]
HEADER = <i>Qiita</i>: Spot Patterns
TEXT = <p align="justify">
Qiita (<i>canonically pronounced cheetah</i>) is an entirely
<strong>open-source</strong> microbiome storage and analysis resource that
can run on everything from your laptop to a supercomputer. It is built on top
of the widely used <a target=_blank href="http://qiime.org">QIIME</a>
package, and enables the exploration of -omics data.
</p>
<br />
<p align="left">This resource powers the
<a target=_blank href="http://www.earthmicrobiome.org">
Earth Microbiome Project</a> and the
<a target=_blank href="https://ibdmdb.org/">
Inflammatory Bowel Disease Multiomics Database</a>.</p>
<br />
<p align="left">
Qiita is built on top of the following open-source technologies:
<ul>
<li><a target=_blank href="http://qiime.org">QIIME</a></li>
<li><a target=_blank href="http://scikit-bio.org">scikit-bio</a></li>
<li><a target=_blank href="http://emperor.colorado.edu">EMPeror</a></li>
<li><a target=_blank href="http://biom-format.org">BIOM-Format</a></li>
<li><a target=_blank href="http://ipython.org">IPython</a></li>
<li><a target=_blank href="http://numpy.org">NumPy</a></li>
<li><a target=_blank href="http://scipy.org">SciPy</a></li>
<li><a target=_blank href="http://tornadoweb.org">Tornado</a></li>
<li><a target=_blank href="http://redis.io">Redis</a></li>
<li><a target=_blank href="http://www.postgresql.org">PostgreSQL</a></li>
</ul>
</p>
# ---------- Study listing page ----------
[study_list]
EXAMPLE_SEARCH = env_matter = soil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment