summaryrefslogtreecommitdiffstats
path: root/index.html
blob: 550e71a78e44bd0461be3e11618d0b321c72947d (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
71
72
73
74
75
76
77
78
79
80
81
<!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">August 2010</p>
            <h3>Alum Receives NSF Award</h3>
            <p>Congratulations to <a href="http://www.cs.wayne.edu/~fishern/">Nathan Fisher</a>, an alum of UNC's real-time group, for receiving an <a href="http://nsf.gov/awardsearch/showAward.do?AwardNumber=0953585">NSF CAREER</a> award.
            </p>
          </div>
          <div class="newsitem">
            <p class="date">May 2010</p>
            <h3>Recruiting Graduate Students</h3>
            <p>UNC's real-time group is <a href="http://www.cs.unc.edu/~anderson/litmus-rt/">actively seeking Linux-savy graduate students</a>.
            </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&ouml;rn Brandenburg</a>
            has been awarded a <a href="http://gradschool.unc.edu/funding/current.html">UNC Dissertation Completion Research 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">March 2010</p>
            <h3>PhD Defense</h3>
            <p><a href="http://www.cs.unc.edu/~leontyev">Hennadiy Leontyev</a> defended his dissertation. Congratulations, Hennadiy!
            </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 &#8220;Task Scheduling with Self-Suspensions in Soft Real-Time Multiprocessor Systems&#8221; 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>