docking working version
[django_unres.git] / django_simple / todo / templates / changelog.html
1 {% extends "base.html" %}
2
3 {% load i18n lazysignup_tags %}
4 {% block content %}
5
6 <h4> Changelog</h4>
7 <dl>
8
9 <dt>08.01.2018</dt>
10  <dd>
11  Autorefresh added to job status page and job index page.
12  </dd>
13  <dd>
14  Changelog page added.
15  </dd>
16
17 <dt>10.01.2018</dt>
18  <dd>
19  Reading SSBOND from multichain pdb corrected.
20  </dd>
21
22 <dt>21.01.2018</dt>
23  <dd>
24  Secondary structure restraints added.
25  </dd>
26
27 <dt>23.01.2018</dt>
28  <dd>
29  Optional selection of only a single chain for given PDB code added.
30  </dd>
31
32 <dt>26.01.2018</dt>
33  <dd>
34  NGL Viewer added for 3D display of structures and trajectories.
35  </dd>
36
37 <dt>29.01.2018</dt>
38  <dd>
39  Random initial SEED value.<br>
40  Second SAXS example in advance mode for the central
41  portion of Factor H (PDB code: 2KMS).<br>
42  Extension and update of the Tutorial.
43  </dd>
44
45 <dt>30.01.2018</dt>
46  <dd>
47  Update of the Tutorial<br>
48  (M)REMD simulations of proteins with D-aminoacids show only UNRES models,
49  conversion to all-atom models was not correct.
50  </dd>
51
52 <dt>01.02.2018</dt>
53  <dd>
54  NGL Viewer UNRES model visualization for minimization
55  </dd>
56
57 <dt>12.04.2018</dt>
58  <dd>
59  Restart possibility added for MD and (M)REMD simulations.<br>
60  Description of output files added.
61  </dd>
62
63
64 <dt>20.08.2019</dt>
65  <dd>
66  Button to download all files from displaed job as zip archive added.
67  </dd>
68
69 <dt>16.10.2019</dt>
70  <dd>
71  The scale-consistent NEWCT-9P force field added in advanced mode.<br>
72  </dd>
73
74 <dt>4.02.2020</dt>
75  <dd>
76  A beta version of docking of two proteins with random starting orientations 
77  added.<br>
78  </dd>
79
80  
81 </dl>
82               
83 {% endblock %}