forked from amg-summit/amg-summit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
177 lines (152 loc) · 4.1 KB
/
index.html
File metadata and controls
177 lines (152 loc) · 4.1 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<link rel="shortcut icon" href="images/leaf.ico">
<title>AMG Summit</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css"></link>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var pic_0 = new Image();
var pic_1 = new Image();
var pic_2 = new Image();
var pic_3 = new Image();
var pic_4 = new Image();
var pic_5 = new Image();
pic_1.src = "./images/LC000.JPG";
pic_1.src = "./images/LC001.JPG";
pic_2.src = "./images/LC002.JPG";
pic_3.src = "./images/LC003.JPG";
pic_4.src = "./images/LC004.JPG";
pic_5.src = "./images/LC007.JPG";
function doButtons(picimage) {
document['picture'].src=picimage;
}
// End -->
</script>
</head>
<!-- ----------------main body---------------- -->
<body>
<center>
<br><br><br><br>
<table width=63%>
<tr>
<td>
<div id=box>
<table>
<tr>
<td width=500>
<img name=picture src="images/LC000.JPG">
</td>
<td width=5%></td>
<td>
<p id=big>The AMG Summit</p>
<p id=medium>A research workshop in the San Juan mountains and elsewhere in Colorado and California for the
advancement of algebraic multigrid methods and related topics.</p>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table width=63%>
<tr>
<td>
<div id=box>
<table width=100%>
<tr align=center id=big>
<td><a onmouseover = "doButtons('./images/LC001.JPG')" href="schedule.html">Schedule</a></td>
<td><a onmouseover = "doButtons('./images/LC002.JPG')" href="history.html">History</a></td>
<td><a onmouseover = "doButtons('./images/LC003.JPG')" href="participants.html">Participants</a></td>
<td><a onmouseover = "doButtons('./images/LC004.JPG')" href="sponsors.html">Sponsors</a></td>
<td><a onmouseover = "doButtons('./images/LC007.JPG')" href="topics.html">Current Topics</a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<!-- -------------------------------- -->
<br><br>
<table width=63%>
<tr><td>
<!-- Start of StatCounter Code -->
<script type="text/javascript" language="javascript">
var sc_project=938597;
var sc_invisible=1;
var sc_partition=7;
var sc_security="fd1c2700";
</script>
<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a
href="http://www.statcounter.com/" target="_blank"><img
src="http://c8.statcounter.com/counter.php?sc_project=938597&amp;java=0&amp;security=fd1c2700&amp;invisible=0" alt="website page counter"
border="0"></a> </noscript>
<!-- End of StatCounter Code -->
</td></tr>
</table>
</center>
<!-- -------------------------------- -->
<table width=95%>
<tr>
<td>
<!-- <div id=box> -->
<table width=100%>
<tr align=right id=big>
<td>
<!-- a href=photos.html -->
<img width='26.6' height='170.0' border='0' src='images/neutral.gif' alt= />
<!-- /a -->
</td>
</tr>
<tr align=right id=big>
<td>
<a href="photos.html">
<img width='26.6' height='20.0' border='0' src='images/camera.gif' alt= />
</a>
</td>
</tr>
<tr align=right id=big>
<td>
<a href="moose.mov">
<img width='26.6' height='20.0' border='0' src='images/video.jpg' alt= />
</a>
</td>
</tr>
<tr align=right id=big>
<td>
<a href="log2011.pdf">
<img width='26.6' height='20.0' border='0' src='images/blackboard.png' alt= />
</a>
</td>
</tr>
<tr align=right id=big>
<td>
<a href="log2013.pdf">
<img width='26.6' height='20.0' border='0' src='images/blackboard.png' alt= />
</a>
</td>
</tr>
<tr align=right id=big>
<td>
<a href="log2015.pdf">
<img width='26.6' height='20.0' border='0' src='images/blackboard.png' alt= />
</a>
</td>
</tr>
<tr align=right id=big>
<td>
<a href="log2017.pdf">
<img width='26.6' height='20.0' border='0' src='images/blackboard.png' alt= />
</a>
</td>
</tr>
</table>
<!-- </div> -->
</td>
</tr>
</table>
<!-- -------------------------------- -->
</body>
</html>