diff options
author | Björn B. Brandenburg <bbb@cs.unc.edu> | 2010-04-04 17:04:47 -0400 |
---|---|---|
committer | Björn B. Brandenburg <bbb@cs.unc.edu> | 2010-04-04 17:04:47 -0400 |
commit | 28b4446e26d22c95f2ac6c388321283e25021db8 (patch) | |
tree | 1a8325ea842576242239f7b054bceb4b650b9044 /archive.html | |
parent | 58c40206c97fdfddddd2cb9c2774e6af3fc0fd39 (diff) |
Add news archive.
Diffstat (limited to 'archive.html')
-rwxr-xr-x | archive.html | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/archive.html b/archive.html new file mode 100755 index 0000000..42c9175 --- /dev/null +++ b/archive.html | |||
@@ -0,0 +1,71 @@ | |||
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</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 | <div id="news" class="news"> | ||
29 | <h2>News Archive</h2> | ||
30 | <div class="newsitem"> | ||
31 | <p class="date">September 2009</p> | ||
32 | <h3>Visiting Researcher</h3> | ||
33 | <p>The UNC Real-Time Systems Group welcomes <a href="http://rts.eit.uni-kl.de%2Findex.php%3Fid%3D18%26people_action%3Ddetail%26people_id%3D8">Raphael Guerra</a> (of TU Kaiserslautern). Raphael will stay for two months and collaborate on scheduling-theoretic while at UNC. | ||
34 | </p> | ||
35 | </div> | ||
36 | <div class="newsitem"> | ||
37 | <p class="date">August 2009</p> | ||
38 | <h3>New Students</h3> | ||
39 | <p>Guruprasad Aphale and Jeremy Erickson have joined the real-time systems group.</p> | ||
40 | </div> | ||
41 | <div class="newsitem"> | ||
42 | <p class="date">July 2009</p> | ||
43 | <h3>ECRTS 2010</h3> | ||
44 | <p>Prof. Jim Anderson serves as the Program Chair for the 22nd Euromicro Conference on Real-Time Systems (ECRTS 2010). <a href="http://ecrts10.ecrts.org/">Call for papers</a>.</p> | ||
45 | </div> | ||
46 | <div class="newsitem"> | ||
47 | <p class="date">July 2009</p> | ||
48 | <h3>Workshop on Multicore Scheduling</h3> | ||
49 | <p>Prof. Sanjoy Baruah is co-organizing the workshop <a href="http://www.cs.unc.edu/~baruah/Meetings/2009XRTS/">Real-time | ||
50 | systems on multicore platforms: Theory and Practice</a>. The workshop, which is part of <a href="http://www.cse.ohio-state.edu/~icpp2009/">ICPP 2009</a>, will be held in Vienna on September 22.</p> | ||
51 | </div> | ||
52 | <div class="newsitem"> | ||
53 | <p class="date">July 2009</p> | ||
54 | <h3>Dagstuhl Seminar on Scheduling</h3> | ||
55 | <p>Prof. Sanjoy Baruah is co-organizing the the <a href="http://www.dagstuhl.de/en/program/calendar/semhp/?semnr=10071">Dagstuhl Seminar on Scheduling</a>. The seminar will be held in February 2010. </p> | ||
56 | </div> | ||
57 | <div class="newsitem"> | ||
58 | <p class="date">June 2009</p> | ||
59 | <h3>New Students</h3> | ||
60 | <p>Mac Mollison and Glenn Elliott have joined the real-time systems group.</p> | ||
61 | </div> | ||
62 | </div> | ||
63 | </div> | ||
64 | </div> | ||
65 | <div id="footer"> | ||
66 | <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> | ||
67 | </div> | ||
68 | |||
69 | </div> | ||
70 | </body> | ||
71 | </html> | ||