-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshop.html
More file actions
137 lines (102 loc) · 4.23 KB
/
Copy pathworkshop.html
File metadata and controls
137 lines (102 loc) · 4.23 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!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>
<title>IQmol Download</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="IQmol, qchem, q-chem, Andrew Gilbert, molecular viewer, qt, quantum chemistry, openbabel, molecular orbitals, frequency animation, molecular densities" />
<link rel="shortcut icon" href="favicon.ico" >
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/arial.js"></script>
<script type="text/javascript" src="js/cuf_run.js"></script>
<!--[if lt IE 7]>
<style media="screen" type="text/css">
#container {
height:100%;
}
</style>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35964769-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<!-- H E A D E R -->
<div id="header_sub">
<div id="header_resize">
<div id="header_logo">
<img src="images/logo.png" alt="IQmol" width="170" height="59"/>
</div>
<div id="menu">
<ul>
<li><a href="features.html"><span>Features</span></a></li>
<li><a href="screenshots.html"><span>Screenshots</span></a></li>
<li class="active"><a href="downloads.html"><span>Download</span></a></li>
<li><a href="downloads/IQmolUserGuide.pdf"><span>User Guide</span></a></li>
</ul>
<div class="clr"></div>
</div>
<div class="clr"></div>
<div class="header_img">
<img src="images/spacer.gif" alt="" height="50"/>
</div>
</div> <!-- End header_resize -->
</div> <!-- End header_sub -->
<!-- E N D H E A D E R -->
<div id="body">
<div class="content">
<!-- C O N T E N T -->
<div class="mainbar">
<div class="article">
</div> <!-- End article-->
<div class="article">
<h2><span>Slides for the Q-Chem/IQmol workshop:</span></h2>
<div class="newpara">
<a href=downloads/whats_new_qchem5.pdf>What's new in Q-Chem 5.0</a><br>
<a href=downloads/IQmol-intro.pdf>IQmol Introduction</a><br>
<a href=downloads/intermolecular_interaction.pdf>Intermolecular Interactions</a><br>
<a href=downloads/excited_states.pdf>Excited States</a><br>
</div> <!-- End newpara -->
</div> <!-- End article-->
</div> <!-- End mainbar -->
<!-- E N D C O N T E N T -->
<!-- S I D E B A R -->
<div class="sidebar">
<div class="gadget">
<img src="images/icon.png" alt="IQmol icon" width="180" height="180" />
</div>
<div class="gadget">
<h2>Navigation</h2>
<ul class="sb_menu">
<li><a href="index.html">Home</a></li>
<li><a href="screenshots.html">Screenshots</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="downloads/IQmolUserGuide.pdf">User Guide</a></li>
</ul>
</div>
</div> <!-- End Side Bar -->
<div class="clr"></div>
<!-- E N D S I D E B A R -->
</div>
</div>
<!-- F O O T E R -->
<div id="footer_bg">
<div id="footer">
<p class="lf">© Copyright
<a href="https://q-chem.com/about/team/scientists">Andrew Gilbert</a></p>
<p class="rf">Layout
<a href="http://www.coolwebtemplates.net/">Website Templates</a></p>
</div>
</div>
</div> <!-- End container -->
</body>
</html>