diff --git a/README.tex b/README.tex new file mode 100644 index 0000000..4fa0c09 --- /dev/null +++ b/README.tex @@ -0,0 +1,56 @@ + Institute of Computer Technology - TU Wien + + Guideline for the ICT Report and Thesis Template by Sofia Maragkou + + Contact: Axel Jantsch + + + +For a quick start edit the following: +------------------------------------ + +main.tex Select the document type, and edit the document and author information. Add more LaTeX files if needed e.g. for more chapters. +text/acronyms.tex Edit the acronyms used in this document as needed. +text/preamble.tex Edit the preable of your document, including the abstract, copyright of the document, preface, acknowledgment, dedication. +text/chapter.tex This file is for the main body of your text. Add more chapters if needed by adding them also in the main.tex file. +text/references.tex Edit the references of your document. +text/appendix.tex If needed, add the appendix of your document here. + + + +Description and usage +--------------------- + +This template supports 5 different types of documents in english: + code 0 : report + code 1: bachelor thesis + code 2: master thesis + code 3: PhD thesis + code 4: Habilitation thesis + +and in german: + code 10 : report + code 11: bachelor thesis + code 12: master thesis + code 13: PhD thesis + code 14: Habilitation thesis + +*Details for the document types you can find in setup/setup.tex + + +To select the preferred document type, edit the file main.tex by changing the \def\doctype{x} to the preferred code correspondingly. + +Additionally, edit the rest of the main.tex to add the document's and the author's information. + +Feel free to add acronyms (text/acronyms.tex), references (references.bib), appendix information (appendix.tex), preamble (preamble.tex) and even add more chapters (e.g. chapter1.tex). +In the case more chapters are added, include them in the main.tex in the following way (e.g. chapter1.tex): +\input{text/chapter1} + + + + + + + + + diff --git a/build/main.lof b/build/main.lof new file mode 100644 index 0000000..03a3b7a --- /dev/null +++ b/build/main.lof @@ -0,0 +1,3 @@ +\addvspace {10\p@ } +\contentsline {figure}{\numberline {1.1}{\ignorespaces Here goes the caption for the figure.\relax }}{1}{figure.caption.10} +\addvspace {10\p@ } diff --git a/build/main.lot b/build/main.lot new file mode 100644 index 0000000..2d829a7 --- /dev/null +++ b/build/main.lot @@ -0,0 +1,4 @@ +\addvspace {10\p@ } +\contentsline {table}{\numberline {1.1}{\ignorespaces Caption of the table.\relax }}{2}{table.caption.11} +\contentsline {table}{\numberline {1.2}{\ignorespaces A more complex table.\relax }}{2}{table.caption.12} +\addvspace {10\p@ } diff --git a/build/main.pdf b/build/main.pdf new file mode 100644 index 0000000..f0b2609 Binary files /dev/null and b/build/main.pdf differ diff --git a/draft.tex b/draft.tex new file mode 100644 index 0000000..f88daf0 --- /dev/null +++ b/draft.tex @@ -0,0 +1,12 @@ +%---------------------------------------------------------------------------- +% ICT - TUW template +% ICT template for theses and reports created by Nima TaheriNejad +% Version 2.1.0 (Last Update: 25/June/2020 by Nima TaheriNejad) +% Changes: Fixed the indention of Kurzfassung +% Added an online reference example & url package +% Changed the place of signature line and signature info +% Changed the MSc title in English to Dipl.Ing. +% Improved title page and added German version & improved the intro +% +% *** Ideally you change only the content of files in the text folder **** +%---------------------------------------------------------------------------- \ No newline at end of file diff --git a/figures/sample.png b/figures/sample.png new file mode 100644 index 0000000..0d17021 Binary files /dev/null and b/figures/sample.png differ diff --git a/main.pdf b/main.pdf new file mode 100644 index 0000000..c7d3327 Binary files /dev/null and b/main.pdf differ diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..9906bd6 --- /dev/null +++ b/main.tex @@ -0,0 +1,43 @@ +% Settings +\documentclass[11pt, a4paper, svgnames]{book} +% Document (thesis/report) and author (student, supervisors) information +\title{Title} +\author{Author(s)' Name(s)} +\def\stdnum{Student ID} % Matrikel nummer (if applicable) +\def\doctype{2} % Report=0, BSc=1, MSc=2, PhD=3, Hab=4 + % Add 10 for German versions (Diplomarbeit=12) +\def\program{Field of Study} % For reports leave this field empty +\def\prognum{(Study Code)} % For reports leave this field empty +\def\supervisor{Supervisor's Name} % Leave empty if not needed for you report +\def\cosupervisor{Co-Supervisors's Name}% Leave empty if you don't have one +\def\submissionmonth{June} +\def\submissionyear{2020} +% Feel free to edit acronyms files and other files in the text folder as per your need, however, refrain from changing the setup files (files in the setup folder). For packages also, instead of editing, consider adding new packages elsewhere (e.g., in a new file). +\input{setup/packages} % These packages must be defined before setup +\input{setup/setup} % Please avoid editing +\input{text/acronyms} % Please edit as necessary +%---------------------------------------------------------------------------- +%---------------------------------------------------------------------------- +%% Document body % Edit only the preamble and the main text +% *** Ideally you change only the content of the files in the text folder **** +\begin{document} +\input{setup/titlepage} % Generated automatically, do not change. +\input{text/preamble} % Please edit as necessary +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Main Text % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Insert the main body of your document here. For longer documents we suggest using separate files and including them here with \input{} command. +\input{text/chapter1} +%---------------------------------------------------------------------------- +% List of References +\newpage +\addcontentsline{toc}{chapter}{\bibname} +\bibliographystyle{IEEEtran} +\bibliography{text/references} % Insert your bib entries +%---------------------------------------------------------------------------- +% Appendices (Remove the following lines if you don't have an appendix) +\appendix +\renewcommand{\thechapter}{\Alph{chapter}} +\input{text/appendix} +%---------------------------------------------------------------------------- +\end{document} \ No newline at end of file diff --git a/setup/CopyrightStatement.tex b/setup/CopyrightStatement.tex new file mode 100644 index 0000000..3d6b4df --- /dev/null +++ b/setup/CopyrightStatement.tex @@ -0,0 +1,47 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Official copyright statement for your thesis % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\thispagestyle{empty} +\newpage +\vspace*{5em} +\begin{center} +{\LARGE \emph{Erkl\"{a}rung}} +\end{center} +\vfill +\emph{Hiermit erkl\"{a}re ich, dass die vorliegende Arbeit ohne unzul\"{a}ssige Hilfe +Dritter und ohne Benutzung anderer als der angegebenen Hilfsmittel angefertigt +wurde. Die aus anderen Quellen oder indirekt \"{u}bernommenen Daten und Konzepte +sind unter Angabe der Quelle gekennzeichnet.} + +\emph{Die Arbeit wurde bisher +weder im In- noch im Ausland in gleicher oder in \"{a}hnlicher Form in anderen +Pr\"{u}fungsverfahren vorgelegt.} + +\vfill +\vspace*{3em} +\begin{center} +{\LARGE Copyright Statement} +\end{center} +\vfill +I, \theauthor, hereby declare that this thesis is my own original work and, to the best of my knowledge and belief, it does not: +\begin{itemize} +\item Breach copyright or other intellectual property rights of a third party. +\item Contain material previously published or written by a third party, except where this is appropriately cited through full and accurate referencing. +\item Contain material which to a substantial extent has been accepted for the qualification of any other degree or diploma of a university or other institution of higher learning. +\item Contain substantial portions of third party copyright material, including but not limited to charts, diagrams, graphs, photographs or maps, or in instances where it does, I have obtained permission to use such material and allow it to be made accessible worldwide via the Internet. +\end{itemize} +\vfill + +%\begin{tabular}{m{.45\textwidth}m{.45\textwidth}} +% \hfill Vienna, Austria, \submissiondate & \hfill \theauthor \hfill \\ +% \hfill Signature: & \hfill \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ \hfill\\ +%\end{tabular} +\begin{tabular}{m{0.3\textwidth} r c} + & Signature: & \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ \\ + & Vienna, Austria, \submissiondate & \theauthor \\ +\end{tabular} +%\vspace{5em} +\vfill +\newpage diff --git a/setup/TU_Logo.png b/setup/TU_Logo.png new file mode 100644 index 0000000..9b4792c Binary files /dev/null and b/setup/TU_Logo.png differ diff --git a/setup/logo-ict.png b/setup/logo-ict.png new file mode 100644 index 0000000..48e672d Binary files /dev/null and b/setup/logo-ict.png differ diff --git a/setup/logo-tu-bw.png b/setup/logo-tu-bw.png new file mode 100644 index 0000000..904ecd5 Binary files /dev/null and b/setup/logo-tu-bw.png differ diff --git a/setup/packages.tex b/setup/packages.tex new file mode 100644 index 0000000..9600cd4 --- /dev/null +++ b/setup/packages.tex @@ -0,0 +1,39 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%General Packages (alphabetic order): % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\usepackage[acronym]{glossaries} % For acronyms and gloassaries +\usepackage{adjustbox} % For adjusting the box size (of tables) +\usepackage{amsmath} +%\usepackage{algorithmic} +\usepackage{cite} % either cite or natbib +\usepackage{cleveref} +%\usepackage{enumerate} % for alphanumerical enumerate [(a)] [(i)]. Commented in favor of enumitem, that one seems more complete and has more support/features. +\let\labelindent\relax +\usepackage{enumitem} % fot no indentation in itemize and roman or alphanumerical enumerate [(a)] [(i)] +\usepackage[T1]{fontenc} % font +\usepackage{geometry} % for setting page margin +\usepackage{graphicx} + \graphicspath{{./figures/}} % to set the figures path +%\usepackage[hidelinks]{hyperref} % auto referencing figures, equations, etc., cleverref is a better package however +\usepackage[utf8]{inputenc} % font +\usepackage{libertine} % to use the libertine font +\usepackage{multirow} % multirow for tables +\usepackage{tabularx} % extra features for tabular environment +\usepackage{threeparttable} +\usepackage{todonotes} % to use comments and to-do notes +%some useful options: [disable, prependcaption, textsize=footnotesize]{todonotes} +\usepackage{setspace} % for setting line space to 1.5 +\usepackage{subfigure} +\usepackage{soul} % for highlighting +\usepackage{url} % for URLs and internet links +\usepackage{xargs} % for newcommandx definitions e.g. notes & colors +%\usepackage[svgnames]{xcolor} % is already loaded by the document class + + + + + + + + + diff --git a/setup/setup.tex b/setup/setup.tex new file mode 100644 index 0000000..d7c5ae8 --- /dev/null +++ b/setup/setup.tex @@ -0,0 +1,123 @@ +% ------------------------------------------------------------\\ +% Macros to use title and author information in the document +\makeatletter +\let\thetitle\@title +\let\theauthor\@author +\makeatother +% ------------------------------------------------------------ + +% ------------------------------------------------------------ +% Visual & functional setup (do not change) +\geometry{ % setting page margins + left = 2.5cm, + right = 2.5cm, + top = 2.75cm, + bottom = 2.75cm +} +\setstretch{1.5} % setting line spacing +\makenoidxglossaries % to make the acronym list +\let\MakeUppercase\relax % changing section headers to lower case instad of all caps +\setlist{noitemsep} % to leave space around the whole list or \setlist{nosep} to have no space around the whole list +% ------------------------------------------------------------ + +% ------------------------------------------------------------ +% Setting defaults variables for the title page & language (avoid changing) +% Language specific parts +\newcommand{\prefacename}{Preface} +\newcommand{\acknowledgment}{Acknowledgment} +\newcommand{\dedication}{Dedication} +\newcommand{\german}{ + \usepackage{german} + \usepackage[german]{cleveref} + \renewcommand{\acknowledgment}{Danksagung} + \renewcommand{\dedication}{Widmung} + \renewcommand{\by}{von} + \renewcommand{\location}{Wien, \"{O}sterreich} + \renewcommand{\purpose}{ZUR ERBRINGUNG DER ANFORDERUNGEN F\"{U}R DEN GRAD DES} + \renewcommand{\supervision}{ {\bf Betreuer\_Innen:} \\ \supervisor \\ \cosupervisor \\ } + } +% Title page (with English as the default language) +\newcounter{documenttype} +\setcounter{documenttype}{\doctype} +\newcommand{\degree}{} +\newcommand{\purpose}{IN PARTIAL FULFILLMENT OF THE REQUIREMENTS \\ FOR THE DEGREE OF} +\newcommand{\type}{A THESIS ON} +\newcommand{\typeofdegree}{in} +\newcommand{\by}{by} +\newcommand{\supervision}{ {\bf Supervisor(s):} \\ \supervisor \\ +\cosupervisor \\ } +\newcommand{\location}{Vienna, Austria} +\newcommand{\submissiondate}{\submissionmonth~\submissionyear} + +%end default +%if case (for variations of document type) +\newcommand{\setdoctype}{% + \ifcase\number\value{documenttype} + % Case 0 + \usepackage{cleveref} + \renewcommand{\type}{A REPORT ON} + \renewcommand{\purpose}{\vspace{2em}} + \renewcommand{\typeofdegree}{\vspace{2em}} + \renewcommand{\supervision}{\vspace{3em}} + \or %1 + \usepackage{cleveref} + \renewcommand{\type}{A BACHELOR THESIS ON} + \renewcommand{\degree}{Bachelor of Science} + \or %2 + \usepackage{cleveref} + \renewcommand{\type}{A MASTER THESIS ON} + \renewcommand{\degree}{Diplom-Ingenieur \\ \large{(Equivalent to Master of Science)}} + \or %3 + \usepackage{cleveref} + \renewcommand{\type}{A PhD THESIS ON} + \renewcommand{\degree}{Doctor of Philosophy} + \or %4 + \usepackage{cleveref} + \renewcommand{\degree}{A HABILITATION THESIS ON} + \renewcommand{\purpose}{IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR} + \renewcommand{\supervision}{\vspace{3em}} + \or %reserved for future modes and developements + \or %reserved for future modes and developements + \or %reserved for future modes and developements + \or %reserved for future modes and developements + \or %reserved for future modes and developements + \or %10 + \german + \renewcommand{\type}{EIN BERICHT \"{U}BER} + \renewcommand{\purpose}{\vspace{2em}} + \renewcommand{\typeofdegree}{\vspace{2em}} + \renewcommand{\supervision}{\vspace{3em}} + \or %11 + \german + \renewcommand{\type}{EINE BACHELORARBEIT \"{U}BER} + \renewcommand{\degree}{Bachelor of Science} + + \or %12 + \german + \renewcommand{\type}{EINE DIPLOMARBEIT \"{U}BER} + \renewcommand{\degree}{Diplom-Ingenieur} + \or %13 + \german + \renewcommand{\type}{EINE DOKTORARBEIT \"{U}BER} + \renewcommand{\degree}{Doktor-Technicker} + \or %14 + \german + \renewcommand{\type}{EINE HABILITATIONSTHESIS \"{U}BER} + \renewcommand{\degree}{Privat Dozent} + \renewcommand{\supervision}{\vspace{3em}} + \else + \fi +} + +\setdoctype +% ------------------------------------------------------------ + +% ------------------------------------------------------------ +% Other Setups (feel free to add, remove, change, ...) + +\newcommand{\red}[1]{\color{red}##1\color{black}{}} % to write text in \red{text} +\newcommand{\green}[1]{\color{Green}##1\color{black}{}} % to write text in \green{text} +\newcommand{\blue}[1]{\color{blue}##1\color{black}{}} % to write text in \blue{text} + +\newcommand{\plan}[1]{\todo[inline, linecolor=blue,backgroundcolor=blue!25,bordercolor=blue]{Plan: #1}} % to make note of plans or to-dos +% similar command can be used for commenting on the text \ No newline at end of file diff --git a/setup/titlepage.tex b/setup/titlepage.tex new file mode 100644 index 0000000..6270cb5 --- /dev/null +++ b/setup/titlepage.tex @@ -0,0 +1,64 @@ +\frontmatter +\begin{titlepage} + + \begin{center} + + \includegraphics[height=2cm]{setup/TU_Logo}% + \hfill{}% + \includegraphics[height=2cm]{setup/logo-ict}% + + + \vspace{5em} + + {\large \type} + \vspace{3em} + + + {\Huge \bf \thetitle} + + \vspace{3em} + + {\large \purpose} + + \vspace{2em} + + {\huge \degree} + + \vspace{1em} + + {\large \typeofdegree} + + \vspace{1em} + + {\Large \program ~\prognum} + + \vspace{3em} + + {\large \by} + + \vspace{1em} + + {\huge \bf \theauthor} + + \vspace{1em} + + {\large \stdnum} + + \vspace{3em} + + \large + + \supervision + +% \vspace{2em} + \vspace{2em} + + \location \\ + \submissiondate + \end{center} + + +\end{titlepage} + +\thispagestyle{empty} +\newpage diff --git a/text/acronyms.tex b/text/acronyms.tex new file mode 100644 index 0000000..604f866 --- /dev/null +++ b/text/acronyms.tex @@ -0,0 +1,6 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Definition of Acronyms (alphabetic order): % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\newacronym{acr}{ACR}{Acronym} +\newacronym{ict}{ICT}{Institute of Computer Technology} \ No newline at end of file diff --git a/text/appendix.tex b/text/appendix.tex new file mode 100644 index 0000000..ad9fe3c --- /dev/null +++ b/text/appendix.tex @@ -0,0 +1,2 @@ +\chapter{\gls{ict} Appendix} +Here is an appendix chapter for the \gls{ict} template. diff --git a/text/chapter1.tex b/text/chapter1.tex new file mode 100644 index 0000000..c3ba0e1 --- /dev/null +++ b/text/chapter1.tex @@ -0,0 +1,65 @@ +\chapter{Introduction} +Here you see some simple examples of commonly used items. + +\section{Figures} +\label{sec_int_fig} +This is how you insert a figure. To refer to a figure, for example \Cref{fig_sample}, you should use a ref command. Generally, using cref command (as used here too) is strongly advised since it can be used for figures, tables, equations, etc., and ensures consistency across the document and more importantly with various templates. Please remember that the caption of figures goes below the figure (whereas for tables the caption goes on the top). To ensure legibility of the figures, make sure the text in the figure is approximately as large as the figure caption or larger. +\begin{figure}[!b] % Priority to place the figure: b=Bottom, t=Top, h=Here +\centering +\includegraphics[width=0.6\columnwidth]{sample} +\caption{Here goes the caption for the figure.} +\label{fig_sample} +\end{figure} + +\section{Tables} +\Cref{tab_sample} shows how to insert and refer to a table. Please remember that the caption of tables goes on top and before the table (whereas for figures the caption goes at the bottom). + +\begin{table}[!t] % Priority to place the figure: b=Bottom, t=Top, h=Her + \centering + \caption{Caption of the table.} + \label{tab_sample} + \begin{tabular}{|c|c c c | c|} + \hline + 1 & 2 & 3 & 4 & 5 \\ + \hline \hline + 6 & 7 & 8 & 9 & 10 \\ + 11 & 12 & 13 & 14 & 15 \\ + \hline + \end{tabular} +\end{table} + +Often multicolumn, multirow cells, or footnotes\footnote{Footnotes for the body of text are inserted using the footnote command as you see here.} are not necessary, however, the sample in \Cref{tab_sample_complex} facilitates using them if necessary. If your table is too large for the page, use the adjustbox command (currently commented out) in the source code of \Cref{tab_sample}. + +\begin{table}[!h] % Priority to place the figure: b=Bottom, t=Top, h=Her + \centering + \caption{A more complex table.} + \label{tab_sample_complex} + %\begin{adjustbox}{width=\textwidth} + \begin{threeparttable} + \begin{tabular}{|c|c c c | c|} + \hline + \multirow{2}{*}{Multirow} & \multicolumn{3}{c|}{Multicolumn} & 1\\ + \cline{2-5} + & 2 & 3 & 4 & 5\textsuperscript{+} \\ + \hline \hline + 6 & 7 & 8 & 9 & 10 \\ + 11 & 12\textsuperscript{*} & 13 & 14 & 15 \\ + \hline + \end{tabular} + \begin{tablenotes} + %\scriptsize + \item[+] Percentage of improvement (Imp.) is calculated based on $n \to \infty$. + \item[*]$c=8$ for all calculated values. + \end{tablenotes} + \end{threeparttable} + %\end{adjustbox} +\end{table} + + +\section{How to refer to...} +To refer to various items inside the current document, such as (sub)sections, figures, tables, equations, you should use ref commands (preferably Cref command) as demonstrated in +\Cref{sec_int_fig}. However, to refer to items outside the current document you should use citation commands. This is how you cite sources and references \cite{Taherinejad2019LSCNewsletter}. If you are citing a website/internet source make sure that you list the data of last access in the reference (bibfile entry of the reference). For example, \gls{ict} thesis and presentation templates can be found here~\cite{templates2020} + +Moreover, remember to use the gls command for all \glspl{acr}. By doing so, the compiler makes sure that any \gls{acr} (command for singular) and all \glspl{acr} (command for plural) are properly spelled out at their first appearance and only there. This way, by changing the text, adding, removing, or replacing parts, you don't need to find out where the first appearance of an \gls{acr} is to spell it out. In addition, using this command your acronym list is automatically compiled. + + diff --git a/text/preamble.tex b/text/preamble.tex new file mode 100644 index 0000000..f98a043 --- /dev/null +++ b/text/preamble.tex @@ -0,0 +1,57 @@ +% The Abstract, Kurzzusammenfassung, and Copyright statement are mandatory. Preface is mandatory if applicable. Feel free to remove acknowledgement and dedication, if you do not wish to use them. + +\chapter*{Abstract} +\addcontentsline{toc}{chapter}{Abstract} +This is a general guideline on how to write an abstract. You start with one or two sentences providing a basic introduction to the field, comprehensible to a scientist in any discipline. Two to three sentences of more detailed background, comprehensible to scientists in related disciplines. One sentence clearly stating the general problem being addressed by this particular study. One sentence summarizing the main result (with the words “here we show” or their equivalent). Two or three sentences explaining what the main result reveals in direct comparison to what was thought to be the case previously, or how the main result adds to previous knowledge. One or two sentences to put the results into a more general context. Two or three sentences to provide a broader perspective, readily comprehensible to a scientist in any discipline, may be included in the first paragraph if the editor considers that the accessibility of the paper is significantly enhanced by their inclusion. + +This text was taken from the ``How to construct a Nature summary paragraph'' available at \\ +https://www.nature.com/documents/nature-summary-paragraph.pdf + +\newpage +\vspace*{7em} +{\noindent \Huge \bf Kurzfassung} +\vspace{4em} +\addcontentsline{toc}{chapter}{Kurzfassung} + +\noindent Die deutsche Fassung vom Abstract. + + + +\chapter*{\prefacename} +\addcontentsline{toc}{chapter}{\prefacename} + +You must include a preface if any part of your research was partly or wholly published in articles (or is submitted for publication), was part of a collaboration, or required the approval of Ethics Boards. +The Preface must include the following: +\begin{itemize} +\item The detailed information of the publication(s) or submission(s). The relation of publication to the thesis content (the chapter(s) in which the work is located). +\item A statement indicating the role and relative contribution of authors, emphasizing details of your contribution, and stating the proportion of research and writing conducted by you. +\item The name of the particular Ethics Board, and the Certificate Number(s) of the Ethics Certificate(s) obtained, if ethics approval was required for the research. +\end{itemize} + + +%---------------------------------------------------------------------------- +% Official Copyright Statement (Generated automatically) +\include{setup/CopyrightStatement} +%This statement is important and necessary! Do NOT delete! +% Please print, sign, scan and attach it to your thesis as the last page of your PDF file. +% Please bring the original of the statement to your supervisor +%---------------------------------------------------------------------------- + +\chapter*{\acknowledgment} + + +\chapter*{\dedication} + + +%---------------------------------------------------------------------------- +% List of chapters, tables, figures and acronyms +% Please refrain from changing the following lines +\glsunsetall % To suppress spell out of acronyms in ToC +\setcounter{tocdepth}{1} % Limiting the depth of table of contents (ToC) to sections only (no subsections will be listed) +\tableofcontents +\listoftables +\listoffigures +\printnoidxglossary[type=\acronymtype] +\glsresetall % To allow spell out of all acronyms in their first appearance again +\newpage +\mainmatter \ No newline at end of file diff --git a/text/references.bib b/text/references.bib new file mode 100644 index 0000000..4768810 --- /dev/null +++ b/text/references.bib @@ -0,0 +1,26 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% List of references (alphabetic order): % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +@INPROCEEDINGS{Taherinejad2019LSCNewsletter, +author={N. TaheriNejad}, +booktitle={IEEE Life Sciences}, +title={Wearable Medical Devices: Challenges and Self-aware Solutions}, +year={2019}, +volume={2}, +number={}, +pages={5-6}, +ISSN={}, +month={April}, +URL = {https://lifesciences.ieee.org/lifesciences-newsletter/2019/april-2019/wearable-medical-devices-challenges-and-self-aware-solutions/},} + + +@electronic{templates2020, + author = "Nima TaheriNejad and Axel Jantsch and Christian Krieg and and Michael Rathmair", + title = "{ICT} Presentation and Thesis Templates", + howpublished = "[ICT Website]", + year = "2018", + month = "Oct. 18", + url = "https://www.ict.tuwien.ac.at/downloads/soc_templates.zip", + note = "Last Accessed: June 25, 2020", +} \ No newline at end of file