diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2010-09-07 20:54:01 -0400 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2010-09-07 20:55:12 -0400 |
commit | 32b7e33c4cb8b9c2c3f0b3f48c885d5642b21de2 (patch) | |
tree | f5efe6e0b7efb0202871a031f99871c48e6947e9 | |
parent | e1b9c99370885c881bc33b7d6a3818cd2168a649 (diff) |
RT Lunch: Correct ordering of entries for current semester
Now it matches what has been done in the past (add the most
recent entries to the top of the list, not the bottom, so the
newest information is at the top).
-rw-r--r-- | lunch.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -44,15 +44,15 @@ | |||
44 | <td>Topic</td> | 44 | <td>Topic</td> |
45 | </tr> | 45 | </tr> |
46 | <tr> | 46 | <tr> |
47 | <td>09/01/2010</td> | ||
48 | <td><i>No talk</i></td> | ||
49 | <td><i>No talk (Social lunch only)</i></td> | ||
50 | </tr> | ||
51 | <tr> | ||
52 | <td>09/08/2010</td> | 47 | <td>09/08/2010</td> |
53 | <td>Andrea Bastoni</td> | 48 | <td>Andrea Bastoni</td> |
54 | <td>Cache-Related Preemption and Migration Delays: Empirical Approximation and Impact on Schedulability</td> | 49 | <td>Cache-Related Preemption and Migration Delays: Empirical Approximation and Impact on Schedulability</td> |
55 | </tr> | 50 | </tr> |
51 | <tr> | ||
52 | <td>09/01/2010</td> | ||
53 | <td><i>No talk</i></td> | ||
54 | <td><i>No talk (Social lunch only)</i></td> | ||
55 | </tr> | ||
56 | </table> | 56 | </table> |
57 | 57 | ||
58 | <h2>Spring 2010</h2> | 58 | <h2>Spring 2010</h2> |