-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.html
123 lines (104 loc) · 3.33 KB
/
sponsors.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
<!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>
<a href="http://www.frontrangescicomp.com/frsc/Welcome.html">Front Range Scientific Computing</a> <br><br>
<a href="https://studios.disneyresearch.com/">Walt Disney Corp.</a> <br><br>
<a href="http://amath.colorado.edu">University of Colorado, Applied Math</a> <br><br>
<a href="https://math.unm.edu">University of New Mexico, Applied Math</a> <br><br><br>
<a href="http://amath.colorado.edu/~stevem/">Steve McCormick</a> <br><br>
<a href="http://amath.colorado.edu/~tmanteuf/">Tom Manteuffel</a> <br><br>
<a href="https://people.llnl.gov/falgout2">Rob Falgout</a> <br><br>
<a href="http://www.math.unm.edu/~schroder/">Jacob Schroder</a> <br><br>
</div>
</td>
</tr>
</table>
<br><br>
<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>