55 lines
963 B
TeX
55 lines
963 B
TeX
\documentclass[runningheads]{llncs}
|
|
|
|
\usepackage{graphicx}
|
|
\usepackage{hyperref}
|
|
|
|
\hypersetup{
|
|
colorlinks=true,
|
|
linkcolor=true,
|
|
urlcolor=blue,
|
|
citecolor=black
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\title{Trustworthy Artificial Intelligence}
|
|
\author{Tobias Eidelpes}
|
|
\authorrunning{T. Eidelpes}
|
|
|
|
\institute{Technische Universität Wien, Karlsplatz 13, 1040 Wien, Austria
|
|
\email{e1527193@student.tuwien.ac.at}}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
The abstract should briefly summarize the contents of the paper in
|
|
150--250 words.
|
|
|
|
\keywords{Artificial Intelligence, Trustworthiness, Social Computing}
|
|
\end{abstract}
|
|
|
|
|
|
\section{Introduction}
|
|
|
|
This is a sample citation: \cite{liu_trustworthy_2021}.
|
|
|
|
\section{Related Work}
|
|
|
|
|
|
\section{Modeling Trust}
|
|
|
|
|
|
\section{Taxonomy for Trustworthy AI}
|
|
|
|
|
|
\section{Social Computing}
|
|
|
|
|
|
\section{Conclusion}
|
|
|
|
|
|
\bibliographystyle{splncs04}
|
|
\bibliography{trustworthy-ai}
|
|
|
|
\end{document}
|