]> matita.cs.unibo.it Git - helm.git/commitdiff
Deliverables are now described in XML.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 13 Feb 2002 17:21:24 +0000 (17:21 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 13 Feb 2002 17:21:24 +0000 (17:21 +0000)
The information comes from the table in Sect. 9.4 of the proposal.
Should we try to reproduce that table or is it uninteresting?

42 files changed:
helm/mowgli/home/html/Makefile
helm/mowgli/home/html/deliverables/distribution/.cvsignore [new file with mode: 0644]
helm/mowgli/home/html/deliverables/information-dissemination-and-exploitation/.cvsignore [new file with mode: 0644]
helm/mowgli/home/html/deliverables/interfaces/.cvsignore [new file with mode: 0644]
helm/mowgli/home/html/deliverables/metadata/.cvsignore [new file with mode: 0644]
helm/mowgli/home/html/deliverables/project-management/.cvsignore [new file with mode: 0644]
helm/mowgli/home/html/deliverables/requirement-analysis/.cvsignore [new file with mode: 0644]
helm/mowgli/home/html/deliverables/testing-and-validation/.cvsignore [new file with mode: 0644]
helm/mowgli/home/html/deliverables/transformation/.cvsignore [new file with mode: 0644]
helm/mowgli/home/xml/deliverables/deliverable.dtd
helm/mowgli/home/xml/deliverables/distribution/d5a.xml
helm/mowgli/home/xml/deliverables/distribution/d5b.xml
helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7a.xml
helm/mowgli/home/xml/deliverables/information-dissemination-and-exploitation/d7b.xml
helm/mowgli/home/xml/deliverables/interfaces/d4a.xml
helm/mowgli/home/xml/deliverables/interfaces/d4b.xml
helm/mowgli/home/xml/deliverables/interfaces/d4c.xml
helm/mowgli/home/xml/deliverables/interfaces/d4d.xml
helm/mowgli/home/xml/deliverables/interfaces/d4e.xml
helm/mowgli/home/xml/deliverables/metadata/d3a.xml
helm/mowgli/home/xml/deliverables/metadata/d3b.xml
helm/mowgli/home/xml/deliverables/project-management/d0a.xml
helm/mowgli/home/xml/deliverables/project-management/d0b.xml
helm/mowgli/home/xml/deliverables/project-management/d0c.xml
helm/mowgli/home/xml/deliverables/project-management/d0d.xml
helm/mowgli/home/xml/deliverables/requirement-analysis/d1a.xml
helm/mowgli/home/xml/deliverables/requirement-analysis/d1b.xml
helm/mowgli/home/xml/deliverables/requirement-analysis/d1c.xml
helm/mowgli/home/xml/deliverables/testing-and-validation/d6a.xml
helm/mowgli/home/xml/deliverables/testing-and-validation/d6b.xml
helm/mowgli/home/xml/deliverables/testing-and-validation/d6c.xml
helm/mowgli/home/xml/deliverables/testing-and-validation/d6d.xml
helm/mowgli/home/xml/deliverables/transformation/d2a.xml
helm/mowgli/home/xml/deliverables/transformation/d2b.xml
helm/mowgli/home/xml/deliverables/transformation/d2c.xml
helm/mowgli/home/xml/deliverables/transformation/d2d.xml
helm/mowgli/home/xml/deliverables/transformation/d2e.xml
helm/mowgli/home/xml/deliverables/transformation/d2f.xml
helm/mowgli/home/xml/deliverables/transformation/d2g.xml
helm/mowgli/home/xsl/deliverable.xsl [new file with mode: 0644]
helm/mowgli/home/xsl/work-package.xsl
helm/mowgli/home/xsl/work-packages_index.xsl

index 7314f083575d3dc078a1dcb57d9ee9bb1b135bb9..4ce83516ed66d6ebda211c7f6245e1a76f5ab9d2 100644 (file)
@@ -8,6 +8,35 @@ DOCUMENTS = \
             consortium.html \
             project.html \
            news.html \
+            deliverables/distribution/d5a.html \
+            deliverables/distribution/d5b.html \
+            deliverables/information-dissemination-and-exploitation/d7a.html \
+            deliverables/information-dissemination-and-exploitation/d7b.html \
+            deliverables/interfaces/d4a.html \
+            deliverables/interfaces/d4b.html \
+            deliverables/interfaces/d4c.html \
+            deliverables/interfaces/d4d.html \
+            deliverables/interfaces/d4e.html \
+            deliverables/metadata/d3a.html \
+            deliverables/metadata/d3b.html \
+            deliverables/project-management/d0a.html \
+            deliverables/project-management/d0b.html \
+            deliverables/project-management/d0c.html \
+            deliverables/project-management/d0d.html \
+            deliverables/requirement-analysis/d1a.html \
+            deliverables/requirement-analysis/d1b.html \
+            deliverables/requirement-analysis/d1c.html \
+            deliverables/testing-and-validation/d6a.html \
+            deliverables/testing-and-validation/d6b.html \
+            deliverables/testing-and-validation/d6c.html \
+            deliverables/testing-and-validation/d6d.html \
+            deliverables/transformation/d2a.html \
+            deliverables/transformation/d2b.html \
+            deliverables/transformation/d2c.html \
+            deliverables/transformation/d2d.html \
+            deliverables/transformation/d2e.html \
+            deliverables/transformation/d2f.html \
+            deliverables/transformation/d2g.html \
             sites/aei.html \
             sites/bologna.html \
             sites/dfki.html \
@@ -92,6 +121,10 @@ news.html: $(XMLROOT)/news.xml \
           $(XSLROOT)/news.xsl
        xsltproc -o $@ $(XSLROOT)/news.xsl $<
 
+deliverables/%.html: $(XMLROOT)/deliverables/%.xml \
+              $(XSLROOT)/deliverable.xsl
+       xsltproc -o $@ $(XSLROOT)/deliverable.xsl $<
+
 sites/%.html: $(XMLROOT)/sites/%.xml \
               $(XSLROOT)/site.xsl
        xsltproc -o $@ $(XSLROOT)/site.xsl $<
diff --git a/helm/mowgli/home/html/deliverables/distribution/.cvsignore b/helm/mowgli/home/html/deliverables/distribution/.cvsignore
new file mode 100644 (file)
index 0000000..24596ca
--- /dev/null
@@ -0,0 +1,2 @@
+d5a.html
+d5b.html
diff --git a/helm/mowgli/home/html/deliverables/information-dissemination-and-exploitation/.cvsignore b/helm/mowgli/home/html/deliverables/information-dissemination-and-exploitation/.cvsignore
new file mode 100644 (file)
index 0000000..4723c15
--- /dev/null
@@ -0,0 +1,2 @@
+d7a.html
+d7b.html
diff --git a/helm/mowgli/home/html/deliverables/interfaces/.cvsignore b/helm/mowgli/home/html/deliverables/interfaces/.cvsignore
new file mode 100644 (file)
index 0000000..c94f4c4
--- /dev/null
@@ -0,0 +1,5 @@
+d4a.html
+d4b.html
+d4c.html
+d4d.html
+d4e.html
diff --git a/helm/mowgli/home/html/deliverables/metadata/.cvsignore b/helm/mowgli/home/html/deliverables/metadata/.cvsignore
new file mode 100644 (file)
index 0000000..00ba3da
--- /dev/null
@@ -0,0 +1,2 @@
+d3a.html
+d3b.html
diff --git a/helm/mowgli/home/html/deliverables/project-management/.cvsignore b/helm/mowgli/home/html/deliverables/project-management/.cvsignore
new file mode 100644 (file)
index 0000000..2843065
--- /dev/null
@@ -0,0 +1,4 @@
+d0a.html
+d0b.html
+d0c.html
+d0d.html
diff --git a/helm/mowgli/home/html/deliverables/requirement-analysis/.cvsignore b/helm/mowgli/home/html/deliverables/requirement-analysis/.cvsignore
new file mode 100644 (file)
index 0000000..e9c6328
--- /dev/null
@@ -0,0 +1,3 @@
+d1a.html
+d1b.html
+d1c.html
diff --git a/helm/mowgli/home/html/deliverables/testing-and-validation/.cvsignore b/helm/mowgli/home/html/deliverables/testing-and-validation/.cvsignore
new file mode 100644 (file)
index 0000000..cf0f345
--- /dev/null
@@ -0,0 +1,4 @@
+d6a.html
+d6b.html
+d6c.html
+d6d.html
diff --git a/helm/mowgli/home/html/deliverables/transformation/.cvsignore b/helm/mowgli/home/html/deliverables/transformation/.cvsignore
new file mode 100644 (file)
index 0000000..06fef3a
--- /dev/null
@@ -0,0 +1,7 @@
+d2a.html
+d2b.html
+d2c.html
+d2d.html
+d2e.html
+d2f.html
+d2g.html
index a0b763bccc7837b90ae39464d7d78ccd1385127d..74478b4f634c9eedcc13d425a4d522446323f172 100644 (file)
@@ -1,7 +1,25 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 
-<!ELEMENT deliverable (name)>
+<!ELEMENT deliverable (name,working-package,leader-site,extimated-person-month,type,to-be-delivered)>
 <!ATTLIST deliverable
           id ID #REQUIRED>
 
 <!ELEMENT name (#PCDATA)>
+
+<!ELEMENT working-package EMPTY>
+<!ATTLIST working-package
+          file CDATA #REQUIRED>
+
+<!ELEMENT leader-site EMPTY>
+<!ATTLIST leader-site
+          file CDATA #REQUIRED>
+
+<!ELEMENT extimated-person-month EMPTY>
+<!ATTLIST extimated-person-month
+          value CDATA #REQUIRED>
+
+<!ELEMENT type EMPTY>
+<!ATTLIST type
+          value (report|prototype) #REQUIRED>
+
+<!ELEMENT to-be-delivered (#PCDATA)>
index 75d80cd2934ed55178c3515e4802381f0c940f04..9b0f05581901819015d6d022c7003bb40a3eeeaa 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D5.a">
  <name>Overall Architectural Design of the Distribution Model.</name>
+ <working-package file="distribution"/>
+ <leader-site file="dfki"/>
+ <extimated-person-month value="11"/>
+ <type value="report"/>
+ <to-be-delivered>Month 18</to-be-delivered>
 </deliverable>
index 4ba6a5c05c506c0a2b7c2e1361ea1d570df69fd3..d5292485d821e4c4ebf8147e6b3cfbe93223ce47 100644 (file)
@@ -3,5 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D5.b">
- <name>Advanced MOWGLI Prototype.</name>
+ <name>Advanced MOWGLI Prototype (distribution).</name>
+ <working-package file="distribution"/>
+ <leader-site file="dfki"/>
+ <extimated-person-month value="16"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 24</to-be-delivered>
 </deliverable>
index d7cbcc59b2d83eef4cf8c6e8775c163baf38e00e..161a03903300654688200db765e640ebd80f74e6 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D7.a">
  <name>Dissemination and Use Plan.</name>
+ <working-package file="dissemination-and-exploitation"/>
+ <leader-site file="aei"/>
+ <extimated-person-month value="3"/>
+ <type value="report"/>
+ <to-be-delivered>Month 6</to-be-delivered>
 </deliverable>
index 0984899a007fcd3562c1ed12b87ffa91b26afde1..859860173f83300cc34d9686bed64eb9d4d2a248 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D7.b">
  <name>Technological Implementation Plan.</name>
+ <working-package file="dissemination-and-exploitation"/>
+ <leader-site file="aei"/>
+ <extimated-person-month value="3"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 30</to-be-delivered>
 </deliverable>
index 6b705a64d5a4ffc6d768ca8d1d7d9dea484618d9..487905034f246f45694e49be8ec9c7cd63a6e526 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D4.a">
  <name>MathML Rendering/Browsing engine.</name>
+ <working-package file="interfaces"/>
+ <leader-site file="bologna"/>
+ <extimated-person-month value="16"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 12</to-be-delivered>
 </deliverable>
index 0592eccd47c637751520929fe4fc66dcf2b69855..4ae4bbf4aa5480ebd88e4328579969ec19a854e2 100644 (file)
@@ -3,5 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D4.b">
- <name>First MOWGLI Prototype.</name>
+ <name>First MOWGLI Prototype (browsing, rendering and consultation).</name>
+ <working-package file="interfaces"/>
+ <leader-site file="inria"/>
+ <extimated-person-month value="15"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 18</to-be-delivered>
 </deliverable>
index dcf6f6e44f066d0fa09417999de2287c337133ad..fa497112e5ca667447e1b0d8f1b63ed24a52126f 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D4.c">
  <name>Prototype functionalities for assisted annotation.</name>
+ <working-package file="interfaces"/>
+ <leader-site file="bologna"/>
+ <extimated-person-month value="7"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 18</to-be-delivered>
 </deliverable>
index 75ec03f7430b806e6290c838ca0203d3aaa5c0c7..60eca71a5176beedeed98a7e53f1ffced92deaab 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D4.d">
  <name>LaTeX-based authoring tool (first prototype).</name>
+ <working-package file="interfaces"/>
+ <leader-site file="aei"/>
+ <extimated-person-month value="9"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 18</to-be-delivered>
 </deliverable>
index 14da8a9254a16ae666bbfcb44137f1816acffd60..82c6ab9ca1f5abb323cc328172dcf390b4e57c0c 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D4.e">
  <name>Refined and extended protoype of the LaTeX-based authoring tool.</name>
+ <working-package file="interfaces"/>
+ <leader-site file="aei"/>
+ <extimated-person-month value="8"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 24</to-be-delivered>
 </deliverable>
index eef2e0f79b5f94d15b20940cf9e74f3795d1b2e5..a123da4fd73d5ba50f24fe21f7b246501e92f1d0 100644 (file)
@@ -3,5 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D3.a">
- <name>Metadata for Mathematics.</name>
+ <name>Metadata for Mathematical Libraries.</name>
+ <working-package file="metadata"/>
+ <leader-site file="dfki"/>
+ <extimated-person-month value="9"/>
+ <type value="report"/>
+ <to-be-delivered>Month 12</to-be-delivered>
 </deliverable>
index 0fd519c0d07201e4c7a6a7922313415b5283560e..5c95c276a7f47e3030e08d95f8703250b94bd58b 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D3.b">
  <name>Metadata Model.</name>
+ <working-package file="metadata"/>
+ <leader-site file="dfki"/>
+ <extimated-person-month value="11"/>
+ <type value="report"/>
+ <to-be-delivered>Month 12</to-be-delivered>
 </deliverable>
index 20aad8b36ed4bdd8adddb449ac875fe646075ed5..5d633d3ead07380cc2f01bfee3bf1d0ef49dea62 100644 (file)
@@ -3,5 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D0.a">
- <name>Self Assesment parameters and criteria.</name>
+ <name>Self-Assesment parameters and criteria.</name>
+ <working-package file="project-management"/>
+ <leader-site file="bologna"/>
+ <extimated-person-month value="2"/>
+ <type value="report"/>
+ <to-be-delivered>Month 6</to-be-delivered>
 </deliverable>
index 9965d4a600d48be95449681b7a80a28ea5f5da4c..28deebd286a7b2debc1e771fdf54cead99c46650 100644 (file)
@@ -3,5 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D0.b">
- <name>First Self-assesment Report.</name>
+ <name>First Self-Assesment Report.</name>
+ <working-package file="project-management"/>
+ <leader-site file="bologna"/>
+ <extimated-person-month value="1"/>
+ <type value="report"/>
+ <to-be-delivered>Month 12</to-be-delivered>
 </deliverable>
index 145dc44f3e92e5973eca2ae97701381ebe997e0e..da83343f83ea4088d54128385411f52775e589d6 100644 (file)
@@ -3,5 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D0.c">
- <name>Second Self-assesment Report.</name>
+ <name>Second Self-Assesment Report.</name>
+ <working-package file="project-management"/>
+ <leader-site file="bologna"/>
+ <extimated-person-month value="1"/>
+ <type value="report"/>
+ <to-be-delivered>Month 20</to-be-delivered>
 </deliverable>
index 8d58a3e2088711350823ebd97c302a0f82d9e3c2..c7d0accd78c413a749e262fe73f2a322e0edc107 100644 (file)
@@ -3,5 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D0.d">
- <name>Final Self-assesment Report.</name>
+ <name>Final Self-Assesment Report.</name>
+ <working-package file="project-management"/>
+ <leader-site file="bologna"/>
+ <extimated-person-month value="1"/>
+ <type value="report"/>
+ <to-be-delivered>Month 30</to-be-delivered>
 </deliverable>
index 1ea177d51970220db940cce9541fdaf6e5befba8..02d355d6a2a9a892e6dd2886d25de652c2c35e58 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D1.a">
  <name>Preliminary Report on Application Scenarios and Requirement Analysis.</name>
+ <working-package file="requirement-analysis"/>
+ <leader-site file="nijmegen"/>
+ <extimated-person-month value="6"/>
+ <type value="report"/>
+ <to-be-delivered>Month 3</to-be-delivered>
 </deliverable>
index 35e26820bcda840d8a6554cd2196843222b0e0e9..57e90cc906a578913984eee2c1abdb2d3eaaf43d 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D1.b">
  <name>Structure and Meta-Structure of Mathematical Documents.</name>
+ <working-package file="requirement-analysis"/>
+ <leader-site file="dfki"/>
+ <extimated-person-month value="8"/>
+ <type value="report"/>
+ <to-be-delivered>Month 6</to-be-delivered>
 </deliverable>
index 834e82a4f5be964267acefec4bea2f30e7a2c352..b91a870a07299707b37c62e8c3190f051f04e3ae 100644 (file)
@@ -3,5 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D1.c">
- <name>Distributed Electronic Libraries: development, archiving, retrieving.</name>
+ <name>Distributed Digital Libraries: development, archiving, retrieving.</name>
+ <working-package file="requirement-analysis"/>
+ <leader-site file="aei"/>
+ <extimated-person-month value="6"/>
+ <type value="report"/>
+ <to-be-delivered>Month 6</to-be-delivered>
 </deliverable>
index c88d4ca57c141a168f9dc6ef7fbcfd3a6a95147c..d2a60b7b5166e55198ab40c059f65e1e2ab406a5 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D6.a">
  <name>Validation 1: Education.</name>
+ <working-package file="testing-and-validation"/>
+ <leader-site file="nijmegen"/>
+ <extimated-person-month value="16"/>
+ <type value="report"/>
+ <to-be-delivered>Month 30</to-be-delivered>
 </deliverable>
index 67b6c72dc582481bff801ff64114f445014815da..fb8539bc02b8392f37973f34acd8fa96ce8cf0c2 100644 (file)
@@ -3,7 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D6.b">
- <name>Validation 2: Documents describing the formalization
-       of a security function embedded into a smart card and the proof that
-       the code meets its security objectives.</name>
+ <name>Validation 2: Smart Card Security</name>
+ <working-package file="testing-and-validation"/>
+ <leader-site file="trusted-logic"/>
+ <extimated-person-month value="9"/>
+ <type value="report"/>
+ <to-be-delivered>Month 30</to-be-delivered>
 </deliverable>
index 1ace1ab5e423d080b1710038cbe909f530aee925..0a840000b28eb0621e1056b35469fad25531f5e0 100644 (file)
@@ -3,6 +3,10 @@
 <!DOCTYPE deliverable SYSTEM "../deliverable.dtd">
 
 <deliverable id="D6.c">
- <name>Validation 3: Journal interface with added functionalities due to
-       content markup, e.g. search interface.</name>
+ <name>Validation 3: Journal interface.</name>
+ <working-package file="testing-and-validation"/>
+ <leader-site file="aei"/>
+ <extimated-person-month value="14"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 30</to-be-delivered>
 </deliverable>
index a988cc86ab02413b16f9ba6b5c77a663bed5beb4..9980ac0b4f531cc3f085ba8222e03fc11c277c7f 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D6.d">
  <name>Final MOWGLI Prototype.</name>
+ <working-package file="testing-and-validation"/>
+ <leader-site file="bologna"/>
+ <extimated-person-month value="12"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 30</to-be-delivered>
 </deliverable>
index de03b6b732d17cd9735494a7bf71154bd76bee91..6e127f365041fa0cf078316286d5272869c2b4d8 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D2.a">
  <name>Exportation module.</name>
+ <working-package file="transformation"/>
+ <leader-site file="inria"/>
+ <extimated-person-month value="4"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 6</to-be-delivered>
 </deliverable>
index e5dae03f69f28f05209d4d41c769daaac2c0bc81..05b68b1ec09a022a1945544989c9d312f4df0528 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D2.b">
  <name>Document Type Descriptors.</name>
+ <working-package file="transformation"/>
+ <leader-site file="inria"/>
+ <extimated-person-month value="2"/>
+ <type value="report"/>
+ <to-be-delivered>Month 12</to-be-delivered>
 </deliverable>
index 79ed9e4e720804d19f7d42ffdb1cd2f423867f34..e911df57253420f59371fa870001d6ae31d6be85 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D2.c">
  <name>Stylesheets to intermediate representation (formulae).</name>
+ <working-package file="transformation"/>
+ <leader-site file="bologna"/>
+ <extimated-person-month value="7"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 12</to-be-delivered>
 </deliverable>
index 61cfb180750fe5d56cf5de62e340c37dc95f01b9..c6884fb8b5a8ea1133452eae0dc164c9d0974b2b 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D2.d">
  <name>Stylesheets to intermediate representation (proofs).</name>
+ <working-package file="transformation"/>
+ <leader-site file="bologna"/>
+ <extimated-person-month value="9"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 12</to-be-delivered>
 </deliverable>
index 45285ff07839a1033f4c1866fbabb3ec65b8e91d..32aacc881b5f1d4fb40437ec9ae056df5aef7fdf 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D2.e">
  <name>Presentational Stylesheets (formulae).</name>
+ <working-package file="transformation"/>
+ <leader-site file="nijmegen"/>
+ <extimated-person-month value="4"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 18</to-be-delivered>
 </deliverable>
index 4f3c93fb72dac5d67b706122bd6709f06ec7edf1..5ee0a5fad43b123ef686d78028bd73078abc9260 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D2.f">
  <name>Presentational Stylesheets (proofs).</name>
+ <working-package file="transformation"/>
+ <leader-site file="nijmegen"/>
+ <extimated-person-month value="6"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 18</to-be-delivered>
 </deliverable>
index bcd42c5a4b9a6a96c4a3801527bfc7d8f8acd3a5..48f47c9b7b10bbb47f4ddbeb0b922af9d8d85c06 100644 (file)
@@ -4,4 +4,9 @@
 
 <deliverable id="D2.g">
  <name>Tools for automatic extraction of Metadata.</name>
+ <working-package file="transformation"/>
+ <leader-site file="inria"/>
+ <extimated-person-month value="4"/>
+ <type value="prototype"/>
+ <to-be-delivered>Month 18</to-be-delivered>
 </deliverable>
diff --git a/helm/mowgli/home/xsl/deliverable.xsl b/helm/mowgli/home/xsl/deliverable.xsl
new file mode 100644 (file)
index 0000000..d3fba91
--- /dev/null
@@ -0,0 +1,59 @@
+<?xml version="1.0"?>
+
+<xsl:stylesheet version="1.0"
+                xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:import href="common.xsl"/>
+
+<xsl:output method="html"/>
+
+<xsl:template match="/">
+ <html>
+  <head>
+   <title>
+    <xsl:value-of select="deliverable/@id"/>
+    <xsl:text> </xsl:text>
+    <xsl:value-of select="deliverable/@name"/>
+   </title>
+   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+   <link rel="stylesheet" href="../../../style/mowgli.css" type="text/css"/>
+  </head>
+  <body>
+   <xsl:apply-templates/>
+  </body>
+ </html>
+</xsl:template>
+
+<xsl:template match="deliverable">
+ <h1>
+  <xsl:value-of select="deliverable/@id"/>
+  <xsl:text> </xsl:text>
+  <xsl:value-of select="deliverable/@name"/>
+ </h1>
+ <p>
+  <xsl:text>Working package: </xsl:text>
+  <a href="../../work-packages/{working-package/@file}.html">
+   <xsl:value-of select="working-package/@file"/>
+  </a>
+ </p>
+ <p>
+  <xsl:text>Leader site: </xsl:text>
+  <a href="../../sites/{leader-site/@file}.html">
+   <xsl:value-of select="leader-site/@file"/>
+  </a>
+ </p>
+ <p>
+  <xsl:text>Extimated person-month: </xsl:text>
+  <xsl:value-of select="extimated-person-month/@value"/>
+ </p>
+ <p>
+  <xsl:text>Type: </xsl:text>
+  <xsl:value-of select="type/@value"/>
+ </p>
+ <p>
+  <xsl:text>To be delivered at: </xsl:text>
+  <xsl:value-of select="to-be-delivered"/>
+ </p>
+</xsl:template>
+
+</xsl:stylesheet>
index 22486f4a1825322a91dc23476c1cb3860bfed885..50cfff2682699ee7b4d7397b4f7b5428f5b4d7ba 100644 (file)
    <li>
     <xsl:choose>
      <xsl:when test="@file">
-      <xsl:variable name="deliverable"
-                    select="document(concat('../xml/deliverables/',@file,'.xml'))/deliverable"/>
-      <a name="{$deliverable/@id}"/>
-      <xsl:value-of select="$deliverable/@id"/>
-      <xsl:text> </xsl:text>
-      <xsl:value-of select="$deliverable/name"/>
+      <a href="../deliverables/{@file}.html">
+       <xsl:variable name="deliverable"
+                     select="document(concat('../xml/deliverables/',@file,'.xml'))/deliverable"/>
+       <xsl:value-of select="$deliverable/@id"/>
+       <xsl:text> </xsl:text>
+       <xsl:value-of select="$deliverable/name"/>
+      </a>
      </xsl:when>
      <xsl:otherwise>
       <xsl:value-of select="."/>
index af2b199eb9f574d46e211a0032ac0227b4cd8b9a..dbe56c09ea6a3a32bede0dcbaa0e637e437e3b2e 100644 (file)
   <td valign="top">
    <xsl:if test="$work-package/deliverable">
     <ul>
-     <xsl:variable name="url" select="concat(@file,'.html')"/>
      <xsl:for-each select="$work-package/deliverable[@file]">
       <xsl:apply-templates select="document(concat('../xml/deliverables/',@file,'.xml'))/deliverable">
-       <xsl:with-param name="url" select="$url"/>
+       <xsl:with-param name="url" select="concat('../deliverables/',@file,'.html')"/>
       </xsl:apply-templates>
      </xsl:for-each>
     </ul>
@@ -88,7 +87,7 @@
 <xsl:template match="deliverable">
  <xsl:param name="url"/>
  <li>
-  <a href="{$url}#{@id}">
+  <a href="{$url}">
    <xsl:value-of select="@id"/>
    <xsl:text> </xsl:text>
    <xsl:value-of select="name"/>