diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-07-26 21:56:04 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-07-26 21:56:04 -0400 |
commit | c335f28834c7726aa87421c9bb2ac1baacb96839 (patch) | |
tree | 52aaba13aec7b03458e17f4bacdd7edd86dae275 | |
parent | 826ed4d6ef58ad016a70e60783f75ca9f18a914b (diff) |
make rt lunch page nicer and more useful
-rw-r--r-- | lunch.html | 21 | ||||
-rwxr-xr-x | style.css | 6 |
2 files changed, 22 insertions, 5 deletions
@@ -25,9 +25,19 @@ | |||
25 | <div id="container2"> | 25 | <div id="container2"> |
26 | <div id="content"> | 26 | <div id="content"> |
27 | <h2>Real-Time Lunch</h2> | 27 | <h2>Real-Time Lunch</h2> |
28 | <p>is a weekly event allowing members of the group to exchange information on the current state of their research. Meetings are held on Monday from 12:30 to 2:00 in FB 122.</p> | 28 | <p>RT Lunch is a weekly seminar focussed on current research in real-time systems and related fields. It is open to all and a great way to get to know UNC's Real-Time Systems group. <em>Y'all should come!</em> |
29 | </p> | ||
30 | <h2>Mailing List</h2> | ||
31 | <p>RT Lunch is coordinated via our mailing list <a href="mailto:rtlunch@listserv.unc.edu">rtlunch@listserv.unc.edu</a>. This list is also used to share any other relevant news and to coordinate upcoming events. All members of the Real-Time Systems group should subscribe to this list. | ||
32 | </p> | ||
33 | |||
34 | <h2>Time and Location</h2> | ||
35 | <p> | ||
36 | Meetings are held on Monday from 12:30 to 2:00 in FB 122.</p> | ||
37 | |||
29 | <h2>Fall 2009</h2> | 38 | <h2>Fall 2009</h2> |
30 | <p>To be announced.</p> | 39 | <p class="note">To be announced.</p> |
40 | |||
31 | <h2>Spring 2009</h2> | 41 | <h2>Spring 2009</h2> |
32 | <table class="event"> | 42 | <table class="event"> |
33 | <tr class="heading"> | 43 | <tr class="heading"> |
@@ -48,15 +58,16 @@ | |||
48 | <tr> | 58 | <tr> |
49 | <td>2/16/2009</td> | 59 | <td>2/16/2009</td> |
50 | <td>Björn Brandenburg</td> | 60 | <td>Björn Brandenburg</td> |
51 | <td>Recap of the Transactional Memory Workshop at PPoPP</td> | 61 | <td>Recap of the Transactional Memory Workshop held in conjunction with PPoPP'09</td> |
52 | </tr> | 62 | </tr> |
53 | <tr> | 63 | <tr> |
54 | <td>2/2/2009</td> | 64 | <td>2/2/2009</td> |
55 | <td>Cong Liu</td> | 65 | <td>Cong Liu</td> |
56 | <td><a href="lunch/2009-02-03%20Supporting%20Pipelines%20in%20Soft%20Real-Time%20Multiprocessor%20Systems.pdf">Supporting Pipelines in Soft Real-Time Multiprocessor Systems</a></td> | 66 | <td><a href="lunch/2009-02-03%20Supporting%20Pipelines%20in%20Soft%20Real-Time%20Multiprocessor%20Systems.pdf">Supporting Pipelines in Soft Real-Time Multiprocessor Systems</a></td> |
57 | </tr> | 67 | </tr> |
58 | |||
59 | </table> | 68 | </table> |
69 | <p class="note">Note: Listing is incomplete.</p> | ||
70 | |||
60 | <h2>Fall 2008</h2> | 71 | <h2>Fall 2008</h2> |
61 | <table> | 72 | <table> |
62 | <tr class="heading"> | 73 | <tr class="heading"> |
@@ -110,6 +121,8 @@ | |||
110 | <td><a href="lunch/2008-08-27%20Cache-Aware%20Real-Time%20Scheduling%20on%20Multicore%20Platforms.ppt">Cache-Aware Real-Time Scheduling on Multicore Platforms</a></td> | 121 | <td><a href="lunch/2008-08-27%20Cache-Aware%20Real-Time%20Scheduling%20on%20Multicore%20Platforms.ppt">Cache-Aware Real-Time Scheduling on Multicore Platforms</a></td> |
111 | </tr> | 122 | </tr> |
112 | </table> | 123 | </table> |
124 | <h2>Pre 2008</h2> | ||
125 | <p>Real-Time Lunch has been around forever (<em>i.e.</em>, longer than the current grad student generation), but the old schedules have been lost in the sands of time. Rumor has it that the talks were great, though. ;-)</p> | ||
113 | </div> | 126 | </div> |
114 | </div> | 127 | </div> |
115 | <div id="footer"> | 128 | <div id="footer"> |
@@ -208,12 +208,16 @@ padding:10px 10px 0 50px; */ | |||
208 | } | 208 | } |
209 | 209 | ||
210 | #content p { | 210 | #content p { |
211 | padding-bottom: 10px; | 211 | /* padding-bottom: 10px; */ |
212 | /* | 212 | /* |
213 | 213 | ||
214 | border-bottom: 1px solid #DDDDDD;*/ | 214 | border-bottom: 1px solid #DDDDDD;*/ |
215 | } | 215 | } |
216 | 216 | ||
217 | .note { | ||
218 | font-style: italic; | ||
219 | } | ||
220 | |||
217 | #news p { | 221 | #news p { |
218 | margin: 0; | 222 | margin: 0; |
219 | } | 223 | } |