dfg_templates/dfg_sachbeihilfe_spp.tex
2023-03-08 08:46:16 +01:00

362 lines
12 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[11pt,a4paper]{article}
\usepackage[english]{babel}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{pslatex} % nice font for pdf file
\usepackage[right]{eurosym}
\usepackage{pgfgantt}
\usepackage{SIunits}
\usepackage{enumitem}
%%%%% hyperref %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[breaklinks=true,colorlinks=true,citecolor=blue!30!black,urlcolor=blue!30!black,linkcolor=blue!30!black]{hyperref}
\newcommand{\email}[1]{\href{mailto:#1}{#1}}
\definecolor{dfgblau}{cmyk}{1,0.7,0,0}
%%%%% page layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[left=25mm, right=25mm, top=25mm, bottom=25mm]{geometry}
\usepackage{lastpage}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[RO, LE]{\footnotesize{page \thepage\ of \pageref{LastPage}}}
\fancyhead[LO, RE]{\footnotesize{DFG form 53.01 09/22}}
\fancyfoot[LO, RE]{\begin{minipage}[c]{0.7\textwidth}
\footnotesize{\textcolor{dfgblau}{Deutsche Forschungsgemeinschaft}\\
Kennedyallee 40 $\cdot$ 53175 Bonn $\cdot$ postal address: 53170 Bonn\\
phone: + 49 228 885-1 $\cdot$ fax: + 49 228 885-2777 $\cdot$ \email{postmaster@dfg.de} $\cdot$ \url{www.dfg.de}}
\end{minipage}
\begin{minipage}[c]{0.29\textwidth}
\hfill{}
\includegraphics[width=0.7\textwidth]{DFG_logo.png}
\end{minipage}
}
\renewcommand{\headrulewidth}{0pt}
%%%%% "Arial" font %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\familydefault}{\sfdefault}
\usepackage{helvet}
%%%%% sectioning %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{titlesec}
\setcounter{secnumdepth}{2}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries\itshape}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}
{0pt}{1ex plus 3ex minus .2ex}{0.5ex plus .2ex}
%%%%% bibliography %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[natbib=true, backend=bibtex, sorting=nyt, style=authoryear, dashed=false, firstinits=true, maxcitenames=2, maxbibnames=20, url=false, doi=false]{biblatex}
\DeclareNameAlias{sortname}{last-first}
\DeclareFieldFormat[article,inbook]{title}{#1}
\renewbibmacro{in:}{\ifentrytype{article}{}{\printtext{\bibstring{in}\intitlepunct}}}
\newcommand{\bibemph}[1]{#1}
\DeclareBibliographyCategory{ownpubs}
\DeclareBibliographyCategory{otherpubs}
\AtEveryBibitem{\ifcategory{ownpubs}{}{\clearfield{title}}}
\newcommand{\addownpubs}[1]{\addtocategory{ownpubs}{#1}\nocite{#1}}
\newcommand{\addotherpubs}[1]{\addtocategory{otherpubs}{#1}\nocite{#1}}
\bibliography{publications,references,ALL_19_03_03}
%%%%% figures %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% captions:
\usepackage{sidecap}
\usepackage[format=plain,singlelinecheck=off,labelfont=bf,font={footnotesize,sf}]{caption}
% references to panels of a figure within the caption:
\newcommand{\figitem}[1]{\textsf{\bfseries\lowercase{(#1)}}}
% references to panels of a figure within the text:
\newcommand{\panel}[1]{(\textsf{#1})}
% references to figures:
\newcommand{\fref}[1]{\textup{\ref{#1}}}
\newcommand{\subfref}[2]{\textup{\ref{#1}}\,\panel{#2}}
% references to figures in normal text:
\newcommand{\fig}{fig.}
\newcommand{\Fig}{figure}
\newcommand{\figs}{figs.}
\newcommand{\Figs}{figures}
\newcommand{\figref}[1]{\fig~\fref{#1}}
\newcommand{\Figref}[1]{\Fig~\fref{#1}}
\newcommand{\figsref}[1]{\figs~\fref{#1}}
\newcommand{\Figsref}[1]{\Figs~\fref{#1}}
\newcommand{\subfigref}[2]{\fig~\subfref{#1}{#2}}
\newcommand{\Subfigref}[2]{\Fig~\subfref{#1}{#2}}
\newcommand{\subfigsref}[2]{\figs~\subfref{#1}{#2}}
\newcommand{\Subfigsref}[2]{\Figs~\subfref{#1}{#2}}
% references to figures within brackets:
\newcommand{\panelb}[1]{\textsf{#1}}
\newcommand{\subfrefb}[2]{\textup{\ref{#1}}\,\panelb{#2}}
\newcommand{\figb}{fig.}
\newcommand{\figsb}{figs.}
\newcommand{\figrefb}[1]{\figb~\fref{#1}}
\newcommand{\figsrefb}[1]{\figsb~\fref{#1}}
\newcommand{\subfigrefb}[2]{\figb~\subfrefb{#1}{#2}}
\newcommand{\subfigsrefb}[2]{\figsb~\subfrefb{#1}{#2}}
%%%%% notes %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{ifthen}
\newcommand{\note}[2][]{{\textcolor{blue}{\itshape[\ifthenelse{\equal{#1}{}}{}{#1: }#2]}}}
\newcommand{\notejb}[1]{\note[JB]{#1}}
\newcommand{\notejg}[1]{\note[JG]{#1}}
\newcommand{\notebl}[1]{\note[BL]{\color{purple}#1}}
\newcommand{\red}[1]{\textcolor{red}{#1}}
%%%%% math %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{amsmath}
\newcommand{\e}[1]{eq.~(\ref{eq:#1})}
\newcommand{\link}[1]{\ref{eq:#1}}
\newcommand{\half}{\frac{1}{2}}
\renewcommand{\refname}{\vspace*{-3em}}
\newcommand{\be}{\begin{equation}} \newcommand{\ee}{\end{equation}}
\newcommand{\ba}{\begin{eqnarray}} \newcommand{\ea}{\end{eqnarray}}
\newcommand{\lr}[1]{\left\langle #1 \right\rangle}
%%%%% fish species %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\Albi}{\textit{Apteronotus albifrons}}
\newcommand{\albi}{\textit{A. albifrons}}
\newcommand{\Lepto}{\textit{Apteronotus leptorhynchus}}
\newcommand{\lepto}{\textit{A. leptorhynchus}}
\newcommand{\Rostratus}{\textit{Apteronotus rostratus}}
\newcommand{\rostratus}{\textit{A. rostratus}}
\newcommand{\Eig}{\textit{Eigenmannia virescens}}
\newcommand{\eig}{\textit{E. virescens}}
%%%%% hyphenation %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hyphenation{Sig-nals electro-sensory hierarchy pa-ra-meter intra-cellular Kruscha}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\setcounter{secnumdepth}{4}
\subsection*{Project Description --- Project Proposals}
\noindent
\begin{tabular}{@{}llll}
\textbf{\large Jan Benda} & T\"ubingen & Prof. Dr. & permanent position \\[0.5ex]
\textbf{\large Jan Grewe} & T\"ubingen & Dr. & permanent position \\[0.5ex]
\textbf{\large Benjamin Lindner} & Berlin & Prof. Dr. & permanent position
\end{tabular}
\section*{Project title}
\vspace{-2ex}\noindent\rule{1\textwidth}{1pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%% 1 Project description %%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Project Description}
Sections 1 --- 3 must not exceed 17 pages in total.
\section{Starting point}
\setcounter{secnumdepth}{1}
\subsection{State of the art and preliminary work}
[Text, with own subsections]
\subsubsection{Subsection 1}
[more text]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%% 2 Objectives %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setcounter{secnumdepth}{4}
\section{Objectives and work programme}
\subsection{Anticipated total duration of the project}
[Text]
\subsection{Objectives}
[Text]
\subsection{Work programme including proposed research methods}
for each applicant
[Text]
\subsection{Handling of research data}
[Text]
\subsection{Relevance of sex, gender and/or diversity}
[Text]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%% 3 Publications %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Project- and subject-related list of publications}
Works cited from sections 1 and 2, both by the applicant(s) and by
third parties. Please include DOI/URL if available. A maximum of ten
of your own works cited may be highlighted; font at least Arial 9 pt.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%% 4 Ethical and context information %%%%%%%%%%%%%%%%%%%%%
\pagebreak
\section{Supplementary information on the research context}
Section 4 et seq. must not exceed 8 pages.
\subsection{Ethical and/or legal aspects of the project}
\subsubsection{General ethical aspects}
[Text]
\subsubsection{Descriptions of proposed investigations involving humans, human materials or identifiable data}
[Text]
\subsubsection{Descriptions of proposed investigations involving experiments on animals}
[Text]
\subsubsection{Descriptions of projects involving genetic resources (or associated traditional knowledge) from a foreign country}
[Text]
\subsubsection{Explanations regarding any possible safety-related aspects (“Dual Use Research of Concern; foreign trade law)}
[Text]
\subsection{Employment status information}
For each applicant, state the last name, first name, and employment
status (including duration of contract and funding body, if on a
fixed-term contract).
[Text]
\subsection{First-time proposal data}
Only if applicable: Last name, first name of first-time applicant
[Text]
\subsection{Composition of the project group}
List only those individuals who will work on the project but will
not be paid out of the project funds. State each persons name,
academic title, employment status, and type of funding. [Text]
4.5 Researchers in Germany with whom you have agreed to cooperate on this project
[Text]
\subsection{Researchers in Germany with whom you have agreed to cooperate on this project}
[Text]
\subsection{Researchers abroad with whom you have agreed to cooperate on this project}
[Text]
\subsection{Researchers with whom you have collaborated scientifically within the past three years}
This information will help avoid potential conflicts of interest.
[Text]
\subsection{Project-relevant cooperation with commercial enterprises}
If applicable, please note the EU guidelines on state aid or contact
your research institution in this regard.
[Text]
\subsection{Project-relevant participation in commercial enterprises}
Information on connections between the project and the production
branch of the enterprise
[Text]
\subsection{Scientific equipment}
List larger instruments that will be available to you for the
project. These may include large computer facilities if computing
capacity will be needed.
[Text]
\subsection{Other submissions}
List any funding proposals for this project and/or major
instrumentation previously submitted to a third party.
[Text]
\subsection{Other information}
Please use this section for any additional information you feel is
relevant which has not been provided elsewhere.
[Text]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%% 5 Expenses %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\vspace{2cm}
\section{Requested modules/funds}
Explain each item for each applicant (stating last name, first name).
\subsection{Basic Module}
\subsubsection{Funding for Staff}
[Text]
\subsubsection{Direct Project Costs}
\paragraph{Equipment up to € 10,000, Software and Consumables}
[Text]
\paragraph{Travel Expenses}
[Text]
\paragraph{Visiting Researchers (excluding Mercator Fellows)}
[Text]
\paragraph{Expenses for Laboratory Animals}
[Text]
\paragraph{Other Costs}
[Text]
\paragraph{Project-related Publication Expenses}
[Text]
\subsubsection{Instrumentation}
\paragraph{Equipment exceeding € 10,000}
[Text]
\paragraph{Major Instrumentation exceeding € 50,000}
[Text]
\subsection{Module Temporary Position for Principal Investigator}
[Text]
\subsection{Module Replacement Funding}
[Text]
\subsection{Module Temporary Clinician Substitute}
[Text]
\subsection{Module Mercator Fellows}
[Text]
\subsection{Module Workshop Funding}
[Text]
\subsection{Module Public Relations Funding}
[Text]
\subsection{Module Standard Allowance for Gender Equality Measures}
Please detail what measures are planned to promote diversity and equal
opportunities. If you are submitting your proposal for an individual
research grant within a network, note that this standard allowance may
only be applied for within the coordination project. The coordination
project must combine all such requests in its calculation.
[Text]
\end{document}