deneir/trust/EMSOFT24/main.tex
2024-05-22 10:36:50 -04:00

151 lines
3.6 KiB
TeX

\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{amsthm}
\usepackage{amssymb}
%\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{witharrows}
\usepackage{balance}
\usepackage{algpseudocodex}
\usepackage{algorithm}
\newcommand\agd[1]{{\color{red}$\bigstar$}\footnote{agd: #1}}
\newcommand\wqk[1]{{\color{blue}$\bigstar$}\footnote{wqk: #1}}
% \newcommand\agd[1]{}
% \newcommand\wqk[1]{}
\usepackage{acro}
\input{acronyms}
\usepackage{xcolor}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}
\newcommand{\linebreakand}{%
\end{@IEEEauthorhalign}
\hfill\mbox{}\par
\mbox{}\hfill\begin{@IEEEauthorhalign}
}
\newtheorem{problemstatement}{Problem Statement}
\newtheorem{definition}{\textbf{Definition}}
% Custom command to expand acronym again if needed
\newcommand{\acexp}[1]{\acl{#1} (\acs{#1})}
\title{Trust Management with Subjective Logic for Safety Critical Systems in Uncertain Environments}
% \title{Trust Management for Physics-based Cybersecurity Controls}
% \author{
% \IEEEauthorblockN{1\textsuperscript{st} Waleed Khan}
% \IEEEauthorblockA{\textit{Electrical and Computer Engineering} \\
% \textit{University of Waterloo}\\
% Waterloo, Canada \\
% wqkhan@uwaterloo.ca}
% \and
% \IEEEauthorblockN{2\textsuperscript{nd} Arthur Grisel-Davy}
% \IEEEauthorblockA{\textit{Electrical and Computer Engineering} \\
% \textit{University of Waterloo}\\
% Waterloo, Canada \\
% agriseld@uwaterloo.ca}
% \and
% \IEEEauthorblockN{3\textsuperscript{rd} Apurva Narayan}
% \IEEEauthorblockA{\textit{???} \\
% \textit{University of Western Ontario}\\
% London, Canada \\
% ???}
% \and
% \IEEEauthorblockN{4\textsuperscript{th} Sebastian Fischmeister}
% \IEEEauthorblockA{\textit{Electrical and Computer Engineering} \\
% \textit{University of Waterloo}\\
% Waterloo, Canada \\
% sfischme@uwaterloo.ca}
% }
\author{
\IEEEauthorblockN{1\textsuperscript{st} Anonymous}
\IEEEauthorblockA{\textit{Electrical and Computer Engineering} \\
\textit{NoWhere}\\
Earth \\
email@example.com
}
\and
\IEEEauthorblockN{1\textsuperscript{st} Anonymous}
\IEEEauthorblockA{\textit{Electrical and Computer Engineering} \\
\textit{NoWhere}\\
Earth \\
email@example.com
}
\and
\IEEEauthorblockN{1\textsuperscript{st} Anonymous}
\IEEEauthorblockA{\textit{Electrical and Computer Engineering} \\
\textit{NoWhere}\\
Earth \\
email@example.com}
\and
\IEEEauthorblockN{1\textsuperscript{st} Anonymous}
\IEEEauthorblockA{\textit{Electrical and Computer Engineering} \\
\textit{NoWhere}\\
Earth \\
email@example.com}
\and
\IEEEauthorblockN{1\textsuperscript{st} Anonymous}
\IEEEauthorblockA{\textit{Electrical and Computer Engineering} \\
\textit{NoWhere}\\
Earth \\
email@example.com}
\and
\IEEEauthorblockN{1\textsuperscript{st} Anonymous}
\IEEEauthorblockA{\textit{Electrical and Computer Engineering} \\
\textit{NoWhere}\\
Earth \\
email@example.com}
}
\maketitle
\input{abstract}
\begin{IEEEkeywords}
Trust Framework, Subjective Logic, Uncertainties, Cyber-Physical Systems
\end{IEEEkeywords}
\acresetall % reset all acronyms to be expanded on first use.
\input{introduction}
\input{problem_statement}
\input{related_work}
\input{subjective_logic}
\input{proof}
\input{trust_framework}
\input{case_studies}
\input{discussion}
\input{conclusion}
\bibliographystyle{plain} % Specify the bibliography style
\bibliography{references}
\balance
\vspace{12pt}
\end{document}