diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/h2020proposal/template-fet/wp-develop.tex |
Initial commit
Diffstat (limited to 'macros/latex/contrib/h2020proposal/template-fet/wp-develop.tex')
-rw-r--r-- | macros/latex/contrib/h2020proposal/template-fet/wp-develop.tex | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/macros/latex/contrib/h2020proposal/template-fet/wp-develop.tex b/macros/latex/contrib/h2020proposal/template-fet/wp-develop.tex new file mode 100644 index 0000000000..d55d8e0825 --- /dev/null +++ b/macros/latex/contrib/h2020proposal/template-fet/wp-develop.tex @@ -0,0 +1,96 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Work Package Description % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{workpackage}{DEVELOPMENT WORK PACKAGE} + \label{wp:develop} %change and use appropriate description + + %%%%%%%%%%%%%%%%%% TOP TABLE %%%%%%%%%%%%%%%%%%%%%%%%%%%%% + % Data for the top table + \wpstart{1} %Starting Month + \wpend{36} %End Month + \wptype{Activity type} %RTD, DEM, MGT, or OTHER + + % Person Months per participant (required, max 7, * for leader) + % syntax: \personmonths{Participant number}{value} (not wp leader) + % or \personmonths{Participant short name}{value} (not wp leader) + % \personmonths*{Participant number}{value} (wp leader) + % for example: + \personmonths*{UoP2}{12} + \personmonths{UoP3}{6} + \personmonths{UoC}{3} + % etc. + + \makewptable % Work package summary table + + % Work Package Objectives + \begin{wpobjectives} + This work package has the following objectives: + \begin{enumerate} + \item To develop .... + \item To apply this .... + \item etc. + \end{enumerate} + \end{wpobjectives} + + % Work Package Description + \begin{wpdescription} + % Divide work package into multiple tasks. + % Use \wptask command + % syntax: \wptask{leader}{contributors}{start-m}{end-m}{title}{description} + + Description of work carried out in WP, broken down into tasks, and + with role of partners list. Use the \texttt{\textbackslash wptask} command. + + \wptask{UoC}{UoC}{1}{12}{Test}{ + \label{task:wp2test} + Here we will test the WP Task code. + } + \wptask{UoC}{UoC}{6}{9}{Integrate}{ + \label{task:wp2integrate} + In this task UZH will integrate the work done in ~\ref{task:wp2test}. + } + \wptask{UoP2}{All other}{9}{12}{Apply}{ + Here all the WP participants will apply the results to... + } + + \paragraph{Role of partners} + \begin{description} + \item[Participant short name] will lead Task~\ref{task:wp2integrate}. + \item[UoC] will.. + \end{description} + \end{wpdescription} + + % Work Package Deliverable + \begin{wpdeliverables} + % Data for the deliverables and milestones tables + % syntax: \deliverable[delivery date]{nature}{dissemination + % level}{description} + % + % nature: R = Report, P = Prototype, D = Demonstrator, O = Other + % dissemination level: PU = Public, PP = Restricted to other + % programme participants (including the Commission Services), RE = + % Restricted to a group specified by the consortium (including the + % Commission Services), CO = Confidential, only for members of the + % consortium (including the Commission Services). + % + % \wpdeliverable[date]{R}{PU}{A report on \ldots} + + \wpdeliverable[36]{UoC}{R}{PU}{Report on the definition of the model + specifications.}\label{dev:wp2specs} + + \wpdeliverable[12]{UoP3}{R}{PU}{Report on Feasibility study for the model + implementation.}\label{dev:wp2implementation} + + \wpdeliverable[24]{UoP2}{R}{PU}{Prototype of model + implementation.}\label{dev:wp2prototype} + + \end{wpdeliverables} + +\end{workpackage} + + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "proposal-main" +%%% End: |