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-13 14:32:32 +02:00
|
|
|
\providecommand{\classoptions}{,keys,general} % to be overwritten in variants
|
2015-01-13 11:10:24 +01:00
|
|
|
\documentclass[RAM,gitinfo\classoptions]{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}
|
|
|
|
\input{../lib/WApersons}
|
2016-06-14 07:09:05 +02:00
|
|
|
% temporary fix for biblatex in TeXLive 2016,
|
|
|
|
% see http://tex.stackexchange.com/questions/311426/bibliography-error-use-of-blxbblverbaddi-doesnt-match-its-definition-ve
|
|
|
|
\makeatletter\def\blx@maxline{77}\makeatother
|
2014-02-15 12:01:14 +01:00
|
|
|
|
|
|
|
\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}
|
|
|
|
|
|
|
|
\urldef{\gcpubs}\url{http://www.pcg.phony/~gc/pubs.html}
|
|
|
|
\urldef{\mikopubs}\url{http://kwarc.info/kohlhase/publications.html}
|
2020-08-13 14:32:32 +02:00
|
|
|
\begin{proposal}[PI=miko,PI=gc,site=fau,site=pcg,
|
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,
|
|
|
|
since=1. Feb 2009,
|
|
|
|
start=1. Feb. 2010,
|
|
|
|
months=24,
|
2020-08-13 14:32:32 +02:00
|
|
|
pcgRM=36, pcgRAM=36, fauRM=36, fauRAM=36,
|
2014-02-15 12:01:14 +01:00
|
|
|
discipline=Computer Science,
|
|
|
|
areas=Knowledge Management]
|
|
|
|
|
|
|
|
% 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
|