diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 17:22:01 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 17:22:01 +0530 |
commit | 5e16268c5ab3e94ea77704420a0a8bd87e671ecf (patch) | |
tree | f8e20ffe3c3b2233726728e66b4a10f1c2d8e5f5 /app/templates/about.html | |
parent | 8622ea518cc1f79349ed997a8e97e92d1037d4b9 (diff) |
removed description from about and added linkk to Qrious
Diffstat (limited to 'app/templates/about.html')
-rw-r--r-- | app/templates/about.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/templates/about.html b/app/templates/about.html index 59fdcd4..4e4c710 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -2,7 +2,6 @@ {% set active_page = "about" %} {% block main %} <h1>About Curie Web</h1> - <p>Curie Web is a web interface for my private Python Library called "Curie", with some aditional superpowers.</p> <h4>Docking</h4> <p>This section deals with Molecular Docking and protein-ligand interactions. It uses AutoDock Vina<sup>[1]</sup> for docking, PyMOL<sup>[2]</sup> for visualisations, and PLIP<sup>[3]</sup> for interactions and binding site detection.</p> <h4>Drug Designing</h4> |