67 lines
1.5 KiB
TeX
67 lines
1.5 KiB
TeX
\documentclass[conference,compsoc]{IEEEtran}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[
|
|
backend=biber,
|
|
style=numeric,
|
|
natbib=true,
|
|
url=false,
|
|
doi=true,
|
|
eprint=false
|
|
]{biblatex}
|
|
\addbibresource{paper.bib}
|
|
\usepackage{amssymb,amsmath}
|
|
\usepackage{eurosym}
|
|
\usepackage{wasysym}
|
|
|
|
\usepackage[binary-units]{siunitx}
|
|
\DeclareSIUnit{\baud}{Bd}
|
|
\DeclareSIUnit{\year}{a}
|
|
\usepackage{commath}
|
|
\usepackage{graphicx,color}
|
|
\usepackage{subcaption}
|
|
\usepackage{array}
|
|
\usepackage{censor}
|
|
\usepackage{hyperref}
|
|
\usepackage{makecell}
|
|
|
|
\renewcommand{\floatpagefraction}{.8}
|
|
\newcommand{\degree}{\ensuremath{^\circ}}
|
|
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
|
|
\newcommand{\partnum}[1]{\texttt{#1}}
|
|
|
|
\begin{document}
|
|
|
|
\date{}
|
|
\title{Self Balancing Single Board Inertial Hardware Security Modules}
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
\end{abstract}
|
|
|
|
\section{Introduction}
|
|
|
|
\section{Related Work}
|
|
\subsection{Hardware Security Module Design}
|
|
\subsection{Rotor Balancing}
|
|
\subsection{Wireless Power \& Data Transfer}
|
|
|
|
\section{Rotation-Invariant Wireless Power Transfer}
|
|
|
|
\section{A Design Approach to Balancing Structural PCBs}
|
|
|
|
\section{Single-Board IHSM Use Cases}
|
|
|
|
\section{Conclusion}
|
|
|
|
\section*{Availability}
|
|
This is version \texttt{\input{version.tex}\unskip} of this paper, generated on \today.
|
|
|
|
% The git repository with the
|
|
% LaTeX source for this paper as well as our data analysis and demo code can be found at:
|
|
|
|
% \center{\url{https://git.jaseg.de/self-balancing-ihsm.git}}
|
|
|
|
\printbibliography[heading=bibintoc]
|
|
|
|
\end{document}
|