forked from timvdm/OpenSMILES
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
144 lines (129 loc) · 4 KB
/
index.html
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
138
139
140
141
142
143
144
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>OpenSMILES Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<link rel="stylesheet" type="text/css" href="styles.css" >
</head>
<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#567C8E" width="5"></td>
<td bgcolor="#567C8E" height="5"></td>
<td background="images/bevel_right.gif" height="5"></td>
<td height="5"></td>
<td height="5"></td>
<td height="5"></td>
</tr>
<tr>
<td bgcolor="#567C8E" width="5"></td>
<td bgcolor="#567C8E"></td>
<td width="20" valign="bottom" background="images/bevel_right.gif"></td>
<td width="8"></td>
<td>
</td>
<td width="5"></td>
</tr>
<tr>
<td background="images/bevel_bottom.gif" height="20" width="5"></td>
<td background="images/bevel_bottom.gif" height="20"></td>
<td width="20" valign="bottom"><img src="images/bevel_ll_corner.gif" width="20" height="20"></td>
<td></td>
<td></td>
<td width="5"></td>
</tr>
<tr>
<td width="5"></td>
<td colspan="5" height="5" valign="middle"></td>
</tr>
<tr>
<td width="5" bgcolor="#567C8E"> </td>
<td colspan="5" bgcolor="#567C8E" height="160" valign="middle"><img src="images/osmi_logo_big.gif" width="800" height="150"></td>
</tr>
<tr>
<td width="5"></td>
<td colspan="5" valign="middle" height="5"></td>
</tr>
<tr>
<td width="5" background="images/bevel_top.gif"></td>
<td background="images/bevel_top.gif" valign="middle"></td>
<td width="20"><img src="images/bevel_ul_corner.gif" width="20" height="20"></td>
<td valign="middle"></td>
<td valign="middle"></td>
<td valign="middle"></td>
</tr>
<tr valign="top">
<td bgcolor="#567C8E" width="5"> </td>
<td bgcolor="#567C8E" width="25%">
<p> </p>
<p class="sidebar_title">Resources</p>
<ul class="sidebar_text">
<li><a href="xxx" class="sidebar_link"> <b>coming soon...</b></a></li>
</ul>
</td>
<td width="20" background="images/bevel_right.gif"></td>
<td> </td>
<td>
<h2>OpenSMILES Home Page</h2>
<p>OpenSMILES is a community sponsored open-standards version of the SMILES language for
chemistry. OpenSMILES is part of the <a href="http://www.blueobelisk.org">Blue Obelisk</a>
community.</p>
<p style="text-align: center; font-size: 1.2em;">
<a href="opensmiles.html"> The OpenSMILES Specification (HTML)</a>
</p>
<p style="text-align: center; font-size: 1.2em;">
<a href="opensmiles.pdf"> The OpenSMILES Specification (PDF)</a>
</p>
<h3>Links:</h3>
<table class="et">
<tr>
<td class="ec">
<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=blueobelisk-smiles">
Blue Obelisk OpenSMILES Mailing List
</a>
</td>
<td class="ec">
A discussion group of interested parties working out the features
and language of the OpenSMILES specification.
<a href="https://lists.sourceforge.net/lists/listinfo/blueobelisk-smiles">
Click here to join the mailing list.</a>
</td>
</tr>
<tr>
<td class="ec">
<a href="http://www.daylight.com/dayhtml/doc/theory/theory.smiles.html">
Daylight Theory Manual: SMILES
</a>
</td>
<td class="ec">
The original SMILES specification by the company that invented SMILES.
</td>
</tr>
<tr>
<td class="ec">
<a href="http://en.wikipedia.org/wiki/Simplified_molecular_input_line_entry_specification">
Wikipedia SMILES
</a>
</td>
<td class="ec">
The online encyclopedia's description of SMILES.
</td>
</tr>
</table>
<table>
<tr>
<td height="200">
</td>
</tr>
</table>
</td>
<td width="5"></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>