blob: 9a9cd29c56f5b49edfa727fe0b0e8992eea31532 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Real-Time Systems at The University of North Carolina at Chapel Hill</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">
<h1>Real-Time Systems</h1>
<p>at The University of North Carolina at Chapel Hill</p>
</div>
<div id="tabs10">
<ul>
<li><a href="./index.html"><span>Welcome</span></a></li>
<li><a href="./people.html"><span>People</span></a></li>
<li><a href="./papers.html"><span>Papers</span></a></li>
<li><a href="./photos.html"><span>Photos</span></a></li>
<li><a href="./lunch.html"><span>Real-Time Lunch</span></a></li>
<li><a href="./projects.html"><span>Projects</span></a></li>
<li><a href="./conferences.html"><span>Conferences</span></a></li>
</ul>
</div>
<div id="container2">
<div id="content">
<h2>Welcome</h2><img src="group_dresden_small.jpg" alt="Left Align" class="left" height="145" width="200" />
<p>Hello and welcome to the homepage of the Real-Time Systems group at <a href="http://www.cs.unc.edu">The University of North Carolina at Chapel Hill</a>. Here you can find information on our group, important dates, information about our current projects (including our <a href="http://www.cs.unc.edu/~anderson/litmus-rt/">LITMUS<sup>RT</sup></a> system), and photos from conferences.</p>
<div id="news" class="news">
<hr />
<h2>News</h2>
<div class="newsitem">
<p class="date">May 2010</p>
<h3>Visiting Researchers</h3>
<p>Our good friends <a href="http://dev.ulb.ac.be/sched/homepage.php3?listing=Goossens">Joel Goossens</a> and <a href="http://dev.ulb.ac.be/sched/homepage.php3?listing=Berten">Vandy Berten</a> of <a href="http://www.ulb.ac.be/">L'Université libre de Bruxelles</a>
will be visiting us for a couple of weeks starting May 9th. Welcome!
</p>
</div>
<div class="newsitem">
<p class="date">April 2010</p>
<h3>Fellowships</h3>
<p><a href="http://www.cs.unc.edu/~mollison/">Mac Mollison</a> has been awarded a <a href="http://www.ncspacegrant.org/fs/f1/">NC Space Grant Graduate Research Fellowship</a>. <a href="http://www.cs.unc.edu/~bbb">Björn Brandenburg</a>
has been awarded a <a href="http://gradschool.unc.edu/funding/current.html">UNC Dissertation Completion Fellowship</a>. <a href="http://www.cs.unc.edu/~jerickso/">Jeremy Erickson</a> received an honorable mention from NSF. We would like to thank all our funding sources for their continued support.
</p>
</div>
<div class="newsitem">
<p class="date">December 2009</p>
<h3>Best Paper Award</h3>
<p>Cong Liu and James H. Anderson won the best student paper award for <a href="http://www.cs.unc.edu/~anderson/papers/rtss09d.pdf">their paper</a> entitled “Task Scheduling with Self-Suspensions in Soft Real-Time Multiprocessor Systems” at the 30th IEEE Real-Time Systems Symposium in Washington, DC. Congratulations!</p>
</div>
<div class="newsitem">
<p class="date">October 2009</p>
<h3>Visiting Researcher</h3>
<p>The UNC Real-Time Systems Group welcomes <a href="http://www.sprg.uniroma2.it/home/bastoni/">Andrea Bastoni</a> (of the University of Rome "Tor Vergata" ). Andrea will collaborate on joint LITMUS<sup>RT</sup>-related work during his year-long stay with us.</p>
</div>
<div class="newsitem">
<h3>Archive</h3>
<p> Older items can be found in the <a href="archive.html">news archive</a>.</p>
</div>
</div>
</div>
</div>
<div id="footer">
<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>
</div>
</div>
</body>
</html>
|