-
Notifications
You must be signed in to change notification settings - Fork 1
/
header.txt
75 lines (71 loc) · 3.32 KB
/
header.txt
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
72
73
74
75
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<meta name="description" content="IMP Community site for the development of an Integrative Modeling Platform" />
<meta name="keywords" content="IMP, Integrative, Modeling, Platform" />
<title>$title</title>
<link href="@[email protected]" rel="stylesheet" type="text/css"/>
<link href="@[email protected]" rel="stylesheet" type="text/css"/>
<link href="@TOPDIR@fontawesome6/css/fontawesome.min.css" rel="stylesheet" type="text/css" >
<link href="@TOPDIR@fontawesome6/css/brands.min.css" rel="stylesheet" type="text/css" >
<link rel="icon" type="image/png" href="@TOPDIR@/images/the_imp.png"/>
<link rel="canonical" href="@CANON@"/>
<!-- DOXYGEN STUFF GOES HERE-->
<script type="text/javascript"><!--
/* e-mail obfuscation adapted from code by Jason Johnston:
http://lojjic.net/blog/20030828-142754.rdf.html
*/
function linkEmail() {
if(!document.getElementsByTagName) return;
var allElts = document.getElementsByTagName("*");
if(allElts.length == 0 && document.all)
allElts = document.all; //hack for IE5
for(var i=0; i<allElts.length; i++) {
var elt = allElts[i];
var className = elt.className || elt.getAttribute("class")
|| elt.getAttribute("className");
if(className && className.match(/\be-mail\b/)
&& elt.firstChild.nodeType == 3) {
var alls = elt.firstChild.nodeValue;
fs= alls.split("|")
addr = fs[0].replace(/\ at\ /i, "@")
.replace(/\ (dot|period)\ /gi, ".");
var lnk = document.createElement("a");
lnk.setAttribute("href","mailto:"+addr);
lnk.appendChild(document.createTextNode(fs[1]));
elt.replaceChild(lnk, elt.firstChild);
}
}
}
window.onload = linkEmail;
-->
</script>
</head><body>
<div id="impnav">
<table class="imptnav">
<tr>
<td><a href="//integrativemodeling.org/">
<img src="//integrativemodeling.org/images/the_imp.png" height="60" alt="IMP logo" border="0"/></a></td>
<td>
<div id="implinks">
<ul>
<li><a href="//integrativemodeling.org/">home</a></li>
<li><a href="//integrativemodeling.org/about.html">about</a></li>
<li><a href="//integrativemodeling.org/news.html">news</a></li>
<li><a href="//integrativemodeling.org/download.html">download</a></li>
<li><a href="//integrativemodeling.org/doc.html" title="Manual, tutorials, and reference guide">doc</a></li>
<li><a href="https://github.com/salilab/imp" title="Source code, maintained at GitHub">source</a></li>
<li><a href="//integrativemodeling.org/systems/" title="Applications of IMP to real biological systems">systems</a></li>
<li><a href="//integrativemodeling.org/nightly/results/" title="Results of IMP's internal test suite">tests</a></li>
<li><a href="https://github.com/salilab/imp/issues" title="Report a bug in IMP">bugs</a></li>
<li><a href="//integrativemodeling.org/contact.html" title="Mailing lists and email">contact</a></li>
</ul>
</div>
</td>
</tr>
</table>
</div>
<div id="impheaderline">
</div>