diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2012-06-13 12:09:29 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2012-06-13 12:09:29 -0400 |
commit | 81c056e6c01f96b6fe1b97249f38497375932e93 (patch) | |
tree | b8a0d43d87687dfe1a5a1d39a106b73de78c287e | |
parent | 5cadf1145a20c6767c706959b576e1d7ca1aaefa (diff) |
Update conferences
Format change: alternating row color and early abstracts.
-rw-r--r-- | conferences.csv | 10 | ||||
-rw-r--r-- | conferences.html | 41 | ||||
-rwxr-xr-x | style.css | 3 |
3 files changed, 29 insertions, 25 deletions
diff --git a/conferences.csv b/conferences.csv index 6c36975..ab8ab9d 100644 --- a/conferences.csv +++ b/conferences.csv | |||
@@ -4,13 +4,13 @@ RTAS,http://www.rtas.org/,"Beijing, China",10/14/2011,4/16/2012,4/19/2012 | |||
4 | SIES,http://sies2012.ira.uka.de/index.php,"Karlsruhe, Germany",2/26/2012,6/20/2012,6/22/2012 | 4 | SIES,http://sies2012.ira.uka.de/index.php,"Karlsruhe, Germany",2/26/2012,6/20/2012,6/22/2012 |
5 | ETFA,http://www.etfa2012.org/,"Krakow, Poland",3/25/2012,9/17/2012,9/21/2012 | 5 | ETFA,http://www.etfa2012.org/,"Krakow, Poland",3/25/2012,9/17/2012,9/21/2012 |
6 | RTCSA,http://rtcsa.konkuk.ac.kr/,"Seoul, Korea",4/23/2012,8/19/2012,8/22/2012 | 6 | RTCSA,http://rtcsa.konkuk.ac.kr/,"Seoul, Korea",4/23/2012,8/19/2012,8/22/2012 |
7 | "ESWeek (3 Conferences) Abstracts Due 4/4",http://www.esweek.org/,"Tampere, Finland",4/11/2012,10/7/2012,10/12/2012 | 7 | "ESWeek<sup>*</sup> (3 Conferences)",http://www.esweek.org/,"Tampere, Finland",4/11/2012,10/7/2012,10/12/2012 |
8 | RTLWS,https://www.osadl.org/RTLWS-2012.rtlws-2012.0.html,"Chapel Hill, NC",7/23/2012,10/18/2012,10/20/2012 | 8 | RTLWS,https://www.osadl.org/RTLWS-2012.rtlws-2012.0.html,"Chapel Hill, NC",7/23/2012,10/18/2012,10/20/2012 |
9 | RTNS,http://rtns2012.loria.fr/,"Pont a Mousson, France",6/10/2012,11/8/2012,11/9/2012 | 9 | RTNS,http://rtns2012.loria.fr/,"Pont a Mousson, France",6/10/2012,11/8/2012,11/9/2012 |
10 | OPODIS,http://www.opodis.net/,"Toulouse, France",7/22/2011,12/12/2011,12/16/2011 | 10 | "OPODIS<sup>*</sup>",http://www.opodis.net/,"Rome, Italy",7/10/2012,12/17/2012,12/21/2012 |
11 | IPDPS,http://www.ipdps.org/,"Shanghai, China",10/2/2011,5/21/2012,5/25/2012 | 11 | IPDPS,http://www.ipdps.org/,"Cambridge, MA",9/30/2012,5/20/2013,5/24/2013 |
12 | LAW,http://www.acsac.org/2011/workshops/law/,"Orlando, FA",9/29/2011,12/5/2011,12/9/2011 | 12 | LAW,http://www.acsac.org/2011/workshops/law/,"Orlando, FA",9/29/2011,12/5/2011,12/9/2011 |
13 | EuroSys,http://eurosys2012.unibe.ch/,"Bern, Switzerland",10/20/2011,4/11/2012,4/13/2012 | 13 | "EuroSys<sup>*</sup>",http://eurosys2013.tudos.org/,"Prague, Czech Republic",10/20/2012,4/15/2013,4/17/2013 |
14 | NFM,http://shemesh.larc.nasa.gov/nfm2012/,"Norfolk, VA",12/18/2011,4/3/2012,4/5/2012 | 14 | NFM,http://ti.arc.nasa.gov/events/nfm-2013/,"Norfolk, VA",12/18/2011,4/3/2012,4/5/2012 |
15 | APRES,http://cps.kaist.ac.kr/apres2012/,"Beijing, China",2/6/2012,4/16/2012 | 15 | APRES,http://cps.kaist.ac.kr/apres2012/,"Beijing, China",2/6/2012,4/16/2012 |
16 | ICPP,http://www.icpp2012.org/,"Pittsburgh, PA",3/2/2012,9/10/2012,9/13/2012 | 16 | ICPP,http://www.icpp2012.org/,"Pittsburgh, PA",3/2/2012,9/10/2012,9/13/2012 |
diff --git a/conferences.html b/conferences.html index f4662e1..ada5220 100644 --- a/conferences.html +++ b/conferences.html | |||
@@ -5,6 +5,10 @@ | |||
5 | <title>Real-Time Systems at The University of North Carolina at Chapel Hill</title> | 5 | <title>Real-Time Systems at The University of North Carolina at Chapel Hill</title> |
6 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> | 6 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
7 | <link href="style.css" rel="stylesheet" type="text/css" /> | 7 | <link href="style.css" rel="stylesheet" type="text/css" /> |
8 | <style type="text/css"> | ||
9 | table.conferences {border-collapse: collapse} | ||
10 | table.conferences tr:nth-child(even) {background: #CCC} | ||
11 | </style> | ||
8 | </head> | 12 | </head> |
9 | <body> | 13 | <body> |
10 | <div id="container"> | 14 | <div id="container"> |
@@ -29,25 +33,26 @@ | |||
29 | <p>Following is a listing of conferences, workshops and symposia of relevance to our research group.</p> | 33 | <p>Following is a listing of conferences, workshops and symposia of relevance to our research group.</p> |
30 | <p>Past deadlines are listed in <span style="color: red">red</span>. These listings are retained until the conference has been held and the web page for its successor is available.</p> | 34 | <p>Past deadlines are listed in <span style="color: red">red</span>. These listings are retained until the conference has been held and the web page for its successor is available.</p> |
31 | <p>This information is subject to frequent change. If you notice some information that is outdated, we kindly ask that you <a href="mailto:cjk@cs.unc.edu">send email to</a> the maintainer of this page.</p> | 35 | <p>This information is subject to frequent change. If you notice some information that is outdated, we kindly ask that you <a href="mailto:cjk@cs.unc.edu">send email to</a> the maintainer of this page.</p> |
32 | <table class="event"> | 36 | <table class="conferences"> |
33 | <tr class="heading"><td style="width: 150px">Deadline</td><td style="width: 200px">Conference</td><td style="width: 140px">Location</td><td style="width: 200px">Dates</td></tr> | 37 | <tr class="heading"><td style="width: 50px">Deadline</td><td style="width: 235px">Conference</td><td style="width: 135px">Location</td><td style="width: 180px">Dates</td></tr> |
34 | <tr><td style="color: red">Jul. 22, 2011</td><td><a href="http://www.opodis.net/">OPODIS</a></td><td>Toulouse, France</td><td>Dec. 12 – 16, 2011</td></tr> | 38 | <tr><td style="color: red">09/29/11</td><td><a href="http://www.acsac.org/2011/workshops/law/">LAW</a></td><td>Orlando, FA</td><td>Dec. 5 – 9, 2011</td></tr> |
35 | <tr><td style="color: red">Sep. 29, 2011</td><td><a href="http://www.acsac.org/2011/workshops/law/">LAW</a></td><td>Orlando, FA</td><td>Dec. 5 – 9, 2011</td></tr> | 39 | <tr><td style="color: red">10/14/11</td><td><a href="http://www.rtas.org/">RTAS</a></td><td>Beijing, China</td><td>Apr. 16 – 19, 2012</td></tr> |
36 | <tr><td style="color: red">Oct. 2, 2011</td><td><a href="http://www.ipdps.org/">IPDPS</a></td><td>Shanghai, China</td><td>May. 21 – 25, 2012</td></tr> | 40 | <tr><td style="color: red">12/18/11</td><td><a href="http://ti.arc.nasa.gov/events/nfm-2013/">NFM</a></td><td>Norfolk, VA</td><td>Apr. 3 – 5, 2012</td></tr> |
37 | <tr><td style="color: red">Oct. 14, 2011</td><td><a href="http://www.rtas.org/">RTAS</a></td><td>Beijing, China</td><td>Apr. 16 – 19, 2012</td></tr> | 41 | <tr><td style="color: red">02/03/12</td><td><a href="http://ecrts12.ecrts.org/">ECRTS</a></td><td>Pisa, Italy</td><td>Jul. 10 – 13, 2012</td></tr> |
38 | <tr><td style="color: red">Oct. 20, 2011</td><td><a href="http://eurosys2012.unibe.ch/">EuroSys</a></td><td>Bern, Switzerland</td><td>Apr. 11 – 13, 2012</td></tr> | 42 | <tr><td style="color: red">02/06/12</td><td><a href="http://cps.kaist.ac.kr/apres2012/">APRES</a></td><td>Beijing, China</td><td>04/16/12</td></tr> |
39 | <tr><td style="color: red">Dec. 18, 2011</td><td><a href="http://shemesh.larc.nasa.gov/nfm2012/">NFM</a></td><td>Norfolk, VA</td><td>Apr. 3 – 5, 2012</td></tr> | 43 | <tr><td style="color: red">02/26/12</td><td><a href="http://sies2012.ira.uka.de/index.php">SIES</a></td><td>Karlsruhe, Germany</td><td>Jun. 20 – 22, 2012</td></tr> |
40 | <tr><td style="color: red">Feb. 3, 2012</td><td><a href="http://ecrts12.ecrts.org/">ECRTS</a></td><td>Pisa, Italy</td><td>Jul. 10 – 13, 2012</td></tr> | 44 | <tr><td style="color: red">03/02/12</td><td><a href="http://www.icpp2012.org/">ICPP</a></td><td>Pittsburgh, PA</td><td>Sep. 10 – 13, 2012</td></tr> |
41 | <tr><td style="color: red">Feb. 6, 2012</td><td><a href="http://cps.kaist.ac.kr/apres2012/">APRES</a></td><td>Beijing, China</td><td>Apr. 16, 2012</td></tr> | 45 | <tr><td style="color: red">03/25/12</td><td><a href="http://www.etfa2012.org/">ETFA</a></td><td>Krakow, Poland</td><td>Sep. 17 – 21, 2012</td></tr> |
42 | <tr><td style="color: red">Feb. 26, 2012</td><td><a href="http://sies2012.ira.uka.de/index.php">SIES</a></td><td>Karlsruhe, Germany</td><td>Jun. 20 – 22, 2012</td></tr> | 46 | <tr><td style="color: red">04/11/12</td><td><a href="http://www.esweek.org/">ESWeek<sup>*</sup> (3 Conferences)</a></td><td>Tampere, Finland</td><td>Oct. 7 – 12, 2012</td></tr> |
43 | <tr><td style="color: red">Mar. 2, 2012</td><td><a href="http://www.icpp2012.org/">ICPP</a></td><td>Pittsburgh, PA</td><td>Sep. 10 – 13, 2012</td></tr> | 47 | <tr><td style="color: red">04/23/12</td><td><a href="http://rtcsa.konkuk.ac.kr/">RTCSA</a></td><td>Seoul, Korea</td><td>Aug. 19 – 22, 2012</td></tr> |
44 | <tr><td style="color: red">Mar. 25, 2012</td><td><a href="http://www.etfa2012.org/">ETFA</a></td><td>Krakow, Poland</td><td>Sep. 17 – 21, 2012</td></tr> | 48 | <tr><td style="color: red">05/15/12</td><td><a href="http://sites.ieee.org/rtss2012/">RTSS</a></td><td>San Juan, Puerto Rico</td><td>Dec. 5 – 7, 2012</td></tr> |
45 | <tr><td style="color: red">Apr. 11, 2012</td><td><a href="http://www.esweek.org/">ESWeek (3 Conferences) Abstracts Due 4/4</a></td><td>Tampere, Finland</td><td>Oct. 7 – 12, 2012</td></tr> | 49 | <tr><td style="color: red">06/10/12</td><td><a href="http://rtns2012.loria.fr/">RTNS</a></td><td>Pont a Mousson, France</td><td>Nov. 8 – 9, 2012</td></tr> |
46 | <tr><td style="color: red">Apr. 23, 2012</td><td><a href="http://rtcsa.konkuk.ac.kr/">RTCSA</a></td><td>Seoul, Korea</td><td>Aug. 19 – 22, 2012</td></tr> | 50 | <tr><td>07/10/12</td><td><a href="http://www.opodis.net/">OPODIS<sup>*</sup></a></td><td>Rome, Italy</td><td>Dec. 17 – 21, 2012</td></tr> |
47 | <tr><td>May. 15, 2012</td><td><a href="http://sites.ieee.org/rtss2012/">RTSS</a></td><td>San Juan, Puerto Rico</td><td>Dec. 5 – 7, 2012</td></tr> | 51 | <tr><td>07/23/12</td><td><a href="https://www.osadl.org/RTLWS-2012.rtlws-2012.0.html">RTLWS</a></td><td>Chapel Hill, NC</td><td>Oct. 18 – 20, 2012</td></tr> |
48 | <tr><td>Jun. 10, 2012</td><td><a href="http://rtns2012.loria.fr/">RTNS</a></td><td>Pont a Mousson, France</td><td>Nov. 8 – 9, 2012</td></tr> | 52 | <tr><td>09/30/12</td><td><a href="http://www.ipdps.org/">IPDPS</a></td><td>Cambridge, MA</td><td>May. 20 – 24, 2013</td></tr> |
49 | <tr><td>Jul. 23, 2012</td><td><a href="https://www.osadl.org/RTLWS-2012.rtlws-2012.0.html">RTLWS</a></td><td>Chapel Hill, NC</td><td>Oct. 18 – 20, 2012</td></tr> | 53 | <tr><td>10/20/12</td><td><a href="http://eurosys2013.tudos.org/">EuroSys<sup>*</sup></a></td><td>Prague, Czech Republic</td><td>Apr. 15 – 17, 2013</td></tr> |
50 | </table> | 54 | </table> |
55 | <p style="font-size:0.8em;margin-top:-0.5em"><sup>*</sup> Abstracts due early.</p> | ||
51 | </div> | 56 | </div> |
52 | </div> | 57 | </div> |
53 | <div id="footer"> | 58 | <div id="footer"> |
@@ -59,7 +59,6 @@ h3 { | |||
59 | 59 | ||
60 | a { | 60 | a { |
61 | color: #6DA6E2; | 61 | color: #6DA6E2; |
62 | background-color: #FFFFFF; | ||
63 | text-decoration: none; | 62 | text-decoration: none; |
64 | font-weight: bold; | 63 | font-weight: bold; |
65 | } | 64 | } |
@@ -301,4 +300,4 @@ tr.heading { | |||
301 | text-decoration: none; | 300 | text-decoration: none; |
302 | border-top: 1px dotted #FFFFFF; | 301 | border-top: 1px dotted #FFFFFF; |
303 | border-bottom: 0px dotted #FFFFFF; | 302 | border-bottom: 0px dotted #FFFFFF; |
304 | } \ No newline at end of file | 303 | } |