diff options
-rw-r--r-- | conferences.html | 42 | ||||
-rwxr-xr-x | index.html | 1 | ||||
-rw-r--r-- | lunch.html | 1 | ||||
-rwxr-xr-x | papers.html | 4 | ||||
-rwxr-xr-x | people.html | 1 | ||||
-rw-r--r-- | photos.html | 1 | ||||
-rwxr-xr-x | projects.html | 1 |
7 files changed, 49 insertions, 2 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> | ||
@@ -20,6 +20,7 @@ | |||
20 | <li><a href="./photos.html"><span>Photos</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> | 21 | <li><a href="./lunch.html"><span>Real-Time Lunch</span></a></li> |
22 | <li><a href="./projects.html"><span>Projects</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> | ||
23 | </ul> | 24 | </ul> |
24 | </div> | 25 | </div> |
25 | <div id="container2"> | 26 | <div id="container2"> |
@@ -20,6 +20,7 @@ | |||
20 | <li><a href="./photos.html"><span>Photos</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> | 21 | <li><a href="./lunch.html"><span>Real-Time Lunch</span></a></li> |
22 | <li><a href="./projects.html"><span>Projects</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> | ||
23 | </ul> | 24 | </ul> |
24 | </div> | 25 | </div> |
25 | <div id="container2"> | 26 | <div id="container2"> |
diff --git a/papers.html b/papers.html index c198ed1..db71a36 100755 --- a/papers.html +++ b/papers.html | |||
@@ -18,9 +18,9 @@ Chapel Hill</title> | |||
18 | <li><a href="./people.html"><span>People</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> | 19 | <li><a href="./papers.html"><span>Papers</span></a></li> |
20 | <li><a href="./photos.html"><span>Photos</span></a></li> | 20 | <li><a href="./photos.html"><span>Photos</span></a></li> |
21 | <li><a href="./lunch.html"><span>Real-Time | 21 | <li><a href="./lunch.html"><span>Real-Time Lunch</span></a></li> |
22 | Lunch</span></a></li> | ||
23 | <li><a href="./projects.html"><span>Projects</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> | 24 | </ul> |
25 | </div> | 25 | </div> |
26 | <div id="container2"> | 26 | <div id="container2"> |
diff --git a/people.html b/people.html index ae10001..829afe5 100755 --- a/people.html +++ b/people.html | |||
@@ -20,6 +20,7 @@ | |||
20 | <li><a href="./photos.html"><span>Photos</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> | 21 | <li><a href="./lunch.html"><span>Real-Time Lunch</span></a></li> |
22 | <li><a href="./projects.html"><span>Projects</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> | ||
23 | </ul> | 24 | </ul> |
24 | </div> | 25 | </div> |
25 | <div id="content"> | 26 | <div id="content"> |
diff --git a/photos.html b/photos.html index db2f4cf..1d43555 100644 --- a/photos.html +++ b/photos.html | |||
@@ -21,6 +21,7 @@ Chapel Hill</title> | |||
21 | <li><a href="./lunch.html"><span>Real-Time | 21 | <li><a href="./lunch.html"><span>Real-Time |
22 | Lunch</span></a></li> | 22 | Lunch</span></a></li> |
23 | <li><a href="./projects.html"><span>Projects</span></a></li> | 23 | <li><a href="./projects.html"><span>Projects</span></a></li> |
24 | <li><a href="./conferences.html"><span>Conferences</span></a></li> | ||
24 | </ul> | 25 | </ul> |
25 | </div> | 26 | </div> |
26 | <div id="container2"> | 27 | <div id="container2"> |
diff --git a/projects.html b/projects.html index 22f464b..70c19ca 100755 --- a/projects.html +++ b/projects.html | |||
@@ -20,6 +20,7 @@ | |||
20 | <li><a href="./photos.html"><span>Photos</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> | 21 | <li><a href="./lunch.html"><span>Real-Time Lunch</span></a></li> |
22 | <li><a href="./projects.html"><span>Projects</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> | ||
23 | </ul> | 24 | </ul> |
24 | </div> | 25 | </div> |
25 | <div id="container2"> | 26 | <div id="container2"> |