add lebenslauf template

This commit is contained in:
2023-05-16 11:13:03 +02:00
parent a9e17a7537
commit 5b22ee65a6
8 changed files with 488 additions and 120 deletions

BIN
sachbeihilfe/DFG_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

72
sachbeihilfe/Makefile Normal file
View File

@@ -0,0 +1,72 @@
BASENAME=dfg_sachbeihilfe
TEXFILE=$(BASENAME).tex
PDFFILE=$(BASENAME).pdf
TXTFILE=$(BASENAME).txt
REVISION=77a9cf8ccd2e6ed502b8b033af070b2aaa2108
all: bib
bib :
-pdflatex $(TEXFILE)
-bibtex $(BASENAME)
#-sed -i 's/{Author1}/{\\bibemph{Author1}}/;s/{Author2}/{\\bibemph{Author2}}/;s/{Author3}/{\\bibemph{Author4}}/' $(BASENAME).bbl
-pdflatex $(TEXFILE)
-pdflatex $(TEXFILE)
-pdflatex $(TEXFILE)
@echo
@echo "BibTeX log:"
@sed -n -e '1,/You.ve used/p' $(BASENAME).blg
pdf: $(PDFFILE)
$(PDFFILE) : $(TEXFILE)
pdflatex -interaction=scrollmode $< | tee /dev/stderr | fgrep -q "Rerun to get" && pdflatex -interaction=scrollmode $< || true
again :
pdflatex $(TEXFILE)
diff :
#latexdiff-git -r $(REVISION) --pdf $(TEXFILE)
latexdiff-git -r $(REVISION) $(TEXFILE)
-pdflatex $(BASENAME)-diff$(REVISION)
-bibtex $(BASENAME)-diff$(REVISION)
-pdflatex $(BASENAME)-diff$(REVISION)
-pdflatex $(BASENAME)-diff$(REVISION)
-pdflatex $(BASENAME)-diff$(REVISION)
mv $(BASENAME)-diff$(REVISION).pdf $(BASENAME)-diff.pdf
rm $(BASENAME)-diff$(REVISION).* $(BASENAME)-diff$(REVISION)-blx.*
# watch files ###############################################
watchpdf :
while true; do ! make -q pdf && make pdf; sleep 0.5; done
# statistics #########################################################
stats: $(PDFFILE)
# use \pagestyle{empty} and don't include any pictures!
@pdftotext -nopgbrk $(PDFFILE) - | fold -s > tmp.txt
@echo " words: " `wc -w tmp.txt 2> /dev/null | cut -d ' ' -f 1`
@echo "characters: " `wc -c tmp.txt 2> /dev/null | cut -d ' ' -f 1`
@rm tmp.txt
# clean up ############################################################
clean :
rm -f *~ $(BASENAME).aux $(BASENAME).bbl $(BASENAME).blg $(BASENAME).log $(BASENAME).out $(BASENAME)-blx.bib $(BASENAME).run.xml $(BASENAME).rtf
cleanall: clean
rm -f $(PDFFILE) $(BASENAME)-diff.pdf
# help ################################################################
help :
@echo \
"make pdf: make the pdf file of the proposal.\n"\
"make bib: run bibtex and make the pdf file of the proposal.\n"\
"make again: run latex and make the pdf file of the proposal,\n"\
" no matter whether you changed the .tex file or not.\n"\
"make watchpdf: make the pdf file of the paper\n"\
" whenever the tex file is modified.\n"\
"make diff: make a diff file since REVISION.\n"\
"make clean: remove all intermediate files,\n"\
" just leave the source files and the final .pdf files.\n"\
"make cleanall: clean and remove the final .pdf files."

View File

@@ -0,0 +1,267 @@
\documentclass[11pt,a4paper]{article}
\input{dfgheader}
%%%%% 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}}
\newcommand{\add}[1]{\textcolor{blue}{#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}
%%%%% colors %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{color}
\definecolor{darkgreen}{rgb}{0,0.6,0}
\definecolor{orange}{rgb}{1,0.64,0.0}
\definecolor{violet}{rgb}{0.81,0.12,0.56}
\newcommand{\rot}[1]{{\color{red} #1}}
\newcommand{\ora}[1]{{\color{orange} #1}}
\newcommand{\blau}[1]{{\color{blue} #1}}
%%%%% hyphenation %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hyphenation{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{}
\date{}
\author{}
\begin{document}
\maketitle
\thispagestyle{plain}
\setcounter{secnumdepth}{4}
\vspace{-20ex}
\subsection*{Project Description --- Project Proposals}
\noindent
\begin{tabular}{@{}llll}
\textbf{\large Applicant 1} & City & Title & permanent position \\[0.5ex]
\textbf{\large Applicant 2} & City & Title & permanent position
\end{tabular}
\section*{Project title}
\vspace{-2ex}\noindent\rule{1\textwidth}{1pt}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%% 1 Project description %%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Project Description [Note: Sections 1 --- 3 not to exceed 17 pages.]}
\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}

103
sachbeihilfe/dfgheader.tex Normal file
View File

@@ -0,0 +1,103 @@
\usepackage[english]{babel}
\usepackage{xcolor}
\usepackage{graphicx}
\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{}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[RO, LE]{\footnotesize{page \thepage\ of \pageref{LastPage}}}
\fancyhead[LO, RE]{\footnotesize{DFG form 53.01 09/22}}
\fancypagestyle{plain}{%
\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.74\columnwidth}
\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.24\columnwidth}
\includegraphics[width=\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}
%%%%% 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}}