-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.php
71 lines (63 loc) · 2.41 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?php
include("IMP.inc");
print_page_header("IMP, the Integrative Modeling Platform");
?>
<div id="home">
<div class="pagesection">
<a href="//salilab.org/npc">
<img class="leftimg" src="images/nucleopore.gif"
title="Model of the nuclear pore complex"
alt="Model of the nuclear pore complex" />
</a>
<p>
IMP's broad goal is to contribute to a comprehensive structural characterization of biomolecules ranging in size and complexity from small peptides to large macromolecular assemblies, by integrating data from diverse biochemical and biophysical experiments.
IMP provides an open source C++ and Python toolbox for solving complex
modeling problems, and a number of applications for tackling some common
problems in a user-friendly way. IMP can also be used from the
<a href="http://www.cgl.ucsf.edu/chimera/">Chimera</a> molecular modeling
system, or via one of several web applications.
</p>
</div>
<div class="pagesection">
<a href="//salilab.org/pde6">
<img class="rightimg" src="images/pde6.png"
title="Model of the phosphodiesterase (PDE6)"
alt="Model of the phosphodiesterase (PDE6)" />
</a>
<p>
IMP is open source software, mostly available under the terms of the
<a href="https://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public
License (LGPL)</a>. (Some IMP modules are available under the
<a href="https://www.gnu.org/licenses/gpl.html">GNU GPL</a> instead.)
</p>
<p>
Get started with IMP by <a href="download.html">downloading it</a> and
checking out the <a href="doc.html">documentation</a>.</p>
</div>
<div class="pagesection">
<a href="http://www.ncdir.org/">
<img src="images/NCDIR.png" class="ncdir" alt="NCDIR logo" />
</a>
<p class="ncdir">The IMP software is used as part of the
<a href="http://www.ncdir.org/">National Center for Dynamic Interactome Research</a> (NCDIR).
</p>
</div>
<div class="pagesection">
<a href="//salilab.org/sea">
<img class="rightimg" src="images/sea.png"
title="Model of the SEA complex"
alt="Model of the SEA complex" />
</a>
<p>
If you use IMP, please cite
<a href="https://www.ncbi.nlm.nih.gov/pubmed/22272186">D. Russel, K. Lasker,
B. Webb, D. Schneidman, J. Velázquez-Muriel, A. Sali, "Putting the pieces
together: integrative structure determination of macromolecular assemblies",
PLoS Biology, 2012</a>.
The main page of each IMP module in the <a href="doc.html">documentation</a>
also lists publications relevant to that module.</p>
</div>
</div>
<?php
print_page_footer();
?>