|
| 1 | +# ---------- Base information for the website ---------- |
| 2 | +[sitebase] |
| 3 | +# Logo should be 100px by 40px |
| 4 | +LOGO = /static/img/logo-clear.png |
| 5 | +# Full path to portal custom CSS styling file |
| 6 | +CSS_FP = |
| 7 | +TITLE = Qiita |
| 8 | + |
| 9 | +# ---------- Welcome text on index page ---------- |
| 10 | +[index] |
| 11 | +HEADER = Qiita Spots Patterns |
| 12 | +TEXT = <p align="justify"> |
| 13 | + Qiita (<i>canonically pronounced cheetah</i>) is an entirely |
| 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 of their analyses. |
| 19 | + </p> |
| 20 | + <p align="justify"> |
| 21 | + Qiita provides database and compute resources to the global community, |
| 22 | + alleviating the technical burdens that are typically limiting for |
| 23 | + researchers studying microbial ecology (e.g. familiarity with the command |
| 24 | + line or access to compute power). |
| 25 | + </p> |
| 26 | + <p align="justify"> |
| 27 | + Qiita’s platform allows for quick reanalysis of the datasets that have been |
| 28 | + deposited using the latest analytical technologies. This means that Qiita’s |
| 29 | + internal datasets are living data that is periodically re-annotated |
| 30 | + according to current best practices. |
| 31 | + </p> |
| 32 | + <p align="justify"> |
| 33 | + For more information about how to use Qiita, visit the |
| 34 | + <a href="static/doc/html/index.html">documentation</a>. |
| 35 | + </p> |
| 36 | + <p align="justify"> |
| 37 | + Note that you should be logged into the system to access any studies and |
| 38 | + files available. |
| 39 | + </p> |
| 40 | + |
| 41 | +# ---------- Study listing page ---------- |
| 42 | +[study_list] |
| 43 | +EXAMPLE_SEARCH = env_matter = soil |
0 commit comments