]> matita.cs.unibo.it Git - helm.git/commitdiff
- renamed some files
authorLuca Padovani <luca.padovani@unito.it>
Tue, 19 Feb 2002 16:43:01 +0000 (16:43 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Tue, 19 Feb 2002 16:43:01 +0000 (16:43 +0000)
- added links to the home page
- changed news on front page

helm/mowgli/home/html/.cvsignore
helm/mowgli/home/html/Makefile
helm/mowgli/home/templates/home.html.bot
helm/mowgli/home/templates/home.html.top
helm/mowgli/home/templates/project-management.html [deleted file]
helm/mowgli/home/templates/project-management.xml [new file with mode: 0644]
helm/mowgli/home/templates/project-summary.xml [new file with mode: 0644]
helm/mowgli/home/templates/project_summary.html [deleted file]
helm/mowgli/home/xsl/latest-news.xsl
helm/mowgli/home/xsl/news.xsl

index 8a53bb955f5a6d307312baf1efa4a4b427901a52..957e5abd78425241358b0867ce6822603ebafd7e 100644 (file)
@@ -2,7 +2,7 @@ home.html
 index.html
 menu.html 
 project-management.html
-project_summary.html
+project-summary.html
 consortium.html 
 project.html 
 news.html
index 0cdc0faae7ad6bd2de303780f926c59485b54568..0112de5defcb6fe4a8dd5b8b95e1fee1dd49d820 100644 (file)
@@ -47,7 +47,7 @@ DOCUMENTS = \
             home.html \
            menu.html \
             project-management.html \
-            project_summary.html \
+            project-summary.html \
             consortium.html \
             project.html \
            news.html \
@@ -149,11 +149,13 @@ software/index.html: $(XMLROOT)/software/index.xml \
 menu.html: $(TEMPLATESROOT)/menu.html
        sed s/\@DATE\@/"`date`"/ $< >$@
 
-project-management.html: $(TEMPLATESROOT)/project-management.html
-       cp $< $@
+project-management.html: $(TEMPLATESROOT)/project-management.xml \
+       $(XSLROOT)/xhtml-content.xsl
+       $(XSLTP) --param path_to_top "'.'" -o $@ $(XSLROOT)/xhtml-content.xsl $<
 
-project_summary.html: $(TEMPLATESROOT)/project_summary.html
-       cp $< $@
+project-summary.html: $(TEMPLATESROOT)/project-summary.xml \
+       $(XSLROOT)/xhtml-content.xsl
+       $(XSLTP) --param path_to_top "'.'" -o $@ $(XSLROOT)/xhtml-content.xsl $<
 
 people-list.html: $(XSLROOT)/person-entry.xsl $(XSLROOT)/people-list.xsl $(PEOPLE_SOURCE)
        ( \
index f4e51f34357c174c336c187b83a94c716d1ae637..e609798638416b41ad550a8e4c658d010bf446ba 100644 (file)
@@ -6,6 +6,8 @@
       </tr>
       </table>
 
+      <br />
+
       <hr width="100%"/>
       
       <table border="0" cellspacing="0" cellpadding="0" width="100%">
index cc66054753b4633f7e667e4593758e6366f93946..0626213469ca09859cd3d14afd2de894e2ef5cf3 100644 (file)
       
       <p>The World Wide Web is already the largest resource of mathematical
      knowledge, and its importance will be exponentiated by emerging display
-     technologies like MathML. However, almost all mathematical documents
+     technologies like <a target="_top" href="http://www.w3.org/Math">MathML</a>.
+     However, almost all mathematical documents
      available on the Web are marked up only for presentation, severely
      crippling the potentialities for automation, interoperability,
      sophisticated searching mechanisms, intelligent applications,
      transformation and processing. The goal of the project is to overcome
      these limitations, passing form a machine-readable to a
      machine-understandable representation of the information, and developing
-     the technological infrastructure for its exploitation. MOWGLI builds on
+     the technological infrastructure for its exploitation. MoWGLI builds on
      previous ``standards'' for the management and publishing of mathematical
-     documents (MathML, OpenMath, OMDoc), integrating them with different XML
-     technology (XSLT, RDF, ...).</p>
+     documents (<a target="_top" href="http://www.w3.org/Math">MathML</a>,
+     <a target="_top" href="http://www.openmath.org">OpenMath</a>,
+     <a target="_top" href="http://www.mathweb.org/omdoc/index.html">OMDoc</a>),
+     integrating them with different
+     <a target="_top" href="http://www.w3.org/XML/">XML</a> technologies
+     (<a target="_top" href="http://www.w3.org/TR/xslt">XSLT</a>,
+     <a target="_top" href="http://www.w3.org/RDF/">RDF</a>, etc).</p>
 
-     <a href="project_summary.html">Read more...</a>
+     <ul>
+       <li><a href="project-summary.html">Summary</a></li>
+       <li><a href="project-management.html">Management</a></li>
+     </ul>
 
       </td>
 
diff --git a/helm/mowgli/home/templates/project-management.html b/helm/mowgli/home/templates/project-management.html
deleted file mode 100644 (file)
index 6986c98..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
-   <title>Project Management</title>
-   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-   <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
- </head>
- <body>
-  <h1>Project Management</h1>
-  <p>The Project management will be assured by the following relevant
-     roles:</p>
-  <ol>
-   <li>Project Manager</li>
-   <li>Exploitation manager</li>
-   <li>Work-package Leaders</li>
-   <li>Technical Contributors</li>
-  </ol>
-  <p>and by the following Project Bodies:</p>
-  <ol>
-   <li>Project Coordination Committee (PCC)</li>
-   <li>Project Exploitation Board</li>
-   <li>Work-package Teams.</li>
-  </ol>
-  <dl>
-   <dt>Project Manager</dt>
-   <dd>The mandate of the Project Manager is
-       to represent the Project, report to the Commission, monitor
-       overall performance of the project, ensure accomplishment
-       of the technical objectives, promote project visibility,
-       promote dissemination of project results in the relevant international
-       forums, promote acceptance of project results, administer
-       project resources and monitor project spending.</dd>
-
-   <dt>Exploitation Manager</dt>
-   <dd>S/he will be responsible for coordinating
-       exploitation activities undertaken by the Project Exploitation Board
-       (PEB) in close cooperation with the Project Coordination Committee
-       (PCC).</dd>
-
-   <dt>Work-package Leaders</dt>
-   <dd>They are responsible for the performance of
-       Work-packages, and they must be committed to the Work-package for at
-       least five man months per year.</dd>
-
-   <dt>Technical Contributors</dt>
-   <dd>Technical Contributors are specialised
-       staff provided by the partners. They could be either people active on
-       a stable basis into a Work-package, or people who contribute from time
-       to time on specific tasks related to the work-plan (external
-       contributors).</dd>
-  
-   <dt>Project Coordination Committee</dt>
-   <dd>The PCC is chaired by the Project
-       Manager and constituted by one representative from each Partner, and
-       is the main decision body of the Consortium. It is in charge
-       of all formal decisions regarding technical direction of the work,
-       proper interrelation between Work-packages,
-       relations with IST Office, policies for promotion of results,
-       administrative arrangements. In view of minimising management overhead
-       and project costs, partners providing the Project Manager,
-       and the Work-packages Leaders are required to appoint the same
-       person as their official representative in the Project
-       Coordination Committee.</dd>
-
-   <dt>Project Exploitation Board</dt>
-   <dd>The PEB will be chaired by the
-       Project Exploitation Manager, and composed by the Exploitation
-       Managers of each partner. It will monitor the state of the art in
-       the domains of content-based information technologies, W3C activities,
-       Web publishing, and digital libraries. It will be responsible for
-       planning the dissemination and exploitation strategies for the
-       consortium, to be approved by the PCC.</dd>
-
-   <dt>Work-package Teams</dt>
-   <dd>They are constituted of the technical contributors.
-       Each team will be chaired by a Work-package Leader, and it will be in
-       charge of carrying out the technical work described in Section
-       \ref{Workpackages}.</dd>
-  </dl>
-
-  <h2>Decision Process</h2>
-  <p>Decisions will normally be taken by seeking consensus. However, 
-     after a reasonable amount of time has been allowed to illustrate
-     and defend of conflicting positions, in order to avoid deadlock
-     in project operational progress, the approval of two-third majority
-     of the partners will be sufficient. If the decision being taken 
-     is unacceptable 
-     to partners found in the minority positions, the resolution of the
-     conflict will be elevated to each partner's higher executive level.
-     If no resolution is possible, than the standard ``red flag'' procedure
-     will be used, as a last resort. Either the PCC or the Project Manager
-     can initiate the conflict resolution procedure.</p>
-
-  <h2>Information Flow</h2>
-  <p>Information flow within the Project will be ensured by exchange of
-     internal technical papers, notification of relevant new publications
-     technologies or standards, and reports from external meetings.
-     All technical documentation generated by the project should be
-     exchangeable in electronic format, according to a set of guidelines
-     to be agreed at project start-up. The project Manager will enforce
-     adherence to these guidelines. Only strictly formal correspondence 
-     will be exchanged by ordinary mail and telefax. Urgent correspondence
-     over e-mail will be sent with a request for explicit acknowledgement.</p>
-  <p>The Coordinating Partner will be responsible to prepare and maintain
-     a Web page of the project and a CVS repository (also available via Web).
-     The CVS repository is meant to keep the trace of the overall 
-     progress of the Project, and it will be used by the PCC to monitor
-     the state of advancement of the work. Each partner periodically 
-     submit reports to the prime contractor, listing all technical 
-     contributions, publications, meeting attendance and other information
-     which may help in understanding the provided effort and cost figures.</p>
-  <p>The Project will establish a high quality Web site for internal and 
-     external communications. It will be operational as from one month of 
-     the commencement date and will be maintained during the project duration.
-     The ``members only'' area will include e.g. all private deliverables,
-     progress and management reports, and cost statements. The open area will
-     include 
-     the project presentation as defined in Appendix 2 of the ``Guidelines
-     for Contract Preparation'' document, all public deliverables, and any
-     relevant information suggested by the Project Exploitation Board.</p>
-
-  <h2>Quality Procedures</h2>
-  <p>For all deliverables, the following review procedure
-     will be adopted: release by the Work-Package Leader, two-week review
-     period for comments by the PCC, two-week amendment period to incorporate
-     PCC recommendations, one-week balloting period for approval by the
-     PCC.</p>
-
-  <h2>Confidentiality and IPR handling</h2>
-  <p>Matters related to Confidentiality and IPR handling will be defined
-     in the ``Consortium Agreement''. As regards literature papers
-     originated from work in the Project, there will be two
-     categories of papers:</p>
-  <ol>
-   <li>Project Endorsed Publications, requiring notification and approval by
-       the PCC.</li>
-   <li>Project-related publications, only requiring notification to 
-       the PCC. They must contain an acknowledgement of support by the
-       project Consortium and, if required by the PCC, a disclaimer that
-       the views are not necessarily those of the Consortium.</li>
-  </ol>
-  <p>Concerning possible contributions to Standards, they will be 
-     directly submitted by project members.</p>
- </body>
-</html>
diff --git a/helm/mowgli/home/templates/project-management.xml b/helm/mowgli/home/templates/project-management.xml
new file mode 100644 (file)
index 0000000..a8f5781
--- /dev/null
@@ -0,0 +1,144 @@
+<?xml version="1.0"?>
+
+<html>
+ <head>
+   <title>Project Management</title>
+ </head>
+ <body>
+  <h1>Project Management</h1>
+  <p>The Project management will be assured by the following relevant
+     roles:</p>
+  <ol>
+   <li>Project Manager</li>
+   <li>Exploitation manager</li>
+   <li>Work-package Leaders</li>
+   <li>Technical Contributors</li>
+  </ol>
+  <p>and by the following Project Bodies:</p>
+  <ol>
+   <li>Project Coordination Committee (PCC)</li>
+   <li>Project Exploitation Board</li>
+   <li>Work-package Teams.</li>
+  </ol>
+  <dl>
+   <dt>Project Manager</dt>
+   <dd>The mandate of the Project Manager is
+       to represent the Project, report to the Commission, monitor
+       overall performance of the project, ensure accomplishment
+       of the technical objectives, promote project visibility,
+       promote dissemination of project results in the relevant international
+       forums, promote acceptance of project results, administer
+       project resources and monitor project spending.</dd>
+
+   <dt>Exploitation Manager</dt>
+   <dd>S/he will be responsible for coordinating
+       exploitation activities undertaken by the Project Exploitation Board
+       (PEB) in close cooperation with the Project Coordination Committee
+       (PCC).</dd>
+
+   <dt>Work-package Leaders</dt>
+   <dd>They are responsible for the performance of
+       Work-packages, and they must be committed to the Work-package for at
+       least five man months per year.</dd>
+
+   <dt>Technical Contributors</dt>
+   <dd>Technical Contributors are specialised
+       staff provided by the partners. They could be either people active on
+       a stable basis into a Work-package, or people who contribute from time
+       to time on specific tasks related to the work-plan (external
+       contributors).</dd>
+  
+   <dt>Project Coordination Committee</dt>
+   <dd>The PCC is chaired by the Project
+       Manager and constituted by one representative from each Partner, and
+       is the main decision body of the Consortium. It is in charge
+       of all formal decisions regarding technical direction of the work,
+       proper interrelation between Work-packages,
+       relations with IST Office, policies for promotion of results,
+       administrative arrangements. In view of minimising management overhead
+       and project costs, partners providing the Project Manager,
+       and the Work-packages Leaders are required to appoint the same
+       person as their official representative in the Project
+       Coordination Committee.</dd>
+
+   <dt>Project Exploitation Board</dt>
+   <dd>The PEB will be chaired by the
+       Project Exploitation Manager, and composed by the Exploitation
+       Managers of each partner. It will monitor the state of the art in
+       the domains of content-based information technologies, W3C activities,
+       Web publishing, and digital libraries. It will be responsible for
+       planning the dissemination and exploitation strategies for the
+       consortium, to be approved by the PCC.</dd>
+
+   <dt>Work-package Teams</dt>
+   <dd>They are constituted of the technical contributors.
+       Each team will be chaired by a Work-package Leader, and it will be in
+       charge of carrying out the technical work described in Section
+       \ref{Workpackages}.</dd>
+  </dl>
+
+  <h2>Decision Process</h2>
+  <p>Decisions will normally be taken by seeking consensus. However, 
+     after a reasonable amount of time has been allowed to illustrate
+     and defend of conflicting positions, in order to avoid deadlock
+     in project operational progress, the approval of two-third majority
+     of the partners will be sufficient. If the decision being taken 
+     is unacceptable 
+     to partners found in the minority positions, the resolution of the
+     conflict will be elevated to each partner's higher executive level.
+     If no resolution is possible, than the standard ``red flag'' procedure
+     will be used, as a last resort. Either the PCC or the Project Manager
+     can initiate the conflict resolution procedure.</p>
+
+  <h2>Information Flow</h2>
+  <p>Information flow within the Project will be ensured by exchange of
+     internal technical papers, notification of relevant new publications
+     technologies or standards, and reports from external meetings.
+     All technical documentation generated by the project should be
+     exchangeable in electronic format, according to a set of guidelines
+     to be agreed at project start-up. The project Manager will enforce
+     adherence to these guidelines. Only strictly formal correspondence 
+     will be exchanged by ordinary mail and telefax. Urgent correspondence
+     over e-mail will be sent with a request for explicit acknowledgement.</p>
+  <p>The Coordinating Partner will be responsible to prepare and maintain
+     a Web page of the project and a CVS repository (also available via Web).
+     The CVS repository is meant to keep the trace of the overall 
+     progress of the Project, and it will be used by the PCC to monitor
+     the state of advancement of the work. Each partner periodically 
+     submit reports to the prime contractor, listing all technical 
+     contributions, publications, meeting attendance and other information
+     which may help in understanding the provided effort and cost figures.</p>
+  <p>The Project will establish a high quality Web site for internal and 
+     external communications. It will be operational as from one month of 
+     the commencement date and will be maintained during the project duration.
+     The ``members only'' area will include e.g. all private deliverables,
+     progress and management reports, and cost statements. The open area will
+     include 
+     the project presentation as defined in Appendix 2 of the ``Guidelines
+     for Contract Preparation'' document, all public deliverables, and any
+     relevant information suggested by the Project Exploitation Board.</p>
+
+  <h2>Quality Procedures</h2>
+  <p>For all deliverables, the following review procedure
+     will be adopted: release by the Work-Package Leader, two-week review
+     period for comments by the PCC, two-week amendment period to incorporate
+     PCC recommendations, one-week balloting period for approval by the
+     PCC.</p>
+
+  <h2>Confidentiality and IPR handling</h2>
+  <p>Matters related to Confidentiality and IPR handling will be defined
+     in the ``Consortium Agreement''. As regards literature papers
+     originated from work in the Project, there will be two
+     categories of papers:</p>
+  <ol>
+   <li>Project Endorsed Publications, requiring notification and approval by
+       the PCC.</li>
+   <li>Project-related publications, only requiring notification to 
+       the PCC. They must contain an acknowledgement of support by the
+       project Consortium and, if required by the PCC, a disclaimer that
+       the views are not necessarily those of the Consortium.</li>
+  </ol>
+  <p>Concerning possible contributions to Standards, they will be 
+     directly submitted by project members.</p>
+ </body>
+</html>
diff --git a/helm/mowgli/home/templates/project-summary.xml b/helm/mowgli/home/templates/project-summary.xml
new file mode 100644 (file)
index 0000000..e020a4e
--- /dev/null
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+
+<html>
+ <head>
+   <title>Project Summary</title>
+ </head>
+ <body>
+  <h1>Project Summary</h1>
+
+  <h2>Objectives</h2>
+  <p>The World Wide Web is already the largest resource of mathematical 
+     knowledge, and its importance will be exponentiated by emerging display 
+     technologies like MathML. However, almost all mathematical documents 
+     available on the Web are marked up only for presentation, severely 
+     crippling the potentialities for automation, interoperability, 
+     sophisticated searching mechanisms, intelligent applications,
+     transformation and processing. The goal of the project is to overcome 
+     these limitations, passing form a machine-readable to a 
+     machine-understandable representation of the information, and developing 
+     the technological infrastructure for its exploitation. MOWGLI builds on
+     previous ``standards'' for the management and publishing of mathematical 
+     documents (MathML, OpenMath, OMDoc), integrating them with different XML
+     technology (XSLT, RDF, ...).</p>
+
+  <h2>Description of Work</h2>
+  <p>The goal of the project is to provide a comprehensive description, from
+     content to metadata, of a given field of knowledge (in our case 
+     mathematics), in order to enhance its accessibility, exchange and 
+     elaboration via the World Wide Web. MOWGLI will make an essential use of 
+     standard XML technology and aspires to become an example of ``best 
+     practice'' in its use, and a leading project in the new area of the 
+     Semantic Web.</p>
+  <p>In particular, we shall deeply explore the potentialities of XML in the 
+     following directions:</p>
+
+  <dl>
+   <dt>Publishing</dt>
+   <dd>XML offers sophisticated publishing technologies (Stylesheets, MathML, 
+       SVG, ...) which can be profitably used to solve, in a standard way, the 
+       annoying notational problems that traditionally afflict
+       content based and machine-understandable encodings of the 
+       information.</dd>
+
+   <dt>Searching and Retrieving</dt>
+   <dd>Metadata will play a major role in MOWGLI. New W3C languages such as 
+       the Resource Description Framework or XML Query are likely to produce 
+       major innovative solutions in this field.</dd>
+
+   <dt>Interoperability</dt>
+   <dd>Disposing of a common, machine understandable layer is a major and 
+       essential step in this direction.</dd>
+
+   <dt>Distribution</dt>
+   <dd>All XML technology is finally aimed to the access of the Web as a 
+       single, distributed resource, with no central authority and few, 
+       simple rules.</dd>
+  </dl>
+
+  <p>MOWGLI builds on the solid ground already provided by previous European
+     projects (Such as OpenMAth and Euler) and several XML dialects for the 
+     management of mathematical documents (MathML, OpenMath, OMDoc, ...).
+     All these languages cover different and orthogonal aspects of the 
+     information; our aim is not to propose a new standard, but to study and 
+     to develop the technological infrastructure required for taking advantage 
+     of the potentialities of all of them.</p>
+  
+  <h2>Milestones and Expected Results</h2>
+  <dl>
+   <dt>First MOWGLI prototype (month 18)</dt>
+   <dd>Supporting browsing, rendering and on-line consultation of large 
+       repositories of (content-based) mathematical knowledge. The translation 
+       from content to presentation will be done via suitable notational 
+       stylesheets.</dd>
+
+   <dt>Advanced MOWGLI prototype (month 24)</dt>
+   <dd>Supporting distribution, indexing, searching and retrieval (based on a 
+       sophisticated metadata model).</dd>
+
+   <dt>Final MOWGLI prototype (month 30)</dt>
+   <dd>Result of validation.</dd>
+  </dl>
+
+ </body>
+</html>
+
diff --git a/helm/mowgli/home/templates/project_summary.html b/helm/mowgli/home/templates/project_summary.html
deleted file mode 100644 (file)
index 1834a86..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
-   <title>Project Summary</title>
-   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-   <link rel="stylesheet" href="../style/mowgli.css" type="text/css"/>
- </head>
- <body>
-  <h1>Project Summary</h1>
-
-  <h2>Objectives</h2>
-  <p>The World Wide Web is already the largest resource of mathematical 
-     knowledge, and its importance will be exponentiated by emerging display 
-     technologies like MathML. However, almost all mathematical documents 
-     available on the Web are marked up only for presentation, severely 
-     crippling the potentialities for automation, interoperability, 
-     sophisticated searching mechanisms, intelligent applications,
-     transformation and processing. The goal of the project is to overcome 
-     these limitations, passing form a machine-readable to a 
-     machine-understandable representation of the information, and developing 
-     the technological infrastructure for its exploitation. MOWGLI builds on
-     previous ``standards'' for the management and publishing of mathematical 
-     documents (MathML, OpenMath, OMDoc), integrating them with different XML
-     technology (XSLT, RDF, ...).</p>
-
-  <h2>Description of Work</h2>
-  <p>The goal of the project is to provide a comprehensive description, from
-     content to metadata, of a given field of knowledge (in our case 
-     mathematics), in order to enhance its accessibility, exchange and 
-     elaboration via the World Wide Web. MOWGLI will make an essential use of 
-     standard XML technology and aspires to become an example of ``best 
-     practice'' in its use, and a leading project in the new area of the 
-     Semantic Web.</p>
-  <p>In particular, we shall deeply explore the potentialities of XML in the 
-     following directions:</p>
-
-  <dl>
-   <dt>Publishing</dt>
-   <dd>XML offers sophisticated publishing technologies (Stylesheets, MathML, 
-       SVG, ...) which can be profitably used to solve, in a standard way, the 
-       annoying notational problems that traditionally afflict
-       content based and machine-understandable encodings of the 
-       information.</dd>
-
-   <dt>Searching and Retrieving</dt>
-   <dd>Metadata will play a major role in MOWGLI. New W3C languages such as 
-       the Resource Description Framework or XML Query are likely to produce 
-       major innovative solutions in this field.</dd>
-
-   <dt>Interoperability</dt>
-   <dd>Disposing of a common, machine understandable layer is a major and 
-       essential step in this direction.</dd>
-
-   <dt>Distribution</dt>
-   <dd>All XML technology is finally aimed to the access of the Web as a 
-       single, distributed resource, with no central authority and few, 
-       simple rules.</dd>
-  </dl>
-
-  <p>MOWGLI builds on the solid ground already provided by previous European
-     projects (Such as OpenMAth and Euler) and several XML dialects for the 
-     management of mathematical documents (MathML, OpenMath, OMDoc, ...).
-     All these languages cover different and orthogonal aspects of the 
-     information; our aim is not to propose a new standard, but to study and 
-     to develop the technological infrastructure required for taking advantage 
-     of the potentialities of all of them.</p>
-  
-  <h2>Milestones and Expected Results</h2>
-  <dl>
-   <dt>First MOWGLI prototype (month 18)</dt>
-   <dd>Supporting browsing, rendering and on-line consultation of large 
-       repositories of (content-based) mathematical knowledge. The translation 
-       from content to presentation will be done via suitable notational 
-       stylesheets.</dd>
-
-   <dt>Advanced MOWGLI prototype (month 24)</dt>
-   <dd>Supporting distribution, indexing, searching and retrieval (based on a 
-       sophisticated metadata model).</dd>
-
-   <dt>Final MOWGLI prototype (month 30)</dt>
-   <dd>Result of validation.</dd>
-  </dl>
-
- </body>
-</html>
index dbbd9f0d2cb361037cd45e1ac97127fa8621c972..29ba8003f2d80afd0bf9ec3ba3f8116109cf2f32 100644 (file)
@@ -9,7 +9,9 @@
 <xsl:output method="html"/>
 
 <xsl:template match="/">
-  <xsl:apply-templates select="news/event[position() &lt; 4]"/>
+  <xsl:apply-templates select="news/event[position() &lt; 4]">
+    <xsl:with-param name="small" select="true()"/>
+  </xsl:apply-templates>
 </xsl:template>
 
 </xsl:stylesheet>
index 7ce85ac1afea39349f1344bb740dc2f014e096db..83c5313764d5b786aea5ced0814202d7f5aeda9e 100644 (file)
@@ -30,6 +30,7 @@
 </xsl:template>
 
 <xsl:template match="event">
+ <xsl:param name="small" select="false()"/>
  <dt>
   <b><xsl:value-of select="date"/></b>
   <xsl:if test="header">
@@ -41,7 +42,7 @@
  </dt>
  <dd>
   <xsl:value-of select="description"/>
-  <xsl:if test="who">
+  <xsl:if test="not($small) and who">
    <br/><br/>
    <div class="right">
     <xsl:variable name="who" select="document(concat('../xml/people/',who/@file,'.xml'))/person"/>