diff --git a/thesis-copy.pdf b/thesis-copy.pdf
deleted file mode 100644
index d6df839a220b40e19938e0456a0142010048a758..0000000000000000000000000000000000000000
Binary files a/thesis-copy.pdf and /dev/null differ
diff --git a/thesis-copy.tex b/thesis-copy.tex
deleted file mode 100644
index 974114bf50ba306c6c802d0d50656d651922ccbc..0000000000000000000000000000000000000000
--- a/thesis-copy.tex
+++ /dev/null
@@ -1,139 +0,0 @@
-% the following command is only required if the thesis is written in german
-%\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst}
-
-% change to english for english theses
-\documentclass[english,BCOR=1.5cm,twoside]{tudscrreprt}
-
-\usepackage[T1]{fontenc}
-\usepackage[utf8]{inputenc}
-%\usepackage[ngerman]{babel}
-\usepackage{isodate}
-
-\usepackage[
-    style=numeric-comp,
-    backend=biber,
-    url=false,
-    doi=false,
-    isbn=false,
-    hyperref,
-]{biblatex}
-\addbibresource{bibliography.bib}
-\AtEveryBibitem{%
-    \clearfield{note}%
-}
-
-\usepackage[hidelinks]{hyperref} % makes all links clickable but hides ugly boxes
-\usepackage[capitalise,nameinlink,noabbrev]{cleveref} % automatically inserts Fig. X in the text with \cref{..}
-
-\usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes}
-
-\usepackage{graphicx}
-\graphicspath{ {./images/} }
-
-% if you need mathy stuff
-\newtheorem{lem}{Lemma}
-\crefname{lem}{Lemma}{Lemmas}
-\newtheorem{thm}{Theorem}
-\crefname{thm}{Theorem}{Theorems}
-\newtheorem{defs}{Definition}
-\crefname{defs}{Def.}{Defs.}
-
-\usepackage{blindtext}
-
-%\usepackage{tudscrsupervisor} % if you want to copy the sources of the task description into the thesis
-
-\usepackage{csquotes}
-
-
-
-\usepackage{caption}
-\captionsetup{font=sf,labelfont=bf,labelsep=space}
-\usepackage{floatrow}
-\floatsetup{font=sf}
-\floatsetup[table]{style=plaintop}
-\captionsetup{singlelinecheck=off,format=hang,justification=raggedright}
-\DeclareCaptionSubType[alph]{figure}
-\DeclareCaptionSubType[alph]{table}
-\captionsetup[subfloat]{labelformat=brace,list=off}
-
-\usepackage{booktabs}
-\usepackage{array}
-\usepackage{tabularx}
-\usepackage{tabulary}
-\usepackage{tabu}
-\usepackage{longtable}
-
-\usepackage{quoting}
-
-\usepackage[babel]{microtype}
-
-\usepackage{xfrac}
-
-\usepackage{enumitem}
-\setlist[itemize]{noitemsep}
-
-\usepackage{ellipsis}
-\let\ellipsispunctuation\relax
-
-\input{lst.tex}
-
-\begin{document}
-
-\faculty{Fakultät Informatik}
-\department{}
-\institute{Institut für Software- und Multimediatechnik}
-\chair{Lehrstuhl für Softwaretechnologie}
-\title{%
-    Automated Testing of OpenAPI Interfaces Using Attribute Grammars
-}
-
-%% for a bachelor thesis
-\thesis{bachelor}
-\graduation[B.Sc.]{Bachelor of Science}
-
-% for a master thesis
-%\thesis{master}
-%\graduation[M.Sc.]{Master of Science}
-
-% for a diploma thesis
-%\thesis{diploma}
-%\graduation[Dipl.Inf.]{Diplom-Informatiker}
-
-\author{Jueun Park}
-\emailaddress[]{jueun.park@mailbox.tu-dresden.de}
-\matriculationnumber{4729331}
-\matriculationyear{2017}
-\dateofbirth{16.6.1998}
-\placeofbirth{Seoul, Korea Republic}
-%\discipline{Distributed Systems Engineering}
-
-\course{Medieninformatik}
-
-\supervisor{%
-    Dipl.-Inf. ABC XYZ%
-    \and Dr. Sebastian Götz%
-}
-\professor{Prof. Dr. rer. nat habil. Uwe Aßmann}
-\date{10.10.2018}
-\maketitle
-\newpage
-
-\tableofcontents
-\listoffigures
-\listoftables
-
-\input{sections/introduction}
-\input{sections/background}
-\input{sections/grundlagen.tex}
-\input{sections/problem.tex}
-\input{sections/eval.tex}
-\input{sections/zusammenfassung.tex}
-
-\printbibliography[heading=bibintoc]\label{sec:bibliography}
-
-\appendix
-\input{sections/appendix}
-
-\confirmation
-
-\end{document}