diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 22:58:42 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 22:58:42 +0530 |
commit | ca50f9cb6943f7010ab2eec1a23cad7896d7b553 (patch) | |
tree | e765af95b3d3f331eeb74ce4bc15e3f7ec195046 /app/templates | |
parent | 0d5c77f6517d7a06e3c8837ecf18bbbd49b6de7b (diff) |
added credit
Diffstat (limited to 'app/templates')
-rw-r--r-- | app/templates/home.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index 2e9b7c0..10724d7 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -29,5 +29,30 @@ <li><a href="{{ url_for('status')}}">Job Status</a> - Check the job status </li> <li><a href="{{ url_for('visualise')}}">Visualise</a> - Molecular Viewer </li> </ul> + <section> + <h2>Credits</h2> + <q>If I have seen further it is by standing on the shoulders of Giants.</q> - Sir Isaac Newton + <br> + This project would not have been possible without the following: + <br><br> + <h2><img src="{{url_for('static',filename='assets/pliplogo.svg')}}" width=100vw /> PLIP</h2> + + <ul> + <li>PLIP is used for binding site analysis, interaction detection and visualisations.</li> + <li>PLIP is powered by <a href="https://www.pharm.ai">PharmAI.</a></li> + </ul> + + <h2>AutoDock Vina</h2> + <ul> + <li>AutoDock Vina is an open-source program for doing molecular docking. It was designed and implemented by Dr. Oleg Trott in the Molecular Graphics Lab at The Scripps Research Institute.</li> + </ul> + + <h2>PyMOL</h2> + <ul> + <li>PyMOL is used for generating visualisations of protein-ligand complexes</li> + <li>PyMOL is a user-sponsored molecular visualization system on an open-source foundation, maintained and distributed by <a href="https://www.schrodinger.com">Schrödinger.</a></li> + </ul> + + </section> <img src="{{url_for('static',filename='assets/workingInALaboratory.svg')}}" /> {% endblock %}
\ No newline at end of file |