diff --git a/cfp.html b/cfp.html new file mode 100644 index 0000000000000000000000000000000000000000..d47204ad0aa1ef79604fa157c14e105bf8971d61 --- /dev/null +++ b/cfp.html @@ -0,0 +1,47 @@ +<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>Call for Papers</h4> + To be announced. + + + </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">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> + <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="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/conference.html b/conference.html new file mode 100644 index 0000000000000000000000000000000000000000..988ee5f37441ad8ea698b0ae51252a509e56f52f --- /dev/null +++ b/conference.html @@ -0,0 +1,71 @@ +<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>Information</h4> + The 27th EUROMICRO Conference on Real-Time Systems (ECRTS15) is a + forum aimed at covering state-of-the-art research and development + in real-time computing. Papers on all aspects of real-time systems + are welcome. These include, but are not limited to: + <ul> + <li>Embedded/RT Systems Design</li> + <li>Scheduling Design and Analysis</li> + <li>WCET Analysis</li> + <li>Power, Energy and/or Thermal Aware RTS</li> + <li>RT operating Systems and Middlewares</li> + <li>Network/System-on-Chips</li> + <li>Mixed Criticality Design & Assurance</li> + <li>(Wireless) Sensor networks</li> + <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: June 7th, 2015</li> + <li>Conference: June 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" 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="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000000000000000000000000000000000000..6fb1088bec912c93cb8795151d658bb2c02bc646 --- /dev/null +++ b/css/style.css @@ -0,0 +1,315 @@ +body, +html { + margin:0; + padding:0; + color:#000; + font-family: 'AbelRegular', Helvetica, sans-serif; + font-size:21px; + color:#000; + height: 100%; +} +@font-face { + font-family: 'AbelRegular'; + src: url('../fonts/abel-regular-webfont.eot'); + src: url('../fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/abel-regular-webfont.woff') format('woff'), url('../fonts/abel-regular-webfont.ttf') format('truetype'), url('../fonts/abel-regular-webfont.svg#AbelRegular') format('svg'); + font-weight: normal; + font-style: normal; +} +#whitespace { + height:50px; +} +#wrap { + width:100%; + margin:0 auto; + height: 100%; +} +span.bluetag { + color:#009ee1; +} +span.redtag { + color:#e11e24; +} +span.boldtag { + font-weight: bold; +} +#rightside-blue { + float:right; + width:75%; + background:#009ee1; + min-height: 100%; +} +#rightside-red { + float:right; + width:75%; + background:#e11e24; + min-height: 100%; +} +#rightside-green { + float:right; + width:75%; + background:#3a9145; + min-height: 100%; +} +#rightside-purple { + float:right; + width:75%; + background:#660099; + min-height: 100%; +} +#rightside-darkgreen { + float:right; + width:75%; + background:#003333; + min-height: 100%; +} +#main { + float:left; + margin:50px; + margin-right:250px; + padding:50px; + background:#ffffff; + min-width: 700px; +} +#main h4 { + font-size:25px; + letter-spacing:.02em; + margin:0; + margin-bottom:10px; + text-transform:uppercase; + font-weight:bold; +} +#main a { + color:#000000; + text-transform:none; + font-weight:bold; +} +#internal-submenu { + font-size:19px; + float:right; + text-align: right; + padding-right: 20px; + width: 20%; +} +#internal-submenu ul { + list-style-type: none; +} +#internal-submenu a { + text-decoration: none; + color:#000000; +} +#internal-submenu a.actualLink { + text-decoration: none; + font-weight: bold; + color: #e11e24; +} +#internal-submenu a.actualLink2 { + text-decoration: none; + font-weight: bold; + color: #660099; +} +#sidebar { + float:right; + background:#ffffff; + margin:0; + border:0; +} +#roundedsign-active-blue { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#009ee1; + height:50px; + width:200px; + line-height:50px; + padding-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-active-blue a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-inactive-blue { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#009ee1; + height:50px; + width:180px; + line-height:50px; + padding-left:20px; + margin-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-inactive-blue a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-active-red { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#e11e24; + height:50px; + width:200px; + line-height:50px; + padding-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-active-red a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-inactive-red { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#e11e24; + height:50px; + width:180px; + line-height:50px; + padding-left:20px; + margin-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-inactive-red a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-active-green { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#3a9145; + height:50px; + width:200px; + line-height:50px; + padding-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-active-green a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-inactive-green { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#3a9145; + height:50px; + width:180px; + line-height:50px; + padding-left:20px; + margin-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-inactive-green a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-active-purple { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#660099; + height:50px; + width:200px; + line-height:50px; + padding-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-active-purple a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-inactive-purple { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#660099; + height:50px; + width:180px; + line-height:50px; + padding-left:20px; + margin-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-inactive-purple a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-active-darkgreen { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#003333; + height:50px; + width:200px; + line-height:50px; + padding-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-active-darkgreen a { + color:#ffffff; + text-decoration: none; +} +#roundedsign-inactive-darkgreen { + border-top-left-radius: 10% 50%; + border-bottom-left-radius: 10% 50%; + background:#003333; + height:50px; + width:180px; + line-height:50px; + padding-left:20px; + margin-left:20px; + color:#ffffff; + font-weight:400; + letter-spacing:.02em; + font-size:25px; + text-transform:uppercase; +} +#roundedsign-inactive-darkgreen a { + color:#ffffff; + text-decoration: none; +} +.imageborderright { + float: right; + border: 1px solid #000000; + padding: 10px; + margin: 5px; +} +.imageborderleft { + float: left; + border: 1px solid #000000; + padding: 10px; + margin: 5px; +} +#empty { + height: 100px; +} \ No newline at end of file diff --git a/fonts/abel-regular-webfont.eot b/fonts/abel-regular-webfont.eot new file mode 100644 index 0000000000000000000000000000000000000000..dc53ea3692801da20b740e0c2f5b2fed6138b58f Binary files /dev/null and b/fonts/abel-regular-webfont.eot differ diff --git a/fonts/abel-regular-webfont.svg b/fonts/abel-regular-webfont.svg new file mode 100644 index 0000000000000000000000000000000000000000..f68847eee389fe4b77c7e1ab1177d3db7b955b58 --- /dev/null +++ b/fonts/abel-regular-webfont.svg @@ -0,0 +1,241 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > +<svg xmlns="http://www.w3.org/2000/svg"> +<metadata></metadata> +<defs> +<font id="AbelRegular" horiz-adv-x="930" > +<font-face units-per-em="2048" ascent="1638" descent="-410" /> +<missing-glyph horiz-adv-x="471" /> +<glyph horiz-adv-x="0" /> +<glyph horiz-adv-x="2048" /> +<glyph unicode="
" horiz-adv-x="471" /> +<glyph unicode=" " horiz-adv-x="471" /> +<glyph unicode="	" horiz-adv-x="471" /> +<glyph unicode=" " horiz-adv-x="471" /> +<glyph unicode="!" horiz-adv-x="428" d="M123 1434h182l-55 -1000h-72zM137 0v154h154v-154h-154z" /> +<glyph unicode=""" horiz-adv-x="645" d="M123 1434h153l-51 -441h-51zM369 1434h153l-51 -441h-51z" /> +<glyph unicode="#" horiz-adv-x="1311" d="M123 365v102h225l41 500h-225v102h235l31 365h121l-31 -365h332l31 365h121l-31 -365h215v-102h-225l-41 -500h225v-102h-236l-30 -365h-121l31 365h-332l-31 -365h-121l31 365h-215zM469 467h332l41 500h-332z" /> +<glyph unicode="$" horiz-adv-x="1063" d="M143 332v57l129 21v-78q0 -94 64 -160t156 -70v582q-169 62 -229 115.5t-90 117.5t-30 158v27q0 143 102 247q101 103 247 105v184h102v-184q142 -2 244 -106q102 -103 102 -246v-37l-129 -21v58q0 92 -63 158q-63 67 -154 71v-555q172 -66 233 -120.5t92 -120t31 -160.5 v-43q0 -146 -103 -249t-249 -103h-4v-226h-102v226q-147 2 -247 104q-102 103 -102 248zM272 1075q0 -138 134 -215q40 -23 86 -43v514q-91 -4 -156 -71q-64 -65 -64 -158v-27zM594 102q95 0 160 68q67 68 67 162v43q0 151 -139 228q-41 23 -88 42v-543z" /> +<glyph unicode="%" horiz-adv-x="1382" d="M143 915v349q0 73 52 125q53 53 127 53h28q74 0 127 -53q51 -51 51 -125v-349q0 -74 -51 -125q-53 -53 -127 -53h-28q-74 0 -127 53q-52 52 -52 125zM225 0l817 1434h115l-817 -1434h-115zM242 915q0 -34 24.5 -57.5t59.5 -23.5h20q35 0 59.5 23.5t24.5 57.5v349 q0 53 -51 76q-15 6 -33 6h-20q-56 0 -78 -50q-6 -15 -6 -32v-349zM854 170v348q0 73 52 125q53 53 126 53h29q74 0 127 -53q51 -51 51 -125v-348q0 -74 -51 -125q-53 -53 -127 -53h-29q-73 0 -126 53q-52 52 -52 125zM952 170q0 -53 51 -76q15 -6 33 -6h21q56 0 77 50 q7 15 7 32v348q0 53 -51 76q-15 6 -33 6h-21q-56 0 -78 -50q-6 -15 -6 -32v-348z" /> +<glyph unicode="&" horiz-adv-x="1272" d="M143 332v78q0 150 111 256q34 33 76 55q-83 43 -135 127q-52 83 -52 184v70q0 146 103 249t250 103h61q146 0 249 -103t103 -249v-10l-129 -21v31q0 95 -67 162t-162 67h-49q-94 0 -162 -67q-68 -66 -68 -162v-90q0 -95 67.5 -162.5t162.5 -67.5h278v131l129 21v-150h199 v-122h-199v-345q7 -151 108 -199q35 -16 81 -16h30l-18 -122h-18q-171 0 -254 137q-50 -63 -123 -100t-158 -37h-61q-147 0 -250 103t-103 249zM272 332q0 -95 67.5 -162.5t162.5 -67.5h49q93 0 159 64q66 65 70 156v337h-278q-94 0 -162 -67q-68 -66 -68 -162v-98z" /> +<glyph unicode="'" horiz-adv-x="399" d="M143 993v441h154l-102 -441h-52z" /> +<glyph unicode="(" horiz-adv-x="684" d="M123 598q0 589 428 1008l72 -72q-268 -278 -349 -660q-28 -132 -28 -276q0 -414 226 -748q69 -103 151 -188l-72 -72q-428 419 -428 1008z" /> +<glyph unicode=")" horiz-adv-x="684" d="M61 -338q267 273 349 660q28 132 28 276q0 412 -225 748q-69 103 -152 188l72 72q428 -419 428 -1008t-428 -1008z" /> +<glyph unicode="*" horiz-adv-x="993" d="M102 1096l45 137l308 -131l-31 332h145l-30 -332l307 131l45 -137l-326 -74l221 -250l-118 -86l-170 287l-172 -287l-119 86l221 250z" /> +<glyph unicode="+" horiz-adv-x="1188" d="M82 653v129h446v447h129v-447h449v-129h-449v-448h-129v448h-446z" /> +<glyph unicode="," horiz-adv-x="440" d="M143 154h154l-102 -441h-52v441z" /> +<glyph unicode="-" horiz-adv-x="588" d="M102 627v116h383v-116h-383z" /> +<glyph unicode="." horiz-adv-x="440" d="M143 0v154h154v-154h-154z" /> +<glyph unicode="/" horiz-adv-x="782" d="M41 -123l571 1679h129l-571 -1679h-129z" /> +<glyph unicode="0" horiz-adv-x="1053" d="M143 332v770q0 146 103 249t250 103h61q146 0 249 -103t103 -249v-770q0 -146 -103 -249t-249 -103h-61q-147 0 -250 103t-103 249zM272 332q0 -95 67.5 -162.5t162.5 -67.5h49q96 0 162 68q67 68 67 162v770q0 95 -67 162t-162 67h-49q-94 0 -162 -67q-68 -66 -68 -162 v-770z" /> +<glyph unicode="1" horiz-adv-x="1059" d="M164 0v123h342v1188l-342 -144v123l342 144h129v-1311h342v-123h-813z" /> +<glyph unicode="2" horiz-adv-x="1012" d="M82 0v102q273 225 457 470q211 281 211 509q0 120 -70 188q-64 62 -160 62h-49q-95 0 -162 -67t-67 -162v-58l-129 21v37q0 146 103 249t249 103h61q151 0 250 -101q103 -105 103 -272q0 -282 -297 -648q-131 -161 -297 -310h604v-123h-807z" /> +<glyph unicode="3" horiz-adv-x="1053" d="M143 332v37l129 20v-57q0 -95 67.5 -162.5t162.5 -67.5h49q96 0 162 68q67 68 67 162v119q0 95 -67 162t-162 67h-96v123h96q95 0 162 67t67 162v70q0 95 -67 162t-162 67h-49q-94 0 -162 -67q-68 -66 -68 -162v-58l-129 21v37q0 146 103 249t250 103h61q146 0 249 -103 t103 -249v-49q0 -151 -110 -257q-34 -32 -76 -55q130 -68 173 -213q13 -47 13 -98v-98q0 -146 -103 -249t-249 -103h-61q-147 0 -250 103t-103 249z" /> +<glyph unicode="4" horiz-adv-x="1032" d="M61 248v61l637 1125h68v-1063h123v-123h-123v-248h-129v248h-576zM242 371h395v710z" /> +<glyph unicode="5" horiz-adv-x="1053" d="M143 332v22h129v-22q0 -95 67.5 -162.5t162.5 -67.5h49q96 0 162 68q67 68 67 162v278q0 94 -67 162q-66 68 -162 68h-49q-95 0 -162.5 -67.5t-67.5 -162.5h-129l82 824h613v-123h-492l-47 -441q97 93 238 93h20q146 0 249 -103t103 -250v-278q0 -146 -103 -249 t-249 -103h-61q-147 0 -250 103t-103 249z" /> +<glyph unicode="6" horiz-adv-x="1053" d="M164 332v770q0 146 103 249t249 103h62q146 0 249 -103t103 -249v-37l-129 -21v58q0 96 -67 162q-69 67 -163 67h-49q-95 0 -162 -67t-67 -162v-357q108 119 264 119h21q146 0 249 -103t103 -249v-180q0 -146 -103 -249t-249 -103h-62q-146 0 -249 103t-103 249zM293 332 q0 -94 67 -162q66 -68 162 -68h49q95 0 162.5 67.5t67.5 162.5v180q0 96 -67 162q-69 67 -163 67h-49q-95 0 -162 -67t-67 -162v-180z" /> +<glyph unicode="7" horiz-adv-x="1053" d="M164 1120v314h786v-62l-561 -1372h-135l537 1311h-498v-191h-129z" /> +<glyph unicode="8" horiz-adv-x="1053" d="M143 332v119q0 91 42.5 166.5t111.5 123.5q-69 48 -111.5 124t-42.5 167v70q0 146 103 249t250 103h61q146 0 249 -103t103 -249v-70q0 -91 -42 -167t-111 -124q69 -48 111 -123.5t42 -166.5v-119q0 -146 -103 -249t-249 -103h-61q-147 0 -250 103t-103 249zM272 332 q0 -95 67.5 -162.5t162.5 -67.5h49q96 0 162 68q67 68 67 162v119q0 95 -67 162t-162 67h-49q-94 0 -162 -67q-68 -66 -68 -162v-119zM272 1032q0 -96 68 -162q68 -67 162 -67h49q95 0 162 67t67 162v70q0 95 -67 162t-162 67h-49q-94 0 -162 -67q-68 -66 -68 -162v-70z" /> +<glyph unicode="9" horiz-adv-x="1053" d="M164 332v37l129 20v-57q0 -94 67 -162q66 -68 162 -68h49q95 0 162.5 67.5t67.5 162.5v356q-110 -119 -264 -119h-21q-146 0 -249 103t-103 250v180q0 146 103 249t249 103h62q146 0 249 -103t103 -249v-770q0 -146 -103 -249t-249 -103h-62q-146 0 -249 103t-103 249z M293 922q0 -94 67 -162q66 -68 162 -68h49q95 0 162.5 67.5t67.5 162.5v180q0 96 -67 162q-69 67 -163 67h-49q-95 0 -162 -67t-67 -162v-180z" /> +<glyph unicode=":" horiz-adv-x="440" d="M143 0v154h154v-154h-154zM143 870v154h154v-154h-154z" /> +<glyph unicode=";" horiz-adv-x="440" d="M143 154h154l-102 -441h-52v441zM143 870v154h154v-154h-154z" /> +<glyph unicode="<" horiz-adv-x="1249" d="M102 645v146l1024 456v-141l-878 -389l878 -387v-142z" /> +<glyph unicode="=" horiz-adv-x="1352" d="M164 463v129h1024v-129h-1024zM164 844v129h1024v-129h-1024z" /> +<glyph unicode=">" horiz-adv-x="1249" d="M123 188v142l876 387l-876 389v141l1024 -456v-146z" /> +<glyph unicode="?" horiz-adv-x="950" d="M102 1065v37q0 146 103 249t250 103h41q146 0 249 -103t103 -249v-19q0 -174 -118 -284q-34 -31 -69.5 -58t-69 -53t-59.5 -57q-59 -68 -59 -158v-39h-129v39q0 164 118 267q34 29 69.5 55.5t69 53.5t59.5 60q59 73 59 174v19q0 96 -67 162q-69 67 -163 67h-28 q-94 0 -163 -67q-67 -66 -67 -162v-58zM332 0v154h153v-154h-153z" /> +<glyph unicode="@" horiz-adv-x="2046" d="M143 367q0 290 135 542q131 246 357 393q234 152 510 152q347 0 556 -226q202 -217 202 -562q0 -270 -117 -480q-82 -147 -210 -206q-66 -31 -146 -31q-186 0 -256 155q-111 -124 -263 -124h-30q-112 0 -187 74q-73 74 -73 184v22q0 10 2 21l63 462q18 125 119 213 t225 88h31q75 0 134 -33.5t91 -90.5l84 104h41l-106 -770q-27 -195 149 -195q61 0 119 44t103 123q100 174 100 423q0 303 -170 491q-176 195 -478 195q-239 0 -440 -133q-193 -127 -304 -344q-114 -221 -114 -475q0 -306 159 -495q169 -199 466 -199q219 0 369 88l41 -94 q-187 -113 -426 -113q-344 0 -545 229q-191 219 -191 568zM741 250q0 -66 44 -110t112 -44h82q73 0 133 52q58 51 70 126l67 476q2 6 2 13v13q0 65 -43.5 108.5t-111.5 43.5h-82q-74 0 -133.5 -52t-69.5 -126l-68 -476z" /> +<glyph unicode="A" horiz-adv-x="950" d="M20 0l420 1434h68l422 -1434h-133l-95 334h-454l-94 -334h-134zM283 457h385l-189 661l-4 53l-4 -53z" /> +<glyph unicode="B" horiz-adv-x="1053" d="M164 0v1434h454q147 0 250 -103t103 -250v-14q0 -150 -111 -257q-34 -32 -76 -54q131 -69 174 -214q13 -47 13 -98v-92q0 -146 -103 -249t-250 -103h-454zM293 123h319q94 0 162 67q68 66 68 162v113q0 96 -68 162q-68 67 -162 67h-319v-571zM293 817h319 q95 0 162.5 67.5t67.5 162.5v34q0 95 -67.5 162.5t-162.5 67.5h-319v-494z" /> +<glyph unicode="C" horiz-adv-x="1073" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-58l-129 -20v78q0 95 -67 162t-162 67h-90q-94 0 -162 -67q-68 -66 -68 -162v-770q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v78l129 -21v-57q0 -146 -103 -249t-249 -103h-102 q-147 0 -250 103t-103 249z" /> +<glyph unicode="D" horiz-adv-x="1114" d="M164 0v1434h454q147 0 250 -103t103 -250v-729q0 -146 -103 -249t-250 -103h-454zM293 123h319q94 0 162 67q68 66 68 162v729q0 95 -67.5 162.5t-162.5 67.5h-319v-1188z" /> +<glyph unicode="E" horiz-adv-x="1053" d="M164 0v1434h807v-123h-678v-533h549v-123h-549v-532h678v-123h-807z" /> +<glyph unicode="F" horiz-adv-x="1012" d="M164 0v1434h807v-123h-678v-533h549v-123h-549v-655h-129z" /> +<glyph unicode="G" horiz-adv-x="1094" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-58l-129 -20v78q0 95 -67 162t-162 67h-90q-94 0 -162 -67q-68 -66 -68 -162v-770q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v299h-229v123h358v-754h-41l-75 115 q-102 -135 -263 -135h-75q-147 0 -250 103t-103 249z" /> +<glyph unicode="H" horiz-adv-x="1135" d="M164 0v1434h129v-656h549v656h129v-1434h-129v655h-549v-655h-129z" /> +<glyph unicode="I" horiz-adv-x="457" d="M164 0v1434h129v-1434h-129z" /> +<glyph unicode="J" d="M61 332v57l129 21v-78q0 -95 67.5 -162.5t162.5 -67.5h29q96 0 162 68q67 68 67 162v1102h129v-1102q0 -146 -103 -249t-249 -103h-41q-147 0 -250 103t-103 249z" /> +<glyph unicode="K" horiz-adv-x="1065" d="M164 0v1434h129v-1434h-129zM324 717l540 717h160l-551 -717l551 -717h-160z" /> +<glyph unicode="L" horiz-adv-x="862" d="M143 0v1434h129v-1311h549v-123h-678z" /> +<glyph unicode="M" horiz-adv-x="1339" d="M164 0v1434h67l435 -1176l4 -53l4 53l434 1176h68v-1434h-129v983l-9 -61l-333 -922h-68l-336 922l-8 61v-983h-129z" /> +<glyph unicode="N" horiz-adv-x="1135" d="M164 0v1434h67l598 -1045l13 -61v1106h129v-1434h-68l-598 1044l-12 62v-1106h-129z" /> +<glyph unicode="O" horiz-adv-x="1094" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-770q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM272 332q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v770q0 95 -67 162t-162 67h-90q-94 0 -162 -67 q-68 -66 -68 -162v-770z" /> +<glyph unicode="P" horiz-adv-x="1053" d="M164 0v1434h454q147 0 250 -103t103 -250v-178q0 -146 -103 -249t-250 -103h-325v-551h-129zM293 674h319q94 0 162 67q68 66 68 162v178q0 95 -67.5 162.5t-162.5 67.5h-319v-637z" /> +<glyph unicode="Q" horiz-adv-x="1094" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-770q0 -141 -94 -241q-95 -101 -231 -111l131 -295h-129l-131 295q-147 0 -250 103t-103 249zM272 332q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v770q0 95 -67 162t-162 67h-90 q-94 0 -162 -67q-68 -66 -68 -162v-770z" /> +<glyph unicode="R" horiz-adv-x="1069" d="M143 0v1434h455q146 0 249 -103t103 -250v-116q0 -147 -103 -250t-249 -103l389 -612h-149l-389 612h-177v-612h-129zM272 735h320q96 0 162 67q67 69 67 163v116q0 94 -67 163q-66 67 -162 67h-320v-576z" /> +<glyph unicode="S" horiz-adv-x="1063" d="M123 332v57l129 21v-78q0 -94 72 -162q71 -68 168 -68h90q96 0 167 68q72 68 72 162v43q0 180 -215 265q-60 24 -124 48t-124.5 53t-108.5 73q-106 96 -106 261v27q0 146 103 249t250 103h92q146 0 249 -103t103 -249v-37l-129 -21v58q0 95 -67 162t-162 67h-80 q-94 0 -162 -67q-68 -66 -68 -162v-27q0 -168 214 -255q61 -24 125 -49.5t124.5 -56t108.5 -74.5q106 -99 106 -265v-43q0 -144 -108 -249q-107 -103 -254 -103h-103q-147 0 -253 103q-109 105 -109 249z" /> +<glyph unicode="T" horiz-adv-x="895" d="M41 1311v123h813v-123h-342v-1311h-129v1311h-342z" /> +<glyph unicode="U" horiz-adv-x="1094" d="M143 332v1102h129v-1102q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v1102h129v-1102q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249z" /> +<glyph unicode="V" horiz-adv-x="950" d="M20 1434h134l317 -1119l4 -53l4 53l318 1119h133l-422 -1434h-68z" /> +<glyph unicode="W" horiz-adv-x="1542" d="M41 1434h129l281 -1090l4 -53l4 53l276 1090h72l276 -1090l4 -53l5 53l280 1090h129l-379 -1434h-67l-279 1079l-4 56l-6 -56l-277 -1079h-67z" /> +<glyph unicode="X" horiz-adv-x="991" d="M61 0l365 737l-344 697h139l275 -555l274 555h139l-344 -697l365 -737h-139l-295 596l-295 -596h-140z" /> +<glyph unicode="Y" horiz-adv-x="950" d="M41 1434h139l295 -596l295 596h139l-368 -748v-686h-129v684z" /> +<glyph unicode="Z" horiz-adv-x="971" d="M82 0v61l639 1250h-619v123h787v-62l-639 -1249h639v-123h-807z" /> +<glyph unicode="[" horiz-adv-x="633" d="M164 -410v2016h366v-111h-243v-1794h243v-111h-366z" /> +<glyph unicode="\" horiz-adv-x="782" d="M41 1556h129l571 -1679h-129z" /> +<glyph unicode="]" horiz-adv-x="633" d="M102 -299h244v1794h-244v111h367v-2016h-367v111z" /> +<glyph unicode="^" horiz-adv-x="1104" d="M123 776l360 658h138l360 -658h-137l-293 539l-291 -539h-137z" /> +<glyph unicode="_" horiz-adv-x="1122" d="M-2 -293h1126v-117h-1126v117z" /> +<glyph unicode="`" horiz-adv-x="778" d="M205 1434h205l163 -246h-92z" /> +<glyph unicode="a" d="M123 281v10q0 125 88 213t213 88h260v158q0 74 -52 126t-126 52h-72q-74 0 -126 -52t-52 -126v-37l-123 20v10q0 125 88 213t213 88h72q125 0 213 -88t88 -213v-743h-41l-68 102q-93 -122 -243 -122h-31q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126t126 -52h82 q74 0 126 52t52 126v222h-260q-75 0 -126 -52q-52 -54 -52 -127v-43z" /> +<glyph unicode="b" d="M123 281v1153h123v-496q89 106 229 106h31q125 0 213 -88t88 -213v-462q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476z" /> +<glyph unicode="c" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-41l-123 -20v68q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v68l123 -20v-41q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213z" /> +<glyph unicode="d" d="M123 281v462q0 125 88 213t213 88h31q140 0 229 -106v496h123v-1434h-41l-68 104q-91 -124 -243 -124h-31q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476z" /> +<glyph unicode="e" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-241h-561v-228q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v68l123 -20v-41q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM246 598h438v152q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126 v-152z" /> +<glyph unicode="f" horiz-adv-x="588" d="M20 907v117h185v139q0 113 79 192t191 79h113v-117h-113q-61 0 -104 -43t-43 -105v-145h239v-117h-239v-907h-123v907h-185z" /> +<glyph unicode="g" d="M123 666v77q0 125 88 213t213 88h51q153 0 244 -124l67 104h41v-358q0 -125 -88 -213t-213 -88h-178q-41 0 -65 -23q-39 -37 -39 -82q0 -43 22 -66q39 -38 82 -38h168q127 0 213 -78q88 -79 88 -203v-4q0 -124 -88 -203q-86 -78 -213 -78h-51q-127 0 -213 78 q-88 79 -88 203v4q0 117 82 197q-48 29 -76.5 78.5t-28.5 109.5q0 114 86 176q-104 91 -104 230zM246 659q0 -74 52 -126t126 -52h102q73 0 126 52q53 51 53 126v91q0 75 -53 126q-53 52 -126 52h-102q-74 0 -126 -52t-52 -126v-91zM281 -119v-16q0 -71 52 -115 q50 -43 126 -43h63q120 0 164 92q14 29 14 66v16q0 110 -108 147q-33 11 -70 11h-63q-121 0 -164 -91q-14 -30 -14 -67z" /> +<glyph unicode="h" d="M123 0v1434h123v-496q89 106 229 106h31q125 0 213 -88t88 -213v-743h-123v750q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-750h-123z" /> +<glyph unicode="i" horiz-adv-x="451" d="M154 1270v164h143v-164h-143zM164 0v1024h123v-1024h-123z" /> +<glyph unicode="j" horiz-adv-x="451" d="M-14 -293q74 0 126 52t52 126v1139h123v-1133q0 -124 -88 -212q-89 -89 -213 -89v117zM154 1270v164h143v-164h-143z" /> +<glyph unicode="k" d="M164 0v1434h123v-1434h-123zM311 512l418 512h160l-428 -512l428 -512h-160z" /> +<glyph unicode="l" horiz-adv-x="451" d="M164 0v1434h123v-1434h-123z" /> +<glyph unicode="m" horiz-adv-x="1450" d="M123 0v1024h41l67 -104q91 124 244 124h10q87 0 157 -43t108 -114q60 110 183 145q40 12 83 12h10q125 0 213 -88t88 -213v-743h-123v750q0 74 -52 126t-126 52h-61q-73 0 -127 -52q-52 -51 -52 -126v-750h-122v750q0 75 -52 126q-54 52 -127 52h-61q-74 0 -126 -52 t-52 -126v-750h-123z" /> +<glyph unicode="n" d="M123 0v1024h41l67 -104q91 124 244 124h31q125 0 213 -88t88 -213v-743h-123v750q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-750h-123z" /> +<glyph unicode="o" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-462q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476z" /> +<glyph unicode="p" d="M123 -410v1434h41l67 -104q91 124 244 124h31q125 0 213 -88t88 -213v-462q0 -125 -88 -213t-213 -88h-31q-140 0 -229 106v-496h-123zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476z" /> +<glyph unicode="q" d="M123 281v462q0 125 88 213t213 88h31q152 0 243 -124l68 104h41v-1434h-123v496q-89 -106 -229 -106h-31q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476z" /> +<glyph unicode="r" horiz-adv-x="588" d="M123 0v1024h41l67 -104q91 124 244 124h72v-137h-123q-74 0 -126 -52t-52 -126v-729h-123z" /> +<glyph unicode="s" horiz-adv-x="940" d="M123 281v41l123 20v-68q0 -73 57 -126q56 -52 131 -52h82q77 0 132 42q57 45 57 108t-24 98t-63.5 58.5t-90 39t-103.5 31t-103.5 35.5t-90.5 52q-87 72 -87 204q0 122 89 202q86 78 212 78h72q125 0 213 -88t88 -213v-4l-123 -20v31q0 74 -52 126t-126 52h-72 q-120 0 -164 -92q-14 -29 -14 -74t24 -78.5t63.5 -56.5t90 -38.5t103 -32t103 -37.5t90 -54t63.5 -82.5t24 -117t-25 -119t-68 -88.5q-91 -78 -218 -78h-82q-126 0 -218 88q-93 90 -93 213z" /> +<glyph unicode="t" horiz-adv-x="711" d="M41 907v117h184v246l123 20v-266h260v-117h-260v-643q0 -61 43 -104t105 -43h112v-117h-112q-114 0 -192 79q-79 81 -79 191v637h-184z" /> +<glyph unicode="u" d="M123 281v743h123v-750q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v750h123v-1024h-41l-68 104q-91 -124 -243 -124h-31q-125 0 -213 88t-88 213z" /> +<glyph unicode="v" horiz-adv-x="827" d="M20 1024h123l267 -776l4 -53l4 53l266 776h123l-363 -1024h-61z" /> +<glyph unicode="w" horiz-adv-x="1348" d="M20 1024h125l244 -774l4 -53l4 53l240 774h74l239 -774l4 -53l4 53l244 774h125l-342 -1024h-67l-240 772l-4 53l-4 -53l-240 -772h-68z" /> +<glyph unicode="x" horiz-adv-x="868" d="M82 0l287 512l-287 512h133l219 -393l219 393h133l-286 -512l286 -512h-133l-219 393l-219 -393h-133z" /> +<glyph unicode="y" horiz-adv-x="807" d="M20 1024h123l267 -776l4 -53l4 53l266 776h123l-518 -1434h-119l182 498z" /> +<glyph unicode="z" horiz-adv-x="848" d="M82 0v55l516 852h-496v117h664v-55l-516 -852h516v-117h-684z" /> +<glyph unicode="{" horiz-adv-x="778" d="M82 543v110h33q150 6 203 137q16 42 16 93v370q0 154 100 253q102 100 252 100h10v-111h-10q-100 0 -164 -63q-65 -63 -65 -166v-371q0 -97 -42.5 -175t-113.5 -122q71 -46 113.5 -123t42.5 -174v-371q0 -103 65 -166q64 -63 164 -63h10v-111h-10q-150 0 -252 100 q-100 99 -100 253v370q0 104 -64 167q-65 63 -166 63h-22z" /> +<glyph unicode="|" horiz-adv-x="457" d="M164 -410v2016h129v-2016h-129z" /> +<glyph unicode="}" horiz-adv-x="778" d="M82 -299h10q100 0 165 63t65 166v371q0 97 41.5 174t113.5 123q-72 45 -113.5 122.5t-41.5 174.5v371q0 103 -65 166t-165 63h-10v111h10q150 0 252 -100q100 -99 100 -253v-370q0 -104 65 -167t165 -63h22v-110h-32q-96 -2 -158 -67q-62 -63 -62 -163v-370 q0 -154 -100 -253q-102 -100 -252 -100h-10v111z" /> +<glyph unicode="~" horiz-adv-x="985" d="M102 494q0 178 128 238q42 20 99 20t101.5 -23t82.5 -51t73 -51t68 -23t54.5 11.5t36.5 30.5q31 41 31 104h107q0 -178 -127 -238q-42 -20 -90 -20t-80.5 11t-60.5 27t-53 35.5t-49 35.5q-57 38 -104 38t-78.5 -41t-31.5 -104h-107z" /> +<glyph unicode="¡" horiz-adv-x="428" d="M123 -410l55 1000h72l55 -1000h-182zM137 870v154h154v-154h-154z" /> +<glyph unicode="¢" d="M123 485v463q0 125 88 213t213 88h82q41 0 65 -8l66 213h108l-77 -252q63 -40 101 -106.5t38 -147.5v-41l-123 -20v67q0 76 -53 127l-238 -778q8 -2 15 -2h98q74 0 126 52t52 126v68l123 -21v-41q0 -125 -88 -213t-213 -88h-82q-34 0 -66 6l-65 -210h-109l78 251 q-63 41 -101 107.5t-38 146.5zM246 479q0 -74 53 -127l238 776q-20 5 -31 5h-82q-75 0 -126 -53q-52 -53 -52 -126v-475z" /> +<glyph unicode="£" horiz-adv-x="1108" d="M123 0v123h35q94 0 152 67q57 65 57 187q0 73 -33 207h-211v102h180q-57 196 -67.5 277t-10.5 146.5t27.5 129.5t75.5 112q103 103 250 103h28q146 0 249 -103t103 -249v-37l-129 -21v58q0 95 -67 162t-162 67h-16q-94 0 -162 -67q-68 -66 -68 -162q0 -130 56 -313 q15 -51 30 -103h340v-102h-313q29 -135 29 -248t-76 -213h545v-123h-842z" /> +<glyph unicode="¤" horiz-adv-x="1237" d="M123 313l153 154q-81 107 -81 252q0 140 79 250l-149 151l90 92l150 -151q113 84 253 84q143 0 252 -84l152 151l90 -92l-149 -149q81 -115 81 -252q0 -142 -83 -252l153 -154l-92 -90l-154 152q-109 -80 -250.5 -80t-250.5 80l-152 -152zM317 719q0 -127 87 -216 q88 -89 214 -89q127 0 216 89q88 88 88 216t-88 217q-88 90 -216 90q-126 0 -213.5 -89.5t-87.5 -217.5z" /> +<glyph unicode="¥" horiz-adv-x="950" d="M41 1434h139l295 -596l295 596h139l-356 -723h274v-103h-286v-133h286v-102h-286v-373h-129v373h-289v102h289v133h-289v103h274z" /> +<glyph unicode="¦" horiz-adv-x="457" d="M164 -410v906h129v-906h-129zM164 700v906h129v-906h-129z" /> +<glyph unicode="§" horiz-adv-x="1073" d="M123 -20l129 20v-78q0 -94 72 -162q71 -67 168 -67h90q96 0 167 67q72 68 72 162v43q0 180 -215 265q-60 24 -124 48t-124.5 53t-108.5 73q-106 96 -106 262v26q0 98 52 185q-52 79 -52 198v27q0 146 103 249t250 103h92q146 0 249 -103t103 -249v-37l-129 -21v58 q0 95 -67 162t-162 67h-80q-94 0 -162 -67q-68 -66 -68 -162v-27q0 -168 214 -255q61 -24 125 -49.5t124.5 -56t108.5 -74.5q106 -99 106 -265v-43q0 -93 -49 -174q49 -83 49 -193v-43q0 -144 -108 -249q-107 -103 -254 -103h-103q-147 0 -253 103q-109 105 -109 249v58z M272 666q0 -163 192 -246q56 -24 116 -48q161 -63 227 -112q14 40 14 72v43q0 173 -191 255q-55 23 -114 45q-159 60 -225 105q-19 -41 -19 -88v-26z" /> +<glyph unicode="¨" horiz-adv-x="950" d="M205 1231v153h153v-153h-153zM592 1231v153h153v-153h-153z" /> +<glyph unicode="©" horiz-adv-x="1679" d="M102 717q0 199 101 372q151 257 441 339q94 26 196 26q199 0 372 -101q257 -150 338 -440q27 -94 27 -196q0 -304 -216 -521q-134 -136 -325 -190q-94 -26 -196 -26q-200 0 -373 100q-165 96 -264 264q-101 172 -101 373zM217 717q0 -263 180 -447q181 -184 443 -184 q261 0 442 184q180 184 180 447t-180 447q-181 184 -442 184q-262 0 -443 -184q-180 -184 -180 -447zM580 485v463q0 94 67 162q66 68 162 68h61q95 0 162.5 -67.5t67.5 -162.5v-51l-115 -18v69q0 49 -25 74q-45 45 -94 45h-53q-49 0 -75 -25q-44 -45 -44 -94v-463 q0 -48 26 -73q44 -45 93 -45h53q49 0 74 25q45 45 45 93v70l115 -18v-52q0 -96 -68 -162q-68 -67 -162 -67h-61q-95 0 -162 67t-67 162z" /> +<glyph unicode="ª" horiz-adv-x="717" d="M143 553v78h430v-78h-430zM143 979q0 79 55.5 134.5t135.5 55.5h145v86q0 62 -59 89q-17 8 -37 8h-43q-39 0 -60 -21q-36 -36 -36 -76v-36l-94 24q0 82 54 140q56 59 136 59h43q80 0 135 -56q55 -57 55 -135v-456h-41l-36 53q-61 -66 -144 -66h-18q-81 0 -136 56 q-55 58 -55 141zM238 969q0 -38 20 -60q36 -37 76 -37h49q40 0 60 22q36 37 36 75v123h-145q-40 0 -68 -28t-28 -69v-26z" /> +<glyph unicode="«" horiz-adv-x="961" d="M82 467l377 383l41 -41l-250 -342l250 -342l-41 -41zM420 467l377 383l41 -41l-250 -342l250 -342l-41 -41z" /> +<glyph unicode="¬" horiz-adv-x="1270" d="M123 653v129h1024v-473h-129v344h-895z" /> +<glyph unicode="­" horiz-adv-x="588" d="M102 627v116h383v-116h-383z" /> +<glyph unicode="®" horiz-adv-x="1679" d="M102 717q0 199 101 372q151 257 441 339q94 26 196 26q199 0 372 -101q257 -150 338 -440q27 -94 27 -196q0 -304 -216 -521q-134 -136 -325 -190q-94 -26 -196 -26q-200 0 -373 100q-165 96 -264 264q-101 172 -101 373zM217 717q0 -263 180 -447q181 -184 443 -184 q261 0 442 184q180 184 180 447t-180 447q-181 184 -442 184q-262 0 -443 -184q-180 -184 -180 -447zM600 268v897h291q95 0 162 -67t67 -162v-107q0 -88 -55 -153q-57 -66 -139 -76q41 -63 88 -138q82 -132 123 -194h-136l-210 330h-76v-330h-115zM715 709h172q49 0 75 25 q44 45 44 95v107q0 49 -26 74q-44 45 -93 45h-172v-346z" /> +<glyph unicode="¯" horiz-adv-x="1010" d="M205 1231v98h600v-98h-600z" /> +<glyph unicode="°" horiz-adv-x="856" d="M143 1169q0 118 83.5 201.5t201.5 83.5t201.5 -83.5t83.5 -201.5q0 -117 -83.5 -200.5t-201.5 -83.5t-201.5 83.5t-83.5 200.5zM258 1170q0 -36 13.5 -67.5t36.5 -54.5q49 -51 120 -51t120 51q50 51 50 121t-50 121q-49 51 -120 51t-120 -51q-50 -51 -50 -120z" /> +<glyph unicode="±" horiz-adv-x="1188" d="M82 76v129h446v448h-446v129h446v447h129v-447h449v-129h-449v-448h449v-129h-1024z" /> +<glyph unicode="²" horiz-adv-x="692" d="M143 745v78q230 187 288 356q13 38 13 79.5t-24.5 64.5t-57.5 23h-22q-35 0 -59.5 -24.5t-24.5 -59.5v-48l-98 13v35q0 73 53 128q51 52 125 52h29q77 0 127 -52q51 -52 51 -137q0 -166 -234 -411h240v-97h-406z" /> +<glyph unicode="³" horiz-adv-x="672" d="M143 915v35l99 15v-50q0 -34 24.5 -57.5t59.5 -23.5h20q35 0 59.5 23.5t24.5 57.5v54q0 35 -24.5 59.5t-59.5 24.5h-63v96h63q56 0 78 50q6 15 6 32v33q0 53 -51 76q-15 6 -33 6h-20q-56 0 -78 -50q-6 -15 -6 -32v-50l-99 15v35q0 73 52 125q53 53 127 53h28 q74 0 127 -53q51 -51 51 -125v-23q0 -91 -65 -141q65 -58 65 -139v-46q0 -74 -51 -125q-53 -53 -127 -53h-28q-74 0 -127 53q-52 52 -52 125z" /> +<glyph unicode="´" horiz-adv-x="778" d="M205 1188l164 246h204l-276 -246h-92z" /> +<glyph unicode="µ" d="M123 -295v1319h123v-750q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v750h123v-1024h-41l-68 104q-91 -124 -243 -124h-31q-100 0 -178 59v-334h-123z" /> +<glyph unicode="¶" horiz-adv-x="1155" d="M102 985v96q0 147 103 250t250 103h536v-1844h-129v1721h-176v-1721h-129v1043h-102q-147 0 -250 103t-103 249z" /> +<glyph unicode="·" horiz-adv-x="440" d="M143 655v154h154v-154h-154z" /> +<glyph unicode="¸" horiz-adv-x="741" d="M205 -348l47 72q38 -46 89 -46q101 0 101 80q0 46 -36 72q-33 24 -82 20l92 150h86l-60 -102q55 -25 84 -86q11 -25 11 -60.5t-14 -66.5t-39 -53q-50 -44 -114 -44q-101 0 -165 64z" /> +<glyph unicode="¹" horiz-adv-x="694" d="M143 745v97h156v485l-156 -65v100l174 72h80v-592h154v-97h-408z" /> +<glyph unicode="º" horiz-adv-x="717" d="M143 553v78h430v-78h-430zM143 973v278q0 78 55 135q55 56 136 56h49q80 0 135 -56q55 -57 55 -135v-278q0 -78 -55 -135q-55 -56 -135 -56h-49q-81 0 -136 56q-55 57 -55 135zM238 969q0 -38 20 -60q36 -37 76 -37h49q40 0 60 22q36 37 36 75v286q0 62 -59 89 q-17 8 -37 8h-49q-39 0 -60 -21q-36 -36 -36 -76v-286z" /> +<glyph unicode="»" horiz-adv-x="961" d="M123 125l250 342l-250 342l41 41l377 -383l-377 -383zM461 125l250 342l-250 342l41 41l377 -383l-377 -383z" /> +<glyph unicode="¼" horiz-adv-x="1364" d="M143 745v97h156v485l-156 -65v100l174 72h80v-592h154v-97h-408zM287 0l817 1434h115l-818 -1434h-114zM815 119v47l293 520h57v-479h56v-88h-56v-119h-90v119h-260zM942 207h133v242z" /> +<glyph unicode="½" horiz-adv-x="1448" d="M143 745v97h156v485l-156 -65v100l174 72h80v-592h154v-97h-408zM287 0l817 1434h115l-818 -1434h-114zM899 0v78q230 187 288 356q13 38 13 79t-25 64t-57 23h-22q-35 0 -59.5 -24.5t-24.5 -59.5v-47l-99 12v35q0 74 53 128q53 52 126 52h28q78 0 127 -50 q51 -53 51 -138q0 -115 -116 -273q-51 -71 -117 -139h240v-96h-406z" /> +<glyph unicode="¾" horiz-adv-x="1364" d="M143 915v35l99 15v-50q0 -34 24.5 -57.5t59.5 -23.5h20q35 0 59.5 23.5t24.5 57.5v54q0 35 -24.5 59.5t-59.5 24.5h-63v96h63q56 0 78 50q6 15 6 32v33q0 53 -51 76q-15 6 -33 6h-20q-56 0 -78 -50q-6 -15 -6 -32v-50l-99 15v35q0 73 52 125q53 53 127 53h28 q74 0 127 -53q51 -51 51 -125v-23q0 -91 -65 -141q65 -58 65 -139v-46q0 -74 -51 -125q-53 -53 -127 -53h-28q-74 0 -127 53q-52 52 -52 125zM287 0l817 1434h115l-818 -1434h-114zM815 119v47l293 520h57v-479h56v-88h-56v-119h-90v119h-260zM942 207h133v242z" /> +<glyph unicode="¿" horiz-adv-x="950" d="M102 -59q0 174 118 284q34 31 69.5 58t69 53t59.5 57q59 68 59 158v39h129v-39q0 -164 -118 -267q-34 -29 -69.5 -55.5t-69 -53.5t-59.5 -60q-59 -73 -59 -174v-19q0 -96 67 -162q69 -67 163 -67h28q94 0 163 67q67 66 67 162v58l129 -21v-37q0 -146 -103 -249t-249 -103 h-41q-147 0 -250 103t-103 249v19zM465 870v154h153v-154h-153z" /> +<glyph unicode="À" horiz-adv-x="950" d="M20 0l420 1434h68l422 -1434h-133l-95 334h-454l-94 -334h-134zM250 1843h205l163 -246h-92zM283 457h385l-189 661l-4 53l-4 -53z" /> +<glyph unicode="Á" horiz-adv-x="950" d="M20 0l420 1434h68l422 -1434h-133l-95 334h-454l-94 -334h-134zM283 457h385l-189 661l-4 53l-4 -53zM332 1597l164 246h204l-276 -246h-92z" /> +<glyph unicode="Â" horiz-adv-x="950" d="M20 0l420 1434h68l422 -1434h-133l-95 334h-454l-94 -334h-134zM209 1597l205 246h123l204 -246h-123l-143 164l-143 -164h-123zM283 457h385l-189 661l-4 53l-4 -53z" /> +<glyph unicode="Ã" horiz-adv-x="950" d="M20 0l420 1434h68l422 -1434h-133l-95 334h-454l-94 -334h-134zM160 1630q0 148 102 196q34 17 79.5 17t80 -18t65 -39t60.5 -39t68.5 -18t60.5 31.5t22 82.5h95q0 -147 -103 -198q-35 -17 -81.5 -17t-83 18t-68 39.5t-60 39.5t-65 18t-57.5 -31.5t-21 -81.5h-94z M283 457h385l-189 661l-4 53l-4 -53z" /> +<glyph unicode="Ä" horiz-adv-x="950" d="M20 0l420 1434h68l422 -1434h-133l-95 334h-454l-94 -334h-134zM205 1640v154h153v-154h-153zM283 457h385l-189 661l-4 53l-4 -53zM592 1640v154h153v-154h-153z" /> +<glyph unicode="Å" horiz-adv-x="950" d="M20 0l394 1343q-104 32 -139 135q-11 32 -11 72t16.5 78.5t45.5 67.5q61 63 149 63q87 0 150 -63t63 -150q0 -110 -92 -174q-28 -20 -61 -29l395 -1343h-133l-95 334h-454l-94 -334h-134zM283 457h385l-189 661l-4 53l-4 -53zM367 1546.5q0 -22.5 8.5 -42.5t23.5 -35 q33 -33 66 -33t53.5 9t35.5 24q32 32 32 66t-8.5 54.5t-23.5 36.5q-32 33 -66.5 33t-54 -9t-34.5 -24.5t-23.5 -36t-8.5 -43z" /> +<glyph unicode="Æ" horiz-adv-x="1767" d="M20 0l859 1434h807v-123h-678v-533h548v-123h-548v-532h678v-123h-807v334h-527l-198 -334h-134zM426 457h453v772l-21 -53z" /> +<glyph unicode="Ç" horiz-adv-x="1073" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-58l-129 -20v78q0 95 -67 162t-162 67h-90q-94 0 -162 -67q-68 -66 -68 -162v-770q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v78l129 -21v-57q0 -146 -103 -249t-249 -103h-4l-47 -82 q54 -24 83 -86q11 -25 11 -60.5t-14 -66.5t-39 -53q-50 -44 -113 -44q-102 0 -166 64l47 72q38 -46 89 -46q102 0 102 80q0 46 -35 72q-34 24 -84 20l80 130h-12q-147 0 -250 103t-103 249z" /> +<glyph unicode="È" horiz-adv-x="1053" d="M164 0v1434h807v-123h-678v-533h549v-123h-549v-532h678v-123h-807zM301 1843h205l164 -246h-92z" /> +<glyph unicode="É" horiz-adv-x="1053" d="M164 0v1434h807v-123h-678v-533h549v-123h-549v-532h678v-123h-807zM424 1597l164 246h205l-277 -246h-92z" /> +<glyph unicode="Ê" horiz-adv-x="1053" d="M164 0v1434h807v-123h-678v-533h549v-123h-549v-532h678v-123h-807zM301 1597l205 246h123l205 -246h-123l-144 164l-143 -164h-123z" /> +<glyph unicode="Ë" horiz-adv-x="1053" d="M164 0v1434h807v-123h-678v-533h549v-123h-549v-532h678v-123h-807zM256 1640v154h154v-154h-154zM643 1640v154h154v-154h-154z" /> +<glyph unicode="Ì" horiz-adv-x="457" d="M4 1843h205l164 -246h-92zM164 0v1434h129v-1434h-129z" /> +<glyph unicode="Í" horiz-adv-x="457" d="M86 1597l164 246h205l-277 -246h-92zM164 0v1434h129v-1434h-129z" /> +<glyph unicode="Î" horiz-adv-x="457" d="M-37 1597l205 246h123l205 -246h-123l-144 164l-143 -164h-123zM164 0v1434h129v-1434h-129z" /> +<glyph unicode="Ï" horiz-adv-x="457" d="M-41 1640v154h154v-154h-154zM164 0v1434h129v-1434h-129zM346 1640v154h154v-154h-154z" /> +<glyph unicode="Ð" horiz-adv-x="1139" d="M61 584v102h127v748h455q146 0 249 -103t103 -250v-729q0 -146 -103 -249t-249 -103h-455v584h-127zM317 123h320q95 0 162 67t67 162v729q0 94 -67 163q-66 67 -162 67h-320v-625h240v-102h-240v-461z" /> +<glyph unicode="Ñ" horiz-adv-x="1135" d="M164 0v1434h67l598 -1045l13 -61v1106h129v-1434h-68l-598 1044l-12 62v-1106h-129zM250 1630q0 148 102 196q34 17 79.5 17t80 -18t65 -39t60.5 -39t68.5 -18t60.5 31.5t22 82.5h95q0 -147 -103 -198q-35 -17 -81.5 -17t-83 18t-68 39.5t-60 39.5t-65 18t-57.5 -31.5 t-21 -81.5h-94z" /> +<glyph unicode="Ò" horiz-adv-x="1094" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-770q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM272 332q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v770q0 95 -67 162t-162 67h-90q-94 0 -162 -67 q-68 -66 -68 -162v-770zM342 1843h205l164 -246h-93z" /> +<glyph unicode="Ó" horiz-adv-x="1094" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-770q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM272 332q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v770q0 95 -67 162t-162 67h-90q-94 0 -162 -67 q-68 -66 -68 -162v-770zM424 1597l164 246h205l-277 -246h-92z" /> +<glyph unicode="Ô" horiz-adv-x="1094" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-770q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM272 332q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v770q0 95 -67 162t-162 67h-90q-94 0 -162 -67 q-68 -66 -68 -162v-770zM281 1597l204 246h123l205 -246h-123l-143 164l-144 -164h-122z" /> +<glyph unicode="Õ" horiz-adv-x="1094" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-770q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM229 1630q0 147 103 196q34 17 79 17t79.5 -18t65.5 -39t61 -39t68.5 -18t60.5 31.5t22 82.5h94q0 -147 -102 -198q-35 -17 -81.5 -17 t-83.5 18t-68.5 39.5t-60 39.5t-64.5 18t-57 -31.5t-21 -81.5h-95zM272 332q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v770q0 95 -67 162t-162 67h-90q-94 0 -162 -67q-68 -66 -68 -162v-770z" /> +<glyph unicode="Ö" horiz-adv-x="1094" d="M143 332v770q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-770q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM272 332q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v770q0 95 -67 162t-162 67h-90q-94 0 -162 -67 q-68 -66 -68 -162v-770zM276 1640v154h154v-154h-154zM664 1640v154h153v-154h-153z" /> +<glyph unicode="×" horiz-adv-x="1196" d="M102 313l404 406l-402 401l91 92l403 -403l403 403l91 -92l-402 -401l404 -406l-93 -90l-403 404l-403 -404z" /> +<glyph unicode="Ø" horiz-adv-x="1094" d="M102 -61l99 198q-58 87 -58 195v770q0 146 103 249t250 103h102q126 0 223 -80l62 121h108l-100 -201q59 -88 59 -192v-770q0 -146 -103 -249t-249 -103h-102q-128 0 -226 79l-59 -120h-109zM272 332q0 -30 4 -45l486 968q-65 76 -170 76h-90q-94 0 -162 -67 q-68 -66 -68 -162v-770zM330 178q69 -76 172 -76h90q96 0 162 68q67 68 67 162v770q0 23 -4 45z" /> +<glyph unicode="Ù" horiz-adv-x="1094" d="M143 332v1102h129v-1102q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v1102h129v-1102q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM301 1843h205l164 -246h-92z" /> +<glyph unicode="Ú" horiz-adv-x="1094" d="M143 332v1102h129v-1102q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v1102h129v-1102q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM424 1597l164 246h205l-277 -246h-92z" /> +<glyph unicode="Û" horiz-adv-x="1094" d="M143 332v1102h129v-1102q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v1102h129v-1102q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM281 1597l204 246h123l205 -246h-123l-143 164l-144 -164h-122z" /> +<glyph unicode="Ü" horiz-adv-x="1094" d="M143 332v1102h129v-1102q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162v1102h129v-1102q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249zM276 1640v154h154v-154h-154zM664 1640v154h153v-154h-153z" /> +<glyph unicode="Ý" horiz-adv-x="950" d="M41 1434h139l295 -596l295 596h139l-368 -748v-686h-129v684zM373 1597l164 246h204l-276 -246h-92z" /> +<glyph unicode="Þ" horiz-adv-x="1053" d="M164 0v1434h129v-283h325q147 0 250 -103t103 -249v-117q0 -146 -103 -249t-250 -103h-325v-330h-129zM293 453h319q94 0 162 67q68 66 68 162v117q0 96 -68 162q-68 67 -162 67h-319v-575z" /> +<glyph unicode="ß" horiz-adv-x="1053" d="M170 0v1102q0 145 100 249q100 103 246 103h66q146 0 249 -103t103 -249v-25q0 -152 -110 -257q-35 -32 -76 -54q131 -70 172 -214q14 -46 14 -97v-103q0 -146 -103 -249t-249 -103h-111v117h111q95 0 162 67t67 162v131q0 94 -67 163q-66 67 -162 67h-111v116h111 q96 0 162 67q67 69 67 163v55q0 95 -67 162t-162 67h-60q-95 0 -162 -67t-67 -162v-1108h-123z" /> +<glyph unicode="à" d="M123 281v10q0 125 88 213t213 88h260v158q0 74 -52 126t-126 52h-72q-74 0 -126 -52t-52 -126v-37l-123 20v10q0 125 88 213t213 88h72q125 0 213 -88t88 -213v-743h-41l-68 102q-93 -122 -243 -122h-31q-125 0 -213 88t-88 213zM240 1434h204l164 -246h-92zM246 274 q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v222h-260q-75 0 -126 -52q-52 -54 -52 -127v-43z" /> +<glyph unicode="á" d="M123 281v10q0 125 88 213t213 88h260v158q0 74 -52 126t-126 52h-72q-74 0 -126 -52t-52 -126v-37l-123 20v10q0 125 88 213t213 88h72q125 0 213 -88t88 -213v-743h-41l-68 102q-93 -122 -243 -122h-31q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126t126 -52h82 q74 0 126 52t52 126v222h-260q-75 0 -126 -52q-52 -54 -52 -127v-43zM322 1188l163 246h205l-276 -246h-92z" /> +<glyph unicode="â" d="M123 281v10q0 125 88 213t213 88h260v158q0 74 -52 126t-126 52h-72q-74 0 -126 -52t-52 -126v-37l-123 20v10q0 125 88 213t213 88h72q125 0 213 -88t88 -213v-743h-41l-68 102q-93 -122 -243 -122h-31q-125 0 -213 88t-88 213zM219 1188l205 246h123l205 -246h-123 l-144 164l-143 -164h-123zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v222h-260q-75 0 -126 -52q-52 -54 -52 -127v-43z" /> +<glyph unicode="ã" d="M123 281v10q0 125 88 213t213 88h260v158q0 74 -52 126t-126 52h-72q-74 0 -126 -52t-52 -126v-37l-123 20v10q0 125 88 213t213 88h72q125 0 213 -88t88 -213v-743h-41l-68 102q-93 -122 -243 -122h-31q-125 0 -213 88t-88 213zM150 1221q0 148 102 197q34 16 79.5 16 t80 -18t65 -39.5t60.5 -39.5t68.5 -18t60.5 32t22 83h94q0 -147 -102 -198q-35 -17 -81.5 -17t-83 18t-68 39t-60 39t-65 18t-57.5 -31.5t-21 -80.5h-94zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v222h-260q-75 0 -126 -52q-52 -54 -52 -127v-43z" /> +<glyph unicode="ä" d="M123 281v10q0 125 88 213t213 88h260v158q0 74 -52 126t-126 52h-72q-74 0 -126 -52t-52 -126v-37l-123 20v10q0 125 88 213t213 88h72q125 0 213 -88t88 -213v-743h-41l-68 102q-93 -122 -243 -122h-31q-125 0 -213 88t-88 213zM215 1231v153h154v-153h-154zM246 274 q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v222h-260q-75 0 -126 -52q-52 -54 -52 -127v-43zM602 1231v153h154v-153h-154z" /> +<glyph unicode="å" d="M123 281v10q0 125 88 213t213 88h260v158q0 74 -52 126t-126 52h-72q-74 0 -126 -52t-52 -126v-37l-123 20v10q0 125 88 213t213 88h72q125 0 213 -88t88 -213v-743h-41l-68 102q-93 -122 -243 -122h-31q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126t126 -52h82 q74 0 126 52t52 126v222h-260q-75 0 -126 -52q-52 -54 -52 -127v-43zM258 1358q0 87 62 150q61 63 149 63q87 0 150 -63t63 -150q0 -88 -63 -150q-63 -61 -150 -61q-88 0 -149.5 61.5t-61.5 149.5zM360 1358.5q0 -22.5 8.5 -43t23.5 -35.5q33 -33 66.5 -33t53.5 9t35 24 q33 33 33 67t-9 54.5t-24 35.5q-33 33 -66.5 33t-53.5 -9t-35 -24t-23.5 -35.5t-8.5 -43z" /> +<glyph unicode="æ" horiz-adv-x="1491" d="M123 281v10q0 125 88 213t213 88h260v164q-2 71 -54 122q-52 50 -124 50h-72q-74 0 -126 -52t-52 -126v-37l-123 20v10q0 125 88 213t213 88h72q147 0 239 -120q92 120 240 120h82q125 0 213 -88t88 -213v-241h-561v-228q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v68 l123 -20v-41q0 -125 -88 -213t-213 -88h-82q-128 0 -217 90q-28 29 -47 63q-95 -153 -266 -153h-31q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v222h-260q-75 0 -126 -52q-52 -54 -52 -127v-43zM807 598h438v152q0 74 -52 126t-126 52 h-82q-72 0 -124 -50q-52 -51 -54 -122v-158z" /> +<glyph unicode="ç" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-41l-123 -20v68q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v68l123 -20v-41q0 -119 -83 -207q-83 -86 -202 -94l-47 -82q56 -25 83 -86 q11 -25 11 -60.5t-13.5 -66.5t-37.5 -53q-51 -44 -115 -44q-101 0 -165 64l47 72q38 -46 89 -46q101 0 101 80q0 46 -35 72q-34 24 -84 20l80 130h-12q-125 0 -213 88t-88 213z" /> +<glyph unicode="è" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-241h-561v-228q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v68l123 -20v-41q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM240 1434h204l164 -246h-92zM246 598h438v152q0 74 -52 126t-126 52 h-82q-74 0 -126 -52t-52 -126v-152z" /> +<glyph unicode="é" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-241h-561v-228q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v68l123 -20v-41q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM246 598h438v152q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126 v-152zM322 1188l163 246h205l-276 -246h-92z" /> +<glyph unicode="ê" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-241h-561v-228q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v68l123 -20v-41q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM219 1188l205 246h123l205 -246h-123l-144 164l-143 -164h-123z M246 598h438v152q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-152z" /> +<glyph unicode="ë" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-241h-561v-228q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v68l123 -20v-41q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM215 1231v153h154v-153h-154zM246 598h438v152q0 74 -52 126t-126 52 h-82q-74 0 -126 -52t-52 -126v-152zM602 1231v153h154v-153h-154z" /> +<glyph unicode="ì" horiz-adv-x="451" d="M0 1434h205l164 -246h-93zM164 0v1024h123v-1024h-123z" /> +<glyph unicode="í" horiz-adv-x="451" d="M82 1188l164 246h205l-277 -246h-92zM164 0v1024h123v-1024h-123z" /> +<glyph unicode="î" horiz-adv-x="451" d="M-41 1188l205 246h123l205 -246h-123l-144 164l-143 -164h-123zM164 0v1024h123v-1024h-123z" /> +<glyph unicode="ï" horiz-adv-x="451" d="M-45 1231v153h154v-153h-154zM164 0v1024h123v-1024h-123zM342 1231v153h154v-153h-154z" /> +<glyph unicode="ð" d="M123 281v462q0 125 88 213t213 88h82q66 0 127 -28q-29 102 -90 190l-228 -65l-18 65l201 58q-76 89 -189 170h148q79 -52 151 -138l219 64l21 -66l-197 -57q156 -226 156 -494v-462q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126 t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476z" /> +<glyph unicode="ñ" d="M123 0v1024h41l67 -104q91 124 244 124h31q125 0 213 -88t88 -213v-743h-123v750q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-750h-123zM150 1221q0 148 102 197q34 16 79.5 16t80 -18t65 -39.5t60.5 -39.5t68.5 -18t60.5 32t22 83h94q0 -147 -102 -198 q-35 -17 -81.5 -17t-83 18t-68 39t-60 39t-65 18t-57.5 -31.5t-21 -80.5h-94z" /> +<glyph unicode="ò" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-462q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM240 1434h204l164 -246h-92zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126 v-476z" /> +<glyph unicode="ó" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-462q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476zM322 1188l163 246h205 l-276 -246h-92z" /> +<glyph unicode="ô" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-462q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM199 1188l204 246h123l205 -246h-123l-143 164l-143 -164h-123zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126 t-126 52h-82q-74 0 -126 -52t-52 -126v-476z" /> +<glyph unicode="õ" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-462q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM150 1221q0 148 102 197q34 16 79.5 16t80 -18t65 -39.5t60.5 -39.5t68.5 -18t60.5 32t22 83h94q0 -147 -102 -198q-35 -17 -81.5 -17t-83 18 t-68 39t-60 39t-65 18t-57.5 -31.5t-21 -80.5h-94zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476z" /> +<glyph unicode="ö" d="M123 281v462q0 125 88 213t213 88h82q125 0 213 -88t88 -213v-462q0 -125 -88 -213t-213 -88h-82q-125 0 -213 88t-88 213zM195 1231v153h153v-153h-153zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126 v-476zM582 1231v153h153v-153h-153z" /> +<glyph unicode="÷" horiz-adv-x="1188" d="M82 653v129h1024v-129h-1024zM455 336.5q0 28.5 11 53.5t30 44q41 41 84 41t68 -11t44 -30q41 -41 41 -83.5t-11 -68t-30 -44.5q-41 -41 -83.5 -41t-68 11t-44.5 30t-30 44.5t-11 54zM455 1100.5q0 28.5 11 53.5t30 44q41 41 84 41t68 -11t44 -30q41 -41 41 -83.5 t-11 -68t-30 -44.5q-41 -41 -83.5 -41t-68 11t-44.5 30t-30 44.5t-11 54z" /> +<glyph unicode="ø" horiz-adv-x="932" d="M61 -61l109 178q-47 71 -47 164v462q0 125 88 213t213 88h82q106 0 188 -67l68 108h108l-110 -180q47 -78 47 -162v-462q0 -125 -88 -213t-213 -88h-82q-108 0 -188 65l-66 -106h-109zM246 259q0 -7 2 -15l385 630q-54 54 -127 54h-82q-74 0 -126 -52t-52 -126v-491z M297 147q53 -51 127 -51h82q74 0 126 52t52 126v476q0 6 -1 13t-1 13z" /> +<glyph unicode="ù" d="M123 281v743h123v-750q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v750h123v-1024h-41l-68 104q-91 -124 -243 -124h-31q-125 0 -213 88t-88 213zM199 1434h204l164 -246h-92z" /> +<glyph unicode="ú" d="M123 281v743h123v-750q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v750h123v-1024h-41l-68 104q-91 -124 -243 -124h-31q-125 0 -213 88t-88 213zM362 1188l164 246h205l-276 -246h-93z" /> +<glyph unicode="û" d="M123 281v743h123v-750q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v750h123v-1024h-41l-68 104q-91 -124 -243 -124h-31q-125 0 -213 88t-88 213zM199 1188l204 246h123l205 -246h-123l-143 164l-143 -164h-123z" /> +<glyph unicode="ü" d="M123 281v743h123v-750q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v750h123v-1024h-41l-68 104q-91 -124 -243 -124h-31q-125 0 -213 88t-88 213zM195 1231v153h153v-153h-153zM582 1231v153h153v-153h-153z" /> +<glyph unicode="ý" horiz-adv-x="807" d="M20 1024h123l267 -776l4 -53l4 53l266 776h123l-518 -1434h-119l182 498zM301 1188l164 246h205l-277 -246h-92z" /> +<glyph unicode="þ" d="M123 -410v1844h123v-496q89 106 229 106h31q125 0 213 -88t88 -213v-462q0 -125 -88 -213t-213 -88h-31q-140 0 -229 106v-496h-123zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476z" /> +<glyph unicode="ÿ" horiz-adv-x="807" d="M20 1024h123l267 -776l4 -53l4 53l266 776h123l-518 -1434h-119l182 498zM154 1231v153h153v-153h-153zM541 1231v153h153v-153h-153z" /> +<glyph unicode="Œ" horiz-adv-x="1608" d="M143 332v770q0 146 103 249t250 103h102q55 0 117 -20h811v-123h-645q69 -97 69 -209v-324h447v-123h-447v-323q0 -116 -69 -209h645v-123h-811q-62 -20 -117 -20h-102q-147 0 -250 103t-103 249zM272 332q0 -95 67.5 -162.5t162.5 -67.5h90q96 0 162 68q67 68 67 162 v770q0 95 -67 162t-162 67h-90q-94 0 -162 -67q-68 -66 -68 -162v-770z" /> +<glyph unicode="œ" horiz-adv-x="1493" d="M123 281v462q0 125 88 213t213 88h82q146 0 239 -120q93 120 242 120h82q125 0 213 -88t88 -213v-241h-561v-228q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v68l123 -20v-41q0 -125 -88 -213t-213 -88h-82q-150 0 -242 120q-92 -120 -239 -120h-82q-125 0 -213 88 t-88 213zM246 274q0 -74 52 -126t126 -52h82q74 0 126 52t52 126v476q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-476zM809 598h438v152q0 74 -52 126t-126 52h-82q-74 0 -126 -52t-52 -126v-152z" /> +<glyph unicode="Ÿ" horiz-adv-x="950" d="M41 1434h139l295 -596l295 596h139l-368 -748v-686h-129v684zM205 1640v154h153v-154h-153zM592 1640v154h153v-154h-153z" /> +<glyph unicode="ˆ" horiz-adv-x="942" d="M205 1188l205 246h122l205 -246h-123l-143 164l-143 -164h-123z" /> +<glyph unicode="˜" horiz-adv-x="1042" d="M205 1221q0 148 101 197q35 16 80.5 16t80 -18t65 -39.5t60.5 -39.5t68.5 -18t60.5 32t22 83h95q0 -147 -104 -198q-34 -17 -80.5 -17t-83 18t-68 39t-60 39t-65 18t-57.5 -31.5t-21 -80.5h-94z" /> +<glyph unicode=" " horiz-adv-x="921" /> +<glyph unicode=" " horiz-adv-x="1843" /> +<glyph unicode=" " horiz-adv-x="921" /> +<glyph unicode=" " horiz-adv-x="1843" /> +<glyph unicode=" " horiz-adv-x="614" /> +<glyph unicode=" " horiz-adv-x="460" /> +<glyph unicode=" " horiz-adv-x="307" /> +<glyph unicode=" " horiz-adv-x="307" /> +<glyph unicode=" " horiz-adv-x="230" /> +<glyph unicode=" " horiz-adv-x="368" /> +<glyph unicode=" " horiz-adv-x="102" /> +<glyph unicode="‐" horiz-adv-x="588" d="M102 627v116h383v-116h-383z" /> +<glyph unicode="‑" horiz-adv-x="588" d="M102 627v116h383v-116h-383z" /> +<glyph unicode="‒" horiz-adv-x="588" d="M102 627v116h383v-116h-383z" /> +<glyph unicode="–" horiz-adv-x="1126" d="M102 627v116h922v-116h-922z" /> +<glyph unicode="—" horiz-adv-x="2048" d="M102 627v116h1844v-116h-1844z" /> +<glyph unicode="‘" horiz-adv-x="399" d="M143 993l103 441h51v-441h-154z" /> +<glyph unicode="’" horiz-adv-x="399" d="M143 993v441h154l-102 -441h-52z" /> +<glyph unicode="‚" horiz-adv-x="440" d="M143 154h154l-102 -441h-52v441z" /> +<glyph unicode="“" horiz-adv-x="645" d="M102 993l103 441h51v-441h-154zM348 993l103 441h51v-441h-154z" /> +<glyph unicode="”" horiz-adv-x="645" d="M143 993v441h154l-102 -441h-52zM389 993v441h154l-103 -441h-51z" /> +<glyph unicode="„" horiz-adv-x="645" d="M143 154h154l-102 -441h-52v441zM389 154h154l-103 -441h-51v441z" /> +<glyph unicode="•" horiz-adv-x="958" d="M123 709q0 147 104.5 251.5t251.5 104.5q148 0 252.5 -104.5t104.5 -251.5q0 -148 -104.5 -252.5t-252.5 -104.5q-147 0 -251.5 104.5t-104.5 252.5z" /> +<glyph unicode="…" horiz-adv-x="1485" d="M143 0v154h154v-154h-154zM666 0v154h153v-154h-153zM1188 0v154h153v-154h-153z" /> +<glyph unicode=" " horiz-adv-x="368" /> +<glyph unicode="‹" horiz-adv-x="623" d="M82 467l377 383l41 -41l-250 -342l250 -342l-41 -41z" /> +<glyph unicode="›" horiz-adv-x="623" d="M123 125l250 342l-250 342l41 41l377 -383l-377 -383z" /> +<glyph unicode=" " horiz-adv-x="460" /> +<glyph unicode="€" horiz-adv-x="1155" d="M82 553v102h143v123h-143v103h143v221q0 146 103 249t250 103h102q146 0 249 -103t103 -249v-37l-129 -21v58q0 95 -67 162t-162 67h-90q-94 0 -162 -67q-68 -66 -68 -162v-221h473l-59 -103h-414v-123h342l-59 -102h-283v-221q0 -95 67.5 -162.5t162.5 -67.5h90 q96 0 162 68q67 68 67 162v57l129 -20v-37q0 -146 -103 -249t-249 -103h-102q-147 0 -250 103t-103 249v221h-143z" /> +<glyph unicode="™" horiz-adv-x="1475" d="M82 1339v95h516v-95h-205v-581h-106v581h-205zM696 758v676h64l254 -519l256 519h61v-676h-104v379l-185 -379h-55l-184 377v-377h-107z" /> +<glyph unicode="" horiz-adv-x="1025" d="M0 0v1025h1025v-1025h-1025z" /> +</font> +</defs></svg> \ No newline at end of file diff --git a/fonts/abel-regular-webfont.ttf b/fonts/abel-regular-webfont.ttf new file mode 100644 index 0000000000000000000000000000000000000000..ffa7ec2f88e57c31ecab4a13a4cae3b0ded9cde3 Binary files /dev/null and b/fonts/abel-regular-webfont.ttf differ diff --git a/fonts/abel-regular-webfont.woff b/fonts/abel-regular-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..083ddfeff0379ac61cf489cec4e0ecc68b5156e4 Binary files /dev/null and b/fonts/abel-regular-webfont.woff differ diff --git a/img/collage.jpg b/img/collage.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea9e3921299204c0c07da3d6ea9d76a11a134cf7 Binary files /dev/null and b/img/collage.jpg differ diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b0c3ee90fb2147e7770a3ffcd353c20513cd6403 Binary files /dev/null and b/img/logo.png differ diff --git a/img/lund1.jpg b/img/lund1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6986acc7da3584bc77afb83f2fe554250890ae13 Binary files /dev/null and b/img/lund1.jpg differ diff --git a/img/lund2.jpg b/img/lund2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5ebf195e673073353e5944ccb1a8c21eba24a893 Binary files /dev/null and b/img/lund2.jpg differ diff --git a/local.html b/local.html new file mode 100644 index 0000000000000000000000000000000000000000..386a391f3ea785886f16999eb94f9fddff206578 --- /dev/null +++ b/local.html @@ -0,0 +1,56 @@ +<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-purple"> + <div id="main"> + + <img src="img/logo.png"> + +<h4>About Lund</h4> + +<img src="img/lund1.jpg" width="450px" class="imageborderright"> + +Lund is a city where thousand years of history blends with modern knowledge and visions. You will also find all the charm of a small town, side by side with the enticements and comforts of a major city. Students from all over the world attend our tradition-rich Lund University, adding a youthful pulse to Lund’s cultural and entertainment scene.<br> +<br> +Lund was founded by the Danish king Sweyn Forkbeard in 990 when he wanted a firmer grip of this part of the country (i.e. Denmark). To assure the importance of the city it was awarded mint rights for making coins and became the archbishopric for entire Scandinavia. For the next four hundred years Lund was one of Scandinavia’s most important cities. Construction of the present cathedral started in 1085 when also the oldest school in Scandinavia, the cathedral school was founded. After that the province had been conquered by the Swedes in 1658, Lund University was founded in 1666, with the main purpose of making the upper classes of the province more Swedish.<br> +<br> +<img src="img/lund2.jpg" width="450px" class="imageborderleft"> +Today Lund University is the largest in Scandinavia with some 46000 students, 562 professors and 2800 PhD students in eight faculties. +It has a number of National and International research facilities, for example MAX lab (physics) and the new European Spallation Source, ESS Scandinavia.<br> +<br> +The city of Lund, with around 100,000 citizens is very much dominated by the students. Besides the academic community, there are also a number of well-known industries, for example Ericsson,Tetra Pak and Alfa Laval.<br> +<br> +<a href="http://www.visitlund.se/en" target="_blank">Tourist information about Lund</a> - <a href="http://visitskane.com/en" target="_blank">Tourist information about Skåne</a><br> +<br> + + </div> + </div> + + <div id="sidebar"> + <div id="empty"></div> + <div id="roundedsign-inactive-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-active-purple"><a href="local.html">Local Info</a></div> + </div> + <div id="internal-submenu"> + <ul> + <li><a href="local.html" class="actualLink2">About Lund</a></li> + <li><a href="local_arrival.html">Arrival Info</a></li> + <li><a href="local_accomodation.html">Accomodation</a></li> + </ul> + </div> + <div id="sidebar"> + <div id="roundedsign-inactive-darkgreen"><a href="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/local_accomodation.html b/local_accomodation.html new file mode 100644 index 0000000000000000000000000000000000000000..4779cfc803ea7271b5885c76234a270ddadde200 --- /dev/null +++ b/local_accomodation.html @@ -0,0 +1,132 @@ +<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-purple"> + <div id="main"> + + <img src="img/logo.png"> + +<h4>Hotels in Lund</h4> + +<table width="100%"> +<tr> +<td width="33%"> +<a href="http://www.concordia.se/" target="_blank">Concordia Hotel</a><br> +Stålbrogatan 1<br> +Tel: +46 46-13 50 50<br> +Fax: +46 46-13 74 22<br> +info@concordia.se<br> +<br></td> +<td width="33%"> +<a href="http://www.firsthotels.com/" target="_blank">First Hotel Planetstaden</a><br> +Dalbyvägen 38<br> +Tel: +46 46-280 01 00<br> +Fax: +46 46-280 01 99<br> +planetstaden.lund@firsthotels.se<br> +<br></td> +<td width="33%"> +<a href="http://www.grandilund.se/" target="_blank">Grand Hotel</a><br> +Bantorget 1<br> +Tel: +46 46-280 61 00<br> +Fax:+46 46-280 61 50<br> +info@grandilund.se<br> +<br></td> +</tr> +<tr> +<td> +<a href="http://www.lundia.se/" target="_blank">Hotel Lundia</a><br> +Knut den Stores torg 2<br> +Tel: +46 46-280 65 00<br> +Fax: +46 46-280 65 10<br> +info@lundia.se<br> +<br></td> +<td> +<a href="http://www.lund.hotelduxiana.com/" target="_blank">Hotel Duxiana</a><br> +S:t Petri kyrkogata 7<br> +Tel: +46 46-13 55 15<br> +Fax: +46 46-13 56 71<br> +info@lund.hotelduxiana.com<br> +<br></td> +<td> +<a href="http://www.hotelideon.se/" target="_blank">Ideon Gästeri</a><br> +Sölvegatan 28<br> +Tel: +46 46-211 79 00<br> +Fax: +46 46-15 70 66<br> +reservation@hotelideon.com<br> +<br></td> +</tr> +<tr> +<td> +<a href="http://www.scandic-hotels.se/" target="_blank">Scandic Star Lund</a><br> +Glimmervägen 5<br> +Tel: +46 46-285 25 00<br> +Fax:+46 46-285 25 11<br> +starlund@scandic-hotels.com<br> +<br></td> +<td> +<a href="http://www.spartahotell.se/" target="_blank">Hotell Sparta</a><br> +Tunavägen 39<br> +Tel: +46 46-19 16 00<br> +Fax: +46 46-12 85 25<br> +info@spartahotell.se<br> +<br></td> +<td> +<a href="http://www.hotellahlstrom.se/" target="_blank">Hotell Ahlström</a><br> +Skomakaregatan 3<br> +Tel/Fax: +46 46-211 01 74<br> +info@hotellahlstrom.se<br><br> +<br></td> +</tr> +<tr> +<td> +<a href="http://www.lillahotelletilund.se/" target="_blank">Lilla Hotellet i Lund</a><br> +Bankgatan 7<br> +Tel: +46 46-32 88 88<br> +Fax: +46 46-38 58 68<br> +lillahotellet@telia.com<br> +<br></td> +<td> +<a href="http://www.hotelloskar.com/" target="_blank">Hotel Oskar</a><br> +Bytaregatan 3<br> +Tel: +46 46 - 18 80 85<br> +Fax: +46 46 - 37 30 30<br> +info@hotelloskar.com<br> +<br></td><td> +<a href="http://www.stayat.se/" target="_blank">StayAt</a><br> +Laboratoriegatan 10<br> +Tel: +46 46-42 36 000<br> +lund@stayat.se<br><br> +<br></td></tr> +</table> + + </div> + </div> + + <div id="sidebar"> + <div id="empty"></div> + <div id="roundedsign-inactive-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-active-purple"><a href="local.html">Local Info</a></div> + </div> + <div id="internal-submenu"> + <ul> + <li><a href="local.html">About Lund</a></li> + <li><a href="local_arrival.html">Arrival Info</a></li> + <li><a href="local_accomodation.html" class="actualLink2">Accomodation</a></li> + </ul> + </div> + <div id="sidebar"> + <div id="roundedsign-inactive-darkgreen"><a href="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/local_arrival.html b/local_arrival.html new file mode 100644 index 0000000000000000000000000000000000000000..72933042e32001a8e6ecfdfe0b9a60d458f7f258 --- /dev/null +++ b/local_arrival.html @@ -0,0 +1,49 @@ +<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-purple"> + <div id="main"> + + <img src="img/logo.png"> + +<h4>Arrival Information</h4> + +There are two airports close to Lund. One is Malmö Airport (Sturup), about 30 km southeast of Lund. The other one is Copenhagen Airport (Kastrup), which is located in Denmark, about 60 km away. + +<ul> +<li>Malmö Airport (Mainly domestic flights). Malmö Airport has frequent connections with Stockholm but only a few regular international flights. There is a bus service from the airport to LTH and to Lund central station, usually in connection with planes from Stockholm. For Taxi service, see below.</li> + +<li>Copenhagen Airport (International flights). From Copenhagen airport, trains leave for Malmö and Lund every twenty minutes, except for in the middle of the night when they only leave once every hour. The trip to Lund takes about 45 minutes. The trains leave from terminal 3, straight ahead from the exit of the baggage reclaim area. If the train ticket is not part of your flight ticket (it could be) you have to buy the ticket in machines at the terminal, just at the entrance to the tracks. The ticket machines accept both cash and credit cards. The price for a train ticket to Lund is around 135 SEK. Please note that return tickets only are valid for 24h. You may have to change trains at Malmö central station. The sequence of stations is normally: Copenhagen Airport Kastrup, Hyllie, Triangeln, Malmö central station, Lund central station.</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-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-inactive-green"><a href="workshops.html">Workshops</a></div> + <div id="roundedsign-active-purple"><a href="local.html">Local Info</a></div> + </div> + <div id="internal-submenu"> + <ul> + <li><a href="local.html">About Lund</a></li> + <li><a href="local_arrival.html" class="actualLink2">Arrival Info</a></li> + <li><a href="local_accomodation.html">Accomodation</a></li> + </ul> + </div> + <div id="sidebar"> + <div id="roundedsign-inactive-darkgreen"><a href="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/organizing-committee.html b/organizing-committee.html new file mode 100644 index 0000000000000000000000000000000000000000..53de0c2d2694d8955f920ccbb42e32af276d5353 --- /dev/null +++ b/organizing-committee.html @@ -0,0 +1,80 @@ +<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>General Chair</h4> + <ul> + <li><a href="http://www.control.lth.se/Staff/KarlErikArzen.html" target="_blank">Karl-Erik Årzén</a>, Lund University, Sweden</li> + </ul> + + <h4>Program Chair</h4> + <ul> + <li><a href="http://cse.unl.edu/~goddard/" target="_blank">Steve Goddard</a>, University of Nebraska-Lincoln, USA</li> + </ul> + + <h4>Work-in-Progress Chair</h4> + <ul> + <li>To be announced.</li> + </ul> + + <h4>Real-Time Technical Committee Chair</h4> + <ul> + <li><a href="http://rts.eit.uni-kl.de/index.php?id=18&people_action=detail&people_id=3" target="_blank">Gerhard Fohler</a>, TU Kaiserslautern, Germany</li> + </ul> + + <h4>Local Chairs</h4> + <ul> + <li><a href="http://www.martinamaggio.com" target="_blank">Martina Maggio</a>, Lund University, Sweden</li> + <li><a href="http://www.control.lth.se/Staff/AlessandroPapadopoulos.html" target="_blank">Alessandro Vittorio Papadopoulos</a>, Lund University, Sweden</li> + </ul> + + <h4>Workshop Chairs</h4> + <ul> + <li><span class="boldtag">WS:</span><br>To be announced.</li> + <li><span class="boldtag">WS:</span><br>To be announced.</li> + <li><span class="boldtag">WS:</span><br>To be announced.</li> + <li><span class="boldtag">WS:</span><br>To be announced.</li> + <li><span class="boldtag">WS:</span><br>To be announced.</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">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" class="actualLink">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="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/program-committee.html b/program-committee.html new file mode 100644 index 0000000000000000000000000000000000000000..46f81834cc09489d60e41a4e6f78a2ca665abf61 --- /dev/null +++ b/program-committee.html @@ -0,0 +1,49 @@ +<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>Program Committee</h4> + <ul> + <li>To be announced.</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">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" class="actualLink">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="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/program-keynote.html b/program-keynote.html new file mode 100644 index 0000000000000000000000000000000000000000..cf7e61b918042f95e2bde0e896a88eafe7381b21 --- /dev/null +++ b/program-keynote.html @@ -0,0 +1,50 @@ +<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>Keynote speakers</h4> + <ul> + <li>To be announced.</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">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" class="actualLink">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="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/suggestions.html b/suggestions.html new file mode 100644 index 0000000000000000000000000000000000000000..7e4bb3b1c9c8100bdd2afd737aa5868a52b1e4b1 --- /dev/null +++ b/suggestions.html @@ -0,0 +1,113 @@ +<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"> + +<!-- BEGINNING OF CONTENT --> +<h4>Suggestions for authors</h4> +This document lists a set of suggestions for writing papers that are likely to be appreciated by the reviewers of this conference. The motivation for this document is that many times good papers fail to be appreciated (and hence accepted) for "misunderstandings" between reviewers and authors. We hope that this document will help improving the average quality of the submitted papers.<br><br> + +Some rules are mandatory (i.e., the page limit) and if the authors do not comply the paper will not even be considered for review. Other points are just suggestions for organizing and structuring the paper. If the authors prefer to organize their paper in a different way, as long as the paper is appreciated, it will likely be accepted anyway.<br><br> + +This document is in the form of a FAQ. You can use it as a checklist and go through it while writing your paper and before the submission. Remember that you can re-submit updated versions of the paper until the deadline. So, if you realize there is something wrong just after you clicked on the "submit" button, you may still update the submitted paper until the final deadline.<br><br> + +<h4><span class="redtag">Page Limits</span></h4> + +<h4>Is there a page limit? Is there a specific format for submissions?</h4> + +The paper must be in the same format as in the final published proceedings, i.e. 10 pt, two columns, 10 pages maximum. Word and Latex templates for formatting you paper can be found <a href="http://www.computer.org/portal/web/cscps/formatting/">here</a>. (Note: the conference will use US Letter (8.5" x 11") trim size.) Note, a full page of text (no headings) should not have more than 59 lines. Papers exceeding the page limit will not be considered for review. Also, please help the reviewers by putting on page numbers for the review version.<br><br> + +<h4>My paper does not fit within the page limit. Can I leave proofs and other details out in a appendix?</h4> + +The general idea is that the submitted version of your paper must contain the same amount of information that, in case of acceptance, will go in the final proceedings. Therefore, if you have additional material that you want to make available to the reviewers, but that will not go into the final proceedings, then you must: + +<ul> +<li>Write a technical report, that can be of any length and any format, containing the additional material;</li> +<li>Make the tech report available on your web page or in a web site of your institution;</li> +<li>When you submit the paper, you must submit also the tech report, so that we can make it available to the reviewers (this is to enforce anonymity of the reviewers).</li> +</ul> + +Notice that the additional material in the technical report will not be published in the proceedings. Therefore, you are completely free to submit it to some journal or conference. As a final note, remember that reviewers must evaluate your paper and not the technical report. If reviewers think the paper contains insufficient material to be published, then the paper might be rejected, regardless of the contents of the technical report. Please note that reviewers are not obligated to read material beyond the ten-page limit; additional material in a technical report may or may not be examined.<br><br> + +<h4><span class="redtag">Originality</span></h4> + +<h4>How do I convince the reviewers that my approach is actually a good approach?</h4> + +The paper must be grounded on solid scientific basis. If your paper contains theoretical work, you should present mathematical proofs of correctness. If the paper contains new algorithms, techniques and methodologies that improve on existing state-of-the art (or even regarding a completely new field), you may consider adding an "Experimental Evaluation" section or a "Simulation" section.<br><br> + +<h4>How do I convince the reviewers that my work is actually new?</h4> + +A good idea is to add a short paragraph titled "Contributions of this paper", in which you briefly summarize the innovative technical contributions of the paper. Also, make sure you make a good comparative analysis with the state of the art. + +Please, remember that double submissions are unacceptable because they could compromise the requirement for originality of the paper, and effectively duplicate the costly process of paper review. Check that your paper has enough new work with respect to other papers you published or submitted to other conference/journals.<br><br> + +<h4><span class="redtag">Presentation</span></h4> + +<h4>How important is writing quality?</h4> + +Very important. The main goal of a paper is to make other people understand the technical aspects of the proposed research work. If the paper is not properly written in English, reviewers may not able to understand the merits of the paper. Therefore, it is more likely that your paper will get a low score also on the technical aspects (and not only on the presentation). +Take some time to review the presentation aspects of your paper (and possibly ask other good writers for their comments/opinions). The submitted paper must already be correct. The final paper is not the place to make the English corrections.<br><br> + +<h4>How important are the system model and assumptions?</h4> + +Very important. Once again, keep in mind that the reviewer (who may not be an expert in your specific domain) has to understand the technical content of the paper. Therefore, spend a paragraph or a subsection or even a section on presenting the system model, describing accurately notation and nomenclature, and discussing the assumptions and limitations of your model.<br><br> + +<h4><span class="redtag">Evaluation</span></h4> + +<h4>Is it mandatory to have experimental evaluations in the paper?</h4> + +No, although in many cases it is strongly suggested. If you are going to add an "Experimental evaluation section", make sure you do it properly. The basic idea is that a reader of your paper should be able to reproduce your experiments and obtain the same results. Hence, it is not sufficient to just put a figure with a one-line comment. Instead, make sure to describe the experimental setup, the way randomly generated data has been generated, etc. If you are reporting statistical data, make sure you present measures pertaining to the quality of your obtained data (confidence intervals, variance, or else). Finally, there is a clear distinction between Experimental Evaluation and Simulation. The first is done on a real-system under a controlled set of scenarios; the second is done on a simulated system. Please, use the proper terms when describing your evaluation.<br><br> + +<h4>My paper does not contain new theorems, nor new schedulability theory. Is it appropriate to ECRTS?</h4> + +We particularly encourage submission of papers on industrial case studies, application of real-time technology in realistic systems, and real-time operating systems implementations. This is because we believe that our community needs to validate the proposed assumptions and methodologies with respect to realistic applications. +How will we evaluate these papers? The questions the reviewer will be asked to answer are: "did you learn something from the paper?", "is this paper useful to the real-time systems community?" where the term "community" includes people from academic institutions and from industry. Therefore, it is important for the paper to contribute to the community by presenting interesting, non- trivial and novel results (not necessarily theoretical). Typical examples: + +<ul> +<li>a case study of applying real-time techniques in the design and implementation of a realistic application that reports solutions to practical problems that were not directly addressed by the theory;</li> +<li>an implementation of one (or more) scheduling algorithms on a operating system, showing the impact of hardware mechanisms on the performance of the algorithms and system overhead;</li> +<li>a study (simulation-based or experimental) on the impact of current and future hardware architectures on applications and operating system mechanisms;</li> +<li>a study of the application of formal methods to realistic applications: limits of the model, performance of the methodology, difficulty of applying the methodology for non-experts, etc.</li> +</ul> +Of course, there are many examples of this kind, and we cannot be exhaustive in listing all possibilities. So, if your paper does not fit any of the above examples, it may still be appropriate for ECRTS.<br><br> +<!-- END OF CONTENT --> + + + </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">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> + <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="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/wip.html b/wip.html new file mode 100644 index 0000000000000000000000000000000000000000..f9e38790b94effcca3ef14a17249cb847a8d7f80 --- /dev/null +++ b/wip.html @@ -0,0 +1,57 @@ +<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>Work in Progress Session</h4> + <ul> + <li>Submission Deadline: To be announced.</li> + <li>Notification of Acceptance: To be announced.</li> + <li>Camera Ready Submission: To be announced.</li> + </ul> + + <h4>Accepted works</h4> + <ul> + <li>To be announced.</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">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> + <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="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file diff --git a/workshops.html b/workshops.html new file mode 100644 index 0000000000000000000000000000000000000000..2d2251bcca88dea08e29e97c3efc45528eb48b0d --- /dev/null +++ b/workshops.html @@ -0,0 +1,34 @@ +<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-green"> + <div id="main"> + + <img src="img/logo.png"> + + <h4>Workshops</h4> + + Work in progress. + + </div> + </div> + + <div id="sidebar"> + <div id="empty"></div> + <div id="roundedsign-inactive-blue"><a href="index.html">Welcome</a></div> + <div id="roundedsign-inactive-red"><a href="conference.html">Conference</a></div> + <div id="roundedsign-active-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="#">Register</a></div> + </div> + +</div> +</body> +</html> \ No newline at end of file