X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=django_simple%2Ftodo%2Ftemplates%2Fdetails.html;h=44f5e62e56505a376ae95ebec885339453eb6f5f;hb=54cd6e1d5ddfde7997eaaacb3e83f4f09a4cbb16;hp=54485c6cb5178385a3ce18e06e5deb713aeda447;hpb=0e76b9e206d73ead2b1dfe7b894e580225f210b3;p=django_unres.git diff --git a/django_simple/todo/templates/details.html b/django_simple/todo/templates/details.html index 54485c6..44f5e62 100644 --- a/django_simple/todo/templates/details.html +++ b/django_simple/todo/templates/details.html @@ -8,14 +8,14 @@
  • -
    +
    {% csrf_token %}
    -
    +
    {% if not task.done %} {% if task.running > 0 %} @@ -34,13 +34,13 @@ {% endif %} -

    All parameters for task {{ task.name }}

    +

    Task {{ task.name }}

    Created {{ task.created_date }}
    • -
      done ?
      -
      +
      done ?
      +
      {% if task.done %} {% else %} @@ -55,24 +55,37 @@ Created {{ task.created_date }}
    • +
      +
      + Show input parameters + +

      Results

    • -
      Directory
      -
      +
      Directory
      +
      {{ task.jobdirname }} @@ -303,13 +341,13 @@ Created {{ task.created_date }} {% if task.type == "min" %}
    • -
      Etot
      -
      {{ task.etot }}
      +
      Etot
      +
      {{ task.etot }}
    • -
      UNRES model
      -
      +
      UNRES model
      +
    • - + +
    • +
      Structure overlap NGL viewer
      +
      +
      +
    • +
    • +
      + + +
      +
    • {% endif %}
    • -
      Results
      -
      {{ task.results_text|linebreaks }}
      +
      Results
      +
      {{ task.results_text|linebreaks }}
    • {% if task.type == "md" %}
    • -
      Temperature histogram
      -
      Temperature histogram
      +
    • -
      Potential energy
      -
      Potential energy
      +
    • -
      Movie
      -
      +
      Movie
      +
    • + +{% if task.md_mdpdb %} +
    • +
      Trajectory NGL viewer
      +
      +
      +
    • +
    • +
      +0 frame +
      +
      + + +
      +
    • + +{% endif %}
    • -
      Radius of gyration based +
      Radius of gyration based on Cα coordinates
      -
    • @@ -374,16 +442,16 @@ Created {{ task.created_date }} {% if task.md_pdbref %}
    • -
      RMSD
      -
      RMSD
      +
    • -
      fraction of native +
      fraction of native side-chain concacts
      -
    • @@ -392,22 +460,31 @@ Created {{ task.created_date }} {% if task.md_start == "pdbstart" %}
    • -
      fluctuations
      -
      fluctuations
      +
    • - + +
    • +
      fluctuations putty on + starting structure NGL viewer
      +
      +
      +
    • + {% endif %} @@ -418,22 +495,22 @@ Created {{ task.created_date }} {% if task.type == "remd" %}
    • -
      Energy histogram
      -
      Energy histogram
      +
    • -
      Energy vs. temperature
      -
      Energy vs. temperature
      +
    • -
      Cv vs. temperature
      -
      Cv vs. temperature
      +
    • @@ -441,23 +518,23 @@ Created {{ task.created_date }} {% if task.md_pdbref %}
    • -
      Average RMSD vs. temperature
      -
      Average RMSD vs. temperature
      +
    • -
      potential energy vs. RMSD
      -
      potential energy vs. RMSD
      +
    • -
      RMSD vs. step*replica +
      RMSD vs. step*replica colored by bath temperature
      -
    • @@ -466,77 +543,357 @@ Created {{ task.created_date }} {% endif %}
    • -
      exchanges (walk in T)
      -
      exchanges (walk in T)
      +
    • - + + {% if task.saxs_data != "" %} +
    • +
      P(r) of input SAXS data and + calculated for 5 models and the input pdb
      +
      +
    • + {% endif %} + +
    • +
      + +
      +
      + select model +
      +
      + +
      +
    • + +
    • -
      model1 after conversion +
      model1 after conversion to allatom {{ task.remd_model1|linebreaks }}
      -
      +
    • +
      +
    • -
      model2 after conversion +
      model2 after conversion to allatom {{ task.remd_model2|linebreaks }}
      -
      +
    • +
      +
    • -
      model3 after conversion +
      model3 after conversion to allatom {{ task.remd_model3|linebreaks }}
      -
      +
    • +
      +
    • -
      model4 after conversion +
      model4 after conversion to allatom {{ task.remd_model4|linebreaks }}
      -
      +
    • +
      +
    • -
      model5 after conversion +
      model5 after conversion to allatom {{ task.remd_model5|linebreaks }}
      -
      +
    • - - +
      {% endif %} {% endif %}
    + + + + + +{% if task.type == "remd" %} + +{% endif %} + +{% if not task.done %} + +{% endif %} + + +{% if task.type == "min" %} + +{% endif %} + +{% if task.type == "md" and task.md_start == "pdbstart" %} + +{% endif %} + +{% if task.type == "md" and task.md_mdpdb %} + +{% endif %} + + {% endblock %}