Compare commits
2 Commits
arXiv
...
ffbd488ae2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffbd488ae2 | ||
|
|
2d83ca46b9 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -33,4 +33,4 @@ Thumbs.db
|
|||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
# drawio backup files
|
# drawio backup files
|
||||||
# *.drawio.bkp
|
*.drawio.bkp
|
||||||
|
|||||||
22
main.tex
22
main.tex
@@ -43,7 +43,7 @@
|
|||||||
%\usepackage[pagebackref,breaklinks,colorlinks,citecolor=eccvblue]{hyperref}
|
%\usepackage[pagebackref,breaklinks,colorlinks,citecolor=eccvblue]{hyperref}
|
||||||
% TODO FINAL: Un-comment the following line for the camera-ready version
|
% TODO FINAL: Un-comment the following line for the camera-ready version
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\input{packages.tex}
|
\input{packages}
|
||||||
|
|
||||||
% Support for ORCID icon
|
% Support for ORCID icon
|
||||||
\usepackage{orcidlink}
|
\usepackage{orcidlink}
|
||||||
@@ -63,11 +63,11 @@
|
|||||||
% TODO FINAL: Replace with your author list.
|
% TODO FINAL: Replace with your author list.
|
||||||
% Include the authors' OCRID for the camera-ready version, if at all possible.
|
% Include the authors' OCRID for the camera-ready version, if at all possible.
|
||||||
\author{
|
\author{
|
||||||
Tobias Christian Nauen\inst{1,2}\orcidlink{0000-1111-2222-3333} \and
|
Tobias Christian Nauen\inst{1,2}\orcidlink{0000-1111-2222-3333} \and
|
||||||
Brian Moser\inst{2}\orcidlink{1111-2222-3333-4444} \and
|
Brian Moser\inst{2}\orcidlink{1111-2222-3333-4444} \and
|
||||||
Federico Raue\inst{2}\orcidlink{2222--3333-4444-5555} \and \\
|
Federico Raue\inst{2}\orcidlink{2222--3333-4444-5555} \and \\
|
||||||
Stanislav Frolov\inst{2} \and
|
Stanislav Frolov\inst{2} \and
|
||||||
Andreas Dengel\inst{1,2}
|
Andreas Dengel\inst{1,2}
|
||||||
}
|
}
|
||||||
|
|
||||||
% TODO FINAL: Replace with an abbreviated list of authors.
|
% TODO FINAL: Replace with an abbreviated list of authors.
|
||||||
@@ -77,8 +77,8 @@
|
|||||||
|
|
||||||
% TODO FINAL: Replace with your institution list.
|
% TODO FINAL: Replace with your institution list.
|
||||||
\institute{RPTU University Kaiserslautern-Landau, Kaiserslautern, Germany \and
|
\institute{RPTU University Kaiserslautern-Landau, Kaiserslautern, Germany \and
|
||||||
German Research Center for Artificial Intelligence (DFKI), Kaiserslautern, Germany\\
|
German Research Center for Artificial Intelligence (DFKI), Kaiserslautern, Germany\\
|
||||||
\email{first\_second.last@dfki.de} / \email{first.last@dfki.de}
|
\email{first\_second.last@dfki.de} / \email{first.last@dfki.de}
|
||||||
}
|
}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
@@ -95,8 +95,8 @@
|
|||||||
\bibliographystyle{splncs04}
|
\bibliographystyle{splncs04}
|
||||||
\bibliography{../JabRef/main_bib}
|
\bibliography{../JabRef/main_bib}
|
||||||
|
|
||||||
% \newpage
|
\newpage
|
||||||
% \appendix
|
\appendix
|
||||||
% \input{sec/appendix.tex}
|
\input{sec/appendix.tex}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
Reference in New Issue
Block a user