diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2010-02-09 19:42:37 -0500 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2010-02-09 19:49:16 -0500 |
commit | 6b03109c5ecd59954725ffc20f53279ce0a786fb (patch) | |
tree | 05e7e4605ec720eae6cec7dec83e863882f81fa5 /conferences.html | |
parent | 71e426598a480c117cca399ef7e7ac2a7998c539 (diff) |
Created conferences page
Diffstat (limited to 'conferences.html')
-rw-r--r-- | conferences.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/conferences.html b/conferences.html new file mode 100644 index 0000000..4b4eb47 --- /dev/null +++ b/conferences.html | |||
@@ -0,0 +1,42 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <title>Real-Time Systems at The University of North Carolina at Chapel Hill</title> | ||
6 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> | ||
7 | <link href="style.css" rel="stylesheet" type="text/css" /> | ||
8 | </head> | ||
9 | <body> | ||
10 | <div id="container"> | ||
11 | <div id="header"> | ||
12 | <h1>Real-Time Systems: Conferences</h1> | ||
13 | <p>at The University of North Carolina at Chapel Hill</p> | ||
14 | </div> | ||
15 | <div id="tabs10"> | ||
16 | <ul> | ||
17 | <li><a href="./index.html"><span>Welcome</span></a></li> | ||
18 | <li><a href="./people.html"><span>People</span></a></li> | ||
19 | <li><a href="./papers.html"><span>Papers</span></a></li> | ||
20 | <li><a href="./photos.html"><span>Photos</span></a></li> | ||
21 | <li><a href="./lunch.html"><span>Real-Time Lunch</span></a></li> | ||
22 | <li><a href="./projects.html"><span>Projects</span></a></li> | ||
23 | <li><a href="./conferences.html"><span>Conferences</span></a></li> | ||
24 | </ul> | ||
25 | </div> | ||
26 | <div id="container2"> | ||
27 | <div id="content"> | ||
28 | <h2>Conferences</h2> | ||
29 | <p>Following is a listing of conferences of relevance to our research group. Please note that this information is subject to frequent change and, thus, may become out-of-date. Please email updates/suggestions to the <a href="mailto:mollison@cs.unc.edu">maintainer</a> of this page. | ||
30 | </p> | ||
31 | <table class="event"> | ||
32 | <tr class="heading"><td>Deadline</td><td>Conference</td><td>Location</td><td>Dates</td></tr> | ||
33 | <tr><td>May 16</td><td><a href="http://www.rtss.org">RTSS</a></td><td>San Diego, CA</td><td>Dec 1-3</td></tr> | ||
34 | </table> | ||
35 | </div> | ||
36 | </div> | ||
37 | <div id="footer"> | ||
38 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0</a> | Copyright © UNC | Based on a Design by Aaron Block</p> | ||
39 | </div> | ||
40 | </div> | ||
41 | </body> | ||
42 | </html> | ||