fixing reporting (thanks to Erik Bitzek)

This commit is contained in:
Michael Kohlhase 2021-03-08 11:51:36 +01:00
parent b1735ffaef
commit bd1e8c0f60
9 changed files with 71 additions and 116 deletions

View File

@ -18,10 +18,10 @@
\renewcommand\prop@gen@instrument{Neuantrag auf Sachbeihilfe} \renewcommand\prop@gen@instrument{Neuantrag auf Sachbeihilfe}
\newcommand\prop@gen@thema{??? Thema ???} \newcommand\prop@gen@thema{??? Thema ???}
\newcommand\deu[1]{#1} \newcommand\deu[1]{#1}
\newcommand\dfg@topic{\subsection{\ifdeutsch Thema\else Topic \deu{(Thema)}\fi}\prop@gen@thema} \newcommand\dfg@topic{\subsection{\ifdeutsch Thema\else Topic\fi}\prop@gen@thema}
\newcommand\dfg@area@field{% \newcommand\dfg@area@field{%
\ifdeutsch\subsection{Fachgebiet und Arbeitsrichtung}\else \ifdeutsch\subsection{Fachgebiet und Arbeitsrichtung}\else
\subsection{Research area and field of work \deu{(Fachgebiet und Arbeitsrichtung)}}\fi \subsection{Research area and field of work }\fi
\ifdeutsch Disziplin\else Scientific discipline\fi: \prop@gen@discipline\\ \ifdeutsch Disziplin\else Scientific discipline\fi: \prop@gen@discipline\\
\ifdeutsch Arbeitsgebiet\else Fields of work\fi: \prop@gen@areas} \ifdeutsch Arbeitsgebiet\else Fields of work\fi: \prop@gen@areas}
\newcommand\dfgprojpapers[2][]{\prop@paperlist[#1]{#2}} \newcommand\dfgprojpapers[2][]{\prop@paperlist[#1]{#2}}

View File

@ -33,6 +33,8 @@
{\LARGE\textbf{\prop@gen@title}}\\[.3cm] {\LARGE\textbf{\prop@gen@title}}\\[.3cm]
\ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi \ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi
{\large\today}\\[1em] {\large\today}\\[1em]
\edef\the@PIs{\pdataref{all}{PI}{count}}
\edef\prop@gen@PIs{\pdataref{all}{PI}{ids}}
\begin{tabular}{c*{\the@PIs}{c}} \begin{tabular}{c*{\the@PIs}{c}}
\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{name}}\\ \prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{name}}\\
\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{affiliation}}\\ \prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{affiliation}}\\
@ -51,7 +53,7 @@
\dfg@topic \dfg@topic
\dfg@area@field \dfg@area@field
\ifdeutsch\subsection{Voraussichtliche Gesamtdauer}\else \ifdeutsch\subsection{Voraussichtliche Gesamtdauer}\else
\subsection{Anticipated total duration \deu{(Voraussichtliche Gesamtdauer)}} \subsection{Anticipated total duration}
\fi% ifdeutsch \fi% ifdeutsch
\@ifundefined{prop@gen@totalduration}{????}{\prop@gen@totalduration}; \@ifundefined{prop@gen@totalduration}{????}{\prop@gen@totalduration};
\ifdeutsch \ifdeutsch
@ -66,7 +68,7 @@
\else\subsection{Keywords}\prop@gen@keywords \else\subsection{Keywords}\prop@gen@keywords
\fi \fi
\ifdeutsch\subsection{Antragszeitraum}\else \ifdeutsch\subsection{Antragszeitraum}\else
\subsection{Application period \deu{(Antragszeitraum)}}\fi \subsection{Application period}\fi
\prop@gen@months\quad Months starting \prop@gen@start \prop@gen@months\quad Months starting \prop@gen@start
\@ifundefined{prop@gen@fundsuntil}{} \@ifundefined{prop@gen@fundsuntil}{}
{ (\ifdeutsch Mittel reichen bis\else funds last until\fi\ \prop@gen@fundsuntil)} { (\ifdeutsch Mittel reichen bis\else funds last until\fi\ \prop@gen@fundsuntil)}
@ -80,7 +82,7 @@
\def\prop@warnpubs@title{Literatur} \def\prop@warnpubs@title{Literatur}
\fi \fi
\newcommand\attachments{\ifdeutsch\section{Verzeichnis der Anlagen}\else \newcommand\attachments{\ifdeutsch\section{Verzeichnis der Anlagen}\else
\section{List of Attachments \deu{(Verzeichnis der Anlagen)}}\fi \section{List of Attachments}\fi
\begin{itemize} \begin{itemize}
\@for\@I:=\prop@gen@PIs\do{% \@for\@I:=\prop@gen@PIs\do{%
\item\ifdeutsch Lebenslauf und Publikatinsverzeichnis\else Curriculum Vitae and list of publications for \fi \item\ifdeutsch Lebenslauf und Publikatinsverzeichnis\else Curriculum Vitae and list of publications for \fi

View File

@ -265,18 +265,17 @@
%<*pdata> %<*pdata>
\renewcommand\prop@gen@instrument{Neuantrag auf Sachbeihilfe} \renewcommand\prop@gen@instrument{Neuantrag auf Sachbeihilfe}
\newcommand\prop@gen@thema{??? Thema ???} \newcommand\prop@gen@thema{??? Thema ???}
\newcommand\deu[1]{#1}
% \end{macrocode} % \end{macrocode}
% %
% Now, we can build the title page and general information. % Now, we can build the title page and general information.
% \begin{macrocode} % \begin{macrocode}
\newcommand\dfg@topic{\subsection{\ifdeutsch Thema\else Topic \deu{(Thema)}\fi}\prop@gen@thema} \newcommand\dfg@topic{\subsection{\ifdeutsch Thema\else Topic\fi}\prop@gen@thema}
% \end{macrocode} % \end{macrocode}
% %
% \begin{macrocode} % \begin{macrocode}
\newcommand\dfg@area@field{% \newcommand\dfg@area@field{%
\ifdeutsch\subsection{Fachgebiet und Arbeitsrichtung}\else \ifdeutsch\subsection{Fachgebiet und Arbeitsrichtung}\else
\subsection{Research area and field of work \deu{(Fachgebiet und Arbeitsrichtung)}}\fi \subsection{Research area and field of work }\fi
\ifdeutsch Disziplin\else Scientific discipline\fi: \prop@gen@discipline\\ \ifdeutsch Disziplin\else Scientific discipline\fi: \prop@gen@discipline\\
\ifdeutsch Arbeitsgebiet\else Fields of work\fi: \prop@gen@areas} \ifdeutsch Arbeitsgebiet\else Fields of work\fi: \prop@gen@areas}
%</pdata> %</pdata>
@ -307,13 +306,15 @@
{\LARGE\textbf{\prop@gen@title}}\\[.3cm] {\LARGE\textbf{\prop@gen@title}}\\[.3cm]
\ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi \ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi
{\large\today}\\[1em] {\large\today}\\[1em]
\edef\the@PIs{\pdataref{all}{PI}{count}}
\edef\prop@gen@PIs{\pdataref{all}{PI}{ids}}
\begin{tabular}{c*{\the@PIs}{c}} \begin{tabular}{c*{\the@PIs}{c}}
\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{name}}\\ \prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{name}}\\
\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{affiliation}}\\ \prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{affiliation}}\\
\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{dept}}\\ \prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{dept}}\\
\end{tabular}\\[2cm] \end{tabular}\\[2cm]
\end{center} \end{center}
\ifgeneral \ifgeneral
\ifsubmit\else \ifsubmit\else
\setcounter{section}{-1} \setcounter{section}{-1}
\edef\keep@tocdepth{\value{tocdepth}} \edef\keep@tocdepth{\value{tocdepth}}
@ -325,7 +326,7 @@
\dfg@topic \dfg@topic
\dfg@area@field \dfg@area@field
\ifdeutsch\subsection{Voraussichtliche Gesamtdauer}\else \ifdeutsch\subsection{Voraussichtliche Gesamtdauer}\else
\subsection{Anticipated total duration \deu{(Voraussichtliche Gesamtdauer)}} \subsection{Anticipated total duration}
\fi% ifdeutsch \fi% ifdeutsch
\@ifundefined{prop@gen@totalduration}{????}{\prop@gen@totalduration}; \@ifundefined{prop@gen@totalduration}{????}{\prop@gen@totalduration};
\ifdeutsch \ifdeutsch
@ -340,7 +341,7 @@
\else\subsection{Keywords}\prop@gen@keywords \else\subsection{Keywords}\prop@gen@keywords
\fi \fi
\ifdeutsch\subsection{Antragszeitraum}\else \ifdeutsch\subsection{Antragszeitraum}\else
\subsection{Application period \deu{(Antragszeitraum)}}\fi \subsection{Application period}\fi
\prop@gen@months\quad Months starting \prop@gen@start \prop@gen@months\quad Months starting \prop@gen@start
\@ifundefined{prop@gen@fundsuntil}{} \@ifundefined{prop@gen@fundsuntil}{}
{ (\ifdeutsch Mittel reichen bis\else funds last until\fi\ \prop@gen@fundsuntil)} { (\ifdeutsch Mittel reichen bis\else funds last until\fi\ \prop@gen@fundsuntil)}
@ -363,7 +364,7 @@
% \ednote{MK: this is deprecated (no longer useful with the ELAN system), delete at some time} % \ednote{MK: this is deprecated (no longer useful with the ELAN system), delete at some time}
% \begin{macrocode} % \begin{macrocode}
\newcommand\attachments{\ifdeutsch\section{Verzeichnis der Anlagen}\else \newcommand\attachments{\ifdeutsch\section{Verzeichnis der Anlagen}\else
\section{List of Attachments \deu{(Verzeichnis der Anlagen)}}\fi \section{List of Attachments}\fi
\begin{itemize} \begin{itemize}
\@for\@I:=\prop@gen@PIs\do{% \@for\@I:=\prop@gen@PIs\do{%
\item\ifdeutsch Lebenslauf und Publikatinsverzeichnis\else Curriculum Vitae and list of publications for \fi \item\ifdeutsch Lebenslauf und Publikatinsverzeichnis\else Curriculum Vitae and list of publications for \fi
@ -377,73 +378,46 @@
% %
% The |prop@report| environment is similar, but somewhat simpler. % The |prop@report| environment is similar, but somewhat simpler.
% %
% \begin{macro}{\dfg@applicants@table}
% Now, we can build the title page and general information, we first start with the
% applicants table:
% \begin{macrocode}
%<*reporting>
\newcommand\dfg@applicants@table%
{\begin{tabular}{|l|*{\the@PIs}{l|}}\hline
\dfg@applicants@lines\hline
&\multicolumn{\the@PIs}{|l|}{\textbf{Private Address\deu{ (Privatanschrift)}:}}\\\hline
\dfg@applicants@private@lines\hline
\end{tabular}}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\dfg@institute@table}
% Now, we can build the title page and general information, we first start with the
% applicants table:
% \begin{macrocode}
\newcommand\dfg@institute@table%
{\begin{tabular}{|l|*{\the@PIs}{l|}}\hline
\dfg@applicants@institute@lines\hline
\end{tabular}}
% \end{macrocode}
% \end{macro}
%
% \begin{environment}{prop@report} % \begin{environment}{prop@report}
% \begin{macrocode} % \begin{macrocode}
%<*reporting>
\newcommand\prop@assoc[2]{\let\@tmpop=\relax\@for\@I:=#2\do{\@tmpop\@I\let\@tmpop=#1}} \newcommand\prop@assoc[2]{\let\@tmpop=\relax\@for\@I:=#2\do{\@tmpop\@I\let\@tmpop=#1}}
\newcommand\show@prop@gen@keys{\def\@cb{, }\@ifundefined{prop@gen@keys}{??:???? ?/?}{\prop@assoc\@cb\prop@gen@keys}} \newcommand\show@prop@gen@keys{\def\@cb{, }\@ifundefined{prop@gen@keys}{??:???? ?/?}{\prop@assoc\@cb\prop@gen@keys}}
\renewenvironment{prop@report} \renewenvironment{prop@report}
{\selectlanguage{english} {\ifsubmit\setcounter{page}{1}\else\thispagestyle{empty}\fi%
\thispagestyle{empty}%
\begin{center} \begin{center}
{\LARGE Final Project Report}\\[.2cm] {\LARGE \prop@gen@instrument}\\[.2cm]
{\LARGE\textbf{\prop@gen@title}}\\[.3cm] {\LARGE\textbf{\prop@gen@title}}\\[.3cm]
\ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi \ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi
{\large Reference number(s): \show@prop@gen@keys}\\[.2cm] {\large\today}\\[1em]
{\large\today}\\[1em] \edef\the@PIs{\pdataref{all}{PI}{count}}
\begin{tabular}{c*{\the@PIs}{c}} \edef\prop@gen@PIs{\pdataref{all}{PI}{ids}}
\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{name}}\\ \begin{tabular}{c*{\the@PIs}{c}}
\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{affiliation}} \prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{name}}\\
\end{tabular}\\[2cm] \prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{affiliation}}\\
\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{dept}}\\
\end{tabular}\\[2cm]
\end{center} \end{center}
\setcounter{tocdepth}{1}\tableofcontents\newpage\setcounter{page}{1} \setcounter{section}{-1}
\section{General Information \deu{(Allgemeine Angaben)}} \edef\keep@tocdepth{\value{tocdepth}}
\subsection{Reference Numbers \deu{(DFG Gesch\"aftszeichen)}} \setcounter{tocdepth}{2}\tableofcontents
\setcounter{tocdepth}{\keep@tocdepth}
\newpage\thispagestyle{empty}
\ifdeutsch\section{Allgemeine Angaben (nur f\"ur ELAN)}\else
\section{General Information (for the ELAN system only)}\fi
\subsection{Reference Numbers}
\show@prop@gen@keys \show@prop@gen@keys
\dfg@applicants \subsection{Report and Funding Period}
\subsection{Institute/Chair \deu{(Institut/Lehrstuhl)}}\dfg@institute@table
\dfg@topic
% no longer necessary
% \subsection{DFG-Funded Researchers \deu{(Aus DFG-Mitteln bezahlte Wissenschaftler)}}
% \begin{tabular}{|l|l|}\hline
% Partner & Employee/Period\\\hline\hline
% \prop@gen@employed@lines
% \end{tabular}
\subsection{Report and Funding Period \deu{(Berichts- und F\"orderzeitraum)}}
\prop@gen@reportperiod \prop@gen@reportperiod
\dfg@area@field \dfg@area@field
\subsection{Application Areas \deu{(Verwertungsfelder)}}\prop@gen@applareas \subsection{Application Areas}\prop@gen@applareas
% no longer necessary % no longer necessary
% \subsection{Cooperation Partners \deu{(Kooperationspartner)}} % \subsection{Cooperation Partners}
% \begin{compactitem} % \begin{compactitem}
% \@for\@I:=\prop@gen@coops\do{\item \@I} % \@for\@I:=\prop@gen@coops\do{\item \@I}
% \end{compactitem} % \end{compactitem}
\dfgprojpapers\prop@gen@projpapers} \dfgprojpapers\prop@gen@projpapers}
{\signatures{Signatures \deu{(Unterschriften)}}} {}
%</reporting> %</reporting>
% \end{macrocode} % \end{macrocode}
% \end{environment} % \end{environment}

Binary file not shown.

View File

@ -26,45 +26,38 @@
\define@key{prop@gen}{coop}{\@dmp{coop=#1}% \define@key{prop@gen}{coop}{\@dmp{coop=#1}%
\@ifundefined{prop@gen@coops}{\xdef\prop@gen@coops{{#1}}}{\xdef\prop@gen@coops{\prop@gen@coops,{#1}}}} \@ifundefined{prop@gen@coops}{\xdef\prop@gen@coops{{#1}}}{\xdef\prop@gen@coops{\prop@gen@coops,{#1}}}}
\define@key{prop@gen}{projpapers}{\def\prop@gen@projpapers{#1}} \define@key{prop@gen}{projpapers}{\def\prop@gen@projpapers{#1}}
\newcommand\dfg@applicants@table%
{\begin{tabular}{|l|*{\the@PIs}{l|}}\hline
\dfg@applicants@lines\hline
&\multicolumn{\the@PIs}{|l|}{\textbf{Private Address\deu{ (Privatanschrift)}:}}\\\hline
\dfg@applicants@private@lines\hline
\end{tabular}}
\newcommand\dfg@institute@table%
{\begin{tabular}{|l|*{\the@PIs}{l|}}\hline
\dfg@applicants@institute@lines\hline
\end{tabular}}
\newcommand\prop@assoc[2]{\let\@tmpop=\relax\@for\@I:=#2\do{\@tmpop\@I\let\@tmpop=#1}} \newcommand\prop@assoc[2]{\let\@tmpop=\relax\@for\@I:=#2\do{\@tmpop\@I\let\@tmpop=#1}}
\newcommand\show@prop@gen@keys{\def\@cb{, }\@ifundefined{prop@gen@keys}{??:???? ?/?}{\prop@assoc\@cb\prop@gen@keys}} \newcommand\show@prop@gen@keys{\def\@cb{, }\@ifundefined{prop@gen@keys}{??:???? ?/?}{\prop@assoc\@cb\prop@gen@keys}}
\renewenvironment{prop@report} \renewenvironment{prop@report}
{\selectlanguage{english} {\ifsubmit\setcounter{page}{1}\else\thispagestyle{empty}\fi%
\thispagestyle{empty}%
\begin{center} \begin{center}
{\LARGE Final Project Report}\\[.2cm] {\LARGE \prop@gen@instrument}\\[.2cm]
{\LARGE\textbf{\prop@gen@title}}\\[.3cm] {\LARGE\textbf{\prop@gen@title}}\\[.3cm]
\ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi \ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi
{\large Reference number(s): \show@prop@gen@keys}\\[.2cm] {\large\today}\\[1em]
{\large\today}\\[1em] \edef\the@PIs{\pdataref{all}{PI}{count}}
\begin{tabular}{c*{\the@PIs}{c}} \edef\prop@gen@PIs{\pdataref{all}{PI}{ids}}
\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{name}}\\ \begin{tabular}{c*{\the@PIs}{c}}
\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{affiliation}} \prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{name}}\\
\end{tabular}\\[2cm] \prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{affiliation}}\\
\prop@tl\prop@gen@PIs{\pdataref@safe{PI}\tl@ext{dept}}\\
\end{tabular}\\[2cm]
\end{center} \end{center}
\setcounter{tocdepth}{1}\tableofcontents\newpage\setcounter{page}{1} \setcounter{section}{-1}
\section{General Information \deu{(Allgemeine Angaben)}} \edef\keep@tocdepth{\value{tocdepth}}
\subsection{Reference Numbers \deu{(DFG Gesch\"aftszeichen)}} \setcounter{tocdepth}{2}\tableofcontents
\setcounter{tocdepth}{\keep@tocdepth}
\newpage\thispagestyle{empty}
\ifdeutsch\section{Allgemeine Angaben (nur f\"ur ELAN)}\else
\section{General Information (for the ELAN system only)}\fi
\subsection{Reference Numbers}
\show@prop@gen@keys \show@prop@gen@keys
\dfg@applicants \subsection{Report and Funding Period}
\subsection{Institute/Chair \deu{(Institut/Lehrstuhl)}}\dfg@institute@table
\dfg@topic
\subsection{Report and Funding Period \deu{(Berichts- und F\"orderzeitraum)}}
\prop@gen@reportperiod \prop@gen@reportperiod
\dfg@area@field \dfg@area@field
\subsection{Application Areas \deu{(Verwertungsfelder)}}\prop@gen@applareas \subsection{Application Areas}\prop@gen@applareas
\dfgprojpapers\prop@gen@projpapers} \dfgprojpapers\prop@gen@projpapers}
{\signatures{Signatures \deu{(Unterschriften)}}} {}
\endinput \endinput
%% %%
%% End of file `dfgreporting.cls'. %% End of file `dfgreporting.cls'.

View File

@ -30,7 +30,7 @@
mikodept=Computer Science, mikodept=Computer Science,
mikotitle=Prof. Dr., mikotitle=Prof. Dr.,
PI=gc, PI=gc,
gcname=Michael Kohlhase, gcname=Great Communicator,
gcaffiliation=Power Consulting GmbH, gcaffiliation=Power Consulting GmbH,
gcdept=Science Affairs, gcdept=Science Affairs,
gctitle=Dr., gctitle=Dr.,

View File

@ -7,38 +7,33 @@
\addbibresource{../lib/dummy.bib} \addbibresource{../lib/dummy.bib}
\renewcommand{\familydefault}{\sfdefault} \renewcommand{\familydefault}{\sfdefault}
\usepackage[scaled=.90]{helvet} \usepackage[scaled=.90]{helvet}
% define the proposal acronym;
% use \texorpdfstring so that it can be used in section headings as well
% tell the class that this is the proposal acronym
\input{../lib/WApersons}
% temporary fix due to http://tex.stackexchange.com/questions/311426/bibliography-error-use-of-blxbblverbaddi-doesnt-match-its-definition-ve
\begin{document} \begin{document}
\providecommand\ifprefchar[2]{}% fix biblatex \providecommand\ifprefchar[2]{}% fix biblatex
\makeatletter\def\blx@maxline{77}\makeatother \makeatletter\def\blx@maxline{77}\makeatother
\begin{center}\color{red}\huge \begin{center}\color{red}\huge
This mock proposal is just an example for \texttt{dfgreporting.cls} it reflects the This mock report is just an example for \texttt{dfgreporting.cls} it reflects the
template valid until January 2012 (have to update soon) template valid until January 2012 (have to update soon)
\end{center} \end{center}
\begin{report}[importfrom=../proposal/proposal, \begin{report}[
PI=miko,PI=gc,site=fau,site=pcg, importfrom=../proposal/proposal,
key = KO 2428 99-9, key = KO 2428 99-9,
key = GS 4711 99-9, key = GS 4711 99-9,
thema=Intelligentes Schreiben von Antr\"agen, thema=Intelligentes Schreiben von Antr\"agen,
reportperiod=1. Feb. 2010 - 31. Jan. 2012, reportperiod=1. Feb. 2010 - 31. Jan. 2012,
instrument=Final Project Report,
% fauemployed=Junior Researcher: 1. Feb 2010 - 31. Jan 2012, % fauemployed=Junior Researcher: 1. Feb 2010 - 31. Jan 2012,
% pcgemployed=Slave Worker: 1. Feb 2010 - 31. Dec 2010, % pcgemployed=Slave Worker: 1. Feb 2010 - 31. Dec 2010,
% pcgemployed=Lazy Bones: 1.Jan 2011 - 31. Jan 2012, % pcgemployed=Lazy Bones: 1.Jan 2011 - 31. Jan 2012,
applareas={Knowledge Management, Document Management, Workflow Systems}, applareas={Knowledge Management, Document Management, Workflow Systems},
% coop={Acquisition Guru, Berlin, Germany}, % coop={Acquisition Guru, Berlin, Germany},
% coop={Deutsche Forschungsgemeinschaft, Bonn, Germany}, % coop={Deutsche Forschungsgemeinschaft, Bonn, Germany},
acronym={ABC}, acronym={ABC},
discipline={Elektrotechnik}, discipline={Elektrotechnik},
areas={Ingenieurwissenschaften}, areas={Ingenieurwissenschaften},
projpapers={Kohlhase:pdpl10,providemore}] projpapers={Kohlhase:pdpl10,providemore}]
\include{progressreport} \include{progressreport}
\include{progresssummary} \include{progresssummary}
\dfgprojpapers[articles,confpapers,wspapers]{Kohlhase:pdpl10,providemore,KohDavGin:psewads11,Lange:OpenMathCDLinkedData10} \dfgprojpapers[articles,confpapers,wspapers]{Kohlhase:pdpl10,providemore,KohDavGin:psewads11,Lange:OpenMathCDLinkedData10}
@ -49,12 +44,3 @@
%%% mode: LaTeX %%% mode: LaTeX
%%% TeX-master: t %%% TeX-master: t
%%% End: %%% End:
% LocalWords: empty bibflorian systems rabe institutions modal historical pub
% LocalWords: kwarc till formalsafe miko gc ipower ipowerlong Antr agen Beitr
% LocalWords: acrolong intellegible kollaboratives koh arenten ussen Proze
% LocalWords: Versionsmanagementsystem textsc unterst utzt konzentieren stex
% LocalWords: mechanik workplan thispagestyle newpage Principcal cvpubsmiko
% LocalWords: finalreport fundedperiod reportperiod progressreport
% LocalWords: progresssummary

View File

@ -1,4 +1,4 @@
\section{Final Progress Report\deu{Arbeits- \& Ergebnisbericht}} \section{Final Progress Report}
\begin{todo}{from the report template} \begin{todo}{from the report template}
This is what the reviewers read (maximum 10 pages of A4) This is what the reviewers read (maximum 10 pages of A4)
\begin{itemize} \begin{itemize}

View File

@ -1,4 +1,4 @@
\section{Final Progress Report\deu{Arbeits- \& Ergebnisbericht}} \section{Final Progress Report}
\begin{todo}{from the report template} \begin{todo}{from the report template}
This is for the DFG web site and report, made available to the general public (maximum 1 page of A4) This is for the DFG web site and report, made available to the general public (maximum 1 page of A4)
\begin{itemize} \begin{itemize}