diff options
Diffstat (limited to 'litmuslunch.html')
-rw-r--r-- | litmuslunch.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/litmuslunch.html b/litmuslunch.html new file mode 100644 index 0000000..fb8d4e5 --- /dev/null +++ b/litmuslunch.html | |||
@@ -0,0 +1,65 @@ | |||
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: LITMUS<sup>RT</sup> Lunch</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>LITMUS<sup>RT</sup> Lunch</h2> | ||
29 | <p>LITMUS<sup>RT</sup> Lunch is a weekly seminar focused on current work on LITMUS<sup>RT</sup>. It is open to all but geared primarily towards those in the real-time group interested in implementation work. <em>Y'all should come!</em> | ||
30 | </p> | ||
31 | <h2>Mailing List</h2> | ||
32 | <p>LITMUS<sup>RT</sup> Lunch is coordinated via our LITMUS<sup>RT</sup> mailing list <a href="mailto:litmus-rt@listserv.unc.edu">litmus-rt@listserv.unc.edu</a>. This list is also used for all other LITMUS<sup>RT</sup> work, such as reserving machines. All members of the Real-Time Systems group who intend to work on LITMUS<sup>RT</sup> should subscribe to this list. | ||
33 | </p> | ||
34 | |||
35 | <h2>Time and Location</h2> | ||
36 | <p> | ||
37 | For the Fall 2010 semester, LITMUS<sup>RT</sup> Lunch is held each Monday from 12:30 to 1:30 in FB 120.</p> | ||
38 | |||
39 | <h2>Fall 2010</h2> | ||
40 | <table class="event"> | ||
41 | <tr class="heading"> | ||
42 | <td>Date</td> | ||
43 | <td>Presenter</td> | ||
44 | <td>Topic</td> | ||
45 | </tr> | ||
46 | <tr> | ||
47 | <td>08/29/2010</td> | ||
48 | <td>Glenn Elliott</td> | ||
49 | <td>Introduction to LITMUS<sup>RT</sup></td> | ||
50 | </tr> | ||
51 | <tr> | ||
52 | <td>09/12/2010</td> | ||
53 | <td>Glenn Elliott</td> | ||
54 | <td><a href="lunch/2010-09-12-LitmusGFIFOTutorial.docx">G-FIFO Tutorial</a></td> | ||
55 | </tr> | ||
56 | </table> | ||
57 | |||
58 | </div> | ||
59 | </div> | ||
60 | <div id="footer"> | ||
61 | <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> | ||
62 | </div> | ||
63 | </div> | ||
64 | </body> | ||
65 | </html> | ||