]> matita.cs.unibo.it Git - helm.git/commitdiff
A big commit:
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 22 Feb 2002 16:09:17 +0000 (16:09 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 22 Feb 2002 16:09:17 +0000 (16:09 +0000)
1) A serious bug in deadline orderings has been fixed.
2) Events have been splitted (again) into MOWGLI Events and Other Events.
   Both of them have a menu entry.
3) The kick-off MOWGLI Event has been added.

helm/mowgli/home/html/.cvsignore
helm/mowgli/home/html/Makefile
helm/mowgli/home/html/mowgli-events/.cvsignore [new file with mode: 0644]
helm/mowgli/home/templates/menu.html
helm/mowgli/home/xml/mowgli-events.xml [new file with mode: 0644]
helm/mowgli/home/xml/mowgli-events/kick-off.xml [new file with mode: 0644]
helm/mowgli/home/xsl/deadlines.xsl
helm/mowgli/home/xsl/events.xsl

index f5c4f335e3d474c117ba0862d2df89dbc1eb645b..a9263be2f335e6f316aa700370ea7ad0819df93e 100644 (file)
@@ -7,6 +7,7 @@ project-summary.html
 consortium.html 
 project.html 
 news.html
-events.html
+mowgli-events.html
+other-events.html
 deadlines.html
 people-list.html
index 45ed6c994b26a08657268b7ff6f48a09e2896027..01d9d262dd07a7e8922b6776d66c815ea0b176db 100644 (file)
@@ -50,7 +50,8 @@ DOCUMENTS = \
             consortium.html \
             project.html \
            news.html \
-           events.html \
+           other-events.html \
+           mowgli-events.html \
            deadlines.html \
            people-list.html \
             deliverables/distribution/d5a.html \
@@ -84,6 +85,7 @@ DOCUMENTS = \
             deliverables/transformation/d2g.html \
             members/index.html \
            members/ml-help-example.txt \
+            mowgli-events/kick-off.html \
            software/index.html \
             sites/aei.html \
             sites/bologna.html \
@@ -122,6 +124,7 @@ all: $(DOCUMENTS)
 home.html: $(TEMPLATESROOT)/home.html.top $(TEMPLATESROOT)/home.html.bot \
           $(XMLROOT)/news.xml \
           $(XMLROOT)/other-events.xml \
+          $(XMLROOT)/mowgli-events.xml \
           $(XSLROOT)/latest-news.xsl \
           $(XSLROOT)/sort-events-by-beginning.xsl \
           $(XSLROOT)/approaching-deadlines.xsl
@@ -161,6 +164,10 @@ project-objectives.html: $(XMLROOT)/project-objectives.xml \
        $(XSLROOT)/xhtml-content.xsl
        $(XSLTP) --param path_to_top "'.'" -o $@ $(XSLROOT)/xhtml-content.xsl $<
 
+mowgli-events/kick-off.html: $(XMLROOT)/mowgli-events/kick-off.xml \
+       $(XSLROOT)/xhtml-content.xsl
+       $(XSLTP) --param path_to_top "'..'" -o $@ $(XSLROOT)/xhtml-content.xsl $<
+
 people-list.html: $(XMLROOT)/people/index.xml $(XSLROOT)/person-entry.xsl \
                   $(XSLROOT)/people-list.xsl 
        $(XSLTP) -o $@ $(XSLROOT)/people-list.xsl $<
@@ -177,15 +184,19 @@ news.html: $(XMLROOT)/news.xml \
           $(XSLROOT)/news.xsl
        $(XSLTP) -o $@ $(XSLROOT)/news.xsl $<
 
-events.html: $(XMLROOT)/other-events.xml \
+other-events.html: $(XMLROOT)/other-events.xml \
+          $(XSLROOT)/sort-events-by-beginning.xsl \
+          $(XSLROOT)/events.xsl
+       $(XSLTP) $(XSLROOT)/sort-events-by-beginning.xsl $< | $(XSLTP) --param events-class "'Other'" -o $@ $(XSLROOT)/events.xsl -
+
+mowgli-events.html: $(XMLROOT)/mowgli-events.xml \
           $(XSLROOT)/sort-events-by-beginning.xsl \
           $(XSLROOT)/events.xsl
-       $(XSLTP) $(XSLROOT)/sort-events-by-beginning.xsl $< | $(XSLTP) -o $@ $(XSLROOT)/events.xsl -
+       $(XSLTP) $(XSLROOT)/sort-events-by-beginning.xsl $< | $(XSLTP) --param events-class "'MOWGLI'" -o $@ $(XSLROOT)/events.xsl -
 
 deadlines.html: $(XMLROOT)/other-events.xml \
-          $(XSLROOT)/sort-events-by-deadline.xsl \
           $(XSLROOT)/deadlines.xsl
-       $(XSLTP) $(XSLROOT)/sort-events-by-deadline.xsl $< | $(XSLTP) -o $@ $(XSLROOT)/deadlines.xsl -
+       $(XSLTP) --param events-class "'Other'" -o $@ $(XSLROOT)/deadlines.xsl $<
 
 deliverables/%.html: $(XMLROOT)/deliverables/%.xml \
               $(XSLROOT)/deliverable.xsl
diff --git a/helm/mowgli/home/html/mowgli-events/.cvsignore b/helm/mowgli/home/html/mowgli-events/.cvsignore
new file mode 100644 (file)
index 0000000..227036e
--- /dev/null
@@ -0,0 +1 @@
+kick-off.html
index 5af692a9e0fbe15088b6f5ee35363e19d97f9fbc..a2695a13cd250b7d53af635ebcb6d4b160a50f80 100644 (file)
@@ -24,7 +24,8 @@
       <tr><td><a class="menulink" target="content" href="consortium.html">Consortium</a></td></td>
       <tr><td><a class="menulink" target="content" href="people-list.html">People</a></td></td>
       <tr><td><a class="menulink" target="content" href="work-packages/index.html">Work Packages</a></td></tr>
-      <tr><td><a class="menulink" target="content" href="events.html">Events</a></td></tr>
+      <tr><td><a class="menulink" target="content" href="mowgli-events.html">MoWGLI Events</a></td></tr>
+      <tr><td><a class="menulink" target="content" href="other-events.html">Other Events</a></td></tr>
       <tr><td><a class="menulink" target="content" href="news.html">News Archive</a></td></tr>
       <tr><td><a class="menulink" target="content" href="members/index.html">Members Area</a></td></tr>
       <tr><td><a class="menulink" target="content" href="publications/index.html">Publications</a></td></tr>
diff --git a/helm/mowgli/home/xml/mowgli-events.xml b/helm/mowgli/home/xml/mowgli-events.xml
new file mode 100644 (file)
index 0000000..ff36320
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE events [
+ <!ELEMENT events (event*)>
+ <!ELEMENT event (name,url,description?,where?,when?,deadline*)>
+ <!ELEMENT name (#PCDATA)>
+ <!ELEMENT url (#PCDATA)>
+ <!ELEMENT description (#PCDATA)>
+ <!ELEMENT where (#PCDATA)>
+ <!ELEMENT when (begin,end)>
+ <!ELEMENT begin (#PCDATA)>
+ <!ELEMENT end (#PCDATA)>
+ <!ELEMENT deadline (description,date)>
+ <!ATTLIST deadline
+           kind (submission|notification|registration|camera-ready) #REQUIRED>
+ <!ELEMENT date (#PCDATA)>
+]>
+
+<events>
+ <event>
+  <name>MOWGLI Kick-Off</name>
+  <url>mowgli-events/kick-off.html</url>
+  <where>Max Planck Institute for Gravitational Physics / Albert Einstein Institute in Golm near Potsdam.</where>
+  <when>
+   <begin>20020315</begin>
+   <end>20020315</end>
+  </when>
+ </event>
+</events>
diff --git a/helm/mowgli/home/xml/mowgli-events/kick-off.xml b/helm/mowgli/home/xml/mowgli-events/kick-off.xml
new file mode 100644 (file)
index 0000000..a8eaece
--- /dev/null
@@ -0,0 +1,128 @@
+<?xml version="1.0"?>
+
+<html>
+ <head>
+   <title>MOWGLI Kick-Off</title>
+ </head>
+ <body>
+  <h1>MOWGLI Kick-Off</h1>
+  <h2>VENUE</h2>
+  <p>The meeting will be held on Friday, 15 March 2002 at the
+     <a href="http://www.aei-potsdam.mpg.de">Max Planck
+     Institute for Gravitational Physics / Albert Einstein Institute</a>
+     in Golm near Potsdam. The institute can
+     be easily reached from Berlin via public transport or car. Please check
+     <a href="http://www.aei-potsdam.mpg.de/people/directions">our institute's
+     homepage</a> for maps and information how to reach the institute from
+     several destinations in Berlin.</p>
+
+  <h2>ACCOMODATION</h2>
+  <p>Accomodation can be arranged in a hotel nearby, within walking distance
+     from the institute (singles 62 Euro, doubles 86 Euro). Since the
+     reservation needs to be made very soon, please let me know how many
+     people are attending from your node, indicating day of arrival and day
+     of departure. A copy of this message should be sent to
+     <a href="mailto:ute@aei-potsdam.mpg.de">Mrs. Ute
+     Schlichting</a>, who is taking care of the
+     reservations. However, if you prefer to organize a stay in Berlin, you
+     may want to refer to one of the following links</p>
+
+  <ul>
+   <li><a href="http://berlin.hotelguide.net">Berlin HotelGuide Network</a></li>
+   <li><a href="http://www.berlin.de/home/English">Tourist Information Berlin</a></li>
+   <li><a href="http://www.berlin-info.de/english/hotels/index.html">Berlin
+       Info</a></li>
+  </ul>
+
+  <h2>AGENDA &amp; SOCIAL EVENTS</h2>
+  <p>The agenda for the meeting is currently in preparation. Of course,
+     suggestions are very welcome. The current tentative agenda is:</p>
+  <ul>
+   <li><span style="font-weight: bold">short presentation of the partners
+       (15 m. each).</span></li>
+   <li><span style="font-weight: bold">Consortium Agreement.</span>
+       I will send you a draft asap, and we may
+       discuss possible amendments by email; it would be nice to have it
+       signed for the kick-off.
+       This point should take almost no time, unless there are major
+       issue - e.g on copyrights or background proprietary technologies
+       which have not been solved by email)</li>
+   <li><span style="font-weight: bold">Project Roles and Bodies.</span>
+       We should define
+       <ol>
+        <li>Roles:
+         <ul>
+          <li>Project Manager (that should be Prof. Andrea Asperti)</li>
+          <li>Eploitation and Dissemination Manager (that should be Bernd)</li>
+          <li>Work-package leaders (the leader should belong to the site
+              responsible of the Work-package)</li>
+         </ul>
+        </li>
+        <li>Bodies:
+         <ul>
+          <li>Project Coordination Committee (PCC) one for each site + the
+              Project Manager (and the EDM ?)</li>
+          <li>Project Dissemination Board
+              one for each site + the EDM (and the PM?)</li>
+          <li>Workpackage teams (even for WP0)</li>
+         </ul>
+        </li>
+       </ol>
+       We can fix all the roles by email, if you agree. We shall set
+       up specialized mailing lists for each body (if required).
+       Of course the roles may largely overlap, but in any case we need
+       people who can promtly react. You may already start sending me the
+       relevant information (comprising email, telephone, etc.).</li>
+   <li><span style="font-weight: bold">Scheduling and location of the first
+       and the second meeting.</span>
+       The second meeting (and annual review) should be in Bologna
+       from February 19 to February 20 (just after MKM 2003).
+       Since KUN is responsible for WP1, I would suggest to do the
+       first meeting in Nijmegen (july/august)</li>
+   <li><span style="font-weight: bold">Deliverables for the first six
+       months.</span>
+       We have three kinds of deliverables:
+       <ol>
+        <li><span style="font-weight: bold">Technical:</span>
+            1.a, 1.b, 1.c, 2.a (1.3 should be ready at month 3).<br />
+
+            The only software here is the exportation module 2.a (that will
+            require some joint effort between Bologna and Rocquencourt and
+            a sufficiently stable version of COQ). This is a point to be
+            discussed in the kick-off.</li>
+        <li><span style="font-weight: bold">Managemant:</span>
+            0.a (self assesment parameters and criteria)</li>
+        <li><span style="font-weight: bold">Dissemination:</span>
+            7.a (Dissemination and use plan).</li>
+       </ol>
+       I would expect each site responsible for the deliverable suggest
+       a procedure and a precise scheduling for collecting material,
+       distributing the work and preparing the draft.
+       The draft should be ready some time (15 days?) before the deadline,
+       to get approval by the PCC.
+       We should also probably agree on the format of these deliverables
+       (e.g. LaTeX).
+
+       Any other technical issue relative to the preparation of these
+       deliverables should be discussed during the Kick-off.</li>
+   <li><span style="font-weight: bold">MOWGLI web site.</span>
+        We are setting up the MOWGLI web site and a CVS repository.
+        We plan to have a first prototype for the kick-off, and we may discuss
+        its design and functionalities there. We could possibly need a few
+        administrative document to grant you an access to the CVS repository
+        (we have to check).</li>
+    <li><span style="font-weight: bold">Other?</span></li>
+  </ul>
+
+  <h2>TECHNICAL FACILITIES</h2>
+  <p>Full network access is provided, as well as the usual presentation
+     facilities (Video Projector, Overhead projector).</p>
+
+  <br />
+
+  <p>For further informations on the organization, please contact
+     <a href="mailto:EditorLR@aei-potsdam.mpg.de">Christina Weyher</a>.<br />
+     For further informations on the agenda, please contact
+     <a href="../people/bologna/asperti.html">Prof. Andrea Asperti</a>.</p>
+ </body>
+</html>
index 9644bfdc47b643fa375b12e6064e799eefdc7474..0d08e65c10d37f1ae75e28871ed8d160579d114a 100644 (file)
@@ -7,10 +7,15 @@
 
 <xsl:output method="html"/>
 
+<xsl:param name="events-class" select="''"/>
+
 <xsl:template match="/">
  <html>
   <head>
-   <title>Events Sorted by Deadlines</title>
+   <title>
+    <xsl:value-of select="$events-class"/>
+    <xsl:text> Events Sorted by Deadlines</xsl:text>
+   </title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
   </head>
     <xsl:call-template name="head">
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
-    <h1>Events</h1>
-    [<a href="events.html">Sorted by event date</a>] [Sorted by deadline]
+    <h1>
+     <xsl:value-of select="$events-class"/>
+     <xsl:text> Events</xsl:text>
+    </h1>
+    <xsl:variable name="url">
+     <xsl:choose>
+      <xsl:when test="$events-class='Other'">other-events.html</xsl:when>
+      <xsl:otherwise>mowgli-events.html</xsl:otherwise>
+     </xsl:choose>
+    </xsl:variable>
+    [<a href="{$url}">Sorted by event date</a>] [Sorted by deadline]
     <br /><br />
     <hr />
     <ul>
-     <xsl:apply-templates select="events/event/deadline"/>
+     <xsl:apply-templates select="events/event/deadline">
+      <xsl:sort select="date" data-type="number"/>
+     </xsl:apply-templates>
     </ul>
     <xsl:call-template name="foot">
      <xsl:with-param name="path_to_top" select="'.'"/>
index 8a33e5fc364a6584e9faf7374aff053fe0918948..ea608efffc634a56828e0c7417f0e40ea484efa3 100644 (file)
@@ -7,10 +7,15 @@
 
 <xsl:output method="html"/>
 
+<xsl:param name="events-class" select="''"/>
+
 <xsl:template match="/">
  <html>
   <head>
-   <title>Events</title>
+   <title>
+    <xsl:value-of select="$events-class"/>
+    <xsl:text> Events</xsl:text>
+   </title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
   </head>
     <xsl:call-template name="head">
      <xsl:with-param name="path_to_top" select="'.'"/>
     </xsl:call-template>
-    <h1>Events</h1>
-    [Sorted by event date] [<a href="deadlines.html">Sorted by deadline</a>]
-    <br /><br />
-    <hr />
+    <h1>
+     <xsl:value-of select="$events-class"/>
+     <xsl:text> Events</xsl:text>
+    </h1>
+    <xsl:if test="$events-class = 'Other'">
+     [Sorted by event date] [<a href="deadlines.html">Sorted by deadline</a>]
+     <br /><br />
+     <hr />
+    </xsl:if>
     <dl>
      <xsl:apply-templates select="events/event"/>
     </dl>