multiple fixes
This commit is contained in:
parent
0b36af08c1
commit
5bf3c54a93
@ -96,8 +96,8 @@
|
||||
\newwrite\pdata@out
|
||||
\newcommand\pdata@open[1]{\immediate\openout\pdata@out=#1.pdata}
|
||||
\newcommand\pdata@close{\closeout\pdata@out}
|
||||
\newcommand\readpdata[1]{\IfFileExists{#1.pdata}
|
||||
{\message{proposal: Reading Project Data}\makeatletter\input{#1.pdata}\makeatother}
|
||||
\newcommand\readpdata[1]{\IfFileExists{./#1.pdata}
|
||||
{\message{proposal: Reading Project Data}\makeatletter\input{./#1.pdata}\makeatother}
|
||||
{proposal: No Project Data found, (forward) references may be compromized}}
|
||||
\newcommand\pdata@target[3]{\hypertarget{#1@#2@target}{#3}}
|
||||
\newcommand\pdata@def[4]{%\@pdata@def{#1}{#2}{#3}{#4}%
|
||||
|
@ -1830,8 +1830,8 @@
|
||||
% \begin{macro}{\readpdata}
|
||||
% This macro reads the project data file and its error handling
|
||||
% \begin{macrocode}
|
||||
\newcommand\readpdata[1]{\IfFileExists{#1.pdata}
|
||||
{\message{proposal: Reading Project Data}\makeatletter\input{#1.pdata}\makeatother}
|
||||
\newcommand\readpdata[1]{\IfFileExists{./#1.pdata}
|
||||
{\message{proposal: Reading Project Data}\makeatletter\input{./#1.pdata}\makeatother}
|
||||
{proposal: No Project Data found, (forward) references may be compromized}}
|
||||
% \end{macrocode}
|
||||
% \end{macro}
|
||||
|
Binary file not shown.
@ -30,6 +30,7 @@
|
||||
{\LARGE\textbf{\prop@gen@title}}\\[.3cm]
|
||||
\ifx\prop@gen@acronym\@empty\else{\LARGE Acronym: {\prop@gen@acronym}}\\[.2cm]\fi
|
||||
{\large\today}\\[1em]
|
||||
\message{XXXXXX PIs: \the@PIs}
|
||||
\begin{tabular}{c*{\the@PIs}{c}}
|
||||
\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{name}}\\
|
||||
\prop@tl\prop@gen@PIs{\pdataref{PI}\tl@ext{affiliation}}\\
|
||||
@ -58,8 +59,10 @@
|
||||
\@ifundefined{prop@gen@since}{initial proposal}{continuation proposal, the project started
|
||||
\prop@gen@since.}
|
||||
\fi%ifdeutsch
|
||||
\ifdeutsch\else\subsection{Keywords}\prop@gen@keywords\fi
|
||||
\ifdeutsch
|
||||
\subsection{Schl\"usselw\"orter}\prop@gen@Dkeywords
|
||||
\else\subsection{Keywords}\prop@gen@keywords
|
||||
\fi
|
||||
\ifdeutsch\subsection{Antragszeitraum}\else
|
||||
\subsection{Application period \deu{(Antragszeitraum)}}\fi
|
||||
\prop@gen@months\quad Months starting \prop@gen@start
|
||||
@ -78,16 +81,8 @@
|
||||
\section{List of Attachments \deu{(Verzeichnis der Anlagen)}}\fi
|
||||
\begin{itemize}
|
||||
\@for\@I:=\prop@gen@PIs\do{%
|
||||
\item\ifdeutsch Lebenslauf und Publikatinsverzeichnis\else
|
||||
Curriculum Vitae and list of publications for \fi
|
||||
\@nameuse{wa@person@\@I @personaltitle}
|
||||
\@nameuse{wa@person@\@I @name}
|
||||
(CD + \ifdeutsch Ausdruck\else printed version\fi)}
|
||||
\ifdeutsch
|
||||
\item Publications either cited in section~\ref{sec:ourpubs} or occurring in one of the
|
||||
curricula vitae (CD only)\else
|
||||
\item Zitierte Publikationen aus Abschnitt~\ref{sec:ourpubs} oder einem der Lebensl\"aufe
|
||||
(nur CD)\fi
|
||||
\item\ifdeutsch Lebenslauf und Publikatinsverzeichnis\else Curriculum Vitae and list of publications for \fi
|
||||
\pdataref{PI}\@I{title}\pdataref{PI}\@I{name}}
|
||||
\end{itemize}}
|
||||
\ifgeneral
|
||||
\newenvironment{Zusammenfassung}{\thispagestyle{empty}\subsection{Zusammenfassung}\begin{otherlanguage}{ngerman}}
|
||||
|
@ -325,8 +325,10 @@
|
||||
\@ifundefined{prop@gen@since}{initial proposal}{continuation proposal, the project started
|
||||
\prop@gen@since.}
|
||||
\fi%ifdeutsch
|
||||
\ifdeutsch\else\subsection{Keywords}\prop@gen@keywords\fi
|
||||
\ifdeutsch
|
||||
\subsection{Schl\"usselw\"orter}\prop@gen@Dkeywords
|
||||
\else\subsection{Keywords}\prop@gen@keywords
|
||||
\fi
|
||||
\ifdeutsch\subsection{Antragszeitraum}\else
|
||||
\subsection{Application period \deu{(Antragszeitraum)}}\fi
|
||||
\prop@gen@months\quad Months starting \prop@gen@start
|
||||
@ -354,16 +356,8 @@
|
||||
\section{List of Attachments \deu{(Verzeichnis der Anlagen)}}\fi
|
||||
\begin{itemize}
|
||||
\@for\@I:=\prop@gen@PIs\do{%
|
||||
\item\ifdeutsch Lebenslauf und Publikatinsverzeichnis\else
|
||||
Curriculum Vitae and list of publications for \fi
|
||||
\@nameuse{wa@person@\@I @personaltitle}
|
||||
\@nameuse{wa@person@\@I @name}
|
||||
(CD + \ifdeutsch Ausdruck\else printed version\fi)}
|
||||
\ifdeutsch
|
||||
\item Publications either cited in section~\ref{sec:ourpubs} or occurring in one of the
|
||||
curricula vitae (CD only)\else
|
||||
\item Zitierte Publikationen aus Abschnitt~\ref{sec:ourpubs} oder einem der Lebensl\"aufe
|
||||
(nur CD)\fi
|
||||
\item\ifdeutsch Lebenslauf und Publikatinsverzeichnis\else Curriculum Vitae and list of publications for \fi
|
||||
\pdataref{PI}\@I{title}\pdataref{PI}\@I{name}}
|
||||
\end{itemize}}
|
||||
%</cls>
|
||||
% \end{macrocode}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -36,7 +36,6 @@ of funding.
|
||||
Please list separately the individuals paid by your institution and those paid using other
|
||||
third-party funding (including fellowships).
|
||||
\end{todo}
|
||||
\begin{sitedescription}{fau}
|
||||
The KWARC (Knowledge Adaptation and Reasoning for Content) research group headed by
|
||||
Michael Kohlhase for has the following members
|
||||
\begin{compactdesc}
|
||||
@ -44,7 +43,6 @@ Michael Kohlhase for has the following members
|
||||
\end{compactdesc}
|
||||
Additionally, the group has attracted about 10 undergraduate and master's students that
|
||||
actively take part in the project work and various aspects of research.
|
||||
\end{sitedescription}
|
||||
|
||||
|
||||
\subsection{Cooperation with other researchers \deu{(Zusammenarbeit mit anderen Wissenschaftlerinnen und Wissenschaftlern)}}
|
||||
@ -71,8 +69,7 @@ actively take part in the project work and various aspects of research.
|
||||
Kontakte zu listen.}
|
||||
|
||||
\begin{todo}{from the proposal template}
|
||||
This information will assist the DFG’s Head Office in avoiding potential conflicts of in-
|
||||
terest during the review process.
|
||||
This information will assist the DFG’s Head Office in avoiding potential conflicts of interest during the review process.
|
||||
\end{todo}
|
||||
|
||||
|
||||
|
Binary file not shown.
@ -64,7 +64,8 @@
|
||||
% technical or confidential.
|
||||
\ifpublic\else
|
||||
\input{../proposal/funds}
|
||||
\input{../proposal/preconditions}
|
||||
\input{preconditions}
|
||||
|
||||
\section{Additional information \deu{(Ergänzende Erklärungen)}}
|
||||
|
||||
Funding proposal XYZ-83282 has been submitted prior to this proposal on related topic XYZ.
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
\newcommand{\classoptions}{submit}
|
||||
\newcommand{\classoptions}{,submit}
|
||||
\input{proposal}
|
||||
|
||||
%%% Local Variables:
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user