From f70e376482efcec78f031d80bb788e6fca65470d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 25 Jun 2020 23:19:22 +0530 Subject: added image as header background, updated about page --- app/templates/about.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'app/templates/about.html') diff --git a/app/templates/about.html b/app/templates/about.html index d9e1c70..23ffc28 100644 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -1,7 +1,11 @@ {% extends 'base.html' %} {% block main %} -

About Curie Web

-

The Page you are looking for cannot be found

-

Go Back home

+

About Curie Web

+

Curie Web is a web interface for my private Python Library called "Curie", with some aditional superpowers.

+

Dock and Report

+

This module uses AutoDock Vina to perform molecular docking on the specified molecular docking. It then uses PyMOL + to create high quality ray-traced visualisations. After finding and tabulating protein ligand interactions using PLIP, + it creates a PDF and emails you the report ( Along with supporting files )

+ {% endblock %} \ No newline at end of file -- cgit v1.2.3