OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | fractal-commits List | Febuary 2006 Index

<--  Date Index  --> <--  Thread Index  -->

CVS update of web (8 files)


    Date: Tuesday, February 21, 2006 @ 14:06:42
  Author: ebruneton
    Path: /cvsroot/fractal/web

   Added: html/doc/ecoop06/backgrounds/fond1-trunc.jpg
          html/doc/ecoop06/backgrounds/fond1.jpg
          html/doc/ecoop06/backgrounds/fond2.jpg
          html/doc/ecoop06/ecoop.css
          html/doc/ecoop06/icons/ecoop-logo-small.jpg
          html/doc/ecoop06/icons/valid-xhtml10.jpg
          html/doc/ecoop06/index.html
Modified: xml/root/doc/index.xml

added ecoop2006 workshop info


----------------------------------------------+
 html/doc/ecoop06/backgrounds/fond1-trunc.jpg |    <<Binary file>>
 html/doc/ecoop06/backgrounds/fond1.jpg       |    <<Binary file>>
 html/doc/ecoop06/backgrounds/fond2.jpg       |    <<Binary file>>
 html/doc/ecoop06/ecoop.css                   |  631 +++++++++++++++++++++++++
 html/doc/ecoop06/icons/ecoop-logo-small.jpg  |    <<Binary file>>
 html/doc/ecoop06/icons/valid-xhtml10.jpg     |    <<Binary file>>
 html/doc/ecoop06/index.html                  |  153 ++++++
 xml/root/doc/index.xml                       |    3 
 8 files changed, 791 insertions(+), 1 deletion(-)


Index: web/html/doc/ecoop06/backgrounds/fond1-trunc.jpg
<<Binary file>>
Index: web/html/doc/ecoop06/backgrounds/fond1.jpg
<<Binary file>>
Index: web/html/doc/ecoop06/backgrounds/fond2.jpg
<<Binary file>>
Index: web/html/doc/ecoop06/ecoop.css
diff -u /dev/null web/html/doc/ecoop06/ecoop.css:1.1
--- /dev/null   Tue Feb 21 14:06:42 2006
+++ web/html/doc/ecoop06/ecoop.css      Tue Feb 21 14:06:41 2006
@@ -0,0 +1,631 @@
+/*********************************************************
+ * The two columns : sidebar & main
+ *********************************************************/
+
+body { 
+  font-family: arial, helvetica, sans-serif;
+  font-size: 11pt;
+  padding: 0em 0em 0em 0em;
+  margin: 0em 0em 0em 0em;
+  background: white url(backgrounds/fond1-trunc.jpg) repeat-y;
+  color: black;
+}
+
+div.sidebar {
+  width: 144px;
+  margin: 0em 0em 0em 0em;
+  padding: 0em 0em 0em 0em;
+  float: left;
+  color: white;
+  background: #336 url(backgrounds/fond1-trunc.jpg) repeat-y;
+
+/*  Web browsers are too slow to use the following feature. */
+/*  position: fixed; top: 0em; left: 0em; */
+}
+
+div.main {
+  margin-top: 0px;
+  margin-bottom: 0px;
+  margin-right: 0px;
+  margin-left: 144px;
+  padding: 0px 24px 24px 24px;
+  background: white; color: black;
+}
+
+div.footer {
+  clear: both;
+  margin-top: 0px;
+  margin-bottom: 0px;
+  margin-right: 0px;
+  margin-left: 172px;
+  padding: 0em 2em 0.5em 2em;
+  width: auto;
+}
+
+div.notes {
+  margin-top: 4em;
+}
+
+div.credits {
+  margin-top: 6em;
+}
+
+/**** General features ****/
+P { text-align: justify; }
+
+address {
+  background: #CCF;
+  color: black;
+  margin: 0em 1em 0em 1em;
+  padding: 1em 3em 1em 3em;
+}
+
+TABLE.addresses TD {
+  vertical-align: top;
+  padding: 0em 1em 0em 1em;
+}
+
+DIV.hotel address {
+  padding: 0;
+  margin: 0;
+  background: inherit;
+  color: inherit;
+}
+
+DIV.hotel TD.address {
+  width: 14em;
+}
+
+DIV.hotel TD.phone {
+  width: 20em;
+}
+
+DIV.hotel TD.comments {
+}
+
+
+SPAN.hotel-name {
+  font-size: larger;
+  font-weight: bold;
+}
+
+P.important { 
+  padding: 0.5em 1em 0.5em 2em;
+  margin: 1em 2em 1em 2em;
+  background: #9FF;
+  color: black;
+  border: thin solid #33F;
+  page-break-inside: avoid;
+}
+
+SPAN.important {
+/* border: thin solid #999; */
+  padding: 0em 0.5em 0em 0.5em;
+  background: #FF9;
+  font-weight: bold;
+  color: black;
+}
+
+P.important span.title {
+  letter-spacing: 0.2ex;
+  color: #009;
+  background: #9FF;
+}
+
+P.footnote {
+  margin: 4em 8em 1em 8em;
+  font-size: smaller;
+  text-align: center;
+  padding: 0.5em 2em 0.5em 2em;
+  border: thin solid #999;
+}
+
+P.new {
+  margin: 0em 1em 0em 2em;
+  padding: 0.5em 0.5em 0em 0.5em;
+}
+
+P.new SPAN.updated {
+  border: thin solid #33F;
+  margin-right: 1em ;
+  padding: 0.25em 1em 0.25em 1em;
+  font-style: italic;
+  font-size: smaller;
+  background: #9FF;
+  color: black;
+}
+
+P.url {
+  text-align: center;
+  font-size: larger;
+  letter-spacing: 0.1ex;
+}
+
+P.ingredients {
+  line-height: 2.5em;
+}
+
+P.ingredients A {
+  margin: 0em 1.5em 0em 1.5em;
+  text-align: left;
+}
+
+UL.sitemap LI {
+  margin: 1.5em 0em 0em 0em;
+}
+
+UL.sitemap UL LI {
+  margin: 0em 0em 0em 0em;
+}
+
+UL.sitemap UL {
+  list-style-type: none;
+  list-style-image: none;
+}
+
+SPAN.hide { display:none; }
+P.hide { display: none; }
+
+SPAN.eaddr { font-family: monospace}
+ACRONYM { border-bottom: thin dotted #999; }
+
+UL {
+  list-style-type: none;
+  list-style-image: url("icons/bullet2.gif");
+}
+
+DIV.deadlines UL {
+  list-style-type: none;
+  list-style-image: none;
+}
+
+UL.entries, UL.guidelines {
+  list-style-type: disc; 
+  list-style-image: url("icons/bullet2.gif");
+  margin-left: 2em ;
+  margin-right: 3em ;
+}
+
+/**** Map-List ****/
+UL.map-list IMG { margin: 1em 2em 1em 2em; }
+
+TABLE.contacts, TABLE.dictionary {
+  margin: 1em 1em 1em 5em;
+}
+
+TH {
+  font-weight: bold;
+  text-align: left;
+  padding-right: 2em;
+}
+
+TABLE.timetable {
+  margin: 1em 4em 0em 4em;
+}
+
+TABLE.timetable TD {
+  padding: 0.5em 1em 0.5em 1em;
+  vertical-align: top;
+  text-align: center;
+  color: black;
+  background: #CC3;
+}
+
+TABLE.timetable TD.extra {
+  color: black;
+  background: #C93;
+}
+
+TABLE.timetable TH {
+  border: thin solid black;
+  vertical-align: top;
+  padding: 0.5em 1em 0.5em 1em;
+  text-align: center;
+  color: black;
+  background: #99F;
+}
+
+TABLE.dictionary TD {
+  padding-right: 2em;
+  text-align: left;
+}
+
+TABLE.dictionary TD.section {
+  font-style: italic;
+}
+
+TABLE.contacts TD.topic { 
+  font-style: italic ;
+  padding-right: 1em ;
+  text-align: left;
+}
+
+TABLE.supporters {
+  caption-side: bottom;
+  border: thin solid #666;
+  padding: 0em 1em 0em 1em;
+}
+
+TABLE CAPTION {
+  display: none;
+}
+
+TABLE.supporters TD {
+  padding: 1em 1em 1em 1em;
+  text-align: justify;
+}
+
+TABLE.supporters TD.sponsorship-level {
+  text-align: center;
+  letter-spacing: 0.25ex;
+  color: #663;
+  background: white;
+  font-weight: bold;
+}
+
+TABLE TD.icon {
+  width: 220px;
+  text-align: center;
+}
+
+TABLE.committee {
+  margin-top: 2em ;
+}
+
+TABLE.committee TH {
+ text-align: center ; 
+ font-weight: bold ;
+ border: thin solid black; 
+ padding-left: 0.5em ;
+ padding-right: 0.5em ;
+ width: 12em ;
+}
+
+TABLE.committee TD {
+  padding-left: 1em ;
+  padding-right: 1em ;
+  text-align: right; 
+  vertical-align: top;
+}
+
+TABLE.committee TD.affiliation {
+  text-align: left;
+  font-style: italic;
+  padding-right: 0.5em;
+  width: 18em;
+}
+
+TABLE.committee TD.affiliation-large {
+  text-align: left;
+  font-style: italic;
+  padding-right: 0.5em;
+}
+
+TABLE.committee TD.role {
+  font-weight: bold;
+  text-align: left;
+}
+
+/**** Pictures ****/
+P.pictures {
+  margin: 3em 1em 1em 1em;
+  text-align: center;
+}
+
+P.pictures img {
+  margin: 0px 16px 0px 16px;
+  vertical-align: middle;
+}
+
+P.logos {
+  margin: 0px 0px 10px 0px;
+  text-align: center;
+}
+
+P.logos img {
+  margin: 0px 20px 0px 20px;
+  vertical-align: middle;
+}
+
+P.logos acronym {
+  border: 0;
+}
+
+P.ecoop-logo {
+  text-align: center;
+  margin: 0em 0em 0em 0em;
+}
+
+P.caption {
+  text-align: right;
+  margin: 0em 6em 0em 0em;
+  color: #666;
+  background: inherit;
+}
+
+IMG {
+  border: 0;
+  vertical-align: middle;
+}
+
+IMG.icon { margin: 0.5em 1em 1em 0.5em; }
+TABLE.description IMG.icon { margin: 0em 0em 0em 0em; }
+
+IMG.float-left {
+  float: left;
+  margin: 0em 1em 0em 1em;
+}
+
+IMG.float-right {
+  float: right;
+  margin: 0em 1em 0em 1em;
+}
+
+/**** Validators ****/
+P.validators { margin-top: 4em; text-align: right}
+
+/*********************************************************
+ *   TITLES
+ *********************************************************/
+
+H1, H2 {
+  text-align: center;
+  background: #99F url(backgrounds/fond2.jpg);
+  font-size: larger;
+}
+
+H3 {
+  text-align: left;
+  font-weight: bold;
+  margin: 2em 0em 0em 0em;
+}
+
+H3.discret {
+  font-size: 100%;
+  font-weight: normal;
+  font-style: italic;
+  margin: 0;
+}
+
+H3.discret A {
+  font-size: 100%;
+  font-style: italic;
+  margin: 0;
+}
+
+H3 A {
+  font-size: 90%;
+  font-weight: normal;
+}
+
+H1 { 
+  color: #006 ;
+  letter-spacing: 0.5ex; 
+  padding: 0.5em 0.5em 0.5em 0.5em;
+  margin: 0em 0em 0em 0em;
+}
+
+H1.logo {
+  background: white;
+  color: black;
+  padding: 0.5em 0.5em 0.5em 0.5em;
+}
+
+H2 {
+  color: #036;
+  margin-top: 3em;
+  letter-spacing: 0.2ex;
+}
+
+H2.subtitle {
+ margin: 0em 0em 0em 0em;
+ letter-spacing: 0.15ex;
+ background: white;
+ color: #036;
+}
+
+div.hotel {
+  padding: 1em 1em 1em 2em;
+  margin: 1em 0em 0em 0em;
+  background: #FFC;
+  color: black;
+  border: thin solid #999;
+  page-break-inside: avoid;
+}
+
+/*********************************************************
+ *   DEADLINES
+ *********************************************************/
+
+div.deadlines {
+  letter-spacing: 0.2ex;
+  padding: 1em 1em 1em 2em;
+  margin: 0em 2em 0em 2em;
+  background: #FF9;
+  color: black;
+  border: thin dotted black;
+  page-break-inside: avoid;
+}
+
+div.deadlines H4 {
+  margin: 0em 0em 0em 0em;
+}
+
+DFN {
+  font-style: italic;
+  padding-right: 1em;
+}
+
+/**********************************************************
+ *  LINKS
+ **********************************************************/
+
+A:link {
+  color: #33F;
+  background: inherit;
+  text-decoration: none;
+  font-weight: bolder;
+}
+
+A.important-url {
+  display:block ;
+  text-align: center;
+  font-family: sans-serif ;
+  margin-top: 0.5em ;
+}
+
+A:visited {
+  color: #33F;
+  background: inherit;
+  text-decoration: none;
+  font-weight: normal;
+}
+
+A:hover {
+  text-decoration: underline;
+  color: red;
+  background: inherit;
+}
+
+UL.sitemap A {
+  font-weight: bold;
+  color: #006;
+  background: white;
+}
+
+UL.sitemap UL A {
+  font-weight: normal;
+}
+
+UL.sitemap A:hover {
+  color: red;
+  background: white;
+  text-decoration: underline;
+}
+
+/**********************************************************
+ *   SIDEBAR
+ **********************************************************/
+
+div.sidebar {
+}
+
+div.sidebar P.logo {
+  margin: 0.5em 0.2em 2.5em 0.2em; 
+}
+
+div.sidebar P {
+  margin: 0em 0.25em 0em 0em;
+  text-align: right;
+}
+
+div.sidebar A {
+  color: white;
+  text-decoration: none;
+  font-size: smaller;
+  font-weight: normal;
+  display: block;
+}
+
+div.sidebar P.logo A {
+  font-weight: bold;
+  font-size: medium;
+  color: red;
+}
+
+div.sidebar P.logo A.subtitle {
+  font-weight: normal;
+  font-size: smaller;
+  color: #FA0;
+}
+
+div.sidebar A.section {
+  font-size: smaller;
+  font-weight: bold;
+  border-bottom: thin solid white;
+  margin-top: 1em ;
+  color: white;
+}
+
+div.sidebar A.main {
+  font-size: smaller;
+  font-weight: bold;
+  margin-top: 1em ;
+  color: white;
+}
+
+div.sidebar A.smaller-section {
+  font-size: smaller;
+  font-weight: bold;
+}
+
+div.sidebar A:visited { color: white; }
+div.sidebar P.logo A:visited { color: red; }
+div.sidebar P.logo A.subtitle:visited { color: #FA0; }
+
+div.sidebar A:hover,
+div.sidebar P.logo A:hover {
+  color: yellow;
+}
+
+div.sidebar P.flag {
+  margin-top: 4em;
+  margin-right: 1em;
+  text-align: right;
+}
+
+/*********************************************************
+ *  REGISTRATION FORM
+ *********************************************************/
+
+/* Unauthorized login */
+P.unauthorized {
+  margin: 4em 2em 4em 2em;
+}
+
+SPAN.unauthorized {
+  padding: 1em 1em 1em 1em;
+  background: yellow;
+  color: black;
+  border: thin solid red;
+  font-size: x-large;
+}
+
+SPAN.error {
+  padding: 0em 0.5em 0em 0.5em ;
+  background: yellow ;
+  color: black ;
+}
+
+/*********************************************************
+ * FOR PRINTING
+ *********************************************************/
+
+@media print {
+
+BODY { 
+  font-size: smaller;
+}
+
+div.main {
+  margin: 0em 0em 0em 0em;
+}
+
+SPAN.important {
+  font-weight: bold;
+}
+
+H1, H2 { color: black; }
+
+H1 { text-decoration: underline; }
+
+H1.logo, P.pictures, P.do-not-print, P.new, div.sidebar, P.validators, 
IMG.float-left, IMG.float-right, P.caption { display: none; }
+
+UL.entries, UL.guidelines {
+  list-style-type: disc; 
+  list-style-image: none;
+  margin-left: 2em ;
+  margin-right: 3em ;
+}
+
+}
Index: web/html/doc/ecoop06/icons/ecoop-logo-small.jpg
<<Binary file>>
Index: web/html/doc/ecoop06/icons/valid-xhtml10.jpg
<<Binary file>>
Index: web/html/doc/ecoop06/index.html
diff -u /dev/null web/html/doc/ecoop06/index.html:1.1
--- /dev/null   Tue Feb 21 14:06:42 2006
+++ web/html/doc/ecoop06/index.html     Tue Feb 21 14:06:41 2006
@@ -0,0 +1,153 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"DTD/xhtml1-strict.dtd">
+<html lang="en">
+<head>
+<!-- INSERT Your Workshop Name -->
+  <title>ECOOP 2006 - Workshop</title>
+  <meta http-equiv="content-type"
+ content="text/html; charset=iso-8859-1">
+  <meta name="keywords"
+ content="ECOOP2006, ECOOP 2006, European Conference on Object-Oriented 
Programming, AITO">
+  <meta name="description" content="ECOOP 2006 - Nantes - Workshop">
+  <link rel="stylesheet" type="text/css" href="ecoop.css" media="all">
+</head>
+<body>
+<p class="hide">(This page uses CSS style sheets)</p>
+<!-- Side bar -->
+<div class="sidebar">
+<p class="logo"><a href="http://2006.ecoop.org/";>ECOOP 2006</a>
+</p>
+<p>
+<a href="http://2006.ecoop.org/";>ECOOP 2006 Main Page</a>
+</p>
+</div>
+<div class="main">
+<!-- Titles -->
+<h1 class="logo"> <img src="icons/ecoop-logo-small.jpg"
+ alt="ECOOP 2006 logo" width="236" height="105"></h1>
+<h2 class="subtitle"> July 3-7, Nantes (France)</h2>
+<h2 class="subtitle">&nbsp;<br>
+<!-- INSERT Your Workshop Name --><big style="font-style: italic;">5th
+Fractal Workshop<br>
+</big></h2>
+<h2 class="subtitle"><big style="font-style: italic;">Leveraging an
+European open source community around the Fractal
+component model</big>
+</h2>
+<h2>Overview</h2>
+<p>In the sequel of the 4 previous Fractal Workshops since Jannuary
+2003, the purpose of this one-day workshop is to provide a
+forum for the Fractal on-growing community developping or using the
+Fractal component model to present and discuss the latest developments
+and experimentations inside the ObjectWeb open source consortium and
+beyond around the Fractal model
+and platforms in different programming languages.&nbsp; The workshop
+clearly targets people already having a knowledge or know-how of the
+Fractal component model (nexcomers are expected to attend the Fractal
+tutorial also submitted to ECOOP). The Fractal community is still
+mostly French-centered today with few a participants in other
+countries. One goal of this workshop is clearly to extend the Fractal
+community in Europe by leveraging the ObjectWeb open source community.
+</p>
+<h2>Program</h2>
+The workshop will be organized in practice around the following typical
+sessions:
+<ul style="list-style-type: square;">
+  <li>Implementations, engineering of Fractal execution platforms
+(mixins, interception, aspects, program transformation, etc.)</li>
+  <li>Conformance test suites and benchmarks</li>
+  <li>Extensions and tools for configuration (ADL), management of
+security, QoS, correctness assessment, real-time, etc.</li>
+  <li>Practical usages, feedbacks on real life deployment of Fractal
+systems</li>
+</ul>
+There will be no full-length paper submission (hence the rather late
+submission date). The selection process will be based on a 2-4 pages
+abtract that will be asked to each participant. <br>
+<br>
+The organizers plan to have post-proceedings for the workshop, and
+expect to be able to have them published - typically as a volume of the
+LNCS series - within 6 months of the workshop. Papers for the
+post-proceedings will be selected among the more mature works presented
+at the workshop, on the basis of the usual criteria for paper
+publication: technical excellence and originality, clarity of
+presentation, as well as relevance to the CBSE and distributed systems
+communities at large.<br>
+<p></p>
+<h2>Information for attendees</h2>
+<p>Important dates: <br>
+</p>
+<ul style="list-style-type: square;">
+  <li>April 1st: Submission deadline (2-4 pages abstracts)</li>
+  <li>June 5th: Notification of acceptance</li>
+  <li>July 4th: Workshop<br>
+  </li>
+</ul>
+<p>Workshop attendance is primilarily dedicated to people presenting
+works. Other people may participate to the workshop in the limit of the
+size of the room used for the workshop.<br>
+</p>
+<p>Registration of workshop participants has to be done in two 
<b>mandatory</b>
+steps:
+</p>
+<ol>
+  <li><span class="important">Contact the organizers of the workshop</span>
+(in order to ensure that the participant limit has not been exceeded). <br>
+  </li>
+  <li>Register on the <a href="http://2006.ecoop.org/";>ECOOP 2006 web
+site</a> either as a <i>worskhop-only</i> attendee or as a <i>regular
+attendee</i>. The latter includes access to workshops and to the main
+conference. </li>
+</ol>
+<h2>Organization</h2>
+<span style="font-weight: bold;">Contact</span>:
+thierry.coupaye@xxxxxxxxxxxxxxxxxxxx,
+Jean-Bernard.Stefani@xxxxxxxxxxxx<br>
+<br>
+<span style="font-weight: bold;">Organizers</span>:<br>
+<ul>
+  <li><span style="font-weight: bold;">Thierry Coupaye</span> is senior
+research expert and head of the Distributed Software Architectures
+&amp; Infrastructures research group at France Telecom R&amp;D
+Division. He completed his PhD in Computer Science from the UJF
+Grenoble University, France, in 1996 and worked afterwards as a
+teaching and research assistant at INPG Technological University. Then
+he worked as a researcher at the European Bioinformatics Institute
+(EMBL-EBI) in Cambridge, U.K., and then in the Dassault Systems and
+University of Grenoble Joint Laboratory.&nbsp; He is the author of more
+than 30 refereed articles and has participated in several program and
+organization committees of conferences in these areas (IDEAS, SC,
+Euromicro CBSE, etc.). His current research interests include
+middleware architecture, reflexive component-based systems,
+aspect-oriented programming and autonomic computing. He is co-editor of
+the Fractal component model specification and participates to the work
+around Fractal ADL, Fractal JMX, extensions for aspects and contracts.</li>
+  <li><br>
+    <span style="font-weight: bold;">Jean-Bernard Stefani</span> is a
+research director at INRIA since 2001 where he heads the Sardes
+research team. Prior to that, he was the head of the Distributed
+Systems Laboratory in France Telecom R&amp;D from 1995 to 2000. His
+research interests cover: distributed systems, operating systems,
+component-based systems, distributed and component-based programming,
+formal models for component-based and distributed programming. He is
+the author of more than&nbsp; 60 refereed papers and has participate in
+several program committees of international conferences (including
+Middleware, SRDS, DAIS, Euromicro, FORTE, FMOODS, etc). He is co-editor
+of the Fractal component model specification and participates to the
+work around formalizing the model, Fractal ADL, the THINK
+implementation, the DREAM Fractal communication framework. </li>
+</ul>
+<span style="font-weight: bold;">
+</span>
+<p class="new"><span class="updated">Updated Feb, 13th</span>
+</p>
+<!-- You must KEEP this tag-->
+</div>
+<div class="footer">
+<p class="validators"><a
+ href="http://validator.w3.org/check?uri=referer";> <img
+ src="icons/valid-xhtml10.jpg" alt="Valid XHTML 1.0!" height="31"
+ width="88"></a></p>
+<!-- KEEP those ones too -->
+</div>
+</body>
+</html>
Index: web/xml/root/doc/index.xml
diff -u web/xml/root/doc/index.xml:1.11 web/xml/root/doc/index.xml:1.12
--- web/xml/root/doc/index.xml:1.11     Fri Feb 17 13:28:37 2006
+++ web/xml/root/doc/index.xml  Tue Feb 21 14:06:41 2006
@@ -162,10 +162,11 @@
 
       <ul>
 
+      <li><a href="ecoop06/index.html">Fractal workshop </a> at ECOOP 
2006.</li>
+
       <li><a 
href="http://sardes.inrialpes.fr/ecole/2003/support/ateliers/fractal.pdf";>Fractal
       presentation</a> at ICAR 2003 (August 2003) - in French.</li>
 
-
       <li><a 
href="http://fractal.objectweb.org/workshop2003/agenda.html";>Fractal
       workshop</a> slides (January 2003).</li>
 



<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.