<template>
  <div class="container">
    <h1>FAQ</h1>

    <h2>What advantages does this software have?</h2>
    <ul>
      <li>
        We support analyse of long sequences (technical limit is 2GiB, but longer sequences take long time - be
        patient).
      </li>
      <li>
        We allow you to store results of your analyse for comparison with others. This feature requires user account.
      </li>
      <li>
        We support export of found features and/or summary of stored results in CSV format.
      </li>
      <li>Direct NCBI import using sequence ID.</li>
    </ul>

    <h2>What limitations does this software have?</h2>
    <ul>
      <li>
        There are currently no hardcoded limitations, use this software wisely to preserve this policy for other users.
        Thank you. We will delete inactive accounts or prune old results once we reach storage capacity on our server.
      </li>
    </ul>

    <!-- TODO
        <h2>How is &Delta;G calculated?</h2>
        <p>

        </p>
        -->

    <h2>Is there any development going on?</h2>
    <p>
      We are currently working on new features and bug fixes. You can join us - contact us by email.
    </p>

    <p>
      In case of any questions or recommendations please contact us:
      <a href="mailto:palindrome@ibp.cz">palindrome@ibp.cz</a>.
    </p>

    <h2>Can I download this app?</h2>
    <p>
      Yes, you can! You can use your own copy of this software (read enclosed licence). The link for download is in
      <router-link :to="{ name: 'help.about' }">About</router-link> section.
    </p>

    <!--
        <h2>How to cite?</h2>
        <p>
            Brazda, V., Kolomaznik, J., Lysek, J., Haronikova, L., Coufal, J. and Stastny, J. (2016)
            Palindrome analyser - A new web-based server for predicting and evaluating inverted repeats in nucleotide
            sequences.
            Biochem Bioph Res Co, 478, 1739-1745.
        </p>
        -->
  </div>
</template>

<script>
export default {}
</script>