-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.html
executable file
·36 lines (29 loc) · 1.26 KB
/
registration.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
<html>
<!--
Originally hosted at http://ismb2000.sdsc.edu/bosc2000/registration.html
Recreated using the snapshots at http://archive.org
-->
<title>Register for BOSC2000</title>
<style type="text/css"><!--
h1 { color: #336; font-style: normal; font-weight: bolder; font-family: Arial, Helvetica }
h2 { color: #336; font-style: normal; font-weight: bolder; font-family: Arial, Helvetica }
h3 { color: #336; font-style: normal; font-weight: bolder; font-family: Arial, Helvetica }-->
</style>
<body bgcolor="white">
<table border="0" cellpadding="2" cellspacing="2">
<tr>
<td colspan="2" align="left" valign="top"><img src="bosc2.gif" alt="BOSC 2000" width="100" height="100" hspace="10"></td>
<td valign="top">
<h2>Registration Information</h2>
<p><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Please e-mail the following form completed to <a href="mailto:[email protected]">Chris Dagdigian <[email protected]></a>. Registration fees (collected on site at the day of the conference) are US $40 academic and US $80 commercial.</font></td>
</tr>
</table>
<pre>
BOSC 2000 Registration Form
First Name:
Last Name:
e-mail:
Affiliation:
[ ] academic [ ] commercial (check one)</pre>
</body>
</html>