File: registration.shtml

package info (click to toggle)
slurm-wlm-contrib 24.11.5-2
  • links: PTS, VCS
  • area: contrib
  • in suites: trixie
  • size: 50,596 kB
  • sloc: ansic: 529,598; exp: 64,795; python: 17,051; sh: 9,411; javascript: 6,528; makefile: 4,030; perl: 3,762; pascal: 131
file content (78 lines) | stat: -rw-r--r-- 2,683 bytes parent folder | download | duplicates (7)
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
<!--#include virtual="header.txt"-->

<h1>Registration</h1>

<p>Please use with the following form to register for the
<b>Slurm User Group Meeting 2011</b> to be held September 22-23, 2011 in
Phoenix, Arizona, USA.
Note that a registration fee of $100 per person will be collected at
the meeting to defray expenses.</p>

<p>Thursday September 22 will be devoted to tutorials.
One room will be devoted to beginner level Slurm training.
A second room will be devoted to advanced topics of Slurm administration and use.
Please specify which tutorial track you would like to attend in the form below.</p>

<p>Friday September 23 will be devoted to a variety of technical presentations.
Please see the <a href="sug2011_agenda">agenda</a> for more details.</p>

<p>Early registration is recommended as the number of attendees is limited to
50 and speakers will receive priority.
You will receive by email the status of your registration within a
few days of its submission.</p>

<p>The meeting will be held at LOCATION/ADDRESS in Phoenix Arizion.
A block of rooms are available for meeting attendees wishing to stay at
THAT HOTEL at a preferred rate of $79. HOTEL CONTACT INFO HERE.</p>

<FORM METHOD=POST ENCTYPE="text/plain" ACTION="mailto:jette1@llnl.gov?subject=Registration">
	<PRE>

	  <table width="100%" border=0 cellspacing=0 cellpadding=0>
	    <tr>
	      <td width="10%">First Name</td>
	      <td width="80%"><INPUT NAME=Firstname size=30></td>
	    </tr>
	    <tr>
	      <td width="10%">Last Name</td>
	      <td width="80%"><INPUT NAME=Lastname size=30></td>

	    </tr>
	    <tr>
	      <td width="10%">Email</td>
	      <td width="80%"><INPUT NAME=Email size=30></td>
	    </tr>
	    <tr>
	      <td width="10%">Country</td>
	      <td width="80%"><INPUT NAME=Country size=30></td>

	    </tr>
	    <tr>
	      <td width="10%">Company</td>
	      <td width="80%"><INPUT NAME=Company size=30></td>
	    </tr>
	    <tr>
	      <td width="10%">Title</td>
	      <td width="80%"><INPUT NAME=Title size=30></td>

	    </tr>
	    <tr>
	      <td width="10%">Tutorials</td>
	      <td width="80%"><INPUT TYPE="radio" NAME=Tutorial VALUE=Beginner>Beginner<br>
	                      <INPUT TYPE="radio" NAME=Tutorial VALUE=Advanced>Advanced<br>
	                      <INPUT TYPE="radio" NAME=Tutorial VALUE=None>None</td>
	    </tr>
	    <tr>
	      <td width="10%">Comments</td>
	      <td width="80%"><TEXTAREA NAME=Comments rows=5 cols=50></TEXTAREA></td>
	    </tr>
	    <tr>
	      <td width="30%"><INPUT TYPE=SUBMIT VALUE=Submit></td>
	      <td width="30%"><INPUT TYPE=RESET VALUE=Clear></td>

	    </tr>
	  </table>
	</PRE>
</FORM>

<!--#include virtual="footer.txt"-->