From 9c1a87013098b37b44f1024b25b041dc3f401c94 Mon Sep 17 00:00:00 2001 From: Martina Maggio <martina.maggio@control.lth.se> Date: Thu, 2 Oct 2014 14:32:31 +0000 Subject: [PATCH] Karl-Erik modifications: news and about in conference --- cfp.html | 3 ++- conference.html | 14 +++------- conference_dates.html | 55 +++++++++++++++++++++++++++++++++++++++ index.html | 7 ++--- news.html | 33 +++++++++++++++++++++++ organizing-committee.html | 3 ++- program-committee.html | 3 ++- program-keynote.html | 3 ++- registration.html | 2 +- suggestions.html | 3 ++- wip.html | 5 ++-- workshops.html | 14 +++++++++- 12 files changed, 123 insertions(+), 22 deletions(-) create mode 100644 conference_dates.html create mode 100644 news.html diff --git a/cfp.html b/cfp.html index 21b5b8c..149850e 100644 --- a/cfp.html +++ b/cfp.html @@ -55,7 +55,8 @@ Following a successful tradition at ECRTS, there will be a special Work in Progr </div> <div id="internal-submenu"> <ul> - <li><a href="conference.html">Important Dates</a></li> + <li><a href="conference.html">About</a></li> + <li><a href="conference_dates.html">Important Dates</a></li> <li><a href="cfp.html" class="actualLink">Call for Papers</a></li> <li><a href="suggestions.html">Suggestions for Authors</a></li> <li><a href="wip.html">Work in Progress session</a></li> diff --git a/conference.html b/conference.html index b584be5..4d913ed 100644 --- a/conference.html +++ b/conference.html @@ -30,15 +30,8 @@ <li>RT Applications</li> <li>Tools and Compilers for embedded systems</li> </ul> - <h4>Important Dates</h4> - <ul> - <li>Submission Deadline: February 1st, 2015</li> - <li>Notification of Acceptance: March 30th, 2015</li> - <li>Camera Ready Submission: May 11th, 2015</li> - <li>Early Registration Deadline: To be announced</li> - <li>Workshops: July 7th, 2015</li> - <li>Conference: July 8th-10th, 2015</li> - </ul> + <h4>Past Edition</h4> + The <a href="http://ecrts14.ecrts.org/">26th Euromicro Conference on Real-Time Systems (ECRTS 13)</a> was held in Madrid, Spain. ECRTS can be found <a href="http://www.linkedin.com/groupRegistration?gid=1970956">linkedin.com</a> and on <a href="http://twitter.com/ecrts">twitter</a>. </div> @@ -51,7 +44,8 @@ </div> <div id="internal-submenu"> <ul> - <li><a href="conference.html" class="actualLink">Important Dates</a></li> + <li><a href="conference.html" class="actualLink">About</a></li> + <li><a href="conference_dates.html">Important Dates</a></li> <li><a href="cfp.html">Call for Papers</a></li> <li><a href="suggestions.html">Suggestions for Authors</a></li> <li><a href="wip.html">Work in Progress session</a></li> diff --git a/conference_dates.html b/conference_dates.html new file mode 100644 index 0000000..98e3ebe --- /dev/null +++ b/conference_dates.html @@ -0,0 +1,55 @@ +<html> +<head> +<meta charset="UTF-8"> +<title>ECRTS 2015</title> +<link rel="stylesheet" href="css/style.css" type="text/css"> +</head> + +<body> +<div id="wrap"> + + <div id="rightside-red"> + <div id="main"> + + <img src="img/logo.png"> + + <h4>Important Dates</h4> + <ul> + <li>Submission Deadline: February 1st, 2015</li> + <li>Notification of Acceptance: March 30th, 2015</li> + <li>Camera Ready Submission: May 11th, 2015</li> + <li>Early Registration Deadline: To be announced</li> + <li>Workshops: July 7th, 2015</li> + <li>Conference: July 8th-10th, 2015</li> + </ul> + + + </div> + </div> + + <div id="sidebar"> + <div id="empty"></div> + <div id="roundedsign-inactive-blue"><a href="index.html">Welcome</a></div> + <div id="roundedsign-active-red"><a href="conference.html">Conference</a></div> + </div> + <div id="internal-submenu"> + <ul> + <li><a href="conference.html">About</a></li> + <li><a href="conference_dates.html" class="actualLink">Important Dates</a></li> + <li><a href="cfp.html">Call for Papers</a></li> + <li><a href="suggestions.html">Suggestions for Authors</a></li> + <li><a href="wip.html">Work in Progress session</a></li> + <li><a href="organizing-committee.html">Organizing committee</a></li> + <li><a href="program-committee.html">Program committee</a></li> + <li><a href="program-keynote.html">Keynote speakers</a></li> + </ul> + </div> + <div id="sidebar"> + <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> + <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> + <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/index.html b/index.html index bbeafd4..37bc362 100644 --- a/index.html +++ b/index.html @@ -15,12 +15,13 @@ <h4>Welcome to the 27th Euromicro Conference on Real-Time Systems; <span class="bluetag">7-10th July 2015</span>; <span class="redtag">Lund, Sweden</span></h4> - The Euromicro Technical Committee on Real-Time Systems is proud to announce its 27th conference on Real-Time Systems. The conference has very strong roots within the Real-Time Laboratories and research groups in both Academia and Industry throughout Europe and across the world.<br> + The Euromicro Technical Committee on Real-Time Systems is proud to announce its 27th conference on Real-Time Systems. The conference has very strong roots within the Real-Time Laboratories and research groups in both Academia and Industry throughout Europe and across the world.<br><br> + + <a href="news.html">News</a> <img src="img/collage.jpg"> - <h4>News</h4> - 30.09.2014 - Website up and running + </div> </div> diff --git a/news.html b/news.html new file mode 100644 index 0000000..c94d90b --- /dev/null +++ b/news.html @@ -0,0 +1,33 @@ +<html> +<head> +<meta charset="UTF-8"> +<title>ECRTS 2015</title> +<link rel="stylesheet" href="css/style.css" type="text/css"> +</head> + +<body> +<div id="wrap"> + + <div id="rightside-blue"> + <div id="main"> + + <img src="img/logo.png"> + + <h4>News</h4> + 30.09.2014 - Website up and running + + </div> + </div> + + <div id="sidebar"> + <div id="empty"></div> + <div id="roundedsign-active-blue"><a href="index.html">Welcome</a></div> + <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> + <div id="roundedsign-inactive-purple"><a href="local.html">Local Info</a></div> + <div id="roundedsign-inactive-darkgreen"><a href="registration.html">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/organizing-committee.html b/organizing-committee.html index ce2190f..c6dd91e 100644 --- a/organizing-committee.html +++ b/organizing-committee.html @@ -60,7 +60,8 @@ </div> <div id="internal-submenu"> <ul> - <li><a href="conference.html">Important Dates</a></li> + <li><a href="conference.html">About</a></li> + <li><a href="conference_dates.html">Important Dates</a></li> <li><a href="cfp.html">Call for Papers</a></li> <li><a href="suggestions.html">Suggestions for Authors</a></li> <li><a href="wip.html">Work in Progress session</a></li> diff --git a/program-committee.html b/program-committee.html index 54a9787..73912ff 100644 --- a/program-committee.html +++ b/program-committee.html @@ -29,7 +29,8 @@ </div> <div id="internal-submenu"> <ul> - <li><a href="conference.html">Important Dates</a></li> + <li><a href="conference.html">About</a></li> + <li><a href="conference_dates.html">Important Dates</a></li> <li><a href="cfp.html">Call for Papers</a></li> <li><a href="suggestions.html">Suggestions for Authors</a></li> <li><a href="wip.html">Work in Progress session</a></li> diff --git a/program-keynote.html b/program-keynote.html index 075c16c..660663a 100644 --- a/program-keynote.html +++ b/program-keynote.html @@ -30,7 +30,8 @@ </div> <div id="internal-submenu"> <ul> - <li><a href="conference.html">Important Dates</a></li> + <li><a href="conference.html">About</a></li> + <li><a href="conference_dates.html">Important Dates</a></li> <li><a href="cfp.html">Call for Papers</a></li> <li><a href="suggestions.html">Suggestions for Authors</a></li> <li><a href="wip.html">Work in Progress session</a></li> diff --git a/registration.html b/registration.html index 7fccfbb..e348fbc 100644 --- a/registration.html +++ b/registration.html @@ -15,7 +15,7 @@ <h4>Registration</h4> - Not open, yet. + The registration is not open, yet. </div> </div> diff --git a/suggestions.html b/suggestions.html index 57f63eb..5130f14 100644 --- a/suggestions.html +++ b/suggestions.html @@ -93,7 +93,8 @@ Of course, there are many examples of this kind, and we cannot be exhaustive in </div> <div id="internal-submenu"> <ul> - <li><a href="conference.html">Important Dates</a></li> + <li><a href="conference.html">About</a></li> + <li><a href="conference_dates.html">Important Dates</a></li> <li><a href="cfp.html">Call for Papers</a></li> <li><a href="suggestions.html" class="actualLink">Suggestions for Authors</a></li> <li><a href="wip.html">Work in Progress session</a></li> diff --git a/wip.html b/wip.html index 8ecf55a..72ab171 100644 --- a/wip.html +++ b/wip.html @@ -20,7 +20,7 @@ <li>Camera Ready Submission: To be announced.</li> </ul> - <h4>Accepted works</h4> + <h4>List of Accepted Papers and Presentations</h4> <ul> <li>To be announced.</li> </ul> @@ -37,7 +37,8 @@ </div> <div id="internal-submenu"> <ul> - <li><a href="conference.html">Important Dates</a></li> + <li><a href="conference.html">About</a></li> + <li><a href="conference_dates.html">Important Dates</a></li> <li><a href="cfp.html">Call for Papers</a></li> <li><a href="suggestions.html">Suggestions for Authors</a></li> <li><a href="wip.html" class="actualLink">Work in Progress session</a></li> diff --git a/workshops.html b/workshops.html index a0545b0..694b0c6 100644 --- a/workshops.html +++ b/workshops.html @@ -15,7 +15,19 @@ <h4>Workshops</h4> - Work in progress. + <ul> + <li>RTSOPS 2015<br> + 6th International Real-Time Scheduling Open Problems Seminar<br><br></li> + <li>WCET 2015<br> + 15th International Workshop on Worst-Case Execution Time Analysis<br><br></li> + <li>OSPERT 2015<br> + 11th International Workshop on Operating Systems Platforms for Embedded Real-Time Applications<br><br></li> + <li>WATERS 2015<br> + 6th International Workshop on Analysis Tools and Methodologies for Embedded and Real-time Systems<br><br></li> + <li>RTN 2015<br> + 14th International Workshop on Real-Time Networks<br><br></li> + </ul> + </div> </div> -- GitLab