-
Notifications
You must be signed in to change notification settings - Fork 1
/
schedule.html
110 lines (99 loc) · 2.98 KB
/
schedule.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
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<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_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/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/LC007.JPG">
</td>
<td width=5%></td>
<td>
<p id=big>The AMG Summit</p>
<p id=medium>A research workshop in the high Rocky Mountains and on the California coast for the
advancement of algebraic multigrid methods and related methods.</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>
<!-- -------------------------------- -->
<table width=63%>
<tr>
<td>
<div id=box>
The 2023 Summit will be held at the Baywood Inn and Back Bay Inn in Los Osos, California. The Summit dates are October 3 - October 7, 2023.
<br>
<a href="https://www.baywoodinn.com/">https://www.baywoodinn.com/</a> <br>
<a href="https://www.backbayinn.com/">https://www.backbayinn.com/</a>.
</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>
</body>