Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bachelor-thesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jueun Park
bachelor-thesis
Commits
85426859
Commit
85426859
authored
1 year ago
by
Jueun Park
Browse files
Options
Downloads
Patches
Plain Diff
Delete deprecated copy files
parent
ad7954d1
No related branches found
No related tags found
No related merge requests found
Pipeline
#17920
passed with warnings
1 year ago
Stage: build
Stage: diff
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
thesis-copy.pdf
+0
-0
0 additions, 0 deletions
thesis-copy.pdf
thesis-copy.tex
+0
-139
0 additions, 139 deletions
thesis-copy.tex
with
0 additions
and
139 deletions
thesis-copy.pdf
deleted
100644 → 0
+
0
−
0
View file @
ad7954d1
File deleted
This diff is collapsed.
Click to expand it.
thesis-copy.tex
deleted
100644 → 0
+
0
−
139
View file @
ad7954d1
% 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}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment