<name>Information Dissemination and Exploitation</name>
<begin>Month 3</begin>
<end>Month 30</end>
+ <leader file="aei/wegner"/>
<person-month participant="bologna" number="1"/>
<person-month participant="inria" number="0"/>
<person-month participant="dfki" number="0"/>
<name>Interfaces</name>
<begin>Month 3</begin>
<end>Month 24</end>
+ <leader file="inria/pottier"/>
<person-month participant="bologna" number="16"/>
<person-month participant="inria" number="16"/>
<person-month participant="dfki" number="5"/>
<name>Project Management</name>
<begin>Month 0</begin>
<end>Month 30</end>
+ <leader file="bologna/asperti"/>
<person-month participant="bologna" number="8"/>
<person-month participant="inria" number="0"/>
<person-month participant="dfki" number="0"/>
<name>Requirement Analysis</name>
<begin>Month 0</begin>
<end>Month 6</end>
+ <leader file="nijmegen/geuvers"/>
<person-month participant="bologna" number="3"/>
<person-month participant="inria" number="4"/>
<person-month participant="dfki" number="3"/>
<name>Testing and Validation</name>
<begin>Month 12</begin>
<end>Month 30</end>
+ <leader file="nijmegen/geuvers"/>
<person-month participant="bologna" number="5"/>
<person-month participant="inria" number="6"/>
<person-month participant="dfki" number="3"/>
<name>Transformation</name>
<begin>Month 0</begin>
<end>Month 21</end>
+ <leader file="bologna/sacerdoti"/>
<person-month participant="bologna" number="13"/>
<person-month participant="inria" number="4"/>
<person-month participant="dfki" number="3"/>
<?xml version="1.0" encoding="iso-8859-1"?>
-<!ELEMENT work-package (name,begin,end,person-month+,objectives,description,
- deliverable*,milestones)>
+<!ELEMENT work-package (name,begin,end,leader,person-month+,objectives,
+ description,deliverable*,milestones)>
<!ATTLIST work-package
number CDATA #REQUIRED>
<!ELEMENT end (#PCDATA)>
+<!ELEMENT leader (#PCDATA)>
+
<!ELEMENT person-month EMPTY>
<!ATTLIST person-month
participant CDATA #REQUIRED
<xsl:text>: </xsl:text>
<xsl:value-of select="name"/>
</h1>
- <h2>Begin: <xsl:value-of select="begin"/></h2>
- <h2>End: <xsl:value-of select="end"/></h2>
+ <h2>
+ Begin: <xsl:value-of select="begin"/>    
+ End: <xsl:value-of select="end"/>
+ </h2>
+ <h2>
+ <xsl:text>Work Package Leader: </xsl:text>
+ <a href="../people/{leader/@file}.html">
+ <xsl:call-template name="person-name">
+ <xsl:with-param name="file" select="leader/@file"/>
+ </xsl:call-template>
+ </a>
+ </h2>
+ <h2>Contribution of Each Site (in Man Monthes):</h2>
+ <span style="margin-left: 1cm">
<table>
<tr>
<xsl:for-each select="person-month">
- <td><xsl:value-of select="@participant"/></td>
+ <td>
+ <a href="../sites/{@participant}.html">
+ <xsl:value-of select="@participant"/>
+ </a>
+ </td>
</xsl:for-each>
</tr>
<tr>
<xsl:for-each select="person-month">
- <td><xsl:value-of select="@number"/></td>
+ <td align="center"><xsl:value-of select="@number"/></td>
</xsl:for-each>
</tr>
</table>
+ </span>
<h2>Objectives:</h2>
<xsl:copy-of select="objectives/*"/>
<h2>Description:</h2>