]> matita.cs.unibo.it Git - helm.git/commitdiff
Project Management template added.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 13 Feb 2002 18:33:52 +0000 (18:33 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 13 Feb 2002 18:33:52 +0000 (18:33 +0000)
Not integrated in the site yet.
Maybe it will become a bunch of XML files once the management groups
will be formed (i.e. during the kick-off).

helm/mowgli/home/html/.cvsignore
helm/mowgli/home/html/Makefile
helm/mowgli/home/templates/project-management.html [new file with mode: 0644]

index 1ea3c06cac0aba810058e87d79977a5f68c58040..606cd937a951c2160069c6853727915b1a6e15a6 100644 (file)
@@ -1,6 +1,7 @@
 home.html
 index.html
 menu.html 
+project-management.html
 consortium.html 
 project.html 
 news.html
index 4ce83516ed66d6ebda211c7f6245e1a76f5ab9d2..55c50220e375b7516242f6df2c6cdbeefe64442c 100644 (file)
@@ -5,6 +5,7 @@ DOCUMENTS = \
             index.html \
             home.html \
            menu.html \
+            project-management.html \
             consortium.html \
             project.html \
            news.html \
@@ -109,6 +110,9 @@ index.html: $(TEMPLATESROOT)/index.html
 menu.html: $(TEMPLATESROOT)/menu.html
        sed s/\@DATE\@/"`date`"/ $< >$@
 
+project-management.html: $(TEMPLATESROOT)/project-management.html
+       cp $< $@
+
 consortium.html: $(XMLROOT)/consortium.xml \
                  $(XSLROOT)/consortium.xsl
        xsltproc -o $@ $(XSLROOT)/consortium.xsl $<
diff --git a/helm/mowgli/home/templates/project-management.html b/helm/mowgli/home/templates/project-management.html
new file mode 100644 (file)
index 0000000..54d8299
--- /dev/null
@@ -0,0 +1,83 @@
+<!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>
+ </body>
+</html>