commit a5f584a86b0978aa3c45638d16d411d59684bfbd Author: YannAhlgrim Date: Thu Mar 20 12:38:15 2025 +0100 Add initial LaTeX template for research paper and .gitignore for build artifacts diff --git a/paper/.gitignore b/paper/.gitignore new file mode 100644 index 0000000..f9429fe --- /dev/null +++ b/paper/.gitignore @@ -0,0 +1,5 @@ +*.aux +*.log +*.fls +*.fdb_latexmk +*.synctex.gz \ No newline at end of file diff --git a/paper/Yann_Ahlgrim_Research_Paper.pdf b/paper/Yann_Ahlgrim_Research_Paper.pdf new file mode 100644 index 0000000..5382378 Binary files /dev/null and b/paper/Yann_Ahlgrim_Research_Paper.pdf differ diff --git a/paper/Yann_Ahlgrim_Research_Paper.tex b/paper/Yann_Ahlgrim_Research_Paper.tex new file mode 100644 index 0000000..574106b --- /dev/null +++ b/paper/Yann_Ahlgrim_Research_Paper.tex @@ -0,0 +1,55 @@ +\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. +%Template version as of 6/27/2024 + +\usepackage{cite} +\usepackage{amsmath,amssymb,amsfonts} +\usepackage{algorithmic} +\usepackage{graphicx} +\usepackage{textcomp} +\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} + +\title{Advantages and Disadvantages of using IoT for Smart Cities \\ +} + +\author{\IEEEauthorblockN{1\textsuperscript{st} Yann Ahlgrim} +\IEEEauthorblockA{\textit{Business Informatics Department} \\ +\textit{Reutlingen University}\\ +Reutlingen, Germany \\ +yann.ahlgrim@student.reutlingen-university.de} +} + +\maketitle + +\begin{abstract} +This document is a model and instructions for \LaTeX. +This and the IEEEtran.cls file define the components of your paper [title, text, heads, etc.]. *CRITICAL: Do Not Use Symbols, Special Characters, Footnotes, +or Math in Paper Title or Abstract. +\end{abstract} + +\begin{IEEEkeywords} +component, formatting, style, styling, insert. +\end{IEEEkeywords} + +\section{Introduction} +Test section. + +\subsection{Maintaining the Integrity of the Specifications} + +Test subsection. + +\section{Methodology} + +\section{Advantages of using IoT for Smart Cities} + +\section{Disadvantages of using IoT for Smart Cities} + +\section{Conclusion} + +\section{References} + +\end{document}