Commit 56561e18 by rjoosten

Added a bacic description. Menu now points to PDB-REDO.

parent a06efa7d
......@@ -18,7 +18,7 @@
<article>
<h2>DSSP: Assign secondary structure to proteins</h2>
<p>bla bla bla
<p>DSSP (Dictionary of Secondary Structure in Proteins) is an algorithm originally designed by Wolfgang Kabsch and Chris Sander to standardise secondary structure assigment based on atomic coordinates. DSSP does not predict secondary structure. You can run DSSP using the form below or you can <a z2:href="@{/download}">install</a> the program locally. Ready-made annotations of PDB entries are available below and you can also <a z2:href="@{/download}">download</a> the whole databank at once. More details about the DSSP output are <a z2:href="@{/about}">here</a>.
</p>
</article>
......@@ -51,4 +51,4 @@
<footer z2:replace="~{footer::content}"></footer>
</body>
</html>
\ No newline at end of file
</html>
......@@ -31,7 +31,7 @@
<li class="nav-item">
<a class="nav-link" z2:classappend="${page == 'home' ? 'active' : ''}"
href="https://pdb-redo.eu/">Home</a>
href="https://pdb-redo.eu/dssp">Home</a>
</li>
<li class="nav-item dropdown">
......@@ -42,7 +42,7 @@
<ul class="dropdown-menu m-0" aria-labelledby="navbarDropdown2">
<li><a class="dropdown-item" href="https://alphafill.eu">AlphaFill</a></li>
<li><a class="dropdown-item" href="https://pdb-redo.eu/dssp">DSSP</a></li>
<li><a class="dropdown-item" href="https://pdb-redo.eu">PDB-REDO</a></li>
<li><a class="dropdown-item" href="https://pdb-redo.eu/tortoize">Tortoize</a></li>
<li><a class="dropdown-item" href="https://ccd.rhpc.nki.nl/">CCD</a></li>
<li><a class="dropdown-item" href="https://pdb-redo.eu/archive">Archive</a></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment