2015-01-13 11:10:24 +01:00
|
|
|
% The main file for developing the proposal.
|
|
|
|
% Variants with different class options are
|
|
|
|
% - submit.tex (no draft stuff, no ednotes, no revision information)
|
|
|
|
% - public.tex (like submit.tex, but no financials either)
|
2020-08-19 14:57:48 +02:00
|
|
|
\providecommand{\classoptions}{,keys} % to be overwritten in variants
|
|
|
|
\documentclass[ % the options control the appearance, see the documentation
|
|
|
|
gitinfo, % show GIT information
|
|
|
|
RAM, % also manage research assistant (HiWi) months
|
|
|
|
general, % make a title page, etc.
|
|
|
|
\classoptions] % the other class options from above, they can be overwritten e.g. in submit/final,tex
|
|
|
|
{dfgproposal}
|
2019-01-22 09:33:58 +01:00
|
|
|
\addbibresource{../lib/dummy.bib}
|
2020-01-14 08:17:45 +01:00
|
|
|
\renewcommand{\familydefault}{\sfdefault}
|
2020-04-03 07:51:26 +02:00
|
|
|
\usepackage[scaled=.90]{helvet}
|
2014-02-15 12:01:14 +01:00
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\begin{center}\color{red}\huge
|
|
|
|
This mock proposal is just an example for \texttt{dfgproposal.cls} it reflects the
|
|
|
|
current DFG template valid from October 2011.
|
|
|
|
\end{center}
|
|
|
|
|
2020-08-19 07:28:18 +02:00
|
|
|
% \urldef{\gcpubs}\url{http://www.pcg.phony/~gc/pubs.html}
|
|
|
|
% \urldef{\mikopubs}\url{http://kwarc.info/kohlhase/publications.html}
|
2020-08-19 14:57:48 +02:00
|
|
|
\begin{proposal}[
|
|
|
|
PI=miko,
|
|
|
|
mikoname=Michael Kohlhase,
|
|
|
|
mikoaffiliation=FAU Erlangen N\"urnberg,
|
|
|
|
mikodept=Computer Science,
|
|
|
|
mikotitle=Prof. Dr.,
|
|
|
|
PI=gc,
|
|
|
|
gcname=Michael Kohlhase,
|
|
|
|
gcaffiliation=Power Consulting GmbH,
|
|
|
|
gcdept=Science Affairs,
|
|
|
|
gctitle=Dr.,
|
|
|
|
site=fau,
|
|
|
|
fauacronym=FAU,
|
|
|
|
faushortname=FAU Erlangen N\"urnberg,
|
|
|
|
site=pcg,
|
|
|
|
pcgacronym=PCG,
|
|
|
|
pcgshortname=Power Consulting GmbH,
|
2014-02-15 12:01:14 +01:00
|
|
|
thema=Intelligentes Schreiben von Antr\"agen,
|
|
|
|
acronym={iPoWr},
|
|
|
|
acrolong={\underline{I}ntelligent} {\underline{P}r\underline{o}posal} {\underline{Wr}iting},
|
|
|
|
title=\pn: \protect\pnlong,
|
|
|
|
totalduration=3 years,
|
|
|
|
start=1. Feb. 2010,
|
|
|
|
months=24,
|
2020-08-19 07:28:18 +02:00
|
|
|
% pcgRM=36, pcgRAM=36, fauRM=36, fauRAM=36,
|
2014-02-15 12:01:14 +01:00
|
|
|
discipline=Computer Science,
|
2020-08-19 07:28:18 +02:00
|
|
|
areas=Knowledge Management,
|
2020-08-19 14:57:48 +02:00
|
|
|
keywords={LaTeX Active Documents}
|
|
|
|
]
|
2014-02-15 12:01:14 +01:00
|
|
|
|
|
|
|
% It is often good to separate the top-level sections into separate files.
|
|
|
|
% Especially in collaborative proposals. We do this here.
|
2020-04-03 07:51:26 +02:00
|
|
|
\input{zusammenfassung}
|
|
|
|
\input{summary}
|
2014-02-15 12:01:14 +01:00
|
|
|
\input{state}
|
|
|
|
\input{workplan}
|
|
|
|
|
2015-04-12 21:56:54 +02:00
|
|
|
\section{Bibliography Concerning the State of the Art, the Research objectives, and the
|
2015-04-12 22:04:45 +02:00
|
|
|
Work Programme}\label{sec:bib}
|
2014-02-15 12:01:14 +01:00
|
|
|
|
|
|
|
\begin{todo}{from the proposal template}
|
|
|
|
In this bibliography, list only the works you cite in your presentation of the state of the
|
|
|
|
art, the research objectives, and the work programme. This bibliography is not the list
|
|
|
|
of publications. Non-published works must be included with the proposal.
|
|
|
|
\end{todo}
|
2014-08-03 05:00:57 +02:00
|
|
|
\printbibliography[heading=empty,notcategory=featured]
|
2014-02-15 12:01:14 +01:00
|
|
|
% the following will not become part of the public proposal after all most of this is
|
|
|
|
% technical or confidential.
|
2018-03-22 10:25:37 +01:00
|
|
|
\ifpublic\else
|
2014-02-15 12:01:14 +01:00
|
|
|
\input{funds}
|
|
|
|
\input{preconditions}
|
|
|
|
|
2015-04-12 22:04:45 +02:00
|
|
|
\section{Additional Information}\label{sec:additional}
|
2014-02-15 12:01:14 +01:00
|
|
|
|
|
|
|
Funding proposal XYZ-83282 has been submitted prior to this proposal on related topic XYZ.
|
2018-03-22 10:25:37 +01:00
|
|
|
\fi % ifpublic
|
2014-02-15 12:01:14 +01:00
|
|
|
\end{proposal}
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: LaTeX
|
|
|
|
%%% TeX-PDF-mode:t
|
|
|
|
%%% TeX-master: t
|
|
|
|
%%% End:
|
|
|
|
|
2019-12-18 14:02:05 +01:00
|
|
|
% LocalWords: empty bibflorian systems rabe institutions modal historical pub ednotes
|
2020-04-03 07:25:44 +02:00
|
|
|
% LocalWords: kwarc till formalsafe miko gc ipower ipowerlong Antr agen Beitr gcpubs
|
2014-02-15 12:01:14 +01:00
|
|
|
|
2020-04-03 07:25:44 +02:00
|
|
|
% LocalWords: acrolong intellegible kollaboratives koh arenten ussen Proze pcg miko,PI
|
2014-02-15 12:01:14 +01:00
|
|
|
% LocalWords: Versionsmanagementsystem textsc unterst utzt konzentieren stex
|
|
|
|
% LocalWords: mechanik workplan thispagestyle newpage Principcal cvpubsmiko pn
|
|
|
|
% LocalWords: ourpubs zusammenfassung printbibliography pubspage ntelligent
|
2020-04-03 07:25:44 +02:00
|
|
|
% LocalWords: iting pnlong dfgproposal.cls
|