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
|
<!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=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">
<h1>Real-Time Systems: Conferences</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>Conferences</h2>
<p>Following is a listing of conferences of relevance to our research group. Please note that this information is subject to frequent change and, thus, may become out of date. Please <a href="mailto:mollison@cs.unc.edu">email</a> updates/suggestions to the maintainer of this page.
</p>
<table class="event">
<tr class="heading"><td>Deadline</td><td>Conference</td><td>Location</td><td>Dates</td></tr>
<tr><td>Feb. 24, 2010</td><td><a href="http://www.cse.ohio-state.edu/~lai/icpp2010">ICPP</a></td><td>San Diego, CA</td><td>Sep. 13-16, 2010</td></tr>
<tr><td>Mar. 5, 2010</td><td><a href="http://www.scim.brad.ac.uk/~ylwu/ICESS2010/">ICESS</a></td><td>Bradford, UK</td><td>Jun. 29-Jul.1, 2010</td></tr>
<tr><td>Mar. 15, 2010</td><td><a href="http://etfa2010.org">ETFA</a></td><td>Bilbao, SP</td><td>Sep. 13-16, 2010</td></tr>
<tr><td>Mar. 19, 2010</td><td><a href="http://events.unitn.it/en/sies2010">IEEE-IES</a></td><td>Trento, IT</td><td>Jul. 7-9, 2010</td></tr>
<tr><td>Apr. 9, 2010</td><td><a href="http://www.rtcsa.org">RTCSA</a></td><td>Macau SAR, P.R.C.</td><td>Aug. 23-25, 2010</td></tr>
<tr><td>Apr. 11, 2010</td><td><a href="http://www.emsoft.org">EMSOFT</a></td><td>Scottsdale, AZ</td><td>Oct. 24-29, 2010</td></tr>
<tr><td>May 16, 2010</td><td><a href="http://www.rtss.org">RTSS</a></td><td>San Diego, CA</td><td>Dec. 1-3, 2010</td></tr>
<tr><td>Jun. 6, 2010</td><td><a href="http://www.irit.fr/rtns2010">RTNS</a></td><td>Toulouse, FR</td><td>Nov. 4-5, 2010</td></tr>
</table>
</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>
|