Browse Source

Thesis latex template - initial commit

Carsten Porth 5 years ago
parent
commit
861a856c15

BIN
thesis/Masterthesis - Hybrid Online Social Networks - Carsten Porth.pdf


+ 61 - 0
thesis/Masterthesis - Hybrid Online Social Networks - Carsten Porth.tex

@@ -0,0 +1,61 @@
+\input{header}
+
+%%%%%%%%%%%%%%%%
+\newcommand{\name}{Carsten Porth}
+\newcommand{\betreuer}{Jörg Daubert, Aidmar Wainakh}
+\newcommand{\type}{Masterarbeit} %Bachelorarbeit, Masterarbeit
+\newcommand{\workTitle}{Hybrid Online Social Networks}
+\newcommand{\dateOfSubmission}{\today}
+%%%%%%%%%%%%%%%%
+
+%%%%%%%%%%%%%%%%
+%TK Modifications (do not modify)
+\input{tud/tkTitle}
+%%%%%%%%%%%%%%%%
+
+\begin{document}
+
+  \maketitle
+
+  \selectlanguage{english}
+  \begin{abstract}
+  \input{content/00-abstract-en}
+  \end{abstract}
+   \thispagestyle{empty}
+    
+  \selectlanguage{ngerman}
+  \begin{abstract}
+  \input{content/00-abstract-de}  
+  \end{abstract}
+
+  \thispagestyle{empty}
+  
+  \newpage
+  \tableofcontents
+  \thispagestyle{empty}
+  \newpage
+  \thispagestyle{empty}
+  \quad 
+  \newpage
+  \pagenumbering{arabic}
+  \setcounter{page}{1}
+  
+  \input{content}
+  
+  %Backmatter   
+  \clearpage
+
+  \listoffigures
+  \newpage
+  
+  \listoftables  
+  \newpage
+  
+  %Run bibtex to generate bibliography
+  \bibliography{bib/bibliography}{}
+  \bibliographystyle{plain}
+
+  \input{tud/erklaerung}
+
+\end{document}
+

+ 101 - 0
thesis/Masterthesis - Hybrid Online Social Networks - Carsten Porth.xmpdata

@@ -0,0 +1,101 @@
+% Replace the following information with your document's actual
+% metadata. If you do not want to set a value for a certain parameter,
+% just omit it.
+%
+% Symbols permitted in metadata
+% =============================
+% 
+% Within the metadata, all printable ASCII characters except
+% '\', '{', '}', and '%' represent themselves. Also, all printable
+% Unicode characters from the basic multilingual plane (i.e., up to
+% code point U+FFFF) can be used directly with the UTF-8 encoding. 
+% Consecutive whitespace characters are combined into a single
+% space. Whitespace after a macro such as \copyright, \backslash, or
+% \sep is ignored. Blank lines are not permitted. Moreover, the
+% following markup can be used:
+%
+%  '\ '         - a literal space  (for example after a macro)                  
+%   \%          - a literal '%'                                                 
+%   \{          - a literal '{'                                                 
+%   \}          - a literal '}'                                                 
+%   \backslash  - a literal '\'                                                 
+%   \copyright  - the (c) copyright symbol                                      
+%
+% The macro \sep is only permitted within \Author, \Keywords, and
+% \Org.  It is used to separate multiple authors, keywords, etc.
+% 
+% List of supported metadata fields
+% =================================
+% 
+% Here is a complete list of user-definable metadata fields currently
+% supported, and their meanings. More may be added in the future.
+% 
+% General information:
+%
+%  \Author           - the document's human author. Separate multiple
+%                      authors with \sep.
+%  \Title            - the document's title.
+%  \Keywords         - list of keywords, separated with \sep.
+%  \Subject          - the abstract. 
+%  \Org              - publishers.
+% 
+% Copyright information:
+%
+%  \Copyright        - a copyright statement.
+%  \CopyrightURL     - location of a web page describing the owner
+%                      and/or rights statement for this document.
+%  \Copyrighted      - 'True' if the document is copyrighted, and
+%                      'False' if it isn't. This is automatically set
+%                      to 'True' if either \Copyright or \CopyrightURL
+%                      is specified, but can be overridden. For
+%                      example, if the copyright statement is "Public
+%                      Domain", this should be set to 'False'.
+%
+% Publication information:
+%
+% \PublicationType   - The type of publication. If defined, must be
+%                      one of book, catalog, feed, journal, magazine,
+%                      manual, newsletter, pamphlet. This is
+%                      automatically set to "journal" if \Journaltitle
+%                      is specified, but can be overridden.
+% \Journaltitle      - The title of the journal in which the document
+%                      was published. 
+% \Journalnumber     - The ISSN for the publication in which the
+%                      document was published.
+% \Volume            - Journal volume.
+% \Issue             - Journal issue/number.
+% \Firstpage         - First page number of the published version of
+%                      the document.
+% \Lastpage          - Last page number of the published version of
+%                      the document.
+% \Doi               - Digital Object Identifier (DOI) for the
+%                      document, without the leading "doi:".
+% \CoverDisplayDate  - Date on the cover of the journal issue, as a
+%                      human-readable text string.
+% \CoverDate         - Date on the cover of the journal issue, in a
+%                      format suitable for storing in a database field
+%                      with a 'date' data type.
+
+
+
+\Title{Hybrid Online Social Networks}
+
+\Author{Carsten Porth}
+
+\Copyright{Copyright \copyright\ 2019 "Carsten Porth"}
+
+\Keywords{Hybrid App\sep
+          Online Social Network\sep
+          Peer 2 Peer\sep
+	  OOP}
+
+\Subject{Hier steht eine Zusammenfassung der Arbeit
+Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod 
+tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. 
+At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd 
+gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. 
+Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy 
+eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. 
+At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, 
+no sea takimata sanctus est Lorem ipsum dolor sit amet.}
+

+ 3 - 0
thesis/bib/bibliography.bib

@@ -0,0 +1,3 @@
+% Encoding: UTF-8
+
+@Comment{jabref-meta: databaseType:bibtex;}

+ 7 - 0
thesis/content.tex

@@ -0,0 +1,7 @@
+\input{content/01-introduction}
+\input{content/02-background}
+\input{content/03-related-work}
+\input{content/04-concept}
+\input{content/05-proof-of-concept}
+\input{content/06-discussion}
+\input{content/07-conclusion}

+ 0 - 0
thesis/content/00-abstract-de.tex


+ 0 - 0
thesis/content/00-abstract-en.tex


+ 14 - 0
thesis/content/01-introduction.tex

@@ -0,0 +1,14 @@
+\chapter{Introduction}
+\label{ch:introduction}
+
+\section{Motivation}
+\label{sec:motivation}
+
+\section{Challenge}
+\label{sec:challenge}
+
+\section{Research Question}
+\label{sec:research-question}
+
+\section{Outline}
+\label{sec:outline}

+ 2 - 0
thesis/content/02-background.tex

@@ -0,0 +1,2 @@
+\chapter{Background}
+\label{ch:background}

+ 20 - 0
thesis/content/03-related-work.tex

@@ -0,0 +1,20 @@
+\chapter{Related Work}
+\label{ch:related-work}
+
+\section{Safebook}
+\label{sec:safebook}
+
+\section{Diaspora}
+\label{sec:diaspora}
+
+\section{Akasha}
+\label{sec:akasha}
+
+\section{LifeSocial.KOM}
+\label{sec:lifesocial}
+
+\section{Twitterize}
+\label{sec:twitterize}
+
+\section{FaceCloak}
+\label{sec:facecloak}

+ 2 - 0
thesis/content/04-concept.tex

@@ -0,0 +1,2 @@
+\chapter{Concept}
+\label{ch:concept}

+ 2 - 0
thesis/content/05-proof-of-concept.tex

@@ -0,0 +1,2 @@
+\chapter{Proof of Concept}
+\label{ch:proof-of-concept}

+ 2 - 0
thesis/content/06-discussion.tex

@@ -0,0 +1,2 @@
+\chapter{Discussion}
+\label{ch:discussion}

+ 2 - 0
thesis/content/07-conclusion.tex

@@ -0,0 +1,2 @@
+\chapter{Conclusion and Outlook}
+\label{ch:conclusion}

BIN
thesis/graphics/.DS_Store


+ 69 - 0
thesis/header.tex

@@ -0,0 +1,69 @@
+\documentclass[longdoc,colorback,linedtoc,parskip=half*,accentcolor=tud9d,12pt]{tudreport}
+
+%%%%%%%%%%%%%%%%
+%Some helpful packages and commands. Modify to your needs.
+\usepackage[nottoc]{tocbibind}
+\usepackage[english,ngerman]{babel}
+\usepackage[utf8]{inputenc}
+
+\usepackage{comment}
+\usepackage{graphicx}
+\usepackage{tabularx}
+\usepackage{multirow}    
+\usepackage{multicol}
+\usepackage{rotating}
+\usepackage{tabularx}
+\usepackage{array}
+\usepackage{url}
+\usepackage[ngerman,pdfview=FitH,pdfstartview=FitV]{hyperref}
+\usepackage[a-1b]{pdfx}
+\usepackage{prettyref}
+\usepackage{booktabs}
+\usepackage{ccicons}  % for Creative Commons citation icons
+\usepackage{ragged2e} % for tighter hyphenation
+\usepackage{soul}
+\usepackage{marginnote}
+\usepackage{wrapfig}
+\usepackage{blindtext}
+
+% llt: Define a global style for URLs, rather that the default one
+\makeatletter
+\def\url@leostyle{%
+	\@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
+\makeatother
+\urlstyle{leo}
+
+% farben
+\definecolor{javared}{rgb}{0.6,0,0} % for strings
+\definecolor{javagreen}{rgb}{0.25,0.5,0.35} % comments
+\definecolor{javapurple}{rgb}{0.5,0,0.35} % keywords
+\definecolor{javadocblue}{rgb}{0.25,0.35,0.75} % javadoc
+
+\definecolor{sgblue}{rgb}{0.27,0.44,0.84}
+\definecolor{sgyellow}{rgb}{0.97,0.97,0.64}
+\definecolor{sgred}{rgb}{0.67,0.2,0.0}
+\definecolor{sggray}{rgb}{0.4,0.4,0.4}
+\definecolor{sggolden}{rgb}{0.97,0.80,0.3}
+
+% quelltexte einbinden
+\usepackage{listings}
+\renewcommand{\lstlistlistingname}{List of Listings}
+\lstset{numbers=left, 
+	numberstyle=\tiny, 
+	basicstyle=\footnotesize,
+	keywordstyle=\color{javapurple}\bfseries,
+	stringstyle=\color{javared},
+	commentstyle=\color{javagreen},
+	morecomment=[s][\color{javadocblue}]{/**}{*/},
+	numbersep=10pt, 
+	language=Java,
+	frame=single
+}
+\lstset{prebreak=\raisebox{0ex}[0ex][0ex]{$\hookleftarrow$}}
+\lstset{postbreak=\raisebox{0ex}[0ex][0ex]{$\hookrightarrow$ }}
+\lstset{breaklines=true, breakatwhitespace=true}
+
+\reversemarginpar
+\newcommand\todo[1]{
+	\marginnote{\hspace*{-2cm}\fcolorbox{sggolden}{sgyellow}{\textbf{\textcolor{sgred}{\textbf{!}}}}\hspace*{0.75cm}} \textsf{\scriptsize{\fcolorbox{sggolden}{sgyellow}{\textbf{\textcolor{red}{TODO}} \textcolor{sgred}{#1}}}}
+}

+ 113 - 0
thesis/pdfa.xmpi

@@ -0,0 +1,113 @@
+<?xpacket begin='' id='W5M0MpCehiHzreSzNTczkc9d' ?> 
+
+<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.0-c316 44.253921, Sun Oct 01 2006 17:14:39"> 
+   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 
+      <rdf:Description rdf:about="" xmlns:pdfaExtension="http://www.aiim.org/pdfa/ns/extension/" 
+                       xmlns:pdfaSchema="http://www.aiim.org/pdfa/ns/schema#" 
+                       xmlns:pdfaProperty="http://www.aiim.org/pdfa/ns/property#" 
+       > 
+        <pdfaExtension:schemas> 
+          <rdf:Bag> 
+            <rdf:li rdf:parseType="Resource"> 
+               <pdfaSchema:namespaceURI>http://ns.adobe.com/pdfx/1.3/</pdfaSchema:namespaceURI> 
+               <pdfaSchema:prefix>pdfx</pdfaSchema:prefix> 
+               <pdfaSchema:schema>PDF/X Schema</pdfaSchema:schema> 
+               <pdfaSchema:property> 
+                 <rdf:Seq> 
+                   <rdf:li rdf:parseType="Resource"> 
+                     <pdfaProperty:category>external</pdfaProperty:category> 
+                     <pdfaProperty:description>URL to an online version or preprint</pdfaProperty:description> 
+                     <pdfaProperty:name>AuthoritativeDomain</pdfaProperty:name> 
+                     <pdfaProperty:valueType>Text</pdfaProperty:valueType> 
+                   </rdf:li> 
+                 </rdf:Seq> 
+               </pdfaSchema:property> 
+            </rdf:li> 
+            <rdf:li rdf:parseType="Resource"> 
+              <pdfaSchema:schema>PRISM metadata</pdfaSchema:schema> 
+              <pdfaSchema:namespaceURI>http://prismstandard.org/namespaces/basic/2.2/</pdfaSchema:namespaceURI> 
+              <pdfaSchema:prefix>prism</pdfaSchema:prefix> 
+              <pdfaSchema:property> 
+               <rdf:Seq> 
+   <rdf:li rdf:parseType="Resource">
+    <pdfaProperty:name>aggregationType</pdfaProperty:name>
+    <pdfaProperty:valueType>Text</pdfaProperty:valueType>
+    <pdfaProperty:category>external</pdfaProperty:category>
+    <pdfaProperty:description>The type of publication. If defined, must be one of book, catalog, feed, journal, magazine, manual, newsletter, pamphlet.</pdfaProperty:description>
+  </rdf:li> 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+              </rdf:Seq></pdfaSchema:property> 
+            </rdf:li> 
+          </rdf:Bag> 
+        </pdfaExtension:schemas> 
+      </rdf:Description> 
+      <rdf:Description rdf:about="" xmlns:pdf="http://ns.adobe.com/pdf/1.3/"> 
+         <pdf:Producer>pdfTeX</pdf:Producer> 
+         
+      </rdf:Description> 
+      <rdf:Description rdf:about="" xmlns:dc="http://purl.org/dc/elements/1.1/"> 
+         <dc:format>application/pdf</dc:format> 
+         <dc:title><rdf:Alt><rdf:li xml:lang="x-default">Hybrid Online Social Networks</rdf:li></rdf:Alt></dc:title>
+         <dc:creator><rdf:Seq><rdf:li>Carsten Porth</rdf:li></rdf:Seq></dc:creator>
+         <dc:publisher><rdf:Bag><rdf:li></rdf:li></rdf:Bag></dc:publisher>
+         
+         <dc:rights><rdf:Alt><rdf:li xml:lang="x-default">Copyright © 2019 "Carsten Porth"</rdf:li></rdf:Alt></dc:rights>
+         <dc:description><rdf:Alt><rdf:li xml:lang="x-default">Hier steht eine Zusammenfassung der Arbeit Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</rdf:li></rdf:Alt></dc:description>
+         <dc:subject><rdf:Bag><rdf:li>Hybrid App</rdf:li>
+     <rdf:li>Online Social Network</rdf:li>
+     <rdf:li>Peer 2 Peer</rdf:li>
+     <rdf:li>OOP</rdf:li></rdf:Bag></dc:subject>
+      </rdf:Description> 
+      <rdf:Description rdf:about="" xmlns:prism="http://prismstandard.org/namespaces/basic/2.2/"> 
+         
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+      </rdf:Description> 
+      <rdf:Description rdf:about="" xmlns:pdfx="http://ns.adobe.com/pdfx/1.3/"> 
+ 
+      </rdf:Description> 
+      <rdf:Description rdf:about="" xmlns:pdfaid="http://www.aiim.org/pdfa/ns/id/"> 
+         <pdfaid:part>1</pdfaid:part> 
+         <pdfaid:conformance>B</pdfaid:conformance> 
+      </rdf:Description> 
+      <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/"> 
+         <xmp:CreatorTool>LaTeX with hyperref package</xmp:CreatorTool> 
+         <xmp:ModifyDate>2018-10-08T21:11:57+02:00</xmp:ModifyDate> 
+         <xmp:CreateDate>2018-10-08T21:11:57+02:00</xmp:CreateDate> 
+         <xmp:MetadataDate>2018-10-08T21:11:57+02:00</xmp:MetadataDate> 
+      </rdf:Description> 
+      <rdf:Description rdf:about="" xmlns:xmpRights = "http://ns.adobe.com/xap/1.0/rights/"> 
+         <xmpRights:Marked>True</xmpRights:Marked>
+<xmpRights:UsageTerms><rdf:Alt><rdf:li xml:lang="x-default">Copyright © 2019 "Carsten Porth"</rdf:li></rdf:Alt></xmpRights:UsageTerms>
+      
+      </rdf:Description> 
+      <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"> 
+         <xmpMM:DocumentID>uuid:2B1E6027-A121-A2A7-8228-B625D938041C</xmpMM:DocumentID> 
+         <xmpMM:InstanceID>uuid:43617C6D-1930-2D99-8C10-FE89FC5FEA83</xmpMM:InstanceID> 
+      </rdf:Description> 
+   </rdf:RDF> 
+</x:xmpmeta> 
+                                                                                                                                
+                                                                                                                                
+                                                                                                                                
+                                                                                                                                
+<?xpacket end='w'?> 

+ 35 - 0
thesis/tud/erklaerung.tex

@@ -0,0 +1,35 @@
+ % Try not to modify, but please check https://www.informatik.tu-darmstadt.de/de/studierende/studienbuero/abschlussarbeiten/ for any updates
+ % Date: 16.02.2018
+ \clearpage
+ 
+\section*{Erklärung zur Abschlussarbeit gemäß § 23 Abs. 7 APB der TU Darmstadt}
+  \thispagestyle{empty}
+  Hiermit versichere ich, \name, die vorliegende \type{} ohne Hilfe Dritter und nur mit den angegebenen Quellen und Hilfsmitteln angefertigt zu haben. Alle Stellen, die Quellen entnommen wurden, sind als solche kenntlich gemacht worden. Diese Arbeit hat in gleicher oder ähnlicher Form noch keiner Prüfungsbehörde vorgelegen. 
+  
+  Mir ist bekannt, dass im Falle eines Plagiats (§38 Abs.2 APB) ein Täuschungsversuch vorliegt, der dazu führt, dass die Arbeit mit 5,0 bewertet und damit ein Prüfungsversuch verbraucht wird. Abschlussarbeiten dürfen nur einmal wiederholt werden.
+  
+  Bei der abgegebenen \type{} stimmen die schriftliche und die zur Archivierung eingereichte elektronische Fassung überein.
+  
+  Bei einer \type{} des Fachbereichs Architektur entspricht die eingereichte elektronische Fassung dem vorgestellten Modell und den vorgelegten Plänen.
+
+\vspace{80pt}
+
+Darmstadt, den \dateOfSubmission
+\vspace{-30pt}
+\begin{flushright} 
+\hfill\tudrule[0.5\textwidth]\\
+{\footnotesize Unterschrift}
+\end{flushright}
+
+
+%%%%%%%%%%%%%%%%
+%  English translation for information purposes only:
+%%%%%%%%%%%%%%%%
+% Thesis Statement pursuant to \S{} 22 paragraph 7 of APB TU Darmstadt
+%I herewith formally declare that I, \name, have written the submitted thesis independently. I did not use any outside support except for the quoted literature and other sources mentioned in the paper. I clearly marked and separately listed all of the literature and all of the other sources which I employed when producing this academic work, either literally or in content. This thesis has not been handed in or published before in the same or similar form.
+%
+%I am aware, that in case of an attempt at deception based on plagiarism (§38 Abs. 2 APB), the thesis would be graded with 5,0 and counted as one failed examination attempt. The thesis may only be repeated once.
+%
+%In the submitted thesis the written copies and the electronic version for archiving are identical in content.
+%
+%For a thesis of the Department of Architecture, the submitted electronic version corresponds to the presented model and the submitted architectural plans.

BIN
thesis/tud/tk.pdf


+ 12 - 0
thesis/tud/tkTitle.tex

@@ -0,0 +1,12 @@
+\title{\vspace{-2.5cm}
+	\begin{wrapfigure}{r}{4cm}
+		\vspace{-0.5cm}
+		\includegraphics[scale=1.1]{tud/tk.pdf}
+	\end{wrapfigure}
+	\workTitle
+}
+\subtitle{\type{} von \name{}}
+\subsubtitle{Tag der Einreichung: \dateOfSubmission \\ \vspace{3mm} 1. Gutachter: Prof. Dr. Max M\"uhlh\"auser \\ 2. Gutachter: \betreuer \\ \vspace{3mm} Darmstadt, den \dateOfSubmission}
+  
+\institution{Fachbereich Informatik \\ Telekooperation \\ Prof. Dr. Max M\"uhlh\"auser}
+