diff --git a/documentation/design-documentation/.gitkeep b/documentation/design-documentation/.gitkeep
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/documentation/design-documentation/Dockerfile.local b/documentation/design-documentation/Dockerfile.local
deleted file mode 100644
index 7a3ba0ee0d37e404a3a6038c8a63d72c8c761595..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/Dockerfile.local
+++ /dev/null
@@ -1,22 +0,0 @@
-FROM ubuntu:16.04
-
-MAINTAINER mbredel "https://github.com/mbredel"
-
-# Install packages for building the LaTeX template.
-RUN apt-get -qq update && apt-get install -y --no-install-recommends \
-    make \
-    apt-utils \
-    ghostscript \
-    texlive \
-    texlive-bibtex-extra \
-    texlive-fonts-extra \
-    texlive-lang-english \
-    texlive-lang-german \
-    texlive-latex-extra \
-    texlive-math-extra \
-    texlive-publishers \
-    texlive-science \
-    chktex
-
-# Command to actually build the LaTeX code.
-CMD ["make", "--directory", "/thesis-template/", "publish"]
diff --git a/documentation/design-documentation/Dockerfile.travis b/documentation/design-documentation/Dockerfile.travis
deleted file mode 100644
index 25135159af05564b87eac8e5d513214ad174c0ea..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/Dockerfile.travis
+++ /dev/null
@@ -1,21 +0,0 @@
-FROM ubuntu:16.04
-
-MAINTAINER mbredel "https://github.com/mbredel"
-
-# Install packages for building the LaTeX template.
-RUN apt-get -qq update && apt-get install -y --no-install-recommends \
-    make \
-    apt-utils \
-    texlive \
-    texlive-bibtex-extra \
-    texlive-fonts-extra \
-    texlive-lang-english \
-    texlive-lang-german \
-    texlive-latex-extra \
-    texlive-math-extra \
-    texlive-publishers \
-    texlive-science \
-    chktex
-
-# Command to actually build the LaTeX code.
-CMD ["make", "--directory", "/thesis-template/", "test"]
diff --git a/documentation/design-documentation/LICENSE b/documentation/design-documentation/LICENSE
deleted file mode 100644
index 9cecc1d4669ee8af2ca727a5d8cde10cd8b2d7cc..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    {one line to give the program's name and a brief idea of what it does.}
-    Copyright (C) {year}  {name of author}
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    {project}  Copyright (C) {year}  {fullname}
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/documentation/design-documentation/Makefile b/documentation/design-documentation/Makefile
deleted file mode 100644
index 2b493c28f1b05d6b7ad716a9e1795e114f6d3c85..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-MASTER  = thesis
-VERSION = v4.4
-NAME    = Max
-SURNAME = Mustermann
-
-all: clean
-	@pdflatex ${MASTER}.tex
-	@test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex ) || echo "No Bibtex"
-	@pdflatex ${MASTER}.tex
-
-publish: all
-	@ps2pdf14 -dPDFSETTINGS=/prepress ${MASTER}.pdf
-	@mv ${MASTER}.pdf.pdf ${MASTER}.pdf
-
-clean:
-	@rm -rf *run.xml *-blx.bib *.aux *.bbl *.blg *.brf *.log *.lof *.lot *.lol *.out *.tcp *.toc *.tps *.bak *.backup *.pdfsync *.synctex.gz *.*~
-	@for i in run.xml -blx.bib aux bbl blg brf log lof lot lol out tcp toc tps bak backup pdfsync synctex.gz; do find . -name *.$$i -exec rm -f {} + ; done
-	@find . -name *.*~ -exec rm -f {} +
-
-cleanall: clean
-	@rm *.pdf
-
-test: clean
-	@pdflatex -interaction=nonstopmode -halt-on-error ${MASTER}.tex
-	@test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex ) || echo "No Bibtex" 
-	@pdflatex ${MASTER}.tex
-
-bz2: clean
-	@echo 'creating package including Docs'
-	@tar --exclude-vcs -cf `pwd`/../${MASTER}-${NAME}_${SURNAME}-${VERSION}-`date +%Y%m%d`.tar `pwd`/../`pwd | sed "s,^\(.*/\)\?\([^/]*\),\2,"`
-	@bzip2 `pwd`/../${MASTER}-${NAME}_${SURNAME}-${VERSION}-`date +%Y%m%d`.tar
-
-bz2-small: clean
-	@echo 'creating package excluding Docs'
-	@tar --exclude-vcs --exclude=Docs -cf `pwd`/../${MASTER}-${NAME}_${SURNAME}-${VERSION}-`date +%Y%m%d`_small.tar `pwd`/../`pwd | sed "s,^\(.*/\)\?\([^/]*\),\2,"`
-	@bzip2 `pwd`/../${MASTER}-${NAME}_${SURNAME}-${VERSION}-`date +%Y%m%d`_small.tar
diff --git a/documentation/design-documentation/README.md b/documentation/design-documentation/README.md
deleted file mode 100644
index b423e2555aa76c0bd21b966448a0a2e979c41c39..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/README.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# Project Description
-
-The project Beachhead has the goal to design, implement, and test a minimalist 
-network controller that is able to provision, to manange and to control networks
-based on Ethernet, Internet Protocol and optical WAN. 
-
-We use the term network controller, as the outcome does not have to be a SDN
-controller per se. Such a network controller may be used in settings where there
-is no SDN protocol used, but just other tools to handle networks. For instance,
-it may be completely possible to run a network solely with some traffic
-sniffing, a database to keep track of hosts etc, and an ssh interface to some
-network elements to get things handled. 
-
-NB: The term "handled" is used to convey the meaning of provisioning, managing,
-and controlling networks and network elements. 
-
-## Why is it Project Beachhead
-
-There is already a number of different network controllers, some of them 
-labelled Software Defined Network (SDN) or Intent Based Networking (IBN), that
-are being developed and potentially used in production environments. However, 
-in "our" experience such controllers are either outdated, as they are not
-maintained anymore, or overly complex in maintaining and operating. 
-
-Nonetheless, the impression in the telecommunications market, at least in
-Germany, is that the SDN approach has been filled with "life" by the existing 
-SDN controller implementations. Thus not leaving space for other alternative
-SDN or in general network controllers. The beaches are full. 
-
-This project has the intent to create a new network controller and bringing it
-to the shores of network (AKA the beaches). Thus the intention is to create a 
-Beachhead.
\ No newline at end of file
diff --git a/documentation/design-documentation/chapters/.DS_Store b/documentation/design-documentation/chapters/.DS_Store
deleted file mode 100644
index 30fe0ae0ed6a99095a532f75a31bcced35920a24..0000000000000000000000000000000000000000
Binary files a/documentation/design-documentation/chapters/.DS_Store and /dev/null differ
diff --git a/documentation/design-documentation/chapters/examples/appendix01.tex b/documentation/design-documentation/chapters/examples/appendix01.tex
deleted file mode 100644
index c485b000c90f1b57c0f0fd0a3cea43147904dc10..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/examples/appendix01.tex
+++ /dev/null
@@ -1,361 +0,0 @@
-%************************************************
-\chapter{Introduction to the ClassicThesis style}\label{ch:classicthesis}
-%************************************************
-The ClassicThesis bundle for \LaTeX\ has two goals:
-\begin{enumerate}
-    \item Provide students with an easy-to-use template for their
-    Master's
-    or PhD thesis. (Though it might also be used by other types of
-    authors
-    for reports, books, etc.)
-    \item Provide a classic, high-quality typographic style that is
-    inspired by \citeauthor{bringhurst:2002}'s ``\emph{The Elements of
-    Typographic Style}'' \citep{bringhurst:2002}.
-    \marginpar{\myTitle \myVersion}
-\end{enumerate}
-The bundle is configured to run with a \emph{full}
-MiK\TeX\ or \TeX Live\footnote{See the file \texttt{LISTOFFILES} for
-needed packages. Furthermore, \texttt{classicthesis}
-works with most other distributions and, thus, with most systems
-\LaTeX\ is available for.}
-installation right away and, therefore, it uses only freely available
-fonts. (Minion fans can easily adjust the style to their needs.)
-
-People interested only in the nice style and not the whole bundle can
-now use the style stand-alone via the file \texttt{classicthesis.sty}.
-This works now also with ``plain'' \LaTeX.
-
-As of version 3.0, \texttt{classicthesis} can also be easily used with
-\mLyX\footnote{\url{http://www.lyx.org}} thanks to Nicholas Mariette
-and Ivo Pletikosić. The \mLyX\ version of this manual will contain
-more information on the details.
-
-This should enable anyone with a basic knowledge of \LaTeXe\ or \mLyX\ to
-produce beautiful documents without too much effort. In the end, this
-is my overall goal: more beautiful documents, especially theses, as I
-am tired of seeing so many ugly ones.
-
-The whole template and the used style is released under the
-\acsfont{GNU} General Public License.
-
-If you like the style then I would appreciate a postcard:
-\begin{center}
-    André Miede \\
-    Detmolder Straße 32 \\
-    31737 Rinteln \\
-    Germany
-\end{center}
-The postcards I received so far are available at:
-\begin{center}
-    \url{http://postcards.miede.de}
-\end{center}
-\marginpar{A well-balanced line width improves the legibility of
-the text. That's what typography is all about, right?}
-So far, many theses, some books, and several other publications have
-been typeset successfully with it. If you are interested in some
-typographic details behind it, enjoy Robert Bringhurst's wonderful book.
-% \citep{bringhurst:2002}.
-
-\paragraph{Important Note:} Some things of this style might look
-unusual at first glance, many people feel so in the beginning.
-However, all things are intentionally designed to be as they are,
-especially these:
-\begin{itemize}
-    \item No bold fonts are used. Italics or spaced small caps do the
-    job quite well.
-    \item The size of the text body is intentionally shaped like it
-    is. It supports both legibility and allows a reasonable amount of
-    information to be on a page. And, no: the lines are not too short.
-    \item The tables intentionally do not use vertical or double
-    rules. See the documentation for the \texttt{booktabs} package for
-    a nice discussion of this topic.\footnote{To be found online at
-    \url{http://mirror.ctan.org/macros/latex/contrib/booktabs/}.}
-    \item And last but not least, to provide the reader with a way
-    easier access to page numbers in the table of contents, the page
-    numbers are right behind the titles. Yes, they are \emph{not}
-    neatly aligned at the right side and they are \emph{not} connected
-    with dots that help the eye to bridge a distance that is not
-    necessary. If you are still not convinced: is your reader
-    interested in the page number or does she want to sum the numbers
-    up?
-\end{itemize}
-Therefore, please do not break the beauty of the style by changing
-these things unless you really know what you are doing! Please.
-
-\paragraph{Yet Another Important Note:} Since \texttt{classicthesis}'
-first release in 2006, many things have changed in the \LaTeX\ world.
-Trying to keep up-to-date, \texttt{classicthesis} grew and evolved
-into many directions, trying to stay (some kind of) stable and be
-compatible with its port to \mLyX. However, there are still many
-remains from older times in the code, many dirty workarounds here and
-there, and several other things I am absolutely not proud of (for
-example my unwise combination of \acsfont{KOMA} and
-\texttt{titlesec} etc.).
-\graffito{An outlook into the future of \texttt{classicthesis}.}
-
-Currently, I am looking into how to completely re-design and
-re-implement \texttt{classicthesis} making it easier to maintain and
-to use. As a general idea, \texttt{classicthesis.sty} should be
-developed and distributed separately from the template bundle itself.
-Excellent spin-offs such as \texttt{arsclassica} could also be
-integrated (with permission by their authors) as format configurations.
-Also, current trends of \texttt{microtype}, \texttt{fontspec}, etc.
-should be included as well. As I am not really into deep
-\LaTeX\ programming,
-I will reach out to the \LaTeX\ community for their expertise and help.
-
-
-\section{Organization}
-A very important factor for successful thesis writing is the
-organization of the material. This template suggests a structure as
-the following:
-\begin{itemize}
-    \marginpar{You can use these margins for summaries of the text
-    body\dots}
-    \item\texttt{Chapters/} is where all the ``real'' content goes in
-    separate files such as \texttt{Chapter01.tex} etc.
-    % \item\texttt{Examples/} is where you store all listings and other
-    % examples you want to use for your text.
-    \item\texttt{FrontBackMatter/} is where all the stuff goes that
-    surrounds the ``real'' content, such as the acknowledgments,
-    dedication, etc.
-    \item\texttt{gfx/} is where you put all the graphics you use in
-    the thesis. Maybe they should be organized into subfolders
-    depending on the chapter they are used in, if you have a lot of
-    graphics.
-    \item\texttt{Bibliography.bib}: the Bib\TeX\ database to organize
-    all the references you might want to cite.
-    \item\texttt{classicthesis.sty}: the style definition to get this
-    awesome look and feel. Does not only work with this thesis template
-    but also on its own (see folder \texttt{Examples}). Bonus: works
-    with both \LaTeX\ and \textsc{pdf}\LaTeX\dots and \mLyX.
-    % \item\texttt{ClassicThesis.tcp} a \TeX nicCenter project file.
-    Great tool and it's free!
-    \item\texttt{ClassicThesis.tex}: the main file of your thesis
-    where all gets bundled together.
-    \item\texttt{classicthesis-config.tex}: a central place to load all
-    nifty packages that are used. % In there, you can also activate
-    % backrefs in order to have information in the bibliography about
-    % where a source was cited in the text (\ie, the page number).
-
-    \emph{Make your changes and adjustments here.} This means that you
-    specify here the options you want to load \texttt{classicthesis.sty}
-    with. You also adjust the title of your thesis, your name, and all
-    similar information here. Refer to \autoref{sec:custom} for more
-    information.
-
-    This had to change as of version 3.0 in order to enable an easy
-    transition from the ``basic'' style to \mLyX.
-\end{itemize}
-In total, this should get you started in no time.
-
-
-\clearpage
-\section{Style Options}\label{sec:options}
-There are a couple of options for \texttt{classicthesis.sty} that
-allow for a bit of freedom concerning the layout:
-\marginpar{\dots or your supervisor might use the margins for some
-    comments of her own while reading.}
-\begin{itemize}
-    \item General:
-        \begin{itemize}
-            \item\texttt{drafting}: prints the date and time at the bottom of
-            each page, so you always know which version you are dealing with.
-            Might come in handy not to give your Prof. that old draft.
-        \end{itemize}
-
-    \item Parts and Chapters:
-        \begin{itemize}
-            \item\texttt{parts}: if you use Part divisions for your document,
-            you should choose this option. (Cannot be used together with
-            \texttt{nochapters}.)
-
-            \item\texttt{linedheaders}: changes the look of the chapter
-            headings a bit by adding a horizontal line above the chapter
-            title. The chapter number will also be moved to the top of the
-            page, above the chapter title.
-        \end{itemize}
-
-    \item Typography:
-        \begin{itemize}
-            \item\texttt{eulerchapternumbers}: use figures from Hermann Zapf's
-            Euler math font for the chapter numbers. By default, old style
-            figures from the Palatino font are used.
-
-            \item\texttt{beramono}: loads Bera Mono as typewriter font.
-            (Default setting is using the standard CM typewriter font.)
-
-            \item\texttt{eulermath}: loads the awesome Euler fonts for math.
-            Pala\-tino is used as default font.
-        \end{itemize}
-
-    \marginpar{Options are enabled via \texttt{option=true}}
-
-    \item Table of Contents:
-        \begin{itemize}
-            \item\texttt{tocaligned}: aligns the whole table of contents on
-            the left side. Some people like that, some don't.
-
-            \item\texttt{dottedtoc}: sets pagenumbers flushed right in the
-            table of contents.
-
-            \item\texttt{manychapters}: if you need more than nine chapters for
-            your document, you might not be happy with the spacing between the
-            chapter number and the chapter title in the Table of Contents.
-            This option allows for additional space in this context.
-            However, it does not look as ``perfect'' if you use
-            \verb|\parts| for structuring your document.
-        \end{itemize}
-
-    \item Floats:
-        \begin{itemize}
-            \item\texttt{listings}: loads the \texttt{listings} package (if not
-            already done) and configures the List of Listings accordingly.
-
-            \item\texttt{floatperchapter}: activates numbering per chapter for
-            all floats such as figures, tables, and listings (if used).
-        \end{itemize}
-
-\end{itemize}
-
-Furthermore, pre-defined margins for different paper sizes are available, \eg, \texttt{a4paper}, \texttt{a5paper}, and \texttt{letterpaper}. These are based on your chosen option of \verb|\documentclass|.
-
-The best way to figure these options out is to try the different
-possibilities and see what you and your supervisor like best.
-
-In order to make things easier, \texttt{classicthesis-config.tex}
-contains some useful commands that might help you.
-
-
-\section{Customization}\label{sec:custom}
-%(As of v3.0, the Classic Thesis Style for \LaTeX{} and \mLyX{} share
-%the same two \texttt{.sty} files.)
-This section will show you some hints how to adapt
-\texttt{classicthesis} to your needs.
-
-The file \texttt{classicthesis.sty}
-contains the core functionality of the style and in most cases will
-be left intact, whereas the file \texttt{classic\-thesis-config.tex}
-is used for some common user customizations.
-
-The first customization you are about to make is to alter the document
-title, author name, and other thesis details. In order to do this, replace
-the data in the following lines of \texttt{classicthesis-config.tex:}%
-\marginpar{Modifications in \texttt{classic\-thesis-config.tex}%
-}
-
-\begin{lstlisting}
-    % **************************************************
-    % 2. Personal data and user ad-hoc commands
-    % **************************************************
-    \newcommand{\myTitle}{A Classic Thesis Style\xspace}
-    \newcommand{\mySubtitle}{An Homage to...\xspace}
-\end{lstlisting}
-
-Further customization can be made in \texttt{classicthesis-config.tex}
-by choosing the options to \texttt{classicthesis.sty}
-(see~\autoref{sec:options}) in a line that looks like this:
-
-\begin{lstlisting}
-  \PassOptionsToPackage{
-    drafting=true,    % print version information on the bottom of the pages
-    tocaligned=false, % the left column of the toc will be aligned (no indentation)
-    dottedtoc=false,  % page numbers in ToC flushed right
-    parts=true,       % use part division
-    eulerchapternumbers=true, % use AMS Euler for chapter font (otherwise Palatino)
-    linedheaders=false,       % chaper headers will have line above and beneath
-    floatperchapter=true,     % numbering per chapter for all floats (i.e., Figure 1.1)
-    listings=true,    % load listings package and setup LoL
-    subfig=true,      % setup for preloaded subfig package
-    eulermath=false,  % use awesome Euler fonts for mathematical formulae (only with pdfLaTeX)
-    beramono=true,    % toggle a nice monospaced font (w/ bold)
-    minionpro=false   % setup for minion pro font; use minion pro small caps as well (only with pdfLaTeX)
-  }{classicthesis}
-\end{lstlisting}
-
-Many other customizations in \texttt{classicthesis-config.tex} are
-possible, but you should be careful making changes there, since some
-changes could cause errors.
-
-% Finally, changes can be made in the file \texttt{classicthesis.sty},%
-% \marginpar{Modifications in \texttt{classicthesis.sty}%
-% } although this is mostly not designed for user customization. The
-% main change that might be made here is the text-block size, for example,
-% to get longer lines of text.
-
-
-\section{Issues}\label{sec:issues}
-This section will list some information about problems using
-\texttt{classic\-thesis} in general or using it with other packages.
-
-Beta versions of \texttt{classicthesis} can be found at Bitbucket:
-\begin{center}
-    \url{https://bitbucket.org/amiede/classicthesis/}
-\end{center}
-There, you can also post serious bugs and problems you encounter.
-
-
-\section{Future Work}
-So far, this is a quite stable version that served a couple of people
-well during their thesis time. However, some things are still not as
-they should be. Proper documentation in the standard format is still
-missing. In the long run, the style should probably be published
-separately, with the template bundle being only an application of the
-style. Alas, there is no time for that at the moment\dots it could be
-a nice task for a small group of \LaTeX nicians.
-
-Please do not send me email with questions concerning \LaTeX\ or the
-template, as I do not have time for an answer. But if you have
-comments, suggestions, or improvements for the style or the template
-in general, do not hesitate to write them on that postcard of yours.
-
-
-\section{Beyond a Thesis}
-The layout of \texttt{classicthesis.sty} can be easily used without the
-framework of this template. A few examples where it was used to typeset
-an article, a book or a curriculum vitae can be found in the folder
-\texttt{Examples}. The examples have been tested with
-\texttt{latex} and \texttt{pdflatex} and are easy to compile. To
-encourage you even more, PDFs built from the sources can be found in the
-same folder.
-
-
-\section{License}
-\paragraph{GNU General Public License:} This program is free software;
-you can redistribute it and/or modify
-it under the terms of the \acsfont{GNU} General Public License as
-published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but \emph{without any warranty}; without even the implied warranty of
-\emph{merchant\-ability} or \emph{fitness for a particular purpose}.
-See the
-\acsfont{GNU} General Public License for more details.
-
-You should have received a copy of the \acsfont{GNU} General
-Public License
-along with this program; see the file \texttt{COPYING}.  If not,
-write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
-
-\paragraph{classichthesis Authors' note:} There have been some discussions about the GPL's implications on using \texttt{classicthesis} for theses etc. Details can be found here:
-\begin{center}
-  \url{https://bitbucket.org/amiede/classicthesis/issues/123/}
-\end{center}
-
-We chose (and currently stick with) the GPL because we would not like to compete with proprietary modified versions of our own work. However, the whole template is free as free beer and free speech. We will not demand the sources for theses, books, CVs, etc. that were created using \texttt{classicthesis}.
-
-Postcards are still highly appreciated.
-
-
-
-
-
-%*****************************************
-%*****************************************
-%*****************************************
-%*****************************************
-%*****************************************
diff --git a/documentation/design-documentation/chapters/examples/appendix02.tex b/documentation/design-documentation/chapters/examples/appendix02.tex
deleted file mode 100644
index 586f763f68d8a74f4f478ebbf509158e3c9ce5db..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/examples/appendix02.tex
+++ /dev/null
@@ -1,73 +0,0 @@
-%********************************************************************
-% Appendix
-%*******************************************************
-% If problems with the headers: get headings in appendix etc. right
-%\markboth{\spacedlowsmallcaps{Appendix}}{\spacedlowsmallcaps{Appendix}}
-\chapter{Appendix Test}
-Lorem ipsum at nusquam appellantur his, ut eos erant homero
-concludaturque. Albucius appellantur deterruisset id eam, vivendum
-partiendo dissentiet ei ius. Vis melius facilisis ea, sea id convenire
-referrentur, takimata adolescens ex duo. Ei harum argumentum per. Eam
-vidit exerci appetere ad, ut vel zzril intellegam interpretaris.
-\graffito{More dummy text.}
-
-%Errem omnium ea per, pro congue populo ornatus cu, ex qui dicant
-%nemore melius. No pri diam iriure euismod. Graecis eleifend
-%appellantur quo id. Id corpora inimicus nam, facer nonummy ne pro,
-%kasd repudiandae ei mei. Mea menandri mediocrem dissentiet cu, ex
-%nominati imperdiet nec, sea odio duis vocent ei. Tempor everti
-%appareat cu ius, ridens audiam an qui, aliquid admodum conceptam ne
-%qui. Vis ea melius nostrum, mel alienum euripidis eu.
-
-\section{Appendix Section Test}
-Test: \autoref{tab:moreexample} (This reference should have a
-lowercase, small caps \spacedlowsmallcaps{A} if the option
-\texttt{floatperchapter} is activated, just as in the table itself
- $\rightarrow$ however, this does not work at the moment.)
-
-\begin{table}[h]
-    \myfloatalign
-    \begin{tabularx}{\textwidth}{Xll} \toprule
-        \tableheadline{labitur bonorum pri no} & \tableheadline{que vista}
-        & \tableheadline{human} \\ \midrule
-        fastidii ea ius & germano &  demonstratea \\
-        suscipit instructior & titulo & personas \\
-        %postulant quo & westeuropee & sanctificatec \\
-        \midrule
-        quaestio philosophia & facto & demonstrated \\
-        %autem vulputate ex & parola & romanic \\
-        %usu mucius iisque & studio & sanctificatef \\
-        \bottomrule
-    \end{tabularx}
-    \caption[Autem usu id]{Autem usu id.}
-    \label{tab:moreexample}
-\end{table}
-
-%Nulla fastidii ea ius, exerci suscipit instructior te nam, in ullum
-%postulant quo. Congue quaestio philosophia his at, sea odio autem
-%vulputate ex. Cu usu mucius iisque voluptua. Sit maiorum propriae at,
-%ea cum primis intellegat. Hinc cotidieque reprehendunt eu nec. Autem
-%timeam deleniti usu id, in nec nibh altera.
-
-
-
-
-\section{Another Appendix Section Test}
-Equidem detraxit cu nam, vix eu delenit periculis. Eos ut vero
-constituto, no vidit propriae complectitur sea. Diceret nonummy in
-has, no qui eligendi recteque consetetur. Mel eu dictas suscipiantur,
-et sed placerat oporteat. At ipsum electram mei, ad aeque atomorum
-mea. There is also a useless Pascal listing below: \autoref{lst:useless}.
-
-\begin{lstlisting}[float=b,language=Pascal,frame=tb,caption={A floating example (\texttt{listings} manual)},label=lst:useless]
-for i:=maxint downto 0 do
-begin
-{ do nothing }
-end;
-\end{lstlisting}
-
-%Ei solet nemore consectetuer nam. Ad eam porro impetus, te choro omnes
-%evertitur mel. Molestie conclusionemque vel at, no qui omittam
-%expetenda efficiendi. Eu quo nobis offendit, verterem scriptorem ne
-%vix.
-
diff --git a/documentation/design-documentation/chapters/examples/chapter01.tex b/documentation/design-documentation/chapters/examples/chapter01.tex
deleted file mode 100644
index dff606e08ae869f93a89d03a6e9897bac1bad285..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/examples/chapter01.tex
+++ /dev/null
@@ -1,29 +0,0 @@
-\chapter{Einleitung}
-\label{ch:intro}
-Lorem ipsum at nusquam appellantur his, labitur bonorum pri no \citep{dueck:trio}. His no decore nemore graecis. In eos meis nominavi, liber soluta vim cu. Sea commune suavitate interpretaris eu, vix eu libris efficiantur.
-
-%
-% Section: Motivation
-%
-\section{Motivation}
-\label{sec:intro:motivation}
-\graffito{Note: The content of this chapter is just some dummy text. It is not a real language.}
-Illo principalmente su nos. Non message \emph{occidental} angloromanic da. Debitas effortio simplificate sia se, auxiliar summarios da que, se avantiate publicationes via. Pan in terra summarios, capital interlingua se que. Al via multo esser specimen, campo responder que da. Le usate medical addresses pro, europa origine sanctificate nos se. Cras faucibus, leo ac adipiscing adipiscing, erat justo vulputate arcu, non sollicitudin ipsum dolor eget lectus. Nulla sed mi non ipsum varius consequat sit amet nec ipsum. Donec ac elit id nibh pretium pulvinar non ut ipsum. Integer congue iaculis augue ac porttitor. Suspendisse sed enim ac eros hendrerit adipiscing. Integer elit libero, lacinia vitae pharetra a, ullamcorper vitae metus. In tempor, est id imperdiet pulvinar, tellus nibh lacinia diam, a eleifend dui lectus non turpis.
-
-%
-% Section: Ziele
-%
-\section{Ziel der Arbeit}
-\label{sec:intro:goal}
-Ei choro aeterno antiopam mea, ut eos erant homero concludaturque. Albucius appellantur deterruisset id eam, vivendum partiendo dissentiet ei ius. Vis melius facilisis ea, sea id convenire referrentur, takimata adolescens ex duo. Ei harum argumentum per. Eam vidit exerci appetere ad, ut vel zzril intellegam interpretaris.
-
-Errem omnium ea per, pro \ac{UML} congue populo ornatus cu, ex qui dicant nemore melius. No pri diam iriure euismod. Graecis eleifend appellantur quo id. Id corpora inimicus nam, facer nonummy ne pro, kasd repudiandae ei mei. Mea menandri mediocrem dissentiet cu, ex nominati imperdiet nec, sea odio duis vocent ei. Tempor everti appareat cu ius, ridens audiam an qui, aliquid admodum conceptam ne qui. Vis ea melius nostrum, mel alienum ac elit id nibh pretium pulvina euripidis eu.
-
-Ei choro aeterno antiopam mea, labitur bonorum pri no. His no decore nemore graecis. In eos meis nominavi, liber soluta vim cu. Integer consectetur, mi congue feugiat rhoncus, ante libero consectetur eros, et interdum nulla velit non velit. Mauris pharetra venenatis porttitor. Suspendisse et risus at dui gravida hendrerit. Aenean auctor interdum sodales. Etiam tortor orci, scelerisque in gravida eu, varius a massa. Ut sem odio, commodo id pharetra eu, dictum vitae. 
-
-%
-% Section: Struktur der Arbeit
-%
-\section{Gliederung}
-\label{sec:intro:structure}
-Nulla fastidii ea ius, exerci suscipit instructior te nam, in ullum postulant quo. Congue quaestio philosophia his at, sea odio autem vulputate ex. Cu usu mucius iisque voluptua. Sit maiorum propriae at, ea cum \ac{API} primis intellegat. Hinc cotidieque reprehendunt eu nec. Autem timeam deleniti usu id, in nec nibh altera.
diff --git a/documentation/design-documentation/chapters/examples/chapter02.tex b/documentation/design-documentation/chapters/examples/chapter02.tex
deleted file mode 100644
index 719f705554fd1ca3723e80afacd5197d2cfdcb12..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/examples/chapter02.tex
+++ /dev/null
@@ -1,41 +0,0 @@
-\chapter{Grundlagen und verwandte Arbeiten}
-\label{ch:background}
-Non vices medical da. Se qui peano distinguer demonstrate, personas internet in nos. Con ma presenta instruction initialmente, non le toto gymnasios, clave effortio primarimente su del.\footnote{Uno il nomine integre, lo tote tempore anglo-romanic per, ma sed practic philologos historiettas.} Nullam facilisis, massa ut faucibus vulputate, enim velit luctus nulla, a elementum ipsum metus eu sem. Sed a auctor quam. Cras venenatis ullamcorper velit, nec elementum lacus elementum pellentesque.
-
-%
-% Section: Der erste Abschnitt
-%
-\section{Der erste Abschnitt des Kapitels}
-\label{sec:background:first_section}
-Sia ma sine svedese americas. Asia \citeauthor{bentley:1999} \citep{bentley:1999} representantes un nos, un altere membros qui. De web nostre historia angloromanic. Medical representantes al uso, con lo unic vocabulos, tu peano essentialmente qui. Lo malo laborava anteriormente uso.
-
-\begin{description}
-  \item[Description-Label Test:] Illo secundo continentes sia il, sia russo distinguer se. Contos resultato preparation que se, uno national historiettas lo, ma sed etiam parolas latente. Ma unic quales sia. Pan in patre altere summario, le pro latino resultato.
-  \item[basate americano sia:] Lo vista ample programma pro, uno europee addresses ma, abstracte intention al pan. Nos duce infra publicava le. Es que historia encyclopedia, sed terra celos avantiate in. Su pro effortio appellate, o.
-  \item[Cras venenatis:] Purus et posuere lacinia, nisl sapien dapibus metus, a ornare enim odio in ipsum. Quisque imperdiet nibh metus, in fringilla tellus. Duis varius dui eget orci commodo ac sollicitudin est placerat. Cras varius tincidunt arcu, quis imperdiet nibh rhoncus vel. Sed non justo orci, non accumsan felis. Maecenas condimentum convallis. 
-\end{description}
-Tu uno veni americano sanctificate. Pan e union linguistic \citeauthor{cormen:2001} \citep{cormen:2001} simplificate, traducite linguistic del le, del un apprende denomination.
-
-\subsection{Ein Unterabschnitt}
-\label{subsec:background:first_section:first_subsection}
-Uno pote summario methodicamente al, uso debe nomina hereditage ma. Iala rapide ha del, ma nos esser parlar. Maximo dictionario sed al. Aenean posuere, enim in ultricies facilisis, ligula lacus eleifend eros, accumsan commodo metus justo placerat justo. Donec sit amet mauris dolor, at imperdiet lacus. In laoreet pretium condimentum. Proin ut varius diam. Fusce ipsum ipsum, elementum id porttitor at, pharetra congue nisi.
-
-\subsection{Ein weiterer Unterabschnitt}
-\label{subsec:background:first_section:second_subsection}
-Deler utilitate methodicamente con se. Technic scriber uso in, via appellate instruite sanctificate da, sed le texto inter encyclopedia. Ha iste americas que, qui ma tempore capital. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Proin vitae urna id metus vestibulum lobortis. Duis rhoncus pulvinar massa, eget venenatis justo dapibus sed. 
-
-%
-% Section: Der Zweite Abschnitt
-%
-\section{Ein zweiter Abschnitt}
-\label{sec:background:second_section}
-Phasellus ut ipsum nulla, vitae venenatis augue. Suspendisse potenti. Mauris suscipit justo a dolor laoreet lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aliquam commodo commodo dui, nec auctor mi malesuada et. Aenean tortor erat, semper eu ullamcorper non, dignissim sed lectus. Praesent et pretium leo. 
-
-\subsection{Ein Unterabschnitt}
-\label{subsec:background:second_section:first_subsection}
-Vivamus at massa ut turpis dignissim mattis. Vivamus odio metus, venenatis vitae malesuada et, dignissim sed nunc. Mauris a nisl id massa viverra mattis in ultrices odio. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Curabitur quis metus ac sem venenatis dignissim nec.
-
-\subsubsection{Ein Unter-Unterabschnitt}
-\label{ssubsec:background:second_section:first_subsection:first_subsubsection}
-Sed vel ante vel quam commodo cursus. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis non turpis eget quam rutrum scelerisque. Duis nec quam metus. Curabitur purus dui, sagittis vel mattis a, elementum vitae risus. Pellentesque a tellus lacus, id gravida lectus.
-
diff --git a/documentation/design-documentation/chapters/examples/chapter03.tex b/documentation/design-documentation/chapters/examples/chapter03.tex
deleted file mode 100644
index 346a6517da5c219d900c6c9cc1856e79c54f6989..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/examples/chapter03.tex
+++ /dev/null
@@ -1,205 +0,0 @@
-\chapter{Ein weiteres Kapitel}
-\label{ch:chapter03}
-liquam facilisis convallis nibh. Ut accumsan malesuada nisi, eget luctus ante dignissim at. Integer dignissim rutrum feugiat. Mauris sit amet leo id ligula fringilla pharetra. In id neque metus, eu congue libero. Suspendisse egestas imperdiet nulla, in blandit dolor venenatis vel. Quisque quis justo quis quam lobortis blandit. Quisque urna mauris, placerat a pretium eu, placerat vel risus. Donec sollicitudin malesuada cursus. Sed auctor aliquet urna sit amet porta. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. 
-
-%
-% Section: Listen
-%
-\section{Listen}
-\label{sec:chapter03:listen}
-Fusce ac velit arcu, in iaculis urna. Vivamus id nunc nulla, et ornare eros. Mauris convallis tortor eget quam interdum nec adipiscing dui pulvinar. Cras a dolor nunc. Sed tincidunt pharetra consectetur. Sed tortor tortor, pellentesque vitae mattis eu, condimentum vel justo.
-
-\begin{itemize}
- \item Enumeration with bullets
- \item Cras cursus ligula et tellus viverra sit amet accumsan orci consequat. Mauris eget elit enim, in mollis justo. Mauris ornare condimentum varius. Praesent suscipit sagittis eros, at accumsan justo adipiscing vel.
- \item Etiam a orci tellus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam iaculis congue ligula eget lacinia. Proin dapibus elit eu odio egestas dapibus. Etiam nunc dolor, sagittis et volutpat quis, rhoncus a tortor.
-\end{itemize}
-
-Nunc non tortor nisl, sed fringilla est. Sed feugiat, est sed imperdiet aliquam, nisl elit lobortis nisl, sit amet ultrices metus eros vitae metus. Integer tincidunt, nisi id consectetur pharetra, nibh tortor tempus ipsum, id sollicitudin erat lacus at diam. Etiam aliquet venenatis aliquet.
-
-\begin{enumerate}
- \item Enumeration with small numbers
- \item Nulla dapibus, ante ac sagittis molestie, neque nulla venenatis turpis, non scelerisque lorem sapien non turpis. Sed dolor magna, vestibulum imperdiet condimentum vel, imperdiet ac mi. Cras in orci egestas purus rhoncus congue. Cras cursus leo nec turpis laoreet non malesuada est pretium.
- \item Nunc ut tortor massa. Fusce ullamcorper mauris eget tellus egestas faucibus. Ut nec nunc quis lectus iaculis ultrices. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
-\end{enumerate}
-
-Suspendisse dignissim tellus vitae ante ullamcorper luctus. Maecenas consectetur massa a massa vestibulum non egestas ipsum bibendum. Vestibulum porttitor, tortor at porttitor tristique, magna justo vestibulum sapien, a semper augue magna in orci. Mauris pretium laoreet nisi, sit amet ultricies sapien rutrum ut. Suspendisse placerat risus et magna accumsan. Ased fringilla est. Sed feugiat, est sed imperdiet aliquam, nisl elit lobortis nisl, sit amet ultrices metus eros vitae metus. Integer tincidunt, nisi id consectetur pharetra, nibh tortor tempus ipsum, id sollicitudin erat lacus at diam. Etiam aliquet venenatis aliquet. Mauris sit amet leo id ligula fringilla pharetra. In id neque metus, eu congue libero. Suspendisse egestas imperdiet nulla, in blandit dolor venenatis vel.
-
-\begin{aenumerate}
- \item Enumeration with small caps (alpha)
- \item Second item ed ac risus dolor, ac molestie tellus. Fusce nulla lacus, viverra vel tempus et, viverra eget augue. Nunc id dui sed velit feugiat tristique. Integer at velit justo, eget ornare nulla.
- \item Suspendisse cursus, nisl non pharetra dapibus, nunc ligula sollicitudin sem, in vehicula leo nunc et neque. Sed lacinia dapibus erat, eu dictum ligula auctor a. Phasellus ut mi sapien, in sodales turpis. Nunc pharetra varius metus eget convallis.
-\end{aenumerate}
-
-Sia ma sine svedese americas. Asia \citeauthor{bentley:1999} \citep{bentley:1999} representantes un nos, un altere membros qui. De web nostre historia angloromanic. Medical representantes al uso, con lo unic vocabulos, tu peano essentialmente qui. Lo malo laborava anteriormente uso.
-
-\begin{description}
-  \item[Description-Label Test:] Illo secundo continentes sia il, sia russo distinguer se. Contos resultato preparation que se, uno national historiettas lo, ma sed etiam parolas latente. Ma unic quales sia. Pan in patre altere summario, le pro latino resultato.
-  \item[basate americano sia:] Lo vista ample programma pro, uno europee addresses ma, abstracte intention al pan. Nos duce infra publicava le. Es que historia encyclopedia, sed terra celos avantiate in. Su pro effortio appellate, o.
-  \item[Cras venenatis:] Purus et posuere lacinia, nisl sapien dapibus metus, a ornare enim odio in ipsum. Quisque imperdiet nibh metus, in fringilla tellus. Duis varius dui eget orci commodo ac sollicitudin est placerat. Cras varius tincidunt arcu, quis imperdiet nibh rhoncus vel. Sed non justo orci, non accumsan felis. Maecenas condimentum convallis.
-\end{description}
-
-%
-% Section: Grafiken
-%
-\section{Grafiken}
-\label{sec:chapter03:grafiken}
-Morbi magna augue, scelerisque in eleifend a, tristique vitae lorem. Vivamus non elementum nisi. Aliquam erat volutpat. Nunc pharetra, tortor ut adipiscing bibendum, orci ipsum mollis felis, ut euismod eros purus at tellus. Sed blandit eros at ante mattis in elementum tortor pharetra. Vivamus molestie mattis orci. Quisque ullamcorper, purus sit amet luctus viverra, turpis arcu imperdiet eros, sit amet viverra nisi ligula ut felis.
-
-\subsection{Einfache Grafiken}
-\label{sec:chapter03:grafiken:simple}
-Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec sed ante odio. Integer semper, nibh id sollicitudin adipiscing, odio elit blandit mi, sit amet luctus mauris velit nec velit. Aenean commodo cursus magna, id mollis sapien gravida eu. Aenean eleifend, leo dignissim sodales mattis, tellus ante tempor nunc, vulputate tristique nisl metus sit amet tellus. Nullam sollicitudin, metus sit amet sagittis interdum, metus purus dapibus lacus, pharetra lobortis erat enim a leo. Suspendisse a augue in purus tempor blandit. Aliquam malesuada porttitor nibh vel adipiscing. In mi est, vulputate nec dapibus quis, pharetra vel lacus. Sed pellentesque egestas pretium. Praesent orci risus, ornare non accumsan id, gravida sed lectus. Mauris fermentum viverra neque at dignissim. Sed consectetur auctor lorem, eget volutpat urna sodales id. Etiam pellentesque velit quis sapien tempus convallis. 
-
-\begin{figure}[htbp]
- \centering
- \includegraphics[width=0.5\textwidth]{gfx/examples/setup}
- \caption{Dies ist eine einfache Grafik}
- \label{fig:chapter03:setup}
-\end{figure}
-
-Aenean blandit neque eget nunc euismod ac dignissim enim euismod. Nullam semper, orci vitae elementum pretium, est lorem sodales justo, id lobortis nunc felis et justo. Cras tortor orci, rhoncus a commodo quis, aliquam eu dui. Donec pulvinar, arcu ornare consequat ultricies, purus dui accumsan massa, id auctor magna justo nec risus. Nulla bibendum, est nec ornare venenatis, lacus diam pretium augue, sed convallis orci sapien vitae lectus. In blandit massa aliquam felis feugiat fringilla.
-
-\subsection{Grafiken mit Subfloat}
-\label{sec:chapter03:grafiken:subfloat}
-Quisque non massa neque. In at placerat lacus. Integer urna augue, laoreet ac mattis sed, posuere ut turpis. Nunc a metus quis elit placerat ultricies vel a eros. Quisque condimentum aliquet fermentum. Integer arcu est, suscipit quis lacinia at, volutpat nec tortor. Proin feugiat tristique est eget luctus. Suspendisse porta mauris sed sapien egestas sit amet volutpat tellus ultricies. Nulla vulputate semper turpis sed blandit. Phasellus at tortor pulvinar nisi luctus gravida.
-
-\begin{figure}[bth]
-  \myfloatalign
-  \subfloat[Asia personas duo.]{
-     \label{fig:chapter03:subfloat:grafik1}
-     \includegraphics[width=.45\linewidth]{gfx/examples/qq-plot_gaus_vs_160}
-   } \quad
-   \subfloat[Pan ma signo.] {
-     \label{fig:chapter03:subfloat:grafik2}
-     \includegraphics[width=.45\linewidth]{gfx/examples/pdf_gaus_vs_uni_vs_10_40_160}
-   } \\
-   \subfloat[Methodicamente o uno.]{
-     \label{fig:chapter03:subfloat:grafik3}
-     \includegraphics[width=.45\linewidth]{gfx/examples/pdf_gaus_vs_uni_vs_10_40_160}
-   } \quad
-   \subfloat[Titulo debitas.]{
-     \label{fig:chapter03:subfloat:grafik4}
-     \includegraphics[width=.45\linewidth]{gfx/examples/qq-plot_gaus_vs_160}
-   }
-   \caption[Subfloat - Figure]{Mit Subfloat lassen sich mehrere Grafiken neben- und untereinander darstellen. Jeder Figure kann dabei mit einem eigenen Text versehen werden.}
-   \label{fig:chapter03:subfloat}
-\end{figure}
-
-
-\subsection{Grafiken mit Minipage}
-\label{sec:chapter03:grafiken:minipage}
-Donec gravida consequat arcu, et mollis tortor posuere vitae. Sed pharetra turpis a ante commodo accumsan. Suspendisse leo nulla, accumsan sit amet dapibus in, posuere eget turpis. Vivamus enim sapien, porta id placerat eget, laoreet sed massa. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
-
-\begin{figure}[htbp]
-  \centering
-  \begin{minipage}[b]{5 cm}
-    \includegraphics[width=\linewidth]{gfx/examples/qq-plot_gaus_vs_160} 
-    \caption{Minipage-Grafik Nummero uno}
-    \label{fig:chapter03:minipage:grafik1}
-  \end{minipage}
-  \begin{minipage}[b]{5 cm}
-    \includegraphics[width=\linewidth]{gfx/examples/pdf_gaus_vs_uni_vs_10_40_160}  
-    \caption{Minipage-Grafik Nummer zwei}
-    \label{fig:chapter03:minipage:grafik2}
-  \end{minipage}
-\end{figure}
-
-In vitae est eget velit mattis lobortis. In hac habitasse platea dictumst. Quisque aliquam quam et justo pellentesque ullamcorper. Curabitur elementum mattis leo facilisis tincidunt. Fusce posuere viverra ultricies. Cras eget velit et ipsum gravida imperdiet et hendrerit orci.
-
-Maecenas fringilla viverra urna ut egestas. Nulla sagittis molestie libero eget luctus. Nulla non odio sit amet magna vehicula tincidunt. Nulla accumsan ornare placerat. In posuere scelerisque quam, sed posuere urna eleifend quis. Pellentesque sed quam quis dui vulputate convallis ut ac diam. In hac habitasse platea dictumst. Donec molestie auctor dapibus. Vivamus in erat risus, ut aliquet diam. Duis vel velit ante, id ullamcorper turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In accumsan ornare tellus a porttitor. Etiam facilisis dui et sem eleifend id luctus nisl scelerisque. Aenean quis commodo libero. Nulla quis semper dolor. 
-
-%
-% Section: Tabellen 
-%
-\section{Tabellen}
-\label{sec:chapter03:tabellen}
-Sed lobortis vestibulum euismod. Vivamus vestibulum gravida nisi vitae condimentum. Nullam nec lacus nibh. Phasellus arcu magna, varius eget viverra a, elementum eu dolor. Aliquam erat volutpat. Sed nibh leo, vestibulum quis lacinia in, vestibulum sollicitudin nulla. In iaculis, purus in imperdiet sagittis, tortor diam pellentesque lectus, eget faucibus ante elit at tortor.
-
-%
-% Section: Listings 
-%
-\section{Listings}
-\label{sec:chapter03:listings}
-Aliquam ut pretium lectus. Curabitur in eros et sapien aliquet luctus ut sit amet eros. Proin et libero non mi venenatis aliquet at sed lorem. Ut sed enim mi, id viverra eros. Cras metus ante, placerat id commodo at, molestie non libero. Aenean eu risus erat, vel consequat metus. Sed malesuada metus sit amet nisl viverra hendrerit.
-
-
-%
-% Section: Equations
-%
-\section{Equations}
-\label{sec:chapter03:equations}
-Pellentesque sed quam quis dui vulputate convallis ut ac diam. In hac habitasse platea dictumst. Donec molestie auctor dapibus. Vivamus in erat risus, ut aliquet diam. Duis vel velit ante, id ullamcorper turpis.
-%
-\begin{equation}
- U = R * I
-\end{equation}
-
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. In accumsan ornare tellus a porttitor. Etiam facilisis dui et sem eleifend id luctus nisl scelerisque. Aenean quis commodo libero. Nulla quis semper dolor.
-%
-\begin{equation}
- I = \frac{U}{R} 
-\end{equation}
-
-In the following we use probability theory to derive closed-form expressions for the fairness that is achieved among $M$ contending stations. We tag station $M$ and denote $K_i$ the inter-transmissions of station $i = 1 \dots M-1$ and let $K = \sum_{i=1}^{M-1} K_i$. The conditional probability $P[K\!=\!k|l]$ can be defined for $M \ge 2$ as
-%
-\begin{equation}
-\mathsf{P}[K\!=\!k|l] = \mathsf{P} \Biggl[\sum_{i=1}^{M-1} K_i = k \Big| l \Biggr]
-\label{eq:chapter03:exactpmf}
-\end{equation}
-%
-where the random variables $K_i$ are the integers that satisfy
-%
-\begin{equation*}
-\sum_{j=1}^{K_i} b_i(j) \le \sum_{j=1}^{l} b_M(j) \;\;\; \textmd{and} \;\;\; \sum_{j=1}^{K_i+1} b_i(j) > \sum_{j=1}^{l} b_M(j) .
-\end{equation*}
-
-
-%
-% Section: Theorem and Proof
-%
-\section{Theorem and Proof}
-\label{sec:chapter03:theorem}
-We use the central limit theorem to derive the long-term fairness. In the sequel, we denote normal random variables $N(\mu,\sigma^2)$ where $\mu$ is the mean and $\sigma^2$ the variance.
-%
-\begin{Theorem}[Gaussian approximation]
-\label{th:chapter03:twostationsgaussian}
-%
-Let the $b_i(j)$ be i.i.d. random variables with mean $\mu$ and variance $\sigma^2$ and let $M=2$. For $k,l \gg 1$ (\ref{eq:chapter03:exactpmf}) is approximately Gaussian where
-%
-\begin{equation*}
-\mathsf{P}[K \!\le\! k|l] \approx \mathsf{P}\biggl[ N(0,1) \le \frac{\mu\,(k-l)}{\sigma\,\sqrt{k+l}} \biggr] .
-\end{equation*}
-%
-\end{Theorem}
-%
-\begin{proof}
-%
-For $M=2$ we have from (\ref{eq:chapter03:exactpmf}) that
-%
-\begin{equation*}
-\mathsf{P}[K \!<\! k|l] = \mathsf{P} \Biggl[\, \sum_{j=1}^k b_1(j) > \sum_{j=1}^l b_2(j) \Biggr]
-\end{equation*}
-%
-and after expansion and some normalization this equals
-%
-\begin{equation*}
-= \mathsf{P}\Biggl[ \frac{\sum_{j=1}^{l}b_2(j) - l\mu}{\sigma\sqrt{l}} - \frac{\sum_{j=1}^{k}b_1(j) - k\mu}{\sigma\sqrt{l}} < \frac{\mu(k-l)}{\sigma\sqrt{l}} \Biggr].
-\end{equation*}
-%
-Using the central limit theorem it follows that
-%
-\begin{equation*}
-\mathsf{P}[K \!<\! k|l] \approx \mathsf{P} \biggl[ N(0,1) - N \biggl(0,\frac{k}{l}\biggr) < \frac{\mu(k-l)}{\sigma\sqrt{l}} \biggr] .
-\end{equation*}
-%
-Since the normal distribution with zero mean is symmetric we can replace the subtraction of $N(0,k/l)$ by addition. Furthermore, the sum of two normal random variables $N(\mu_1, \sigma_1^2)$ and $N(\mu_2, \sigma_2^2)$ is normal with $N(\mu_1+\mu_2, \sigma_1^2+ \sigma_2^2)$ such that
-%
-\begin{equation*}
-\mathsf{P}[K \!<\! k|l] \approx \mathsf{P} \biggl[ N\biggl(0,\frac{k+l}{l}\biggr) < \frac{\mu(k-l)}{\sigma\sqrt{l}} \biggr] .
-\end{equation*}
-%
-Finally, we use that if $X$ is $N(a\mu,a^2\sigma^2)$ then $Y = X/a$ is $N(\mu,\sigma^2)$ with $a^2 = (k+l)/l$ to standardize the result.
-%
-\end{proof}
-
-Th. \ref{th:chapter03:twostationsgaussian} assumes i.i.d. random countdown values. It does, however, not make any assumption about their distribution.
diff --git a/documentation/design-documentation/chapters/recommendations/Makefile b/documentation/design-documentation/chapters/recommendations/Makefile
deleted file mode 100644
index 7168701c23e2f41f117f832e09453ad90599ecb7..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-MASTER  = recommendations
-VERSION = v4.4
-NAME    = Max
-SURNAME = Mustermann
-
-all: clean
-	@pdflatex ${MASTER}.tex
-	test -f ${MASTER}.aux && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex ) || echo "No Bibtex"
-	@pdflatex ${MASTER}.tex
-
-publish: all
-	@ps2pdf14 -dPDFSETTINGS=/prepress ${MASTER}.pdf
-	@mv ${MASTER}.pdf.pdf ${MASTER}.pdf
-
-clean:
-	@rm -rf *run.xml *-blx.bib *.aux *.bbl *.blg *.brf *.log *.lof *.lot *.lol *.out *.tcp *.toc *.tps *.bak *.backup *.pdfsync *.synctex.gz *.*~
-	@for i in run.xml -blx.bib aux bbl blg brf log lof lot lol out tcp toc tps bak backup pdfsync synctex.gz; do find . -name *.$$i -exec rm -f {} + ; done
-	@find . -name *.*~ -exec rm -f {} +
-
-cleanall: clean
-	@rm *.pdf
-
-test: clean
-	@pdflatex -interaction=nonstopmode -halt-on-error ${MASTER}.tex
-	@test -f ${MASTER}-blx.bib && ( bibtex ${MASTER}; pdflatex ${MASTER}.tex ) || echo "No Bibtex" 
-	@pdflatex ${MASTER}.tex
-
-bz2: clean
-	@echo 'creating package including Docs'
-	@tar --exclude-vcs -cf `pwd`/../${MASTER}-${NAME}_${SURNAME}-${VERSION}-`date +%Y%m%d`.tar `pwd`/../`pwd | sed "s,^\(.*/\)\?\([^/]*\),\2,"`
-	@bzip2 `pwd`/../${MASTER}-${NAME}_${SURNAME}-${VERSION}-`date +%Y%m%d`.tar
-
-bz2-small: clean
-	@echo 'creating package excluding Docs'
-	@tar --exclude-vcs --exclude=Docs -cf `pwd`/../${MASTER}-${NAME}_${SURNAME}-${VERSION}-`date +%Y%m%d`_small.tar `pwd`/../`pwd | sed "s,^\(.*/\)\?\([^/]*\),\2,"`
-	@bzip2 `pwd`/../${MASTER}-${NAME}_${SURNAME}-${VERSION}-`date +%Y%m%d`_small.tar
diff --git a/documentation/design-documentation/chapters/recommendations/abstract.tex b/documentation/design-documentation/chapters/recommendations/abstract.tex
deleted file mode 100644
index b6b1c0486e0afa1aa2b90b58e5a275676ee832fa..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/abstract.tex
+++ /dev/null
@@ -1,9 +0,0 @@
-%%
-%%
-%%
-\section*{Zusammenfassung}
-%
-Am Fachbereich Informatik der Hochschule Darmstadt ist vorgesehen mindestens eine eigenständige wissenschaftliche Arbeit als Bachelorarbeiten bzw. als Masterarbeit zu erstellen. Übergeordnetes Ziel dieser Arbeiten ist es, innerhalb einer vorgegebenen Zeit ein Problem nach wissenschaftlichen Methoden selbstständig bearbeiten zu können. Details über Prüfungsmodalitäten, Umfang und fachliche Anforderungen sind der Allgemeinen sowie der Besonderen Studien- und Prüfungsordnung der Hochschule und des Fachbereichs~\cite{} zu entnehmen. Die hier vorliegenden Empfehlungen ergänzt die Prüfungsordnungen um formale Aspekte von Bachelor- und Masterarbeiten sowie Best-Practices.
-\smallskip
-
-Das Ziel dieser Empfehlungen ist es, für Bachelor und Masterarbeiten einen formalen Rahmen aufzuzeigen und durch das Darstellen von bewährten Vorgehensmodellen und Best-Practices Hilfestellungen zu leisten. Die Empfehlungen dient dabei als Grundlage für formale und inhaltlichen Anforderungen, die im Vorfeld mit der jeweiligen Betreuerin der Arbeit besprochen und konkretisiert werden sollten.
diff --git a/documentation/design-documentation/chapters/recommendations/checklists.tex b/documentation/design-documentation/chapters/recommendations/checklists.tex
deleted file mode 100644
index fb2eb7ac8d32106060ebcc007a44daf690e9c16c..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/checklists.tex
+++ /dev/null
@@ -1,69 +0,0 @@
-%%
-%%
-%%
-\section{Checklisten}\label{sec:checklists}
-%
-Im Folgenden finden Sie einige Checklisten zur Überprüfung Ihrer finalen Arbeit. Die Listen bieten nur einen Anhaltspunkt und erheben keinen Anspruch auf Vollständigkeit. 
-
-%%
-%%
-\subsection*{Layout}\label{sec:checklists:layout}
-%
-\begin{itemize}
-  \vspace{-3mm}
-  \item[\Square] Das Seitenformat ist DIN A4 
-  \item[\Square] Die Schriftgröße ist beträgt ca. 10-11 pt
-  \item[\Square] Der Zeilenabstand beträgt 1.5
-  \item[\Square] Der linke und rechte Rand beträgt mind. 3 cm
-\end{itemize}
-
-%%
-%%
-\subsection*{Formalien}\label{sec:checklists:formalities}
-%
-\begin{itemize}
-  \vspace{-3mm}
-  \item[\Square] Die eidesstattliche Erklärung ist vorhanden
-  \item[\Square] Die eidesstattliche Erklärung ist unterschrieben
-  \item[\Square] Die englische Zusammenfassung ist vorhanden
-  \item[\Square] Die deutsche Zusammenfassung ist vorhanden
-\end{itemize}
-
-%%
-%%
-\subsection*{Titelblatt}\label{sec:checklists:titlepage}
-%
-\begin{itemize}
-  \vspace{-3mm}
-  \item[\Square] Der Titel der Arbeit ist korrekt geschrieben
-  \item[\Square] Die Art der Arbeit (B.Sc. oder M.Sc.) ist korrekt 
-  \item[\Square] Der Name des Referenten ist korrekt
-  \item[\Square] Der Name des Korreferenten ist korrekt
-  \item[\Square] Das Datum der Abgabe ist korrekt
-\end{itemize}
-
-%%
-%%
-\subsection*{Struktur der Arbeit}\label{sec:checklists:structure}
-%
-\begin{itemize}
-  \vspace{-3mm}
-  \item[\Square] Die Kapitelüberschriften stimmen mit dem Inhaltsverzeichnis überein
-  \item[\Square] Die Kapitelüberschriften enthalten keine Abkürzungen
-  \item[\Square] Jeder Überschrift folgt ein Text mit mind. 2-3 Sätzen
-  \item[\Square] Jedes Kapitel besteht aus 0 oder mind. 2 Abschnitten
-  \item[\Square] Jeder Abschnitt besteht aus 0 oder mind. 2 Unterabschnitten
-\end{itemize}
-
-%%
-%%
-\subsection*{Bilder}\label{sec:checklists:pictures}
-%
-\begin{itemize}
-  \vspace{-3mm}
-  \item[\Square] Alle Bilder sind im Text referenziert
-  \item[\Square] Alle Bilder sind - soweit nötig - mit Quellen versehen
-  \item[\Square] Alle Bilder verfügen über eine aussagekräfte Bildunterschrift (Caption)
-  \item[\Square] Alle Bilder sind im Abbildungsverzeichnis vertreten
-  \item[\Square] Das Abbildungsverzeichnis enthält keine Referenzen
-\end{itemize}
diff --git a/documentation/design-documentation/chapters/recommendations/citations.tex b/documentation/design-documentation/chapters/recommendations/citations.tex
deleted file mode 100644
index 82f8728877915579c1db900ffa5c6ee7740de843..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/citations.tex
+++ /dev/null
@@ -1,97 +0,0 @@
-%%
-%%
-%%
-\section{Richtig Zitieren}\label{sec:citations}
-%
-Jeder in der eigenen Arbeit verwendete Gedanke aus anderen Quellen ist zu zitieren! Sobald sich ein Gedanke nicht nur über ein paar Sätze, sondern über mehrere Seiten erstreckt, ist dies zu verdeutlichen. Hierbei gilt als Grundregel, dass unbedingt zu unterscheiden ist, ob auf einen wissenschaftlichen Kontext verwiesen wird, wie etwa auf eine Diskurs-Entwicklung, oder ob Gedanken anderer Autorinnen indirekt wiedergegeben werden. Die indirekte Wiedergabe des Gedankenguts anderer Autorinnen muss nachvollziehbar gekennzeichnet werden und darf nicht lediglich als vergleichendes Zitat benannt werden, ohne dass es zu einer ausformulierten Einordnung oder Diskussion kommt. Die Nachvollziehbarkeit von verwendetem Quellenmaterial muss präzise, eindeutig und unmissverständlich erfolgen.
-
-Das Zitationsverfahren kann frei gewählt werden. In der Informatik allgemein üblich sind z.B. das Verfahren nach IEEE~\cite{wikipedia:citing_ieee} oder das Harvard-Verfahren~\cite{wikipedia:citing_harvard}. Solange aber einheitlich und vor allem richtig zitiert wird, hat das Zitierverfahren an sich aber keinen Einfluss auf die Note.
-
-%%
-%%
-\subsection{Direkte (wörtliche) Zitate}\label{sec:citations:direct}
-%
-In der Regel werden die Inhalte im Text sinngemäß, also indirekt übernommen. In einigen Fällen kann es jedoch sinnvoll sein wörtlich zitiert werden. Dies gilt z.B.:
-%
-\begin{itemize}
-  \item wenn der betreffende Zusammenhang nicht besser - und vor allem nicht kürzer - wiedergegeben werden kann
-  \item wenn Zusammenhänge analysiert und interpretiert werden müssen, z.B. bei kritischen Äußerungen
-  \item bei ausländischer Literatur als Ergänzung zum sinngemäßen Zitat (Übersetzung)
-  \item bei anerkannten Begriffsbestimmungen und Lehrmeinungen
-\end{itemize}
-\smallskip
-
-Beim wörtlichen Zitat wird ein Gedanke wörtlich - einschließlich aller Zeichen, Fehler etc. -
-wiedergegeben. Für das wörtliche Zitieren gelten zudem folgende allgemeine Regeln:
-%
-\begin{itemize}
-  \item wörtliche Zitate sollten so kurz wie möglich sein
-  \item unnötig häufiges wörtliches Zitieren ist zu vermeiden
-  \item aneinanderreihen von wörtlichen Zitaten ist zu vermeiden
-\end{itemize}
-\smallskip
-
-In jedem Fall muss ersichtlich sein, was an fremdem Eigentum, aus welcher Quelle, in welchem Umfang und in welcher Form (wörtlich, sinngemäß) übernommen wurde
-
-%%
-%%
-\subsection{Indirekte (sinngemäße) Zitate}\label{sec:citations:indirect}
-%
-Indirekte Zitate kommen in wissenschaftlichen Arbeiten häufiger als direkte Zitate vor. Ein indirektes Zitat zeichnet sich dadurch aus, dass eine Aussage eines Autors sinngemäß mit eigenen Worten wiedergegeben wird.
-
-Im Gegensatz zu einem wörtlichen Zitat müssen sinngemäße Zitate nicht durch Anführungszeichen gekennzeichnet werden. Es sollte aber darauf geachtet werden, dass der Umfang eines sinngemäßen Zitats klar erkenntlich und dass jedes indirekte Zitat durch eine Belegangabe nachprüfbar ist.
-
-%%
-%%
-\subsection{Zitieren von fremdsprachlichen Texten}\label{sec:citations:forgein_languages}
-%
-Bei fremdsprachigen Texten ist darauf zu achten, dass Zitate die Lesbarkeit beeinflussen können. Es kann davon ausgegangen werden, dass der Leser die englische Sprache, aber nicht die französische, schwedische, japanische, russische, (...) Sprache beherrscht. Sobald derartige Quellen verwendet werden, ist eine Übersetzung anzustreben. Damit wird allerdings das wörtliche Zitieren aufgegeben. Es ist angebracht, den fremdsprachigen Text sinngemäß zu übersetzen und das wörtliche Zitat in einer Fußnote einzufügen, damit der Leser die Richtigkeit der Übersetzung überprüfen kann.
-
-%%
-%%
-\subsection{Zitieren von Wikipedia}\label{sec:citations:wikipedia}
-%
-Das Zitieren von Wikipedia-Artikeln wird immer wieder kontrovers diskutiert. Innerhalb von wissenschaftlichen Arbeiten ist auf Grund der Unverlässlichkeit der Artikel mit besonderer Vorsicht zu genießen und im Zweifelsfall zu unterlassen. Für eine wissenschaftliche Arbeit sollten immer Primärquellen bevorzugt werden.
-
-Wikipedia schreibt dazu selbst~\cite{wikipedia:citing}:
-
-\begin{quote}
-  \glqq As with any source, especially one of unknown authorship, you should be wary and independently verify the accuracy of Wikipedia information if possible. For many purposes, but particularly in academia, Wikipedia may not be an acceptable source.\grqq{}
-\end{quote}
-
-Das die Wikipedia nicht immer als verlässliche Quelle fungiert, hat sie bereits mehrfach spektakulär gezeigt. So erhielt der ehemalige Deutsche Außenminister Karl-Theodor zu Guttenberg einen zusätzlichen Vornamen~\cite{bildblog:guttenberg, spiegel:guttenberg} und die Karl-Marx-Allee in Berlin-Friedrichshain einen frei erfundenen Kosenamen~\cite{rundschau:wikipedia}.
-
-Wenn dennoch aus Wikipedia zitiert wird, sollte in jedem Fall der Permanent-Link und so wie auch bei allen anderen Online-Quellen, das Datum des Zugriffs angegeben werden. Darüber hinaus sollte der von Wikipedia vorgeschlagene BibTeX-Eintrag verwendet werden:
-
-\begin{lstlisting}
-  @misc{wikipedia:plagiarism,
-    author = "Wikipedia contributors",
-    title  = "Plagiarism --- {W}ikipedia{,} The Free Encyclopedia",
-    year   = "2004",
-    url    = "http://en.wikipedia.org/w/index.php?title=Plagiarism&oldid=5139350",
-    note   = "[Online; accessed 22-July-2004]"
-  }
-\end{lstlisting}
-\smallskip
-
-Diese Zitierweise kann so auch für andere Online-Referenzen genutzt werden.
-
-%%
-%%
-\subsection{Plagiate}\label{sec:citations:plagiarism}
-%
-Ein Plagiat (vom lat. Wort plagium, \glqq Menschenraub\grqq{} abgeleitet) ist die Vorlage fremden geistigen Eigentums bzw. eines fremden Werkes als eigenes oder Teil eines eigenen Werkes. Dieses kann sowohl eine exakte Kopie, eine Bearbeitung (Umstellung von Wörtern oder Sätzen), eine Nacherzählung (Strukturübernahme) oder eine Übersetzung sein. Entscheidend, ob es sich um ein Plagiat handelt oder nicht, ist in der Wissenschaft immer die Vorgabe der eigenen geistigen Urheberschaft, d. h. wenn z. B. Zitate oder verwendete Literatur nicht als fremdes geistiges Eigentum kenntlich gemacht wurden~\cite{wikipedia:plagiarism, wulff:2013:01}.
-
-Ziel einer wissenschaftlichen Arbeit ist es, eigene Gedanken, Argumente und Ergebnisse aufzuschreiben und zu präsentieren. Hierzu ist es in der Regel unabdingbar, fremde Arbeiten zu nutzen und zu zitieren, z.B. um die Relevanz der eigenen Arbeit hervorzuheben oder sie gegen andere Arbeiten abzugrenzen. Dabei muss jedoch gelten, dass ein Zitat immer als solches gekennzeichnet sein muss. Ein \glqq Zitat ohne Anführungszeichen\grqq{} nennt man Plagiat~\cite{eco:2010:01}.
-
-%%
-\subsubsection{Die rechtlichen Folgen eines Plagiats?}\label{sec:citations:plagarism:law}
-%
-Ein Autor gibt fremde Werke komplett oder in Teilen als sein Eigenes aus. Dies verstößt im Allgemeinen gegen das Urheberrecht, sofern das gestohlene Werk urheberrechtlich geschützt ist. 
-
-Innerhalb der Wissenschaftsgemeinschaft führt ein solches Verhalten unter Umständen zum Ausschluss aus Forschungsprojekten und Förderungen~\cite{dfg:2013:01}. Zudem gelten Plagiate als Täuschungsversuch und werden entsprechend der geltenden allgemeinen Studien- und Prüfungsordnung geahndet. Das bedeutet im Besonderen, dass die jeweiligen Prüfer die Arbeit sehr konsequent auf mögliche Plagiate überprüfen werden. Eine Arbeit, bei der ein Plagiat erkannt wurde, wird mit der Note \glqq Nicht Genügend\grqq{} (5) begutachtet. In besonders schwerwiegenden Fällen, führt ein Plagiatsversuch zur Exmatrikulation damit zum sofortigen Ende des Studiums – natürlich ohne Abschluss.
-
-Darüber hinaus stellen Plagiate im Rahmen der Bachelor- und Masterarbeiten einen Verstoß
-gegen die eidesstattliche Erklärung dar. Eine solche wahrheitswidrige Erklärung kann
-strafrechtliche Konsequenzen nach sich ziehen.
-
diff --git a/documentation/design-documentation/chapters/recommendations/graphics.tex b/documentation/design-documentation/chapters/recommendations/graphics.tex
deleted file mode 100644
index ee2fc1c5324a1d901f9edfdf271734c484c699de..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/graphics.tex
+++ /dev/null
@@ -1,8 +0,0 @@
-%%
-%%
-%%
-\section{Grafiken}\label{sec:graphics}
-%
-\glqq Ein Bild sagt mehr als tausend Worte\grqq{} -- entsprechend sollten Sie möglichst viele gute Bilder in Ihre Arbeit einbauen. An Bildern lassen sich vor allem komplexe Sachverhalte gut und verständlich erläutern. Wie im folgenden beschrieben, gibt es jedoch einige Dinge zu beachten.
-
-Bilder und Grafiken sollten grundsätzlich selbst gezeichnet und erstellt werden - auch dann wenn Sie aus anderen Arbeiten übernommen werden. Oftmals ist die Qualität übernommener Bilder nicht besonders gut und es empfiehlt sich Bilder und Grafiken in einem Vektorformat, z.B. als SVG, zu erstellen. Damit lassen sich die Bilder und Grafiken ohne Qualitätsverlust beliebig skalieren.
diff --git a/documentation/design-documentation/chapters/recommendations/introduction.tex b/documentation/design-documentation/chapters/recommendations/introduction.tex
deleted file mode 100644
index 57eebb05f50f4f5406333ea06c7a07592d271cfa..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/introduction.tex
+++ /dev/null
@@ -1,6 +0,0 @@
-\section{Einführung}\label{sec:introduction}
-%
-Am Fachbereich Informatik der Hochschule Darmstadt ist vorgesehen mindestens eine eigenständige wissenschaftliche Arbeit als Bachelorarbeiten bzw. als Masterarbeit zu erstellen. Übergeordnetes Ziel dieser Arbeiten ist es, innerhalb einer vorgegebenen Zeit ein Problem nach wissenschaftlichen Methoden selbstständig bearbeiten zu können. Details über Prüfungsmodalitäten, Umfang und fachliche Anforderungen sind der Allgemeinen sowie der Besonderen Studien- und Prüfungsordnung der Hochschule und des Fachbereichs~\cite{hda:2012:01, fbi:2014:01} zu entnehmen. Die hier vorliegenden Empfehlungen ergänzt die Prüfungsordnungen um formale Aspekte von Bachelor- und Masterarbeiten sowie Best-Practices.
-
-Das Ziel dieser Empfehlungen ist es, für Bachelor und Masterarbeiten einen formalen Rahmen aufzuzeigen und durch das Darstellen von bewährten Vorgehensmodellen und Best-Practices Hilfestellungen zu leisten. Die Empfehlungen dient dabei als Grundlage für formale und inhaltlichen Anforderungen, die im Vorfeld mit der jeweiligen Betreuerin der Arbeit besprochen und konkretisiert werden sollten.
-
diff --git a/documentation/design-documentation/chapters/recommendations/language.tex b/documentation/design-documentation/chapters/recommendations/language.tex
deleted file mode 100644
index ecffd7d1f7a6227c0a90e9dbff6e4f6f569c58bf..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/language.tex
+++ /dev/null
@@ -1,62 +0,0 @@
-%%
-%%
-%%
-\section{Sprache und Rechtschreibung}\label{sec:language}
-%
-Die Arbeit kann auf Deutsch oder Englisch verfasst werden. Für die gewählte Sprache sollten die jeweiligen sprachlichen Besonderheiten beachtet werden.
-
-%%
-%%
-\subsection{Deutsch oder Englisch}\label{sec:language:german_and_english}
-%
-In der Informatik ist heute Englisch die vorherrschende Sprache. Sofern die Arbeit also wissenschaftlich weiter verwendet werden soll, z.B. wenn die Ergebnisse auf einer Konferenz veröffentlicht werden sollen, empfiehlt es sich die Arbeit auf Englisch zu verfassen. Auch lassen sich viele relevante Informationen und Referenzen leichter in englischer Sprache finden und nutzen.
-
-Bitte beachten Sie, dass es die „Ich-Form“ im Zusammenhang mit deutschen wissenschaftlichen Arbeiten nicht gibt. Stattdessen wird in der Regel im Passiv formuliert. Im Englischen dagegen wird gerade nicht im passiv formuliert, sondern im Aktiv wobei selbst bei einer Arbeit mit nur einer Autorin die „we-form“ gebräuchlich ist.
-
-%%
-%%
-\subsection{Rechtschreibung}\label{sec:language:spelling}
-%
-Selbstverständlich sollten die aktuellen Rechtschreib- und Grammatikregeln der gewählten Sprache beachtet werden. Beachten Sie, dass zu viele Rechtschreib- und Grammatikfehler durchaus einen negativen Einfluss auf die Gesamtnote haben können. Für Studierende die nicht in ihrer Muttersprache (Deutsch oder Englisch) schreiben empfiehlt sich die Inanspruchnahme eines professionellen Lektorats
-
-%%
-%%
-\subsection{Abkürzungen}\label{sec:language:abbrevations}
-%
-Abkürzungen werden beim ersten Auftreten im Text üblicherweise zunächst in Langform dargestellt, erklärt und die Abkürzung des Begriffs in Klammern nachgestellt. Im weiteren Verlauf der Arbeit kann dann die Kurzform verwendet werden. Sollten in der Arbeit mehr als ca. fünf Abkürzungen eingeführt werden, sollten diese in einem Abkürzungsverzeichnis aufgeführt werden.
-\medskip
-
-Beispiel:
-%
-\begin{quote}
-  \glqq Carrier Sense Multiple Access (CMSA) bezeichnet im Bereich der Kommunikationssysteme eine Medienzugriffsverfahren mit dem mehrere voneinander unabhängige Sender einen gemeinsamen Kommunikationskanal nutzen könne. [...]. CSMA bildet eine wesentliche Grundlage für heutige Ethernet Netzwerke.\grqq{}~\cite{wikipedia:csma}
-\end{quote}
-\smallskip
-
-Die Ausnahme zu dieser Regel stellen allgemein geläufige Abkürzungen wie: „etc., usw., vgl., z.B." dar. Diese können auch ohne vorherige Einführung verwendet werden.
-
-Abkürzungen behindern den Lesefluss. Sie sollten daher grundsätzlich sehr sparsam eingesetzt werden - zumal in einer Bachelor- bzw. Masterarbeit genügend Platz, d.h. keine Beschränkung der Seitenzahl, vorhanden ist. Es sollte sich auf Abkürzungen beschränkt werden die dem Leser bzw. im jeweiligen Fachgebiet geläufig sind. Außerdem sollten Abkürzungen nur dann verwendet werden, wenn sie im Laufe des Textes häufiger vorkommen.
-
-In Überschriften sind Abkürzungen im Allgemeinen zu vermeiden.
-
-%%
-%%
-\subsection{Symbole}\label{sec:language:symbols}
-%
-Die Arbeit sollte sich einer einheitlichen Symbolik (z.B. in der Mathematik) bedienen. Werden Symbole aus fremden Quellen herangezogen, so sind sie, bei inhaltlicher Übereinstimmung, den in der Arbeit verwendeten anzupassen. Ausgenommen hiervon sind wörtliche Zitate.
-
-
-%%
-%%
-\subsection{Fußnoten}\label{sec:language:footnotes}
-%
-Fußnoten können zum einen für Referenzen genutzt werden. Dies ist in der Informatik aber eher unüblich. Zum anderen lassen sich in Fussnoten weitere Informationen unterbringen, die nicht direkt in den roten Faden des Haupt-Textes passen und dort eventuell den Lesefluss behindern würden, aber für den interessierten Leser dennoch von Bedeutung sein können. Beispielhaft könnten man hier die detaillierten Konfigurationsinformationen eines Computers nennen.
-
-Beispiel für einen Fußnotentext~\cite{bredel:2009:01}:
-%
-\begin{quote}
-  \glqq We used Lenovo ThinkPad R61 notebooks with 1.6 GHz, 2 GB RAM running Ubuntu Linux 7.10 with kernel version 2.6.22. We employed the internal Intel PRO/Wireless 4965 AG IEEE 802.11g WLAN adapters. The access point is a Buffalo Wireless-G 125 series running DD-WRT [...] version 24 RC-4.\grqq{}
-\end{quote}
-
-Diese Detailinformation ist wichtig um z.B. die gemessenen Leistungswerte eines Systems abschätzen zu können. Sie ist jedoch sehr spezifisch, schnell veraltet und würde den Lesefluss in einem zusammenhängenden Haupttext behindern.
-
diff --git a/documentation/design-documentation/chapters/recommendations/packages.tex b/documentation/design-documentation/chapters/recommendations/packages.tex
deleted file mode 100644
index d1fae7aabcd67253c181bf39a8f613a25dda8209..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/packages.tex
+++ /dev/null
@@ -1,114 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Arsclassica Article
-% Structure Specification File
-%
-% This file has been downloaded from:
-% http://www.LaTeXTemplates.com
-%
-% Original author:
-% Lorenzo Pantieri (http://www.lorenzopantieri.net) with extensive modifications by:
-% Vel (vel@latextemplates.com)
-%
-% License:
-% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%----------------------------------------------------------------------------------------
-%	REQUIRED PACKAGES
-%----------------------------------------------------------------------------------------
-
-\usepackage[
-nochapters, % Turn off chapters since this is an article        
-beramono,   % Use the Bera Mono font for monospaced text (\texttt)
-eulermath,  % Use the Euler font for mathematics
-pdfspacing, % Makes use of pdftex’ letter spacing capabilities via the microtype package
-dottedtoc   % Dotted lines leading to the page numbers in the table of contents
-]{classicthesis}
-
-\usepackage{arsclassica} % Modifies the Classic Thesis package
-
-\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs
-
-\usepackage[utf8]{inputenc} % Required for including letters with accents
-
-\usepackage{graphicx} % Required for including images
-
-\usepackage{enumitem} % Required for manipulating the whitespace between and within lists
-
-\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
-
-%\usepackage{subfig} % Required for creating figures with multiple parts (subfigures)
-
-\usepackage{amsmath,amssymb,amsthm} % For including math equations, theorems, symbols, etc
-
-\usepackage{varioref} % More descriptive referencing
-
-\usepackage[english,american,ngerman]{babel} % Some languages
-
-\usepackage{subcaption} % Required for creating figures with multiple parts (subfigures)
-
-\usepackage{multirow} % Group the fields of several lines into one column.
-
-\usepackage{makecell} % Com­mon lay­outs for tab­u­lar col­umn heads in whole doc­u­ment
-
-\usepackage{float} % Pro­vides the H float mod­i­fier op­tion
-
-\usepackage{hyperref} % Han­dle cross-ref­er­enc­ing com­mands in LATEX to pro­duce hy­per­text links
-
-\usepackage{cleveref} % En­hances LATEX’s cross-ref­er­enc­ing fea­tures
-
-\usepackage{rotating} % Rotate figures and tables
-
-\usepackage{xcolor} % Pro­vides easy driver-in­de­pen­dent ac­cess to sev­eral kinds of colors
-\definecolor{lightlightgray}{RGB}{230,230,230}
-
-\usepackage{listings} % Type­set pro­grams (pro­gram­ming code) 
-\lstset{
-    %aboveskip=1em,
-    %belowskip=1em,
-    basicstyle=\ttfamily,
-    breaklines=true,
-    xleftmargin=2em,
-    framexleftmargin=2em,
-    frame=tb,
-    framesep=1em,
-    %framerule=0pt,
-    backgroundcolor=\color{lightlightgray}
-}
-
-\PassOptionsToPackage{hyphens}{url}
-
-%----------------------------------------------------------------------------------------
-%	PARAGRAPH STYLES
-%----------------------------------------------------------------------------------------
-
-\setlength{\parskip}{0.5em}
-
-%----------------------------------------------------------------------------------------
-%	THEOREM STYLES
-%----------------------------------------------------------------------------------------
-
-\theoremstyle{definition} % Define theorem styles here based on the definition style (used for definitions and examples)
-\newtheorem{definition}{Definition}
-
-\theoremstyle{plain} % Define theorem styles here based on the plain style (used for theorems, lemmas, propositions)
-\newtheorem{theorem}{Theorem}
-
-\theoremstyle{remark} % Define theorem styles here based on the remark style (used for remarks and notes)
-
-%----------------------------------------------------------------------------------------
-%	HYPERLINKS
-%---------------------------------------------------------------------------------------
-
-\hypersetup{
-%draft, % Uncomment to remove all links (useful for printing in black and white)
-colorlinks=true, breaklinks=true, bookmarks=true,bookmarksnumbered,
-urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, % Link colors
-pdftitle={}, % PDF title
-pdfauthor={\textcopyright}, % PDF Author
-pdfsubject={}, % PDF Subject
-pdfkeywords={}, % PDF Keywords
-pdfcreator={pdfLaTeX}, % PDF Creator
-pdfproducer={LaTeX with hyperref and ClassicThesis} % PDF producer
-}
diff --git a/documentation/design-documentation/chapters/recommendations/recommendations.tex b/documentation/design-documentation/chapters/recommendations/recommendations.tex
deleted file mode 100644
index c22170bd3bfdbf83982cdfdeebb03810951bb1d2..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/recommendations.tex
+++ /dev/null
@@ -1,160 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Arsclassica Article
-% LaTeX Template
-% Version 1.1 (1/8/17)
-%
-% This template has been downloaded from:
-% http://www.LaTeXTemplates.com
-%
-% Original author:
-% Lorenzo Pantieri (http://www.lorenzopantieri.net) with extensive modifications by:
-% Vel (vel@latextemplates.com)
-%
-% License:
-% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-%----------------------------------------------------------------------------------------
-%	PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
-%----------------------------------------------------------------------------------------
-
-\documentclass[
-10pt,     % Main document font size
-a4paper,  % Paper type, use 'letterpaper' for US Letter paper
-oneside,  % One page layout (no page indentation)
-%twoside, % Two page layout (page indentation for binding and different headers)
-headinclude,footinclude, % Extra spacing for the header and footer
-BCOR5mm,  % Binding correction
-ngermane,american,
-]{scrartcl}
-
-\input{packages.tex} % Include the structure.tex file which specified the document structure and layout
-
-%----------------------------------------------------------------------------------------
-%	HYPHENATION
-%----------------------------------------------------------------------------------------
-
-\hyphenation{Fortran hy-phen-ation}
-
-%----------------------------------------------------------------------------------------
-%	TITLE AND AUTHOR(S)
-%----------------------------------------------------------------------------------------
-
-\title{\normalfont\Large\spacedallcaps{Empfehlungen zur Erstellung wissenschaftlicher Abschlussarbeiten}}
-
-%\subtitle{Zur systematischen Planung einer Abschlussarbeit}
-
-\author{\spacedlowsmallcaps{Michael von Rüden}}
-
-\date{} % An optional date to appear under the author(s)
-
-
-%----------------------------------------------------------------------------------------
-%	ADDITIONAL PACKAGES	
-%----------------------------------------------------------------------------------------
-\usepackage{wasysym}
-
-%----------------------------------------------------------------------------------------
-%	GLOBAL CONFIGURATION	
-%----------------------------------------------------------------------------------------
-
-\setlength\parindent{0pt}
-
-\lstset{literate=%
-  {Ö}{{\"O}}1
-  {Ä}{{\"A}}1
-  {Ü}{{\"U}}1
-  {ß}{{\ss}}1
-  {ü}{{\"u}}1
-  {ä}{{\"a}}1
-  {ö}{{\"o}}1
-}
-
-%----------------------------------------------------------------------------------------
-
-\begin{document}
-
-%----------------------------------------------------------------------------------------
-%	LANGUAGE	
-%----------------------------------------------------------------------------------------
-\selectlanguage{ngerman} % ngerman, american
-
-%----------------------------------------------------------------------------------------
-%	HEADERS AND FOOTERS
-%----------------------------------------------------------------------------------------
-
-\renewcommand{\sectionmark}[1]{\markright{\spacedlowsmallcaps{#1}}} % The header for all pages (oneside) or for even pages (twoside)
-%\renewcommand{\subsectionmark}[1]{\markright{\thesubsection~#1}} % Uncomment when using the twoside option - this modifies the header on odd pages
-\lehead{\mbox{\llap{\small\thepage\kern1em\color{halfgray} \vline}\color{halfgray}\hspace{0.5em}\rightmark\hfil}} % The header style
-
-\pagestyle{scrheadings} % Enable the headers specified in this block
-
-\clearscrplain
-\ifoot{
-	\color{halfgray}\spacedlowsmallcaps{Prof. Dr.-Ing. Michael von Rüden | Hochschule Darmstadt}
-}
-
-%----------------------------------------------------------------------------------------
-%	TABLE OF CONTENTS & LISTS OF FIGURES AND TABLES
-%----------------------------------------------------------------------------------------
-
-\maketitle % Print the title/author/date block
-
-\setcounter{tocdepth}{2} % Set the depth of the table of contents to show sections and subsections only
-
-\tableofcontents % Print the table of contents
-
-%\listoffigures % Print the list of figures
-
-%\listoftables % Print the list of tables
-
-%----------------------------------------------------------------------------------------
-%	AUTHOR AFFILIATIONS
-%----------------------------------------------------------------------------------------
-
-%\let\thefootnote\relax\footnotetext{\textsuperscript{+} \textit{Department of Computer Science, University of Applied Sciences Darmstadt, Germany}}
-
-%----------------------------------------------------------------------------------------
-%	ABSTRACT
-%----------------------------------------------------------------------------------------
-
-%\input{abstract}
-
-%----------------------------------------------------------------------------------------
-
-\newpage % Start the article content on the second page, remove this if you have a longer abstract that goes onto the second page
-
-%----------------------------------------------------------------------------------------
-%	MAIN PART
-%----------------------------------------------------------------------------------------
-
-%%
-%%
-%%
-\input{introduction}
-\input{structure}
-\input{language}
-\input{graphics}
-%\input{tables_plots_diagrams}
-%\input{source_code}
-\input{citations}
-\input{checklists}
-
-
-%----------------------------------------------------------------------------------------
-%	BIBLIOGRAPHY
-%----------------------------------------------------------------------------------------
-
-\newpage
-\renewcommand{\refname}{\spacedlowsmallcaps{Literaturverzeichnis}} % For modifying the bibliography heading
-
-%\nocite{*}
-
-\bibliographystyle{unsrt}
-
-\bibliography{../../bibliography} % The file containing the bibliography
-
-%----------------------------------------------------------------------------------------
-
-\end{document}
diff --git a/documentation/design-documentation/chapters/recommendations/structure.tex b/documentation/design-documentation/chapters/recommendations/structure.tex
deleted file mode 100644
index 3b9d5d49a95422a25dbdf28811956136755139ba..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/chapters/recommendations/structure.tex
+++ /dev/null
@@ -1,160 +0,0 @@
-%%
-%%
-%%
-\section{Struktur der Arbeit}\label{sec:structure}
-%
-Die Struktur und der Aufbau der Bachelor- bzw. Masterarbeit richten sich nach den üblichen Anforderungen zur Anfertigung von wissenschaftlichen Arbeiten. Im Folgenden werden diese Anforderungen kurz beleuchtet.
-
-%%
-%%
-\subsection{Umfang}\label{sec:structure:scope}
-%
-Der Umfang einer Bachelorarbeit beträgt in der Regel 40 - 60 Seiten mit ca. 2.000 Zeichen pro Seite (ohne Verzeichnisse und Anhang). Masterarbeiten haben entsprechend in der Regel einen Umfang von 80-100 Seiten mit ca. 2000 Zeichen pro Seite. Bei großen Abweichungen von den empfohlenen Seitenzahlen ist es ratsam sich vorher mit der jeweiligen Betreuerin abzustimmen.
-
-%%
-%%
-\subsection{Layout}\label{sec:structure:layout}
-%
-Für die Bachelorarbeit ist grundsätzlich in ein nüchternes, sachliches Layout zu verwenden. Effekte, wie beispielsweise farbige Überschriften, comic-artige Schriftzeichen, etc., sind in wissenschaftlichen Arbeiten zu vermeiden. Im Folgenden werden entsprechende Layout-Vorschläge formuliert.
-
-Eine Latex-Vorlage des Fachbereichs für Informtik die sowohl eine Struktur für die Arbeit (lose) vorgibt als auch die Layout-Empfehlungen umsetzt finden Sie unter~\cite{mbredel:2020:01}.
-
-%%
-\subsubsection{Seitenformat}\label{sec:structure:layout:format}
-%
-Eine Seite gliedert sich in Kopfzeile, Textbereich und Fußnotenbereich. Die Seitenränder dienen u.A. der Betreuerin für Notizen. Sie sollten daher etwa 3,5~cm (links) und 3~cm (rechts, oben und unten) betragen. Die Kopf- und Fußzeile sollte jeweils mindestens 1,5~cm vom oberen Seitenrand entfernt sein. Das Seitenformat ist DIN~A4.
-\smallskip
-
-Der Ausdruck kann bei Arbeiten mit hoher Seitenzahl - ab mindestens 50 Inhaltsseiten (ohne Verzeichnisse, Anhang, etc.) -  doppelseitig erfolgen. Ansonsten empfiehlt sich ein einseitiger Ausdruck.
-
-%%
-\subsubsection{Schrift}\label{sec:structure:layout:fonts}
-%
-Als Standardzeichensatz sollte eine Serifen-Schriftart wie z.B. Times New Roman oder Liberation Serif, gewählt werden. Zur Hervorhebung ist Fett- oder Kursivschrift erlaubt – in wissenschaftlichen Arbeiten aber eher unüblich und mit Bedacht zu wählen. Hervorhebung durch Unterstreichen oder Anführungszeichen sind -- außer bei Zitaten -- äußerst unüblich.
-
-%%
-\subsubsection{Absätze}\label{sec:structure:layout:paragraphs}
-%
-Absätze sollten mit eineinhalbfachem Zeilenabstand (1,5~Zeilen) formatiert werden. Absätze sollten durch einen zusätzlichen Abstand voneinander getrennt sein. Beides erhöht die Lesbarkeit deutlich und erleichtert die Korrektur.
-
-%%
-%%
-\subsection{Gliederung}\label{sec:structure:structure}
-%
-Die Arbeit sollte folgende Gliederung aufweisen um vor allem die formalen Vorgaben, z.B. bezüglich der eidesstattlichen Erklärung, zu erfüllen. Unabhängig davon ist natürlich die Gliederung des Hauptteils der Arbeit.
-
-\begin{enumerate}
-  \item Leeres Deckblatt
-  \item Titelblatt
-  \item Eidesstattliche Erklärung
-  \item Sperrvermerk (Optional)
-  \item Deutsche Zusammenfassung
-  \item Englischer Abstract
-  \item Inhaltsverzeichnis
-  \item Weitere Verzeichnisse (Optional)
-  \begin{enumerate}
-    \item Abbildungsverzeichnis (Optional - i.d.R. bei mehr als 3-5 Abbildungen) 
-    \item Tabellenverzeichnis (Optional - i.d.R. bei mehr als 3-5 Tabellen)
-    \item Quellcodeverzeichnis (Optional - i.d.R. bei mehr 3-5 Quellcode-Listings)
-    \item Abkürzungsverzeichnis (Optional - i.d.R. bei mehr 3-5 Abkürzungen)
-  \end{enumerate}
-  \item Text d.h. der Hauptteil der Arbeit
-  \item Anhang (Optional)
-  \item Literaturverzeichnis 
-  \item Stichwortverzeichnis (Optional)
-\end{enumerate}
-\smallskip
-
-Ein Sprichwort, eine Widmung, ein Vor- sowie Geleitwort sind i.d.R. keine Bestandteile einer wissenschaftlichen Prüfungsarbeit, sondern Marketingmaßnahmen bei der Veröffentlichung. Sie sollten daher entfallen.
-
-%%
-%%
-\subsection{Verzeichnisse}\label{sec:structure:tables}
-%
-Verzeichnisse stellen einen einfachen Überblick über die Arbeit dar. Sie sollten daher dem Leser eine gute Orientierung bieten.
-
-%%
-\subsubsection{Inhaltsverzeichnis}\label{sec:structure:tables:toc}
-%
-Das Inhaltsverzeichnis entspricht den Überschriften der einzelnen Kapitel. Es muss alle Kapitel und Unterkapitel auflisten, die eine Überschrift im Text aufweisen. Die Nummerierung der Verzeichnisse erfolgt nach einem Punkt-Unterpunkt-Schema. Beachten Sie, dass mehr als vier Überschriftsebenen nicht üblich sind. Die Verzeichnisse müssen in der richtigen Reihenfolge angegeben werden. Sie können, müssen aber nicht eingerückt sein. Das Inhaltsverzeichnis muss die Seitenzahl aller Kapitel, Unterkapitel, Verzeichnisse und Anhänge angeben.
-
-Das Inhaltsverzeichnis muss über die Kapitel und Unterkapitel hinaus alle weiteren Verzeichnisse einschließlich des Quellenverzeichnisses und alle Anhänge auflisten. Ein nicht aufgeführtes Quellenverzeichnis wird als schwerwiegender formaler Fehler betrachtet.
-
-%%
-\subsubsection{Abbildungs-, Tabellen- und Quellcodeverzeichnis}\label{sec:structure:tables:misc}
-%
-Ein Abbildungs-, Tabellen- und Quellcodeverzeichnis ist immer erforderlich, wenn eine gewissen Anzahl, i.d.R. mehr als 3-5, Abbildungen, Tabellen oder  Quellcode-Listings im Text enthalten ist.
-
-In den Verzeichnissen sollen keine Referenzen oder Quellenangaben auftauchen. Darauf sollte besonders geachtet werden, wenn die Verzeichnisse automatisch aus den Unterschriften der jeweiligen Abbildungen, Tabellen oder Quellcodes erzeugt werden. In Latex ist dies mit dem \textbackslash caption-Befehl möglich.
-\medskip
-
-Ein \LaTeX-Beispiel:
-%
-\begin{lstlisting}[caption={Ein Beispiel dafür wie Bildunterschriften in Latex realisiert werden können, ohne dass Referenzen in das Abbildungsverzeichnis übernommen werden. Der Caption-Text in eckigen Klammern erscheint im Verzeichnis; der Text in geschweiften Klammern erscheint als Bildunterschrift.},captionpos=b,escapeinside={(*}{*)}]
-\begin{figure}[tb]
-   \center
-   \includegraphics[width=1.0\textwidth]{gfx/data_flow}
-   (*\bfseries \textbackslash caption[Kurzer Text für Verzeichnisse ohne Referenzen.]\{Langer *)
-       (*\bfseries Text für Bildunterschriften mit Referenzen.\}*)
-   \label{fig:background:802.11:data-flow}
-\end{figure}
-\end{lstlisting}
-
-%%
-\subsubsection{Abkürzungsverzeichnis}\label{sec:structure:tables:abrev}
-%
-Ein Abkürzungsverzeichnis sollte immer dann eingeführt werden, wenn die Arbeit eine Reihe unüblicher, nicht allgemein bekannter Abkürzungen verwendet. Wie im Abschnitt \ref{sec:language:abbrevations} beschreiben, ist es jedoch besser weitestgehend auf Abkürzungen zu verzichten.
-
-%%
-\subsubsection{Stichwortverzeichnis}\label{sec:structure:tables:index}
-%
-Ein Stichwortverzeichnis bietet sich vor allem für umfangreiche Arbeiten an, die eine Vielzahl von Themen abdecken. Bei Bachelor- und Masterarbeiten kann in der Regel auf ein Stichwortverzeichnis verzichtet werden - zudem die Erstellung eines solchen Verzeichnisses oft mit einem hohen Aufwand verbunden ist.
-
-%%
-%%
-\subsection{Hauptteil der Arbeit}\label{sec:structure:main}
-%
-Im Hauptteil erfolgt die eigentliche Bearbeitung des Themas. Es ist darauf zu achten, dass dies in einer logischen, inhaltlich konsistenten und nachvollziehbaren Weise erfolgt.
-
-%%
-\subsubsection{Gliederung}\label{sec:structure:main:structure}
-%
-Die Haupt‑ und Unterkapitel sollte nach einem Dezimalsystem numeriert werden. Es ist zu beachten, dass bei einer angefangenen Nummerierung immer mindestens eine weitere Nummerierung nachfolgen sollte. Darüber hinaus sollte auf jeder Überschrift ein Text  und nicht direkt eine weitere Überschrift folgen.
-
-Beispiel für eine Untergliederung:
-%
-\begin{enumerate}[label=\arabic*]
-  \item Hauptkapitel
-  \begin{enumerate}[label=\arabic{enumi}.\arabic*]
-    \item Erster Abschnitt
-    \item Zweiter Abschnitt
-    \begin{enumerate}[label=\arabic{enumi}.\arabic{enumii}.\arabic*]
-       \item Erster Unterabschnitt
-       \item Zweiter Unterabschnitt
-    \end{enumerate}
-  \end{enumerate}
-  \item Weiteres Hauptteilkapitel
-\end{enumerate}
-\bigskip
-
-Mehr als 4 Überschriftsebenen sind nicht üblich und zu vermeiden. Eine übliche Struktur des Hauptteils könnte folgendermaßen ausschauen:
-\begin{enumerate}
-  \item Einleitung
-  \item Hintergründe und verwandte Arbeiten
-  \item Spezifischer Inhalt
-  \begin{itemize}
-    \item[-] Beschreibung von Algorithmen
-    \item[-] Beschreibung von Experimenten
-    \item[-] Evaluierung
-    \item[-] Diskussion der Ergebnisse
-  \end{itemize}
-  \item[n.] Zusammenfassung und Ausblick
-\end{enumerate}
-
-%%
-\subsubsection{Inhalt}\label{sec:structure:main:content}
-%
-Bei vielen wissenschaftlichen Arbeiten wird die Unterteilung des Hauptteils in einen theoretischen und in einen empirischen Teil vorgenommen. Die wissenschaftlich geführte Diskussion im theoretischen Teil mündet in die Formulierung einer Forschungshypothese, die mit Hilfe einer wissenschaftlichen Methode, z.B. empirischen Untersuchungen, untersucht, gestützt oder verworfen wird.
-
-Vor der Niederschrift einer wissenschaftlichen Arbeit ist es wichtig, sich mit Hilfe der einschlägigen Literatur einen Überblick über die verschiedenen Methoden wissenschaftlichen Arbeitens zu verschaffen.
-
diff --git a/documentation/design-documentation/classicthesis-config.tex b/documentation/design-documentation/classicthesis-config.tex
deleted file mode 100644
index 9a4a32f3a0012fb9451f3c02ae5b38af12078a56..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/classicthesis-config.tex
+++ /dev/null
@@ -1,300 +0,0 @@
-% ****************************************************************************************************
-% classicthesis-config.tex
-% formerly known as loadpackages.sty, classicthesis-ldpkg.sty, and classicthesis-preamble.sty
-% Use it at the beginning of your ClassicThesis.tex, or as a LaTeX Preamble
-% in your ClassicThesis.{tex,lyx} with \input{classicthesis-config}
-% ****************************************************************************************************
-% If you like the classicthesis, then I would appreciate a postcard.
-% My address can be found in the file ClassicThesis.pdf. A collection
-% of the postcards I received so far is available online at
-% http://postcards.miede.de
-% ****************************************************************************************************
-
-
-% ****************************************************************************************************
-% 0. Set the encoding of your files. UTF-8 is the only sensible encoding nowadays. If you can't read
-% äöüßáéçèê∂åëæƒÏ€ then change the encoding setting in your editor, not the line below. If your editor
-% does not support utf8 use another editor!
-% ****************************************************************************************************
-\PassOptionsToPackage{utf8}{inputenc}
-  \usepackage{inputenc}
-
-% ****************************************************************************************************
-% 1. Configure classicthesis for your needs here, e.g., remove "drafting" below
-% in order to deactivate the time-stamp on the pages
-% (see ClassicThesis.pdf for more information):
-% ****************************************************************************************************
-\PassOptionsToPackage{
-  drafting=false,   % print version information on the bottom of the pages
-  tocaligned=false, % the left column of the toc will be aligned (no indentation)
-  dottedtoc=true,   % page numbers in ToC flushed right
-  parts=true,       % use part division
-  eulerchapternumbers=true, % use AMS Euler for chapter font (otherwise Palatino)
-  linedheaders=false,       % chaper headers will have line above and beneath
-  floatperchapter=true,     % numbering per chapter for all floats (i.e., Figure 1.1)
-  listings=true,    % load listings package and setup LoL
-  subfig=true,      % setup for preloaded subfig package
-  eulermath=false,  % use awesome Euler fonts for mathematical formulae (only with pdfLaTeX)
-  beramono=true,    % toggle a nice monospaced font (w/ bold)
-  minionpro=false   % setup for minion pro font; use minion pro small caps as well (only with pdfLaTeX)
-}{classicthesis}
-
-
-% ****************************************************************************************************
-% 2. Personal data and user ad-hoc commands
-% ****************************************************************************************************
-%\newcommand{\myTitle}{Project Beachhead: A SDN controller design to learn about networking}
-%\newcommand{\mySubtitle}{An Homage to The Elements of Typographic Style\xspace}
-%\newcommand{\myDegree}{Doktor-Ingenieur (Dr.-Ing.)\xspace}
-%\newcommand{\myName}{André Miede\xspace}
-%\newcommand{\myProf}{Put name here\xspace}
-%\newcommand{\myOtherProf}{Put name here\xspace}
-%\newcommand{\mySupervisor}{Put name here\xspace}
-%\newcommand{\myFaculty}{Put data here\xspace}
-%\newcommand{\myDepartment}{Put data here\xspace}
-%\newcommand{\myUni}{Put data here\xspace}
-%\newcommand{\myLocation}{Saarbrücken\xspace}
-%\newcommand{\myTime}{October 2017\xspace}
-%\newcommand{\myVersion}{version 4.4}
-
-% ********************************************************************
-% Setup, finetuning, and useful commands
-% ********************************************************************
-\newcounter{dummy} % necessary for correct hyperlinks (to index, bib, etc.)
-\newlength{\abcd} % for ab..z string length calculation
-\providecommand{\mLyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
-\newcommand{\ie}{i.\,e.}
-\newcommand{\Ie}{I.\,e.}
-\newcommand{\eg}{e.\,g.}
-\newcommand{\Eg}{E.\,g.}
-% ****************************************************************************************************
-
-
-% ****************************************************************************************************
-% 3. Loading some handy packages
-% ****************************************************************************************************
-% ********************************************************************
-% Packages with options that might require adjustments
-% ********************************************************************
-%\PassOptionsToPackage{ngerman,american}{babel}   % change this to your language(s), main language last
-% Spanish languages need extra options in order to work with this template
-%\PassOptionsToPackage{spanish,es-lcroman}{babel}
-\usepackage{babel}
-
-\usepackage{csquotes}
-
-\PassOptionsToPackage{%
-  %backend=biber,bibencoding=utf8, %instead of bibtex
-  backend=bibtex8,bibencoding=ascii,%
-  language=auto,%
-  style=numeric-comp,%
-  %style=alphabetic,%
-  %style=authoryear-comp, % Author 1999, 2010
-  %bibstyle=authoryear,dashed=false, % dashed: substitute rep. author with ---
-  sorting=nyt, % name, year, title
-  maxbibnames=10, % default: 3, et al.
-  %backref=true,%
-  natbib=true % natbib compatibility mode (\citep and \citet still work)
-}{biblatex}
-  \usepackage{biblatex}
-
-\PassOptionsToPackage{fleqn}{amsmath}       % math environments and more by the AMS
-  \usepackage{amsmath}
-
-\PassOptionsToPackage{doublespacing}{hdathesis}  % options: abbrev exam big wiwi english master
-  \usepackage{hdathesis}
-
-% ********************************************************************
-% General useful packages
-% ********************************************************************
-\PassOptionsToPackage{T1}{fontenc} % T2A for cyrillics
-  \usepackage{fontenc}
-\usepackage{textcomp} % fix warning with missing font shapes
-\usepackage{scrhack} % fix warnings when using KOMA with listings package
-\usepackage{xspace} % to get the spacing after macros right
-\usepackage{mparhack} % get marginpar right
-%\usepackage{fixltx2e} % fixes some LaTeX stuff --> since 2015 in the LaTeX kernel (see below)
-% \usepackage[latest]{latexrelease} % emulate newer kernel version if older is detected
-\PassOptionsToPackage{printonlyused,smaller}{acronym}
-  \usepackage{acronym} % nice macros for handling all acronyms in the thesis
-  %\renewcommand{\bflabel}[1]{{#1}\hfill} % fix the list of acronyms --> no longer working
-  %\renewcommand*{\acsfont}[1]{\textsc{#1}}
-  %\renewcommand*{\aclabelfont}[1]{\acsfont{#1}}
-  %\def\bflabel#1{{#1\hfill}}
-  \def\bflabel#1{{\acsfont{#1}\hfill}}
-  \def\aclabelfont#1{\acsfont{#1}}
-% ****************************************************************************************************
-%\usepackage{pgfplots} % External TikZ/PGF support (thanks to Andreas Nautsch)
-%\usetikzlibrary{external}
-%\tikzexternalize[mode=list and make, prefix=ext-tikz/]
-% ****************************************************************************************************
-
-
-% ****************************************************************************************************
-% 4. Setup floats: tables, (sub)figures, and captions
-% ****************************************************************************************************
-\usepackage{tabularx} % better tables
-  \setlength{\extrarowheight}{3pt} % increase table row height
-\newcommand{\tableheadline}[1]{\multicolumn{1}{c}{\spacedlowsmallcaps{#1}}}
-\newcommand{\myfloatalign}{\centering} % to be used with each float for alignment
-\usepackage{caption}
-% Thanks to cgnieder and Claus Lahiri
-% http://tex.stackexchange.com/questions/69349/spacedlowsmallcaps-in-caption-label
-% [REMOVED DUE TO OTHER PROBLEMS, SEE ISSUE #82]
-%\DeclareCaptionLabelFormat{smallcaps}{\bothIfFirst{#1}{~}\MakeTextLowercase{\textsc{#2}}}
-%\captionsetup{font=small,labelformat=smallcaps} % format=hang,
-\captionsetup{font=small} % format=hang,
-\usepackage{subfig}
-% ****************************************************************************************************
-
-
-% ****************************************************************************************************
-% 5. Setup code listings
-% ****************************************************************************************************
-\usepackage{listings}
-%\lstset{emph={trueIndex,root},emphstyle=\color{BlueViolet}}%\underbar} % for special keywords
-\lstset{language=[LaTeX]Tex,%C++,
-  morekeywords={PassOptionsToPackage,selectlanguage},
-  keywordstyle=\color{RoyalBlue},%\bfseries,
-  basicstyle=\small\ttfamily,
-  %identifierstyle=\color{NavyBlue},
-  commentstyle=\color{Green}\ttfamily,
-  stringstyle=\rmfamily,
-  numbers=none,%left,%
-  numberstyle=\scriptsize,%\tiny
-  stepnumber=5,
-  numbersep=8pt,
-  showstringspaces=false,
-  breaklines=true,
-  %frameround=ftff,
-  %frame=single,
-  belowcaptionskip=.75\baselineskip
-  %frame=L
-}
-% ****************************************************************************************************
-
-
-% ****************************************************************************************************
-% 6. PDFLaTeX, hyperreferences, and citation backreferences
-% ****************************************************************************************************
-% ********************************************************************
-% Using PDFLaTeX
-% ********************************************************************
-\PassOptionsToPackage{hyperfootnotes=false,pdfpagelabels}{hyperref}
-  \usepackage{hyperref}  % backref linktocpage pagebackref
-%\ifpdf
-%\pdfcompresslevel=9
-%\pdfadjustspacing=1
-%\fi
-%\PassOptionsToPackage{pdftex}{graphicx} %%%IVO: driver will be chosen automatically
-  \usepackage{graphicx}
-
-
-% ********************************************************************
-% Hyperreferences
-% ********************************************************************
-\hypersetup{%
-  %draft, % hyperref's draft mode, for printing see below
-  colorlinks=true, linktocpage=true, pdfstartpage=3, pdfstartview=FitV,%
-  % uncomment the following line if you want to have black links (e.g., for printing)
-  %colorlinks=false, linktocpage=false, pdfstartpage=3, pdfstartview=FitV, pdfborder={0 0 0},%
-  breaklinks=true, pdfpagemode=UseNone, pageanchor=true, pdfpagemode=UseOutlines,%
-  plainpages=false, bookmarksnumbered, bookmarksopen=true, bookmarksopenlevel=1,%
-  hypertexnames=true, pdfhighlight=/O,%nesting=true,%frenchlinks,%
-  urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, %pagecolor=RoyalBlue,%
-  %urlcolor=Black, linkcolor=Black, citecolor=Black, %pagecolor=Black,%
-  pdftitle={\myTitle},%
-  pdfauthor={\textcopyright\ \myName, \myUni, \myFaculty},%
-  pdfsubject={},%
-  pdfkeywords={},%
-  pdfcreator={pdfLaTeX},%
-  pdfproducer={LaTeX with hyperref and classicthesis}%
-}
-
-% ********************************************************************
-% Setup autoreferences
-% ********************************************************************
-% There are some issues regarding autorefnames
-% http://www.ureader.de/msg/136221647.aspx
-% http://www.tex.ac.uk/cgi-bin/texfaq2html?label=latexwords
-% you have to redefine the makros for the
-% language you use, e.g., american, ngerman
-% (as chosen when loading babel/AtBeginDocument)
-% ********************************************************************
-\makeatletter
-\@ifpackageloaded{babel}%
-  {%
-    \addto\extrasamerican{%
-      \renewcommand*{\figureautorefname}{Figure}%
-      \renewcommand*{\tableautorefname}{Table}%
-      \renewcommand*{\partautorefname}{Part}%
-      \renewcommand*{\chapterautorefname}{Chapter}%
-      \renewcommand*{\sectionautorefname}{Section}%
-      \renewcommand*{\subsectionautorefname}{Section}%
-      \renewcommand*{\subsubsectionautorefname}{Section}%
-    }%
-    \addto\extrasngerman{%
-      \renewcommand*{\paragraphautorefname}{Absatz}%
-      \renewcommand*{\subparagraphautorefname}{Unterabsatz}%
-      \renewcommand*{\footnoteautorefname}{Fu\"snote}%
-      \renewcommand*{\FancyVerbLineautorefname}{Zeile}%
-      \renewcommand*{\theoremautorefname}{Theorem}%
-      \renewcommand*{\appendixautorefname}{Anhang}%
-      \renewcommand*{\equationautorefname}{Gleichung}%
-      \renewcommand*{\itemautorefname}{Punkt}%
-    }%
-      % Fix to getting autorefs for subfigures right (thanks to Belinda Vogt for changing the definition)
-      \providecommand{\subfigureautorefname}{\figureautorefname}%
-    }{\relax}
-\makeatother
-
-
-% ****************************************************************************************************
-% 7. Last calls before the bar closes
-% ****************************************************************************************************
-% ********************************************************************
-% Development Stuff
-% ********************************************************************
-\listfiles
-%\PassOptionsToPackage{l2tabu,orthodox,abort}{nag}
-%  \usepackage{nag}
-%\PassOptionsToPackage{warning, all}{onlyamsmath}
-%  \usepackage{onlyamsmath}
-
-% ********************************************************************
-% Last, but not least...
-% ********************************************************************
-\usepackage{classicthesis}
-% ****************************************************************************************************
-
-
-% ****************************************************************************************************
-% 8. Further adjustments (experimental)
-% ****************************************************************************************************
-% ********************************************************************
-% Changing the text area
-% ********************************************************************
-%\areaset[current]{312pt}{761pt} % 686 (factor 2.2) + 33 head + 42 head \the\footskip
-%\setlength{\marginparwidth}{7em}%
-%\setlength{\marginparsep}{2em}%
-
-% ********************************************************************
-% Using different fonts
-% ********************************************************************
-%\usepackage[oldstylenums]{kpfonts} % oldstyle notextcomp
-%\usepackage[osf]{libertine}
-%\usepackage[light,condensed,math]{iwona}
-%\renewcommand{\sfdefault}{iwona}
-%\usepackage{lmodern} % <-- no osf support :-(
-%\usepackage{cfr-lm} %
-%\usepackage[urw-garamond]{mathdesign} <-- no osf support :-(
-%\usepackage[default,osfigures]{opensans} % scale=0.95
-%\usepackage[sfdefault]{FiraSans}
-% ********************************************************************
-% \usepackage[largesc,osf]{newpxtext}
-% Used to fix these:
-% https://bitbucket.org/amiede/classicthesis/issues/139/italics-in-pallatino-capitals-chapter
-% https://bitbucket.org/amiede/classicthesis/issues/45/problema-testatine-su-classicthesis-style
-% ********************************************************************
-%\linespread{1.05} % a bit more for Palatino
-% ****************************************************************************************************
diff --git a/documentation/design-documentation/classicthesis.sty b/documentation/design-documentation/classicthesis.sty
deleted file mode 100644
index dec8e252da5d56dd04fb60742d1f378d7f5c6c8d..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/classicthesis.sty
+++ /dev/null
@@ -1,697 +0,0 @@
-% ********************************************************************
-% classicthesis.sty
-%
-% Copyright (C) 2017 André Miede and Ivo Pletikosić
-%
-% If you like the style then I would appreciate a postcard. My address
-% can be found in the file ClassicThesis.pdf. A collection of the
-% postcards I received so far is available online at
-% http://postcards.miede.de
-%
-% License:
-% This program is free software; you can redistribute it and/or modify
-% it under the terms of the GNU General Public License as published by
-% the Free Software Foundation; either version 2 of the License, or
-% (at your option) any later version.
-%
-% This program is distributed in the hope that it will be useful,
-% but WITHOUT ANY WARRANTY; without even the implied warranty of
-% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-% GNU General Public License for more details.
-%
-% You should have received a copy of the GNU General Public License
-% along with this program; see the file COPYING.  If not, write to
-% the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-% Boston, MA 02111-1307, USA.
-%
-% ********************************************************************
-% Important:
-%
-% This style can also be used without the thesis template.
-% It works with LaTeX, PDFLaTeX, XeLaTeX and LuaLaTeX.
-%
-% ********************************************************************
-\NeedsTeXFormat{LaTeX2e}%[2015/01/01] % fixed via latexrelease package, see below
-\ProvidesPackage{classicthesis}[2017/10/13 v4.4 Typographic style for a classic-looking thesis]
-\PassOptionsToPackage{latest}{latexrelease} % replacement for fixltx2e,
-  \RequirePackage{latexrelease} % emulate newer kernel version if older is detected
-
-\RequirePackage{ifthen}
-
-% ********************************************************************
-% Options
-% ********************************************************************
-\RequirePackage{kvoptions}
-\SetupKeyvalOptions{family=ct, prefix=ct@}
-
-\DeclareBoolOption{drafting} % print version information on all pages
-
-\DeclareBoolOption{tocaligned} % the left column of the toc will be aligned (no indentation)
-\DeclareBoolOption{dottedtoc} % page numbers in ToC flushed right
-\DeclareBoolOption{listsseparated} % OBSOLETE; toggles the vertical space between lof/lot entries of different chapters
-
-\DeclareBoolOption{parts} % use part division
-
-\DeclareBoolOption{nochapters} % OBSOLETE - automatic check; disable all chapter-specific commands
-\DeclareBoolOption{eulerchapternumbers} % use AMS Euler for chapter font (otherwise Palatino)
-\DeclareBoolOption{linedheaders} % chaper headers will have line above and beneath
-\DeclareBoolOption{floatperchapter} % numbering per chapter for all floats (i.e., Figure 1.1)
-\DeclareBoolOption{manychapters} % additional space in ToC after chapter number (if two digits are needed)
-
-\DeclareBoolOption{listings} % load listings package and setup LoL
-\DeclareBoolOption{subfig} % setup for preloaded @subfig package
-
-\DeclareBoolOption{eulermath} % use awesome Euler fonts for mathematical formulae; only with pdflatex
-\DeclareBoolOption{beramono} % toggle a nice monospaced font (w/ bold) + pre-installed
-\DeclareBoolOption{minionpro} % setup for minion pro font; use minion pro small caps as well; only with pdflatex
-
-\DeclareBoolOption{minionprospacing} % OBSOLETE; use minion pro's textssc for letter spacing
-\DeclareBoolOption{pdfspacing} % OBSOLETE; use pdftex for letterspacing (via microtype)
-
-\DeclareBoolOption{a4paper}
-\DeclareBoolOption{a5paper}
-\DeclareBoolOption{letterpaper}
-\DeclareStringOption[a4]{paper} % paper size defaults to A4
-\ProcessKeyvalOptions{ct}
-
-
-
-
-%%% seems that KOMA-Script gives preference to old-style paper options, thus first
-\ifthenelse{\boolean{ct@letterpaper}}{\renewcommand*{\ct@paper}{letter}}{}
-\ifthenelse{\boolean{ct@a5paper}}{\renewcommand*{\ct@paper}{a5}}{}
-\ifthenelse{\boolean{ct@a4paper}}{\renewcommand*{\ct@paper}{a4}}{}
-%%% then
-\ifthenelse{\equal{\ct@paper}{a4}}%
-        {\setboolean{ct@a4paper}{true} \setboolean{ct@a5paper}{false} \setboolean{ct@letterpaper}{false}}%
-        {}
-\ifthenelse{\equal{\ct@paper}{a5}}%
-        {\setboolean{ct@a4paper}{false} \setboolean{ct@a5paper}{true} \setboolean{ct@letterpaper}{false}}%
-        {}
-\ifthenelse{\equal{\ct@paper}{letter}}%
-        {\setboolean{ct@a4paper}{false} \setboolean{ct@a5paper}{false} \setboolean{ct@letterpaper}{true}}%
-        {}
-
-
-
-
-% subfig-related stuff
-\@ifpackageloaded{subfig}%
-    {\setboolean{ct@subfig}{true}%
-    }{\relax}
-
-\ifthenelse{\boolean{ct@subfig}}%
-    {\PassOptionsToPackage{subfigure}{tocloft}%
-    }{\relax}%
-
-% listings-related stuff
-\ifthenelse{\boolean{ct@listings}}%
-    {\@ifpackageloaded{listings}%
-        {\relax}{\RequirePackage{listings}}%
-    }{\relax}%
-
-
-% fine-tuning if we do not use chapters
-
-\ifthenelse{\isundefined{\chapter}\OR\boolean{ct@nochapters}}
-    {
-        \PackageWarningNoLine{classicthesis}{Chapter sectioning command not present in this document class. %
-                Deactivating options floatperchapter, linedheaders, manychapters, listsseparated, eulerchapternumbers and parts}%
-        \setboolean{ct@linedheaders}{false}%
-        \setboolean{ct@listsseparated}{false}%
-        \setboolean{ct@eulerchapternumbers}{false}%
-        \setboolean{ct@parts}{false}% %%%IVO: note that parts exist even when chapters are not defined!
-        \setboolean{ct@manychapters}{false}%
-        \setboolean{ct@floatperchapter}{false}%
-        \setboolean{ct@nochapters}{true}
-    }{\relax}
-
-% ********************************************************************
-% PDF and XeLaTeX Stuff
-% ********************************************************************
-\RequirePackage{ifpdf}
-\RequirePackage{ifxetex}
-\RequirePackage{ifluatex}
-\ifthenelse{\boolean{pdf}\OR\boolean{luatex}\OR\boolean{xetex}}%
-           {
-           \RequirePackage{hyperref}
-           \pdfstringdefDisableCommands{\let\thepart=\relax} % no part numbers (i, ii, iii) in PDF outline   IVO
-           %\pdfstringdefDisableCommands{\renewcommand{\thepart}{\Roman{part}}} %%%IVO bring back Part numbers in PDF outline
-           }{}
-
-
-% ********************************************************************
-% Colors
-% ********************************************************************
-\PassOptionsToPackage{dvipsnames}{xcolor}
-    \RequirePackage{xcolor} % [dvipsnames]
-\definecolor{halfgray}{gray}{0.55} % chapter numbers will be semi transparent .5 .55 .6 .0
-\definecolor{webgreen}{rgb}{0,.5,0}
-\definecolor{webbrown}{rgb}{.6,0,0}
-%\definecolor{Maroon}{cmyk}{0, 0.87, 0.68, 0.32}
-%\definecolor{RoyalBlue}{cmyk}{1, 0.50, 0, 0}
-%\definecolor{Black}{cmyk}{0, 0, 0, 0}
-
-% ********************************************************************
-% Font Stuff
-% ********************************************************************
-\ifthenelse{\boolean{xetex}\OR\boolean{luatex}}
-   { % use fontspec and OpenType fonts with utf8 engines
-     \RequirePackage{fontspec}
-     \setmainfont[Ligatures=TeX,Numbers=OldStyle]{TeX Gyre Pagella} % Palatino clone
-     \linespread{1.05} % a bit more for Palatino
-     \ifthenelse{\boolean{ct@beramono}}%
-       {\setmonofont[Scale=0.85]{DejaVu Sans Mono}} % like Bera; Scale=MatchLowercase
-       {\setmonofont[Scale=1]{Latin Modern Mono}}
-     \RequirePackage{unicode-math}
-     \setmathfont{TeX Gyre Pagella Math}
-     % font for the chapter numbers will be defined in the old way below
-     % because there is no OpenType Euler font; this is how it should be done:
-     %\newfontface\chapterNumber[Scale=7,Color=000000]{TeX Gyre Pagella Bold}
-   }
-   { % use Type 1 fonts with pdflatex
-     \ifthenelse{\boolean{ct@minionpro}}% specialists: MinionPro
-       {%
-         % in order have Euler math fonts work with Minion, special option is needed
-         \ifthenelse{\boolean{ct@eulermath}}%
-           {%
-             \PassOptionsToPackage{opticals,mathlf,onlytext}{MinionPro}%
-             \RequirePackage{MinionPro} %  opticals, fullfamily, osf
-           }{%
-             \PassOptionsToPackage{opticals,mathlf}{MinionPro}%
-             \RequirePackage{MinionPro} %  opticals, fullfamily, osf
-           }
-       }{
-       % default: Palatino
-         \PassOptionsToPackage{osf,sc}{mathpazo}%
-         \RequirePackage{mathpazo} % Palatino with real small caps and old style figures
-         \linespread{1.05} % a bit more for Palatino
-       }
-
-       \ifthenelse{\boolean{ct@beramono}}%
-         {\PassOptionsToPackage{scaled=0.85}{beramono}%
-           \RequirePackage{beramono}%
-         }{%
-         \relax%
-         % put your own suitable typewriter font here
-         %\renewcommand{\ttdefault}{\rmdefault}
-         }
-
-       \ifthenelse{\boolean{ct@eulermath}}%
-         {\PassOptionsToPackage{euler-digits}{eulervm}%
-         \RequirePackage{eulervm}} % Euler math fonts
-         {\relax}
-   }
-
-       \ifthenelse{\boolean{ct@eulerchapternumbers}}% font for the chapter numbers
-          {\DeclareFixedFont{\chapterNumber}{U}{eur}{b}{n}{70}}%
-          {\DeclareFixedFont{\chapterNumber}{T1}{pplj}{m}{n}{70}}%
-         %{\newfont{\chapterNumber}{eurb10 scaled 7000}}%
-         %{\newfont{\chapterNumber}{pplr9d scaled 7000}}
-         % Euler eurb10 / Palatino OSF pplr9d / Palatino SC pplrc9d
-         % Latin Modern cork-lmr10 / Minion MinionPro-Regular-osf-t1
-         % (MinionPro-SemiboldCapt-osf-t1 MinionPro-SemiboldDisp-osf-t1)
-
-
-
-
-\RequirePackage{microtype} % character protruding and other micro-typography stuff
-% [expansion=false]
-
-
-% ********************************************************************
-% Textblock size
-%*******************************************************
-\@ifpackageloaded{typearea}%
-    {\relax}{%
-        \PassOptionsToPackage{headinclude,footinclude}{typearea}
-        \RequirePackage{typearea}%
-    }
-
-\ifthenelse{\boolean{ct@letterpaper}}%
-    {% A4
-        \ifthenelse{\boolean{ct@minionpro}}%
-        {% Minion gets some extra sizes
-            \PackageInfo{classicthesis}{letter paper, MinionPro}%
-            \areaset[current]{332pt}{634pt}% guessing from A4 values
-            \setlength{\marginparwidth}{7.5em}%
-            \setlength{\marginparsep}{2em}%
-        }{% Palatino or other
-            \PackageInfo{classicthesis}{letter paper, Palatino or other}
-            \areaset[current]{356pt}{700pt} %  guessing from A4 values
-            \setlength{\marginparwidth}{7em}%
-            \setlength{\marginparsep}{2em}%
-        }%
-    }{\relax}
-\ifthenelse{\boolean{ct@a5paper}}%
-    {% A5
-        \ifthenelse{\boolean{ct@minionpro}}%
-        {% Minion gets some extra sizes
-            \PackageInfo{classicthesis}{A5 paper, MinionPro}%
-            \areaset[current]{278pt}{556pt}%
-            \setlength{\marginparwidth}{5em}%
-            \setlength{\marginparsep}{1.25em}%
-        }{% Palatino or other
-            \PackageInfo{classicthesis}{A5 paper, Palatino or other}%
-            \areaset[current]{288pt}{555pt}%
-            \setlength{\marginparwidth}{4em}%
-            \setlength{\marginparsep}{1.25em}%
-        }%
-    }{\relax}
-\ifthenelse{\boolean{ct@a4paper}}%
-    {% A4
-        \ifthenelse{\boolean{ct@minionpro}}%
-        {% Minion gets some extra sizes
-            \PackageInfo{classicthesis}{A4 paper, MinionPro}%
-            \areaset[current]{312pt}{684pt}% 609 + 33 + 42 head \the\footskip
-            \setlength{\marginparwidth}{7.5em}%
-            \setlength{\marginparsep}{2em}%
-        }{% Palatino or other
-            \PackageInfo{classicthesis}{A4 paper, Palatino or other}
-            \areaset[current]{370pt}{750pt} % ~ 336 * factor 2 + 33 head + 42 \the\footskip
-            % \areaset[current]{336pt}{750pt} % ~ 336 * factor 2 + 33 head + 42 \the\footskip
-            % \areaset{336pt}{761pt} % 686 (factor 2.2) + 33 head + 42 head \the\footskip 10pt
-            \setlength{\marginparwidth}{7em}%
-            \setlength{\marginparsep}{2em}%
-        }%
-    }{\relax}
-
-% Here are some suggestions for the text widths and heights:
-% Palatino  10pt: 288--312pt | 609--657pt
-% Palatino  11pt: 312--336pt | 657--705pt
-% Palatino  12pt: 360--384pt | 768pt
-% Minion      10pt: 264--288pt | 561--609pt
-% Minion      11pt: 288--312pt | 609--657pt
-% Minion      12pt: 336pt      | 672pt
-% Libertine 10pt:
-% Libertine 11pt:
-% Libertine 12pt:
-% kpfonts 10pt:
-% kpfonts 11pt:
-% kpfonts 12pt:
-
-% ********************************************************************
-% Own Stuff
-% ********************************************************************
-% Disable single lines at the start of a paragraph (Schusterjungen)
-\clubpenalty = 10000
-% Disable single lines at the end of a paragraph (Hurenkinder)
-\widowpenalty = 10000
-\displaywidowpenalty = 10000 % formulas
-
-% Graffiti as in GKP's book "Concrete Mathematics"
-% thanks to Lorenzo Pantieri and Enrico Gregorio
-\def\graffito@setup{%
-%   \slshape\footnotesize% this was due to \slhape in above book
-   \itshape\footnotesize\leavevmode\color{Black}%
-   \parindent=0pt \lineskip=0pt \lineskiplimit=0pt %
-   \tolerance=2000 \hyphenpenalty=300 \exhyphenpenalty=300%
-   \doublehyphendemerits=100000%
-   \finalhyphendemerits=\doublehyphendemerits}
-%\DeclareRobustCommand{\graffito}[1]{\marginpar%
-% [\graffito@setup\raggedleft\hspace{0pt}{#1}]%
-% {\graffito@setup\raggedright\hspace{0pt}{#1}}}
-
-\let\oldmarginpar\marginpar
-\renewcommand{\marginpar}[2][]{% always add optional parameter, make it empty by default
-   \if\relax\detokenize{#1}\relax% optional parameter empty, in all normal document calls
-      \oldmarginpar[\graffito@setup\raggedleft\hspace{0pt}#2]{\graffito@setup\raggedright\hspace{0pt}#2}%
-   \else%two parameters, let them use their styling
-      \oldmarginpar[#1]{#2}%
-   \fi%
-}
-
-
-% Enumeration environment with small caps
-\newenvironment{aenumerate}
-    {\def\theenumi{\textsc{\alph{enumi}}}%
-     \enumerate}
-    {\endenumerate}
-
-% ********************************************************************
-% Fancy Stuff
-% ********************************************************************
-\RequirePackage{booktabs} % for better rules in tables
-\RequirePackage{textcase} % for \MakeTextUppercase
-
-%%% engine-dependent letterspacing: microtype for pdflatex, fontspec for xelatex and luatex
-\ifthenelse{\boolean{ct@minionpro}}{% MinionPro small caps
-        \PackageInfo{classicthesis}{Using MinionPro's textssc for character spacing.}
-        \DeclareRobustCommand{\spacedallcaps}[1]{\textssc{\MakeTextUppercase{#1}}}
-        \DeclareRobustCommand{\spacedlowsmallcaps}[1]{\textssc{\MakeTextLowercase{#1}}}
-      }{
-        % engine-based spacedallcaps and spacedlowsmallcaps
-        \ifthenelse{\boolean{pdf}\OR\boolean{luatex}}{ % pdf will soon test true for both pdflatex and luatex; \AND\NOT\boolean{luatex}
-            \PackageInfo{classicthesis}{Using pdftex/microtype for character spacing.%
-                                        Make sure your pdftex is version 1.40 or higher.}%
-            \microtypesetup{expansion=false}
-            \DeclareRobustCommand{\spacedallcaps}[1]{\textls[160]{\MakeTextUppercase{#1}}}
-            \DeclareRobustCommand{\spacedlowsmallcaps}[1]{\textls[80]{\scshape\MakeTextLowercase{#1}}}
-          }{\relax}
-
-        \ifthenelse{\boolean{xetex}}{ % use fontspec features; \OR\boolean{luatex} does not work well
-          \DeclareRobustCommand{\spacedallcaps}[1]{{\addfontfeature{LetterSpace=18.0}\MakeTextUppercase{#1}}}% WordSpace=1.8
-          \DeclareRobustCommand{\spacedlowsmallcaps}[1]{{\addfontfeatures{LetterSpace=14.0}\scshape\MakeTextLowercase{#1}}}% WordSpace=1.8
-          }{\relax}
-
-        \ifthenelse{\boolean{pdf}\OR\boolean{xetex}\OR\boolean{luatex}}% ever used? only dvi engines remain
-          {\relax}{%
-            \RequirePackage{soulutf8} % for letterspacing
-                \sodef\allcapsspacing{\upshape}{0.15em}{0.65em}{0.6em}%
-                \sodef\lowsmallcapsspacing{\scshape}{0.075em}{0.5em}{0.6em}%
-                \DeclareRobustCommand{\spacedallcaps}[1]{\MakeTextUppercase{\allcapsspacing{#1}}}%
-                \DeclareRobustCommand{\spacedlowsmallcaps}[1]{\MakeTextLowercase{\lowsmallcapsspacing{#1}}}%\protect
-          }%
-      }
-
-% ********************************************************************
-% headlines
-% ********************************************************************
-%\PassOptionsToPackage{automark}{scrpage2}
-\PassOptionsToPackage{automark}{scrlayer-scrpage}
-    %\RequirePackage{scrpage2} % provides headers and footers (KOMA Script)
-    \RequirePackage{scrlayer-scrpage} % provides headers and footers (KOMA Script)
-    \clearpairofpagestyles
-    %\setheadsepline{0pt}
-    \let\MakeMarkcase\spacedlowsmallcaps
-    \ifthenelse{\boolean{ct@nochapters}}%
-        {\relax}%
-        {\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}}
-    \renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
-    \lehead{\mbox{\llap{\small\pagemark\kern2em}\headmark\hfil}}
-    \rohead{\mbox{\hfil{\headmark}\rlap{\small\kern2em\pagemark}}}
-    \renewcommand{\headfont}{\small}
-%    \DeclareRobustCommand{\fixBothHeadlines}[2]{} % <--- ToDo
-    % hack to get the content headlines right (thanks, Lorenzo!)
-        \def\toc@heading{%
-            \ifthenelse{\boolean{ct@nochapters}}%
-            {\section*{\contentsname}}%nochapters
-            {\chapter*{\contentsname}}%chapters
-            \@mkboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}} %%%IVO what does this do?
-
-
-% ********************************************************************
-% layout of the chapter-, section-, subsection-, subsubsection-,
-% paragraph and description-headings
-% ********************************************************************
-\RequirePackage[newparttoc]{titlesec} % newparttoc to write \part to .toc with \numberline
-\ifthenelse{\boolean{ct@nochapters}}{\relax}{\titleclass{\chapter}{top}} % thanks to Javier Bezos of titlesec
-\def\ttl@addcontentsline#1#2{% this is from titlesec.sty
-  \addcontentsline{toc}{#1}{\ifttl@toclabel\ttl@a\fi{#2}}% write titles as a group inside {}
-  \nobreak}
-% parts
-\ifthenelse{\boolean{ct@parts}}%
-{%
-    \newcommand{\ctparttext}[1]{\renewcommand{\ctparttext@keep}{#1}}
-    \def\ctparttext@keep{} % Thanks to Ivo
-    \def\ctparttext@print{\ctparttext@keep \gdef\ctparttext@keep{}}
-    \titleformat{\part}[display]
-    {\normalfont\centering\large}%
-    {\thispagestyle{empty}\partname~\MakeTextUppercase{\thepart}}{1em}%
-    {\color{Maroon}\spacedallcaps}[\bigskip\normalfont\normalsize\color{Black}\begin{quote}\ctparttext@print\end{quote}]
-}{\relax}
-% chapters
-\ifthenelse{\boolean{ct@linedheaders}}%
-{% lines above and below, number right
-    \titleformat{\chapter}[display]%
-    {\relax}{\raggedleft{\color{halfgray}\chapterNumber\thechapter} \\ }{0pt}%
-    {\titlerule\vspace*{.9\baselineskip}\raggedright\spacedallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
-}{% something like Bringhurst
-    \titleformat{\chapter}[display]%
-    {\relax}{\mbox{}\oldmarginpar{\vspace*{-3\baselineskip}\color{halfgray}\chapterNumber\thechapter}}{0pt}%
-    {\raggedright\spacedallcaps}[\normalsize\vspace*{.8\baselineskip}\titlerule]%
-}
-% sections \FloatBarrier
-\titleformat{\section}
-    {\relax}{\textsc{\MakeTextLowercase{\thesection}}}{1em}{\spacedlowsmallcaps}
-% subsections
-\titleformat{\subsection}
-    {\relax}{\textsc{\MakeTextLowercase{\thesubsection}}}{1em}{\normalsize\itshape}
-% subsubsections
-\titleformat{\subsubsection}
-    {\relax}{\textsc{\MakeTextLowercase{\thesubsubsection}}}{1em}{\normalsize\itshape}
-% paragraphs
-\titleformat{\paragraph}[runin]
-    {\normalfont\normalsize}{\theparagraph}{0pt}{\spacedlowsmallcaps}
-% descriptionlabels
-    \renewcommand{\descriptionlabel}[1]{\hspace*{\labelsep}\spacedlowsmallcaps{#1}}   % spacedlowsmallcaps textit textsc
-% spacing
-\ifthenelse{\boolean{ct@nochapters}}%
-    {\relax}%
-    {\titlespacing*{\chapter}{0pt}{1\baselineskip}{1.2\baselineskip}}
-\titlespacing*{\section}{0pt}{1.25\baselineskip}{1\baselineskip}
-\titlespacing*{\subsection}{0pt}{1.25\baselineskip}{1\baselineskip}
-\titlespacing*{\paragraph}{0pt}{1\baselineskip}{1\baselineskip}
-
-% ********************************************************************
-% layout of the TOC, LOF and LOT (LOL-workaround see next section)
-% ********************************************************************
-\PassOptionsToPackage{titles}{tocloft}
-\RequirePackage{tocloft}
-% avoid page numbers being right-aligned in fixed-size box
-\newlength{\newnumberwidth}
-\settowidth{\newnumberwidth}{999} % yields overfull hbox warnings for pages > 999
-\cftsetpnumwidth{\newnumberwidth}
-
-% have the bib neatly positioned after the rest
-\newlength{\beforebibskip}
-\setlength{\beforebibskip}{0em}
-
-% space for more than nine chapters
-\newlength{\newchnumberwidth}
-\settowidth{\newchnumberwidth}{.} % <--- tweak here if more space required
-\ifthenelse{\boolean{ct@manychapters}}% <--- many chapters option
-{%
-    \addtolength{\cftchapnumwidth}{\newchnumberwidth}%
-    \addtolength{\cftsecnumwidth}{\newchnumberwidth}
-    \addtolength{\cftsecindent}{\newchnumberwidth}
-    \addtolength{\cftsubsecnumwidth}{\newchnumberwidth}
-    \addtolength{\cftsubsecindent}{2\newchnumberwidth}
-    \addtolength{\cftsubsubsecnumwidth}{\newchnumberwidth}
-}{\relax}%
-
-% pagenumbers right after the titles
-% parts
-\ifthenelse{\boolean{ct@parts}}%
-{%
-    \renewcommand{\thepart}{\roman{part}}%
-    \renewcommand{\cftpartpresnum}{\scshape}%  \MakeTextLowercase
-    \renewcommand{\cftpartaftersnum}{}%
-    \renewcommand{\cftpartaftersnumb}{\spacedlowsmallcaps}%
-    \setlength{\cftpartnumwidth}{\cftchapnumwidth}
-    \renewcommand{\cftpartfont}{\color{Maroon}\normalfont}%
-    \cftpagenumbersoff{part}
-    \renewcommand{\cftpartpagefont}{\normalfont}%
-    \ifthenelse{\boolean{ct@dottedtoc}}{\relax}%
-      {%
-        \renewcommand{\cftpartleader}{\hspace{1.5em}}%
-        \renewcommand{\cftpartafterpnum}{\cftparfillskip}%
-      }%
-    \setlength{\cftbeforepartskip}{1em}%
-    \setlength{\cftbeforechapskip}{.1em}%
-    \setlength{\beforebibskip}{1.5\cftbeforepartskip}%
-}{\relax}
-% chapters
-\ifthenelse{\boolean{ct@nochapters}}%
-    {\relax}%
-    {%
-        \renewcommand{\cftchappresnum}{\spacedlowsmallcaps}%
-        \renewcommand{\cftchapaftersnumb}{\spacedlowsmallcaps}%
-        \renewcommand{\cftchapfont}{\normalfont}%
-        \renewcommand{\cftchappagefont}{\normalfont}%
-        \ifthenelse{\boolean{ct@dottedtoc}}{\relax}%
-          {%
-            \renewcommand{\cftchapleader}{\hspace{1.5em}}%
-            \renewcommand{\cftchapafterpnum}{\cftparfillskip}%
-          }
-        %\setlength{\cftbeforechapskip}{.1em}%
-    }
-% sections
-\ifthenelse{\boolean{ct@nochapters}}%
-    {%
-        \setlength{\cftbeforesecskip}{.1em}%
-        \setlength{\beforebibskip}{1em}%
-    }%
-    {\relax}
-\renewcommand{\cftsecpresnum}{\scshape\MakeTextLowercase}%
-\renewcommand{\cftsecfont}{\normalfont}%
-\renewcommand{\cftsecpagefont}{\normalfont}%
-\ifthenelse{\boolean{ct@dottedtoc}}{\relax}%
-    {%
-        \renewcommand{\cftsecleader}{\hspace{1.5em}}%
-        \renewcommand{\cftsecafterpnum}{\cftparfillskip}%
-    }
-    \ifthenelse{\boolean{ct@tocaligned}}{\renewcommand{\cftsecindent}{0em}}{\relax}
-% subsections
-\renewcommand{\cftsubsecpresnum}{\scshape\MakeTextLowercase}%
-\renewcommand{\cftsubsecfont}{\normalfont}%
-\ifthenelse{\boolean{ct@dottedtoc}}{\relax}%
-{%
-    \renewcommand{\cftsubsecleader}{\hspace{1.5em}}%
-    \renewcommand{\cftsubsecafterpnum}{\cftparfillskip}%
-}
-\ifthenelse{\boolean{ct@tocaligned}}{\renewcommand{\cftsubsecindent}{0em}}{\relax}
-% subsubsections
-\renewcommand{\cftsubsubsecpresnum}{\scshape\MakeTextLowercase}%
-\renewcommand{\cftsubsubsecfont}{\normalfont}%
-\ifthenelse{\boolean{ct@dottedtoc}}{\relax}%
-{%
-    \renewcommand{\cftsubsubsecleader}{\hspace{1.5em}}%
-    \renewcommand{\cftsubsubsecafterpnum}{\cftparfillskip}%
-}
-\ifthenelse{\boolean{ct@tocaligned}}{\renewcommand{\cftsubsubsecindent}{0em}}{\relax}
-% figures
-\renewcommand{\cftfigpresnum}{\scshape\MakeTextLowercase}%
-\renewcommand{\cftfigfont}{\normalfont}%
-\ifthenelse{\boolean{ct@dottedtoc}}{\relax}%
-{%
-    \renewcommand{\cftfigleader}{\hspace{1.5em}}%
-    \renewcommand{\cftfigafterpnum}{\cftparfillskip}%
-}
-\renewcommand{\cftfigpresnum}{\figurename~}%Fig.~}
-\newlength{\figurelabelwidth}
-\settowidth{\figurelabelwidth}{\cftfigpresnum~999}
-\addtolength{\figurelabelwidth}{2.5em}
-\cftsetindents{figure}{0em}{\figurelabelwidth}
-% tables
-\renewcommand{\cfttabpresnum}{\scshape\MakeTextLowercase}%
-\renewcommand{\cfttabfont}{\normalfont}%
-\ifthenelse{\boolean{ct@dottedtoc}}{\relax}%
-{%
-    \renewcommand{\cfttableader}{\hspace{1.5em}}%
-    \renewcommand{\cfttabafterpnum}{\cftparfillskip}%
-}
-\renewcommand{\cfttabpresnum}{\tablename~}%Tab.~}
-\newlength{\tablelabelwidth}
-\settowidth{\tablelabelwidth}{\cfttabpresnum~999}
-\addtolength{\tablelabelwidth}{2.5em}
-%\cftsetindents{table}{0em}{\tablelabelwidth}
-\cftsetindents{table}{0em}{\figurelabelwidth}
-% listings
-\ifthenelse{\boolean{ct@listings}}%
-{%
-    \newlistof{listings}{lol}{\lstlistlistingname}%
-    \renewcommand{\cftlistingspresnum}{\scshape\MakeTextLowercase}%
-    \renewcommand{\cftlistingsfont}{\normalfont}%
-    \renewcommand{\cftlistingspresnum}{\lstlistingname~}%
-    \renewcommand{\cftlistingspagefont}{\normalfont}%
-    \ifthenelse{\boolean{ct@dottedtoc}}{\relax}%
-    {%
-        \renewcommand{\cftlistingsleader}{\hspace{1.5em}}%
-        \renewcommand{\cftlistingsafterpnum}{\cftparfillskip}%
-    }
-    \newlength{\listingslabelwidth}%
-    \settowidth{\listingslabelwidth}{\cftlistingspresnum~999}%
-    \addtolength{\listingslabelwidth}{2.5em}%
-    %\cftsetindents{listings}{0em}{\listingslabelwidth}%
-    \cftsetindents{listings}{0em}{\figurelabelwidth}%
-    \let\l@lstlisting\l@listings%
-    \let\lstlistoflistings\listoflistings%
-}{\relax}%
-
-% dirty work-around to get the spacing after the toc/lot/lof-titles right
-\ifthenelse{\boolean{ct@parts}}%
-{%
-    \AtBeginDocument{\addtocontents{toc}{\protect\vspace{-\cftbeforepartskip}}}
-}{%
-    \ifthenelse{\boolean{ct@nochapters}}%
-        {\relax}%
-        {\AtBeginDocument{\addtocontents{toc}{\protect\vspace{-\cftbeforechapskip}}}}
-}
-
-
-\newcommand{\tocEntry}[1]{\protect\numberline {}{#1}}%
-
-
-%% remove the vertical space between lof/lot entries of different chapters
-\ifthenelse{\boolean{ct@listsseparated}}{%
-    \PackageWarningNoLine{classicthesis}{Option "listsseparated" deprecated as of version 2.9.}%
-}{\relax}
-% \ifthenelse{\boolean{ct@listsseparated}}{%
-%     \AtBeginDocument{%
-%         \addtocontents{lof}{\protect\vspace{-\cftbeforechapskip}}%
-%         \addtocontents{lot}{\protect\vspace{-\cftbeforechapskip}}%
-%         \ifthenelse{\boolean{ct@listings}}%
-%                {%
-%            \addtocontents{lol}{\protect\vspace{-\cftbeforechapskip}}%
-%         }{\relax}%
-%     }%
-% }{%
-
-
-\DeclareRobustCommand*{\deactivateaddvspace}{\let\addvspace\@gobble}%
-\AtBeginDocument{%
-    \addtocontents{lof}{\deactivateaddvspace}%
-    \addtocontents{lot}{\deactivateaddvspace}%
-            \ifthenelse{\boolean{ct@listings}}%
-            {%
-                \addtocontents{lol}{\deactivateaddvspace}%
-            }{\relax}%
-}%
-%    }
-
-% ********************************************************************
-% footnotes setup
-% ********************************************************************
-\ifdefined\deffootnote
-    % KOMA-command, footnotemark not superscripted at the bottom
-    \deffootnote{0em}{0em}{\thefootnotemark\hspace*{.5em}}%
-    \message{Using KOMA-command "deffootnote" for footnote setup}%
-\else
-    \PassOptionsToPackage{flushmargin}{footmisc}%
-    \RequirePackage{footmisc}%
-    \setlength{\footnotemargin}{-.5em}%
-    \PackageWarningNoLine{classicthesis}{Using package "footmisc" with option %
-        "flushmargin" for footnote setup (not 100\% the same as with KOMA)}%
-\fi
-
-% ********************************************************************
-% Drafting Stuff
-% ********************************************************************
-\RequirePackage{scrtime} % time access
-\newcommand{\finalVersionString}{\relax}
-\providecommand{\myVersion}{$\!\!$} % w/o classicthesis-config.tex
-\ifthenelse{\boolean{ct@drafting}}{%
-%    \RequirePackage{draftwatermark}%
-%       \SetWatermarkLightness{0.9}
-%           \SetWatermarkScale{.5}
-%           \SetWatermarkText{\today\ at \thistime}
-        \PassOptionsToPackage{draft}{prelim2e}
-        \RequirePackage{prelim2e}
-        \renewcommand{\PrelimWords}{\relax}
-        \renewcommand{\PrelimText}{\footnotesize[\,\today\ at \thistime\ -- \texttt{classicthesis}~\myVersion\,]}
-}{\renewcommand{\finalVersionString}{\emph{Final Version} as of \today\ (\texttt{classicthesis}~\myVersion).}}
-
-% ********************************************************************
-% Caption numbering now w/o chapter number
-% ********************************************************************
-\ifthenelse{\boolean{ct@floatperchapter}}{%
-    \ifthenelse{\boolean{ct@listings}}{%
-        \lstset{numberbychapter=true}}{\relax}% numberbychapter works in listings>=1.4
-}{%
-    \ifthenelse{\boolean{ct@listings}}{%
-        \lstset{numberbychapter=false}}{\relax}%
-    \RequirePackage{remreset}%
-        \ifthenelse{\boolean{ct@nochapters}}%
-        {\relax}{%
-            \@removefromreset{table}{chapter}  % requires remreset package
-        }%
-        \renewcommand{\thetable}{\arabic{table}}%
-        \ifthenelse{\boolean{ct@nochapters}}%
-        {\relax}{%
-            \@removefromreset{figure}{chapter}  % requires remreset package
-        }%
-        \renewcommand{\thefigure}{\arabic{figure}}%
-        \ifthenelse{\boolean{ct@nochapters}}%
-        {\relax}{%
-            \@removefromreset{equation}{chapter}  % requires remreset package
-        }%
-        \renewcommand{\theequation}{\arabic{equation}}%
-}
-
-% ********************************************************************
-% Backward-compatibility
-% ********************************************************************
-\let\myChapter\chapter
-\let\myPart\part
-\let\graffito\marginpar
diff --git a/documentation/design-documentation/docs/COPYING b/documentation/design-documentation/docs/COPYING
deleted file mode 100644
index 7b1e1eade0311c95f7f628ce6c471b0e82b65633..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/docs/COPYING
+++ /dev/null
@@ -1,340 +0,0 @@
-        GNU GENERAL PUBLIC LICENSE
-           Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-          Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-        GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-          NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-         END OF TERMS AND CONDITIONS
-
-      How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Library General
-Public License instead of this License.
diff --git a/documentation/design-documentation/docs/ClassicThesis.pdf b/documentation/design-documentation/docs/ClassicThesis.pdf
deleted file mode 100644
index 0979c399d2d0154bd7c1b757f9e53736e54d99b8..0000000000000000000000000000000000000000
Binary files a/documentation/design-documentation/docs/ClassicThesis.pdf and /dev/null differ
diff --git a/documentation/design-documentation/docs/LISTOFFILES b/documentation/design-documentation/docs/LISTOFFILES
deleted file mode 100644
index ac77cd51224c553c0f66e90b3c2364a69273b6ea..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/docs/LISTOFFILES
+++ /dev/null
@@ -1,194 +0,0 @@
-LIST OF FILES FOR ClassicThesis.tex
-
- *File List*
- silence.sty    2012/07/02 v1.5b Selective filtering of warnings and error mess
-ages
-scrreprt.cls    2017/09/07 v3.24 KOMA-Script document class (report)
-scrkbase.sty    2017/09/07 v3.24 KOMA-Script package (KOMA-Script-dependent bas
-ics and keyval usage)
- scrbase.sty    2017/09/07 v3.24 KOMA-Script package (KOMA-Script-independent b
-asics and keyval usage)
-  keyval.sty    2014/10/28 v1.15 key=value parser (DPC)
-scrlfile.sty    2017/09/07 v3.24 KOMA-Script package (loading files)
-tocbasic.sty    2017/09/07 v3.24 KOMA-Script package (handling toc-files)
-scrsize11pt.clo    2017/09/07 v3.24 KOMA-Script font size class option (11pt)
-typearea.sty    2017/09/07 v3.24 KOMA-Script package (type area)
-classicthesis-config.tex
-inputenc.sty    2015/03/17 v1.2c Input encoding file
-    utf8.def    2017/01/28 v1.1t UTF-8 support for inputenc
-   t1enc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
-  ot1enc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
-  omsenc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
-   babel.sty    2017/10/04 3.14 The Babel package
- bblopts.cfg    2005/09/08 v0.1 add Arabic and Farsi to "declared" options of b
-abel
- ngerman.ldf    2016/11/02 v2.9 German support for babel (new orthography)
-american.ldf    2017/06/06 v3.3r English support from the babel system
-csquotes.sty    2017/03/11 v5.2b context-sensitive quotations (JAW)
-etoolbox.sty    2017/01/02 v2.4 e-TeX tools for LaTeX (JAW)
-csquotes.def    2017/03/11 v5.2b csquotes generic definitions (JAW)
-csquotes.cfg    
-biblatex.sty    2016/12/05 v3.7 programmable bibliographies (PK/JW/AB)
-pdftexcmds.sty    2017/03/19 v0.25 Utility functions of pdfTeX for LuaTeX (HO)
-infwarerr.sty    2016/05/16 v1.4 Providing info/warning/error messages (HO)
-ifluatex.sty    2016/05/16 v1.4 Provides the ifluatex switch (HO)
- ltxcmds.sty    2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
-   ifpdf.sty    2017/03/15 v3.2 Provides the ifpdf switch
-kvoptions.sty    2016/05/16 v3.12 Key value format for package options (HO)
-kvsetkeys.sty    2016/05/16 v1.17 Key value parser (HO)
-etexcmds.sty    2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
-  logreq.sty    2010/08/04 v1.0 xml request logger
-  logreq.def    2010/08/04 v1.0 logreq spec v1.0
-  ifthen.sty    2014/09/29 v1.1c Standard LaTeX ifthen package (DPC)
-     url.sty    2013/09/16  ver 3.4  Verb mode for urls, etc.
- xstring.sty    2013/10/13  v1.7c  String manipulations (C Tellechea)
-  blx-dm.def
-numeric-comp.dbx
-biblatex-dm.cfg
-blx-compat.def    2016/12/05 v3.7 biblatex compatibility (PK/JW/AB)
-blx-bibtex.def    2016/12/05 v3.7 biblatex compatibility (PK/JW/AB)
-biblatex.def    2016/12/05 v3.7 biblatex compatibility (PK/JW/AB)
-blx-natbib.def    2016/12/05 v3.7 biblatex compatibility (PK/JW/AB)
-standard.bbx    2016/12/05 v3.7 biblatex bibliography style (PK/JW/AB)
- numeric.bbx    2016/12/05 v3.7 biblatex bibliography style (PK/JW/AB)
-numeric-comp.bbx    2016/12/05 v3.7 biblatex bibliography style (PK/JW/AB)
-numeric-comp.cbx    2016/12/05 v3.7 biblatex citation style (PK/JW/AB)
-biblatex.cfg    
- amsmath.sty    2017/09/02 v2.17a AMS math features
- amstext.sty    2000/06/29 v2.01 AMS text
-  amsgen.sty    1999/11/30 v2.0 generic functions
-  amsbsy.sty    1999/11/29 v1.2d Bold Symbols
-  amsopn.sty    2016/03/08 v2.02 operator names
- fontenc.sty
-   t1enc.def    2017/04/05 v2.0i Standard LaTeX file
-textcomp.sty    2017/04/05 v2.0i Standard LaTeX package
-  ts1enc.def    2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
-  ts1enc.dfu    2017/01/28 v1.1t UTF-8 support for inputenc
- scrhack.sty    2017/09/07 v3.24 KOMA-Script package 
-  xpatch.sty    2012/10/02 v0.3 Extending etoolbox patching commands
-   expl3.sty    2017/09/18 L3 programming layer (loader) 
-expl3-code.tex    2017/09/18 L3 programming layer 
-l3pdfmode.def    2017/03/18 v L3 Experimental driver: PDF mode
-  xparse.sty    2017/09/18 L3 Experimental document command parser
-  xspace.sty    2014/10/28 v1.13 Space after command names (DPC,MH)
-mparhack.sty    2005/04/17 v1.4 (T. Sgouros and S. Ulrich)
- acronym.sty    2015/03/21 v1.41 Support for acronyms (Tobias Oetiker)
-  suffix.sty    2006/07/15 1.5a Variant command support
- relsize.sty    2003/07/04 ver 3.1
-tabularx.sty    2016/02/03 v2.11 `tabularx' package (DPC)
-   array.sty    2016/10/06 v2.4d Tabular extension package (FMi)
- caption.sty    2016/02/21 v3.3-144 Customizing captions (AR)
-caption3.sty    2016/05/22 v1.7-166 caption3 kernel (AR)
-  subfig.sty    2005/06/28 ver: 1.3 subfig package
-listings.sty    2015/06/04 1.6 (Carsten Heinz)
- lstmisc.sty    2015/06/04 1.6 (Carsten Heinz)
-listings.cfg    2015/06/04 1.6 listings configuration
-listings.hak    2017/09/07 v3.24 KOMA-Script package (hacking package listings)
-
-lstlang1.sty    2015/06/04 1.6 listings language file
-lstlang2.sty    2015/06/04 1.6 listings language file
-lstlang3.sty    2015/06/04 1.6 listings language file
-lstlang1.sty    2015/06/04 1.6 listings language file
-lstlang2.sty    2015/06/04 1.6 listings language file
-lstlang3.sty    2015/06/04 1.6 listings language file
-lstlang1.sty    2015/06/04 1.6 listings language file
-lstlang2.sty    2015/06/04 1.6 listings language file
-lstlang3.sty    2015/06/04 1.6 listings language file
- lstmisc.sty    2015/06/04 1.6 (Carsten Heinz)
-hyperref.sty    2017/03/14 v6.85a Hypertext links for LaTeX
-hobsub-hyperref.sty    2016/05/16 v1.14 Bundle oberdiek, subset hyperref (HO)
-hobsub-generic.sty    2016/05/16 v1.14 Bundle oberdiek, subset generic (HO)
-  hobsub.sty    2016/05/16 v1.14 Construct package bundles (HO)
-  ifvtex.sty    2016/05/16 v1.6 Detect VTeX and its facilities (HO)
- intcalc.sty    2016/05/16 v1.2 Expandable calculations with integers (HO)
-kvdefinekeys.sty    2016/05/16 v1.4 Define keys (HO)
-pdfescape.sty    2016/05/16 v1.14 Implements pdfTeX's escape features (HO)
-bigintcalc.sty    2016/05/16 v1.4 Expandable calculations on big integers (HO)
-  bitset.sty    2016/05/16 v1.2 Handle bit-vector datatype (HO)
-uniquecounter.sty    2016/05/16 v1.3 Provide unlimited unique counter (HO)
-letltxmacro.sty    2016/05/16 v1.5 Let assignment for LaTeX macros (HO)
- hopatch.sty    2016/05/16 v1.3 Wrapper for package hooks (HO)
-xcolor-patch.sty    2016/05/16 xcolor patch
-atveryend.sty    2016/05/16 v1.9 Hooks at the very end of document (HO)
-atbegshi.sty    2016/06/09 v1.18 At begin shipout hook (HO)
-refcount.sty    2016/05/16 v3.5 Data extraction from label references (HO)
- hycolor.sty    2016/05/16 v1.8 Color options for hyperref/bookmark (HO)
- ifxetex.sty    2010/09/12 v0.6 Provides ifxetex conditional
- auxhook.sty    2016/05/16 v1.4 Hooks for auxiliary files (HO)
-  pd1enc.def    2017/03/14 v6.85a Hyperref: PDFDocEncoding definition (HO)
-hyperref.cfg    2002/06/06 v1.2 hyperref configuration of TeXLive
- hpdftex.def    2017/03/14 v6.85a Hyperref driver for pdfTeX
-rerunfilecheck.sty    2016/05/16 v1.8 Rerun checks for auxiliary files (HO)
-graphicx.sty    2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
-graphics.sty    2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
-    trig.sty    2016/01/03 v1.10 sin cos tan (DPC)
-graphics.cfg    2016/06/04 v1.11 sample graphics configuration
-  pdftex.def    2017/06/24 v1.0g Graphics/color driver for pdftex
-classicthesis.sty    2017/10/13 v4.4 Typographic style for a classic-looking th
-esis
-latexrelease.sty    2016/12/29 v1.0h LaTeX release emulation and tests
-  xcolor.sty    2016/05/11 v2.12 LaTeX color extensions (UK)
-   color.cfg    2016/01/02 v1.6 sample color configuration
-dvipsnam.def    2016/06/17 v3.0m Driver-dependent file (DPC,SPQR)
-mathpazo.sty    2005/04/12 PSNFSS-v9.2a Palatino w/ Pazo Math (D.Puga, WaS) 
-beramono.sty    2004/01/31 (WaS)
-    ueur.fd    2013/01/14 v3.01 Euler Roman
-microtype.sty    2017/07/07 v2.7 Micro-typographical refinements (RS)
-microtype-pdftex.def    2017/07/07 v2.7 Definitions specific to pdftex (RS)
-microtype.cfg    2017/07/07 v2.7 microtype main configuration file (RS)
-booktabs.sty    2005/04/14 v1.61803 publication quality tables
-textcase.sty    2004/10/07 v0.07 Text only upper/lower case changing (DPC)
-scrlayer-scrpage.sty    2017/09/07 v3.24 KOMA-Script package (end user interfac
-e for scrlayer)
-scrlayer.sty    2017/09/07 v3.24 KOMA-Script package (defining layers and page 
-styles)
-titlesec.sty    2016/03/21 v2.10.2 Sectioning titles
- tocloft.sty    2017/08/31 v2.3i parameterised ToC, etc., typesetting
- scrtime.sty    2017/09/07 v3.24 KOMA-Script package (time of LaTeX run)
-prelim2e.sty    2009/05/29 v1.3 prelim2e Package (MS)
-everyshi.sty    2001/05/15 v3.00 EveryShipout Package (MS)
- english.lbx    2016/12/05 v3.7 biblatex localization (PK/JW/AB)
-american.lbx    2016/12/05 v3.7 biblatex localization (PK/JW/AB)
-  german.lbx    2016/12/05 v3.7 biblatex localization (PK/JW/AB)
- ngerman.lbx    2016/12/05 v3.7 biblatex localization (PK/JW/AB)
-  ts1cmr.fd    2014/09/29 v2.5h Standard LaTeX font definitions
-  t1pplj.fd    2004/09/06 font definitions for T1/pplj.
-ClassicThesis.bbl
-ClassicThesis1-blx.bbl
- nameref.sty    2016/05/21 v2.44 Cross-referencing by name of section
-gettitlestring.sty    2016/05/16 v1.5 Cleanup title references (HO)
-ClassicThesis.out
-ClassicThesis.out
-supp-pdf.mkii
-epstopdf-base.sty    2016/05/15 v2.6 Base part for package epstopdf
-  grfext.sty    2016/05/16 v1.2 Manage graphics extensions (HO)
-  mt-ppl.cfg    2005/11/16 v1.6 microtype config. file: Palatino (RS)
-FrontBackmatter/DirtyTitlepage.tex
- ot1pplx.fd    2004/09/06 font definitions for OT1/pplx.
- omlzplm.fd    2002/09/08 Fontinst v1.914 font definitions for OML/zplm.
- omszplm.fd    2002/09/08 Fontinst v1.914 font definitions for OMS/zplm.
- omxzplm.fd    2002/09/08 Fontinst v1.914 font definitions for OMX/zplm.
- ot1zplm.fd    2002/09/08 Fontinst v1.914 font definitions for OT1/zplm.
-   t1fvm.fd    2004/09/07 scalable font definitions for T1/fvm.
-FrontBackmatter/Titlepage.tex
-gfx/TFZsuperellipse_bw.pdf
-FrontBackmatter/Titleback.tex
- ts1pplj.fd    2004/09/06 font definitions for TS1/pplj.
-FrontBackmatter/Dedication.tex
-FrontBackmatter/Abstract.tex
-FrontBackmatter/Publications.tex
-FrontBackmatter/Acknowledgments.tex
-FrontBackmatter/Contents.tex
-Chapters/Chapter01.tex
-Chapters/Chapter02.tex
-gfx/example_1.jpg
-gfx/example_2.jpg
-gfx/example_3.jpg
-gfx/example_4.jpg
-Chapters/Chapter03.tex
-Chapters/Chapter0A.tex
-lstlang1.sty    2015/06/04 1.6 listings language file
-FrontBackmatter/Bibliography.tex
-FrontBackmatter/Declaration.tex
-FrontBackmatter/Colophon.tex
- ***********
\ No newline at end of file
diff --git a/documentation/design-documentation/docs/README b/documentation/design-documentation/docs/README
deleted file mode 100644
index b322a239156e7c811500c9515009e15f2487614c..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/docs/README
+++ /dev/null
@@ -1,30 +0,0 @@
-A Classic Thesis Style v4.4
-An Homage to The Elements of Typographic Style
-Copyright (C) 2017 André Miede http://www.miede.de
-
-Please see the file ClassicThesis.pdf for more information.
-Your comments are highly appreciated.
-
-If you like the style then I would appreciate a postcard. My address
-can be found in the file ClassicThesis.pdf. A collection of the
-postcards I received so far is available online at
-http://postcards.miede.de
-
-License:
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
-
-PLEASE SEE ALSO THE AUTHORS' NOTE REGARDING THIS LICENSE
-IN THE DOCUMENTATION (ClassicThesis.pdf --> Chapter 1 / Chapter01.tex)
diff --git a/documentation/design-documentation/frontbackmatter/.Titlepage.tex.swp b/documentation/design-documentation/frontbackmatter/.Titlepage.tex.swp
deleted file mode 100644
index cd3b4465206aaffc597d1e1eac4886c050d23969..0000000000000000000000000000000000000000
Binary files a/documentation/design-documentation/frontbackmatter/.Titlepage.tex.swp and /dev/null differ
diff --git a/documentation/design-documentation/frontbackmatter/Abstract.tex b/documentation/design-documentation/frontbackmatter/Abstract.tex
deleted file mode 100644
index 73e4559c7b8475988d8854bf10b811d78f6b3d02..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Abstract.tex
+++ /dev/null
@@ -1,31 +0,0 @@
-%*******************************************************
-% Abstract
-%*******************************************************
-%\renewcommand{\abstractname}{Abstract}
-\pdfbookmark[1]{Abstract}{Abstract}
-\begingroup
-\let\clearpage\relax
-\let\cleardoublepage\relax
-\let\cleardoublepage\relax
-
-\begin{otherlanguage}{american}
-	\chapter*{Abstract}
-	Short summary of the contents in English\dots a great guide by
-	Kent Beck how to write good abstracts can be found here:
-	\begin{center}
-		\url{https://plg.uwaterloo.ca/~migod/research/beckOOPSLA.html}
-	\end{center}
-\end{otherlanguage}
-
-\newpage
-\cleardoublepage
-
-\begin{otherlanguage}{ngerman}
-	\pdfbookmark[1]{Zusammenfassung}{Zusammenfassung}
-	\chapter*{Zusammenfassung}
-	Kurze Zusammenfassung des Inhaltes in deutscher Sprache\dots
-\end{otherlanguage}
-
-\endgroup
-
-\vfill
diff --git a/documentation/design-documentation/frontbackmatter/AbstractDE.tex b/documentation/design-documentation/frontbackmatter/AbstractDE.tex
deleted file mode 100644
index 9578d3fbc8b9b9bf6a8120a91f7f28710ba052a0..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/AbstractDE.tex
+++ /dev/null
@@ -1,8 +0,0 @@
-%*******************************************************
-% Abstract in German
-%*******************************************************
-\begin{otherlanguage}{ngerman}
-	\pdfbookmark[0]{Zusammenfassung}{Zusammenfassung}
-	\chapter*{Zusammenfassung}
-	Kurze Zusammenfassung des Inhaltes in deutscher Sprache. Ungefähr eine Seite\dots
-\end{otherlanguage}
diff --git a/documentation/design-documentation/frontbackmatter/AbstractEN.tex b/documentation/design-documentation/frontbackmatter/AbstractEN.tex
deleted file mode 100644
index 58528943f823599784f27a8e39c27176b44c14cf..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/AbstractEN.tex
+++ /dev/null
@@ -1,17 +0,0 @@
-%*******************************************************
-% Abstract in English
-%*******************************************************
-\pdfbookmark[0]{Abstract}{Abstract}
-
-
-\begin{otherlanguage}{american}
-	\chapter*{Abstract}
-	Short summary of the contents in English. Approximately one page\dots
-	\medskip
-	
-	\noindent
-	BTW: A great guide by Kent Beck how to write good abstracts can be found here:
-	\begin{center}
-		\url{https://plg.uwaterloo.ca/~migod/research/beckOOPSLA.html}
-	\end{center}
-\end{otherlanguage}
diff --git a/documentation/design-documentation/frontbackmatter/Acknowledgments.tex b/documentation/design-documentation/frontbackmatter/Acknowledgments.tex
deleted file mode 100644
index 361ad477ea002a183986b2cd3ceca612bb255c99..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Acknowledgments.tex
+++ /dev/null
@@ -1,50 +0,0 @@
-%*******************************************************
-% Acknowledgments
-%*******************************************************
-\pdfbookmark[0]{Acknowledgments}{acknowledgments}
-
-\begin{flushright}{\slshape
-    We have seen that computer programming is an art, \\
-    because it applies accumulated knowledge to the world, \\
-    because it requires skill and ingenuity, and especially \\
-    because it produces objects of beauty.} \\ \medskip
-    --- \defcitealias{knuth:1974}{Donald E. Knuth}\citetalias{knuth:1974} \citep{knuth:1974}
-\end{flushright}
-
-
-
-\bigskip
-
-\begingroup
-\let\clearpage\relax
-\let\cleardoublepage\relax
-\let\cleardoublepage\relax
-\chapter*{Acknowledgments}
-Put your acknowledgments here.
-
-Many thanks to everybody who already sent me a postcard!
-
-Regarding the typography and other help, many thanks go to Marco 
-Kuhlmann, Philipp Lehman, Lothar Schlesier, Jim Young, Lorenzo 
-Pantieri and Enrico Gregorio\footnote{Members of GuIT (Gruppo 
-Italiano Utilizzatori di \TeX\ e \LaTeX )}, J\"org Sommer, 
-Joachim K\"ostler, Daniel Gottschlag, Denis Aydin, Paride 
-Legovini, Steffen Prochnow, Nicolas Repp, Hinrich Harms, 
-Roland Winkler, Jörg Weber, Henri Menke, Claus Lahiri, 
-Clemens Niederberger, Stefano Bragaglia, Jörn Hees, 
-Scott Lowe, Dave Howcroft, 
-and the whole \LaTeX-community for support, ideas and 
-some great software.
-
-\bigskip
-
-\noindent\emph{Regarding \mLyX}: The \mLyX\ port was intially done by
-\emph{Nicholas Mariette} in March 2009 and continued by
-\emph{Ivo Pletikosi\'c} in 2011. Thank you very much for your
-work and for the contributions to the original style.
-
-
-\endgroup
-
-
-
diff --git a/documentation/design-documentation/frontbackmatter/Acronyms.tex b/documentation/design-documentation/frontbackmatter/Acronyms.tex
deleted file mode 100644
index 028a87972e1e848c53f0402b85e92b266829e733..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Acronyms.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-%*******************************************************
-% Acronyms
-%*******************************************************
-\automark[section]{chapter}
-\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
-\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
-\refstepcounter{dummy}
-\pdfbookmark[0]{Abk\"{u}rzungsverzeichnis}{abkuerzungsverzeichnis}
-\markboth{\spacedlowsmallcaps{Abk\"{u}rzungsverzeichnis}}{\spacedlowsmallcaps{Abk\"{u}rzungsverzeichnis}}
-\chapter*{Abk\"{u}rzungsverzeichnis}
-
-% Insert your acronyms here
-\begin{acronym}[UML]
-  \acro{DRY}{Don't Repeat Yourself}
-  \acro{API}{Application Programming Interface}
-  \acro{UML}{Unified Modeling Language}
-\end{acronym}
-
-\cleardoublepage
diff --git a/documentation/design-documentation/frontbackmatter/Bibliography.tex b/documentation/design-documentation/frontbackmatter/Bibliography.tex
deleted file mode 100644
index a02afff1a0d71be4561e764ffe282d35e30826f2..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Bibliography.tex
+++ /dev/null
@@ -1,15 +0,0 @@
-%********************************************************************
-% Bibliography
-%*******************************************************
-% work-around to have small caps also here in the headline
-% https://tex.stackexchange.com/questions/188126/wrong-header-in-bibliography-classicthesis
-% Thanks to Enrico Gregorio
-\defbibheading{bibintoc}[\bibname]{%
-  \phantomsection
-  \manualmark
-  \markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}%
-  \addtocontents{toc}{\protect\vspace{\beforebibskip}}%
-  \addcontentsline{toc}{chapter}{\tocEntry{#1}}%
-  \chapter*{#1}%
-}
-\printbibliography[heading=bibintoc]
diff --git a/documentation/design-documentation/frontbackmatter/Colophon.tex b/documentation/design-documentation/frontbackmatter/Colophon.tex
deleted file mode 100644
index 94876042bd303c59e55199478ddfe8335923bdbf..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Colophon.tex
+++ /dev/null
@@ -1,55 +0,0 @@
-\pagestyle{empty}
-
-\hfill
-
-\vfill
-
-
-\pdfbookmark[0]{Colophon}{colophon}
-\section*{Colophon}
-This document was typeset using the typographical look-and-feel \texttt{classicthesis} developed by Andr\'e Miede and Ivo Pletikosić.
-The style was inspired by Robert Bringhurst's seminal book on typography ``\emph{The Elements of Typographic Style}''.
-\texttt{classicthesis} is available for both \LaTeX\ and \mLyX:
-\begin{center}
-\url{https://bitbucket.org/amiede/classicthesis/}
-\end{center}
-Happy users of \texttt{classicthesis} usually send a real postcard to the author, a collection of postcards received so far is featured here:
-\begin{center}
-\url{http://postcards.miede.de/}
-\end{center}
-Thank you very much for your feedback and contribution.
-
-\bigskip
-
-\noindent\finalVersionString
-
-%Hermann Zapf's \emph{Palatino} and \emph{Euler} type faces (Type~1 PostScript fonts \emph{URW
-%Palladio L} and \emph{FPL}) are used. The ``typewriter'' text is typeset in \emph{Bera Mono},
-%originally developed by Bitstream, Inc. as ``Bitstream Vera''. (Type~1 PostScript fonts were made
-%available by Malte Rosenau and
-%Ulrich Dirr.)
-
-%\paragraph{note:} The custom size of the textblock was calculated
-%using the directions given by Mr. Bringhurst (pages 26--29 and
-%175/176). 10~pt Palatino needs  133.21~pt for the string
-%``abcdefghijklmnopqrstuvwxyz''. This yields a good line length between
-%24--26~pc (288--312~pt). Using a ``\emph{double square textblock}''
-%with a 1:2 ratio this results in a textblock of 312:624~pt (which
-%includes the headline in this design). A good alternative would be the
-%``\emph{golden section textblock}'' with a ratio of 1:1.62, here
-%312:505.44~pt. For comparison, \texttt{DIV9} of the \texttt{typearea}
-%package results in a line length of 389~pt (32.4~pc), which is by far
-%too long. However, this information will only be of interest for
-%hardcore pseudo-typographers like me.%
-%
-%To make your own calculations, use the following commands and look up
-%the corresponding lengths in the book:
-%\begin{verbatim}
-%    \settowidth{\abcd}{abcdefghijklmnopqrstuvwxyz}
-%    \the\abcd\ % prints the value of the length
-%\end{verbatim}
-%Please see the file \texttt{classicthesis.sty} for some precalculated
-%values for Palatino and Minion.
-%
-%    \settowidth{\abcd}{abcdefghijklmnopqrstuvwxyz}
-%    \the\abcd\ % prints the value of the length
diff --git a/documentation/design-documentation/frontbackmatter/Contents.tex b/documentation/design-documentation/frontbackmatter/Contents.tex
deleted file mode 100644
index 066a75866fc865c1d46bb85b824934c7249927b3..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Contents.tex
+++ /dev/null
@@ -1,13 +0,0 @@
-%*******************************************************
-% Table of Contents
-%*******************************************************
-\pagestyle{scrheadings}
-\refstepcounter{dummy}
-\pdfbookmark[0]{\contentsname}{tableofcontents}
-\setcounter{tocdepth}{2} % <-- 2 includes up to subsections in the ToC
-\setcounter{secnumdepth}{3} % <-- 3 numbers up to subsubsections
-\manualmark
-\markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
-\tableofcontents
-
-\cleardoublepage
diff --git a/documentation/design-documentation/frontbackmatter/Declaration.tex b/documentation/design-documentation/frontbackmatter/Declaration.tex
deleted file mode 100644
index 93cd0742bb6501ae9f7c1ff4efe8e4c2951eab7e..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Declaration.tex
+++ /dev/null
@@ -1,32 +0,0 @@
-%*******************************************************
-% Declaration
-%*******************************************************
-\refstepcounter{dummy}
-\pdfbookmark[0]{Declaration}{declaration}
-\chapter*{\condENGLISH{Declaration}{Erklärung}}
-\thispagestyle{empty}
-Ich versichere hiermit, dass ich die vorliegende Arbeit selbstständig verfasst und keine anderen als die im Literaturverzeichnis angegebenen Quellen benutzt habe.
-\medskip
-
-\noindent
-Alle Stellen, die wörtlich oder sinngemäß aus veröffentlichten oder noch nicht veröffentlichten Quellen entnommen sind, sind als solche kenntlich gemacht.
-\medskip
-
-\noindent
-Die Zeichnungen oder Abbildungen in dieser Arbeit sind von mir selbst erstellt worden oder mit einem entsprechenden Quellennachweis versehen.
-\medskip
-
-\noindent
-Diese Arbeit ist in gleicher oder ähnlicher Form noch bei keiner anderen Prüfungsbehörde eingereicht worden. 
-\bigskip
-
-\noindent\textit{\myLocation, \myTime}
-
-\smallskip
-
-\begin{flushright}
-    \begin{tabular}{m{5cm}}
-        \\ \hline
-        \centering\myName \\
-    \end{tabular}
-\end{flushright}
diff --git a/documentation/design-documentation/frontbackmatter/Figures.tex b/documentation/design-documentation/frontbackmatter/Figures.tex
deleted file mode 100644
index c44c1d59db363470dc33773c4172972806e446bb..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Figures.tex
+++ /dev/null
@@ -1,11 +0,0 @@
-%*******************************************************
-% List of Figures
-%*******************************************************    
-\automark[section]{chapter}
-\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
-\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
-\refstepcounter{dummy}
-\pdfbookmark[0]{\listfigurename}{lof}
-\listoffigures
-
-\cleardoublepage
diff --git a/documentation/design-documentation/frontbackmatter/Listings.tex b/documentation/design-documentation/frontbackmatter/Listings.tex
deleted file mode 100644
index 801d6ca505cd2cb7b7fb42d6921277be505be6f2..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Listings.tex
+++ /dev/null
@@ -1,11 +0,0 @@
-%*******************************************************
-% List of Listings
-%*******************************************************      
-\automark[section]{chapter}
-\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
-\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
-\refstepcounter{dummy}
-\pdfbookmark[0]{\lstlistlistingname}{lol}
-\lstlistoflistings
-
-\cleardoublepage
diff --git a/documentation/design-documentation/frontbackmatter/Publications.tex b/documentation/design-documentation/frontbackmatter/Publications.tex
deleted file mode 100644
index 117c025769b747819bb0de899e4bc9719af3e5cf..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Publications.tex
+++ /dev/null
@@ -1,16 +0,0 @@
-%*******************************************************
-% Publications
-%*******************************************************
-\pdfbookmark[0]{Publications}{publications}
-\chapter*{Publications}\graffito{This is just an early --~and currently ugly~-- test!}
-This might come in handy for PhD theses: some ideas and figures have appeared previously in the following publications:
-
-%\noindent Put your publications from the thesis here. The packages \texttt{multibib} or \texttt{bibtopic} etc. can be used to handle multiple different bibliographies in your document.
-
-\begin{refsection}[ownpubs]
-    \small
-    \nocite{*} % is local to to the enclosing refsection
-    \printbibliography[heading=none]
-\end{refsection}
-
-\emph{Attention}: This requires a separate run of \texttt{bibtex} for your \texttt{refsection}, \eg, \texttt{ClassicThesis1-blx} for this file. You might also use \texttt{biber} as the backend for \texttt{biblatex}. See also \url{http://tex.stackexchange.com/questions/128196/problem-with-refsection}.
diff --git a/documentation/design-documentation/frontbackmatter/Tables.tex b/documentation/design-documentation/frontbackmatter/Tables.tex
deleted file mode 100644
index 52938a610da48203077f43b33a0ce9bc41e9f2e3..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Tables.tex
+++ /dev/null
@@ -1,11 +0,0 @@
-%*******************************************************
-% List of Tables
-%*******************************************************
-\automark[section]{chapter}
-\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
-\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}
-\refstepcounter{dummy}
-\pdfbookmark[0]{\listtablename}{lot}
-\listoftables
-
-\cleardoublepage
diff --git a/documentation/design-documentation/frontbackmatter/Titleback.tex b/documentation/design-documentation/frontbackmatter/Titleback.tex
deleted file mode 100644
index c46938d908b1e5b3867c20a3a293dedcd0a0d862..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Titleback.tex
+++ /dev/null
@@ -1,25 +0,0 @@
-\thispagestyle{empty}
-
-\hfill
-
-\vfill
-
-\noindent\myName: \textit{\myTitle}, \ifdef{\mySubtitle}{\mySubtitle,}{} %\myDegree,
-\textcopyright\ \myTime
-
-%\bigskip
-%
-%\noindent\spacedlowsmallcaps{Supervisors}: \\
-%\myProf \\
-%\myOtherProf \\
-%\mySupervisor
-%
-%\medskip
-%
-%\noindent\spacedlowsmallcaps{Location}: \\
-%\myLocation
-%
-%\medskip
-%
-%\noindent\spacedlowsmallcaps{Time Frame}: \\
-%\myTime
diff --git a/documentation/design-documentation/frontbackmatter/Titlepage.tex b/documentation/design-documentation/frontbackmatter/Titlepage.tex
deleted file mode 100644
index da2ebc48b38fbb059a8104703c9b8dcba28d41bc..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/frontbackmatter/Titlepage.tex
+++ /dev/null
@@ -1,50 +0,0 @@
-%*******************************************************
-% Titlepage
-%*******************************************************
-%%%
-%%% title page (german)
-%%%
-\thispagestyle{empty}
-\pdfbookmark[0]{Titelblatt}{title}
-\begin{titlepage}
-
-  % If printed on two sides, center the title page
-  \condTWOSIDE{\changetext{}{19mm}{}{19mm}{}}
-
-  \vspace{1cm}
-  \begin{center}
-    \includegraphics[width=7.7cm]{gfx/logo_h-da_rot} \\ 
-  \end{center}
-
-  \begin{center}
-    \vspace{0.1cm}
-    \huge \textbf{\myUni}\\
-    \vspace{0.4cm}
-    \LARGE --~\myFaculty~--
-  \end{center}
-
-  \vfill
-  \vfill
-
-  \begin{center}
-    \LARGE \textbf{\myTitle}
-  \end{center} 
-
-  \vfill
-  \vfill
-
-  \begin{center}
-    \Large Authors: \\
-    \vspace{0.3cm}
-    \Large \textbf{\myName}\\
-  \end{center}
-
-  \vfill
-  \vfill
-
-
-
-  % If printed on two sides, center the title page
-  \condTWOSIDE{\changetext{}{-19mm}{}{-19mm}{}}
-
-\end{titlepage}
diff --git a/documentation/design-documentation/gfx/baustelle.pdf b/documentation/design-documentation/gfx/baustelle.pdf
deleted file mode 100644
index ae3e487621fc541ca427f594947febb5c6f13038..0000000000000000000000000000000000000000
Binary files a/documentation/design-documentation/gfx/baustelle.pdf and /dev/null differ
diff --git a/documentation/design-documentation/gfx/examples/pdf_gaus_vs_uni_vs_10_40_160.pdf b/documentation/design-documentation/gfx/examples/pdf_gaus_vs_uni_vs_10_40_160.pdf
deleted file mode 100644
index 83b729c3f8debb19b4d7427524cdefb278ea4e1d..0000000000000000000000000000000000000000
Binary files a/documentation/design-documentation/gfx/examples/pdf_gaus_vs_uni_vs_10_40_160.pdf and /dev/null differ
diff --git a/documentation/design-documentation/gfx/examples/qq-plot_gaus_vs_160.pdf b/documentation/design-documentation/gfx/examples/qq-plot_gaus_vs_160.pdf
deleted file mode 100644
index 49dde59608814eb70a16c437e757614a1b688901..0000000000000000000000000000000000000000
Binary files a/documentation/design-documentation/gfx/examples/qq-plot_gaus_vs_160.pdf and /dev/null differ
diff --git a/documentation/design-documentation/gfx/examples/setup.pdf b/documentation/design-documentation/gfx/examples/setup.pdf
deleted file mode 100644
index 52977badf865f71e255085566369f4b38c2cb7d9..0000000000000000000000000000000000000000
Binary files a/documentation/design-documentation/gfx/examples/setup.pdf and /dev/null differ
diff --git a/documentation/design-documentation/gfx/goSDN-Conceptual-Structures.drawio b/documentation/design-documentation/gfx/goSDN-Conceptual-Structures.drawio
deleted file mode 100644
index fddb0c1fcb39a0812a437037f06b890360e41699..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/gfx/goSDN-Conceptual-Structures.drawio
+++ /dev/null
@@ -1 +0,0 @@
-<mxfile host="Electron" modified="2020-08-03T16:46:06.201Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/13.5.7 Chrome/83.0.4103.122 Electron/9.1.2 Safari/537.36" etag="eEy-rLZ-oa3rAqTYzOyL" version="13.5.7" type="device"><diagram id="C5RBs43oDa-KdzZeNtuy" name="Page-1">7VrZcuI6EP0aHkl5Y8ljgGxzSYqZZCa5j4otbE1ki7FFgPn627LlVSwmOGEyN1VUYrVbktXntHxa0DKH/vIyRDPvhjmYtgzNWbbMUcswdF3rwj9hWSWWU01LDG5IHOmUG+7IbyyNqducODgqOXLGKCezstFmQYBtXrKhMGSLstuU0fKsM+RixXBnI6paH4jDvcTaN3q5/QoT10tn1runyR0fpc5yJZGHHLYomMzzljkMGePJlb8cYiqCl8bl4Xr1QMfP3csvX6Nf6Pvgn/vbH+1ksIt9umRLCHHAXz307+fpxdUP6+fjbHLxdaFdnj19acsu2guicxmvSUgCm8yQ6HqL+YKFz3A1Yj4igYwDX6XBjRbEpyiA1mDKAn4n70BoBogSN4BrG54Zh2B4wSEngMuZvMHZDKy2R6gzRis2FyuLOLKf09bAYyH5DcPCs5gjHQxwO+SSYka35HEneoJZA2uII/CZpOHSM9MYRVz62IxSNIvIU/zAwsVHoUuCAeOc+elAbB442JGtDP+4wUP2nDFK9K8JkgRTRAMvCxSVoF1i5mMersBF3s34JxNQT9uLnM56V9q8IpXNvkwjmUJuNnY23TdIORS4EIR8PrMyn1VzPqNbng5RAD5AHA9EGKMiOeGisNTcFFN2D/rqCn1vkS/WwqbwZ3I7UhgLQecFdlI85Ru5Gc2QTQJ3HPuMrNzyTS5amBj0ndKYFx5xHBzEvOGIo4RagiwzRgIeR6UzgA/EbqiddFodeKAhtPW8DR/hHvIhC4BikHNiHgy8XWDB3TUs25rXu1m2KoO3L8hFTpXQ3RdKQ4HyisGKDe06eIG1MjnF34Tllu3F4z6Vl2+FeMc4MuKmgviYBM+fiL8Z4r3+kRG3FMQVhCmJ1YSMhr72TbsDfh+AFMOleN8LOozausIJU+WEuQZ/ip4wnbCIcMLE+GHiW+HFsTZuXbPqobpFDBwEqt7bsHPX04rap1ZsTit2tP7rtCJYX6MVO50PpBX7Ck8LLxrtlp3AsIK57ev/rWzMcvnj6Eb9VIF14q0iAQtYx8xG8bb9twHaqJLYH/aji0dDPbm4Fi+PKbJx9Il2s2gfXTgaaq3wqRwPhvXo0jHlyzZYceCciWNgaAUsRniHtspzRbSg+wWhaYZgx8Wp8MT0iS3Oc8MgNoiELkhJ6A8LfUy7i8a/ogF5K5ujZfHmaJW2loQ/ps8A14Ve0Mo7icYqWwtI1nSxDkE+C5x7jwTprcJC9hOQEZuHNt4GROIHk7h4K8ckE0Qc6+hRseKiPrTkA4WYwmv5pXxEv0V6TkTC5MOa/YrsPDXKQyQLlr2KZ+KVgTrWjoGSiOweqF0ZyKyMw6bTCJeGaErWGmr5pZ2cqIInrmoKe9OOrfBJ1jbJHjaAgsmNE2vIKAvzXIwruaTI0o36e1Wa+PJLH/lYreyou37F0z6QUSkx3w0utQrRa2OVvj8+KljNZH+7V95T3gA60r7G1ii6uHn8PvVe+OKX7vTWfFeWKU4FwS2HHYedYkzhHVCBdc+DjcR0g5Ylx32POzZAX/edtJEiVre8kVramhMFa41G6TUgUtbCrn7HJI6p24AZDsF+5jgQwY0lR6JPqomogvhhS5NaRNicT3sdLKzDvYmaY+3jGQru03nIvRh0jm3vBP47ENVP5BtGft3Zwrsi31EgLdYNEBGPuSxAtFg8lKuO3GfM4hpSGH9izldyL0dzzqrFam3xr5ZElSrnwJolva5Ts7TW1QNNViYS+GJpsnmbVjl1oNawKro+a+9bIFQHyn4ftaNkaUq8/IFVQm09ebio6O8IfmNbxx+n7t8vyB1dLwVZ75l7K/tOt4xTt4EyGpr5b/QS9/yXjub5fw==</diagram></mxfile>
\ No newline at end of file
diff --git a/documentation/design-documentation/gfx/logo_h-da_rot.eps b/documentation/design-documentation/gfx/logo_h-da_rot.eps
deleted file mode 100644
index 86ccddcb8568a80ad4fea67016abd917cce65e92..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/gfx/logo_h-da_rot.eps
+++ /dev/null
@@ -1,1016 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%Creator: cairo 1.14.6 (http://cairographics.org)
-%%CreationDate: Tue Oct 17 11:49:39 2017
-%%Pages: 1
-%%DocumentData: Clean7Bit
-%%LanguageLevel: 2
-%%BoundingBox: 0 -1 176 68
-%%EndComments
-%%BeginProlog
-save
-50 dict begin
-/q { gsave } bind def
-/Q { grestore } bind def
-/cm { 6 array astore concat } bind def
-/w { setlinewidth } bind def
-/J { setlinecap } bind def
-/j { setlinejoin } bind def
-/M { setmiterlimit } bind def
-/d { setdash } bind def
-/m { moveto } bind def
-/l { lineto } bind def
-/c { curveto } bind def
-/h { closepath } bind def
-/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
-      0 exch rlineto 0 rlineto closepath } bind def
-/S { stroke } bind def
-/f { fill } bind def
-/f* { eofill } bind def
-/n { newpath } bind def
-/W { clip } bind def
-/W* { eoclip } bind def
-/BT { } bind def
-/ET { } bind def
-/pdfmark where { pop globaldict /?pdfmark /exec load put }
-    { globaldict begin /?pdfmark /pop load def /pdfmark
-    /cleartomark load def end } ifelse
-/BDC { mark 3 1 roll /BDC pdfmark } bind def
-/EMC { mark /EMC pdfmark } bind def
-/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
-/Tj { show currentpoint cairo_store_point } bind def
-/TJ {
-  {
-    dup
-    type /stringtype eq
-    { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
-  } forall
-  currentpoint cairo_store_point
-} bind def
-/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
-    cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
-/Tf { pop /cairo_font exch def /cairo_font_matrix where
-      { pop cairo_selectfont } if } bind def
-/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
-      /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
-      /cairo_font where { pop cairo_selectfont } if } bind def
-/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
-      cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
-/g { setgray } bind def
-/rg { setrgbcolor } bind def
-/d1 { setcachedevice } bind def
-%%EndProlog
-%%BeginSetup
-%%EndSetup
-%%Page: 1 1
-%%BeginPageSetup
-%%PageBoundingBox: 0 -1 176 68
-%%EndPageSetup
-q 0 -1 176 69 rectclip q
-0.67451 0.105882 0.129412 rg
-0.527 31.523 m 0.82 31.523 1.055 31.757 1.055 32.046 c 1.055 32.339 0.82
- 32.573 0.527 32.573 c 0.234 32.573 0 32.339 0 32.046 c 0 31.757 0.234 31.523
- 0.527 31.523 c f
-2.648 31.499 m 2.938 31.499 3.176 31.734 3.176 32.027 c 3.176 32.316 2.938
- 32.554 2.648 32.554 c 2.355 32.554 2.121 32.316 2.121 32.027 c 2.121 31.734
- 2.355 31.499 2.648 31.499 c f
-2.648 32.999 m 2.938 32.999 3.176 33.234 3.176 33.527 c 3.176 33.816 2.938
- 34.054 2.648 34.054 c 2.355 34.054 2.121 33.816 2.121 33.527 c 2.121 33.234
- 2.355 32.999 2.648 32.999 c f
-11.129 15.023 m 11.418 15.023 11.656 15.257 11.656 15.55 c 11.656 15.839
- 11.418 16.077 11.129 16.077 c 10.836 16.077 10.598 15.839 10.598 15.55 
-c 10.598 15.257 10.836 15.023 11.129 15.023 c f
-9.012 13.523 m 9.305 13.523 9.539 13.757 9.539 14.05 c 9.539 14.339 9.305
- 14.577 9.012 14.577 c 8.723 14.577 8.484 14.339 8.484 14.05 c 8.484 13.757
- 8.723 13.523 9.012 13.523 c f
-9.012 12.023 m 9.305 12.023 9.539 12.257 9.539 12.55 c 9.539 12.839 9.305
- 13.077 9.012 13.077 c 8.723 13.077 8.484 12.839 8.484 12.55 c 8.484 12.257
- 8.723 12.023 9.012 12.023 c f
-9.012 15.023 m 9.305 15.023 9.539 15.257 9.539 15.55 c 9.539 15.839 9.305
- 16.077 9.012 16.077 c 8.723 16.077 8.484 15.839 8.484 15.55 c 8.484 15.257
- 8.723 15.023 9.012 15.023 c f
-11.129 16.523 m 11.418 16.523 11.656 16.757 11.656 17.05 c 11.656 17.339
- 11.418 17.577 11.129 17.577 c 10.836 17.577 10.598 17.339 10.598 17.05 
-c 10.598 16.757 10.836 16.523 11.129 16.523 c f
-11.133 18.023 m 11.422 18.023 11.66 18.257 11.66 18.55 c 11.66 18.839 11.422
- 19.077 11.133 19.077 c 10.84 19.077 10.605 18.839 10.605 18.55 c 10.605
- 18.257 10.84 18.023 11.133 18.023 c f
-11.129 22.523 m 11.418 22.523 11.656 22.757 11.656 23.046 c 11.656 23.339
- 11.418 23.577 11.129 23.577 c 10.836 23.577 10.598 23.339 10.598 23.046
- c 10.598 22.757 10.836 22.523 11.129 22.523 c f
-11.129 19.523 m 11.418 19.523 11.656 19.757 11.656 20.05 c 11.656 20.339
- 11.418 20.577 11.129 20.577 c 10.836 20.577 10.598 20.339 10.598 20.05 
-c 10.598 19.757 10.836 19.523 11.129 19.523 c f
-9.012 18.023 m 9.305 18.023 9.539 18.257 9.539 18.55 c 9.539 18.839 9.305
- 19.077 9.012 19.077 c 8.723 19.077 8.484 18.839 8.484 18.55 c 8.484 18.257
- 8.723 18.023 9.012 18.023 c f
-9.008 16.523 m 9.297 16.523 9.535 16.757 9.535 17.05 c 9.535 17.339 9.297
- 17.577 9.008 17.577 c 8.715 17.577 8.48 17.339 8.48 17.05 c 8.48 16.757
- 8.715 16.523 9.008 16.523 c f
-11.129 21.023 m 11.418 21.023 11.656 21.257 11.656 21.55 c 11.656 21.839
- 11.418 22.077 11.129 22.077 c 10.836 22.077 10.598 21.839 10.598 21.55 
-c 10.598 21.257 10.836 21.023 11.129 21.023 c f
-9.008 10.523 m 9.297 10.523 9.535 10.757 9.535 11.05 c 9.535 11.339 9.297
- 11.577 9.008 11.577 c 8.715 11.577 8.48 11.339 8.48 11.05 c 8.48 10.757
- 8.715 10.523 9.008 10.523 c f
-9.012 19.523 m 9.305 19.523 9.539 19.757 9.539 20.05 c 9.539 20.339 9.305
- 20.577 9.012 20.577 c 8.723 20.577 8.484 20.339 8.484 20.05 c 8.484 19.757
- 8.723 19.523 9.012 19.523 c f
-9.012 23.999 m 9.305 23.999 9.539 24.234 9.539 24.527 c 9.539 24.816 9.305
- 25.054 9.012 25.054 c 8.723 25.054 8.484 24.816 8.484 24.527 c 8.484 24.234
- 8.723 23.999 9.012 23.999 c f
-9.012 22.499 m 9.305 22.499 9.539 22.734 9.539 23.027 c 9.539 23.316 9.305
- 23.554 9.012 23.554 c 8.723 23.554 8.484 23.316 8.484 23.027 c 8.484 22.734
- 8.723 22.499 9.012 22.499 c f
-9.012 25.499 m 9.305 25.499 9.539 25.734 9.539 26.027 c 9.539 26.316 9.305
- 26.554 9.012 26.554 c 8.723 26.554 8.484 26.316 8.484 26.027 c 8.484 25.734
- 8.723 25.499 9.012 25.499 c f
-9.012 28.499 m 9.305 28.499 9.539 28.734 9.539 29.027 c 9.539 29.316 9.305
- 29.554 9.012 29.554 c 8.723 29.554 8.484 29.316 8.484 29.027 c 8.484 28.734
- 8.723 28.499 9.012 28.499 c f
-9.008 26.999 m 9.297 26.999 9.535 27.234 9.535 27.527 c 9.535 27.816 9.297
- 28.054 9.008 28.054 c 8.715 28.054 8.48 27.816 8.48 27.527 c 8.48 27.234
- 8.715 26.999 9.008 26.999 c f
-9.008 20.999 m 9.297 20.999 9.535 21.234 9.535 21.527 c 9.535 21.82 9.297
- 22.054 9.008 22.054 c 8.715 22.054 8.48 21.82 8.48 21.527 c 8.48 21.234
- 8.715 20.999 9.008 20.999 c f
-9.012 29.999 m 9.305 29.999 9.539 30.234 9.539 30.527 c 9.539 30.816 9.305
- 31.054 9.012 31.054 c 8.723 31.054 8.484 30.816 8.484 30.527 c 8.484 30.234
- 8.723 29.999 9.012 29.999 c f
-11.129 26.999 m 11.418 26.999 11.656 27.234 11.656 27.527 c 11.656 27.816
- 11.418 28.054 11.129 28.054 c 10.836 28.054 10.598 27.816 10.598 27.527
- c 10.598 27.234 10.836 26.999 11.129 26.999 c f
-11.129 25.499 m 11.418 25.499 11.656 25.734 11.656 26.027 c 11.656 26.316
- 11.418 26.554 11.129 26.554 c 10.836 26.554 10.598 26.316 10.598 26.027
- c 10.598 25.734 10.836 25.499 11.129 25.499 c f
-11.129 28.499 m 11.418 28.499 11.656 28.734 11.656 29.027 c 11.656 29.316
- 11.418 29.554 11.129 29.554 c 10.836 29.554 10.598 29.316 10.598 29.027
- c 10.598 28.734 10.836 28.499 11.129 28.499 c f
-11.129 31.499 m 11.418 31.499 11.656 31.734 11.656 32.027 c 11.656 32.316
- 11.418 32.554 11.129 32.554 c 10.836 32.554 10.598 32.316 10.598 32.027
- c 10.598 31.734 10.836 31.499 11.129 31.499 c f
-11.121 29.999 m 11.414 29.999 11.648 30.234 11.648 30.527 c 11.648 30.816
- 11.414 31.054 11.121 31.054 c 10.832 31.054 10.594 30.816 10.594 30.527
- c 10.594 30.234 10.832 29.999 11.121 29.999 c f
-11.121 23.999 m 11.414 23.999 11.648 24.234 11.648 24.527 c 11.648 24.816
- 11.414 25.054 11.121 25.054 c 10.832 25.054 10.594 24.816 10.594 24.527
- c 10.594 24.234 10.832 23.999 11.121 23.999 c f
-11.129 32.999 m 11.418 32.999 11.656 33.234 11.656 33.527 c 11.656 33.816
- 11.418 34.054 11.129 34.054 c 10.836 34.054 10.598 33.816 10.598 33.527
- c 10.598 33.234 10.836 32.999 11.129 32.999 c f
-11.129 7.499 m 11.418 7.499 11.656 7.734 11.656 8.027 c 11.656 8.32 11.418
- 8.554 11.129 8.554 c 10.836 8.554 10.598 8.32 10.598 8.027 c 10.598 7.734
- 10.836 7.499 11.129 7.499 c f
-11.129 5.999 m 11.418 5.999 11.656 6.234 11.656 6.527 c 11.656 6.82 11.418
- 7.054 11.129 7.054 c 10.836 7.054 10.598 6.82 10.598 6.527 c 10.598 6.234
- 10.836 5.999 11.129 5.999 c f
-11.129 8.999 m 11.418 8.999 11.656 9.234 11.656 9.527 c 11.656 9.82 11.418
- 10.054 11.129 10.054 c 10.836 10.054 10.598 9.82 10.598 9.527 c 10.598 
-9.234 10.836 8.999 11.129 8.999 c f
-11.129 11.999 m 11.418 11.999 11.656 12.234 11.656 12.527 c 11.656 12.82
- 11.418 13.054 11.129 13.054 c 10.836 13.054 10.598 12.82 10.598 12.527 
-c 10.598 12.234 10.836 11.999 11.129 11.999 c f
-11.121 10.499 m 11.414 10.499 11.648 10.734 11.648 11.027 c 11.648 11.32
- 11.414 11.554 11.121 11.554 c 10.832 11.554 10.594 11.32 10.594 11.027 
-c 10.594 10.734 10.832 10.499 11.121 10.499 c f
-11.121 4.499 m 11.414 4.499 11.648 4.734 11.648 5.027 c 11.648 5.32 11.414
- 5.554 11.121 5.554 c 10.832 5.554 10.594 5.32 10.594 5.027 c 10.594 4.734
- 10.832 4.499 11.121 4.499 c f
-11.129 13.499 m 11.418 13.499 11.656 13.734 11.656 14.027 c 11.656 14.32
- 11.418 14.554 11.129 14.554 c 10.836 14.554 10.598 14.32 10.598 14.027 
-c 10.598 13.734 10.836 13.499 11.129 13.499 c f
-9.008 2.999 m 9.297 2.999 9.535 3.237 9.535 3.527 c 9.535 3.82 9.297 4.054
- 9.008 4.054 c 8.715 4.054 8.48 3.82 8.48 3.527 c 8.48 3.237 8.715 2.999
- 9.008 2.999 c f
-9.008 1.499 m 9.297 1.499 9.535 1.737 9.535 2.027 c 9.535 2.32 9.297 2.554
- 9.008 2.554 c 8.715 2.554 8.48 2.32 8.48 2.027 c 8.48 1.737 8.715 1.499
- 9.008 1.499 c f
-9.008 4.499 m 9.297 4.499 9.535 4.734 9.535 5.027 c 9.535 5.32 9.297 5.554
- 9.008 5.554 c 8.715 5.554 8.48 5.32 8.48 5.027 c 8.48 4.734 8.715 4.499
- 9.008 4.499 c f
-9.008 7.499 m 9.297 7.499 9.535 7.734 9.535 8.027 c 9.535 8.32 9.297 8.554
- 9.008 8.554 c 8.715 8.554 8.48 8.32 8.48 8.027 c 8.48 7.734 8.715 7.499
- 9.008 7.499 c f
-9 5.999 m 9.293 5.999 9.527 6.234 9.527 6.527 c 9.527 6.82 9.293 7.054 
-9 7.054 c 8.711 7.054 8.473 6.82 8.473 6.527 c 8.473 6.234 8.711 5.999 9
- 5.999 c f
-9 -0.001 m 9.293 -0.001 9.527 0.237 9.527 0.527 c 9.527 0.82 9.293 1.054
- 9 1.054 c 8.711 1.054 8.473 0.82 8.473 0.527 c 8.473 0.237 8.711 -0.001
- 9 -0.001 c f
-9.008 8.999 m 9.297 8.999 9.535 9.234 9.535 9.527 c 9.535 9.82 9.297 10.054
- 9.008 10.054 c 8.715 10.054 8.48 9.82 8.48 9.527 c 8.48 9.234 8.715 8.999
- 9.008 8.999 c f
-11.129 2.999 m 11.418 2.999 11.656 3.237 11.656 3.527 c 11.656 3.82 11.418
- 4.054 11.129 4.054 c 10.836 4.054 10.598 3.82 10.598 3.527 c 10.598 3.237
- 10.836 2.999 11.129 2.999 c f
-4.766 31.499 m 5.059 31.499 5.293 31.734 5.293 32.027 c 5.293 32.316 5.059
- 32.554 4.766 32.554 c 4.477 32.554 4.238 32.316 4.238 32.027 c 4.238 31.734
- 4.477 31.499 4.766 31.499 c f
-6.887 31.499 m 7.18 31.499 7.414 31.734 7.414 32.027 c 7.414 32.316 7.18
- 32.554 6.887 32.554 c 6.594 32.554 6.359 32.316 6.359 32.027 c 6.359 31.734
- 6.594 31.499 6.887 31.499 c f
-4.766 32.999 m 5.059 32.999 5.293 33.234 5.293 33.527 c 5.293 33.816 5.059
- 34.054 4.766 34.054 c 4.477 34.054 4.238 33.816 4.238 33.527 c 4.238 33.234
- 4.477 32.999 4.766 32.999 c f
-6.883 32.999 m 7.172 32.999 7.41 33.234 7.41 33.527 c 7.41 33.816 7.172
- 34.054 6.883 34.054 c 6.59 34.054 6.355 33.816 6.355 33.527 c 6.355 33.234
- 6.59 32.999 6.883 32.999 c f
-9.008 32.999 m 9.297 32.999 9.535 33.234 9.535 33.527 c 9.535 33.816 9.297
- 34.054 9.008 34.054 c 8.715 34.054 8.48 33.816 8.48 33.527 c 8.48 33.234
- 8.715 32.999 9.008 32.999 c f
-9.012 31.499 m 9.305 31.499 9.539 31.734 9.539 32.027 c 9.539 32.316 9.305
- 32.554 9.012 32.554 c 8.723 32.554 8.484 32.316 8.484 32.027 c 8.484 31.734
- 8.723 31.499 9.012 31.499 c f
-17.496 16.523 m 17.789 16.523 18.023 16.757 18.023 17.05 c 18.023 17.339
- 17.789 17.577 17.496 17.577 c 17.207 17.577 16.969 17.339 16.969 17.05 
-c 16.969 16.757 17.207 16.523 17.496 16.523 c f
-15.359 21.023 m 15.652 21.023 15.891 21.257 15.891 21.55 c 15.891 21.839
- 15.652 22.077 15.359 22.077 c 15.07 22.077 14.836 21.839 14.836 21.55 c
- 14.836 21.257 15.07 21.023 15.359 21.023 c f
-15.367 22.523 m 15.656 22.523 15.895 22.757 15.895 23.046 c 15.895 23.339
- 15.656 23.577 15.367 23.577 c 15.074 23.577 14.84 23.339 14.84 23.046 c
- 14.84 22.757 15.074 22.523 15.367 22.523 c f
-17.492 24.023 m 17.781 24.023 18.02 24.257 18.02 24.546 c 18.02 24.839 
-17.781 25.077 17.492 25.077 c 17.199 25.077 16.965 24.839 16.965 24.546 
-c 16.965 24.257 17.199 24.023 17.492 24.023 c f
-15.379 24.023 m 15.668 24.023 15.906 24.257 15.906 24.546 c 15.906 24.839
- 15.668 25.077 15.379 25.077 c 15.086 25.077 14.852 24.839 14.852 24.546
- c 14.852 24.257 15.086 24.023 15.379 24.023 c f
-17.488 25.523 m 17.777 25.523 18.016 25.757 18.016 26.046 c 18.016 26.339
- 17.777 26.577 17.488 26.577 c 17.195 26.577 16.961 26.339 16.961 26.046
- c 16.961 25.757 17.195 25.523 17.488 25.523 c f
-17.496 27.023 m 17.789 27.023 18.023 27.257 18.023 27.546 c 18.023 27.839
- 17.789 28.077 17.496 28.077 c 17.207 28.077 16.969 27.839 16.969 27.546
- c 16.969 27.257 17.207 27.023 17.496 27.023 c f
-17.492 30.023 m 17.781 30.023 18.02 30.257 18.02 30.546 c 18.02 30.839 
-17.781 31.073 17.492 31.073 c 17.199 31.073 16.965 30.839 16.965 30.546 
-c 16.965 30.257 17.199 30.023 17.492 30.023 c f
-17.492 28.523 m 17.781 28.523 18.02 28.757 18.02 29.046 c 18.02 29.339 
-17.781 29.577 17.492 29.577 c 17.199 29.577 16.965 29.339 16.965 29.046 
-c 16.965 28.757 17.199 28.523 17.492 28.523 c f
-15.371 27.023 m 15.664 27.023 15.898 27.257 15.898 27.546 c 15.898 27.839
- 15.664 28.077 15.371 28.077 c 15.082 28.077 14.844 27.839 14.844 27.546
- c 14.844 27.257 15.082 27.023 15.371 27.023 c f
-15.367 25.523 m 15.656 25.523 15.895 25.757 15.895 26.046 c 15.895 26.339
- 15.656 26.577 15.367 26.577 c 15.074 26.577 14.84 26.339 14.84 26.046 c
- 14.84 25.757 15.074 25.523 15.367 25.523 c f
-15.367 28.523 m 15.656 28.523 15.895 28.757 15.895 29.046 c 15.895 29.339
- 15.656 29.577 15.367 29.577 c 15.074 29.577 14.84 29.339 14.84 29.046 c
- 14.84 28.757 15.074 28.523 15.367 28.523 c f
-17.488 15.023 m 17.777 15.023 18.016 15.257 18.016 15.55 c 18.016 15.839
- 17.777 16.077 17.488 16.077 c 17.195 16.077 16.961 15.839 16.961 15.55 
-c 16.961 15.257 17.195 15.023 17.488 15.023 c f
-17.488 13.523 m 17.777 13.523 18.016 13.757 18.016 14.05 c 18.016 14.339
- 17.777 14.577 17.488 14.577 c 17.195 14.577 16.961 14.339 16.961 14.05 
-c 16.961 13.757 17.195 13.523 17.488 13.523 c f
-17.492 12.023 m 17.781 12.023 18.02 12.257 18.02 12.55 c 18.02 12.839 17.781
- 13.077 17.492 13.077 c 17.199 13.077 16.965 12.839 16.965 12.55 c 16.965
- 12.257 17.199 12.023 17.492 12.023 c f
-17.48 18.023 m 17.773 18.023 18.008 18.257 18.008 18.55 c 18.008 18.839
- 17.773 19.077 17.48 19.077 c 17.191 19.077 16.953 18.839 16.953 18.55 c
- 16.953 18.257 17.191 18.023 17.48 18.023 c f
-17.488 19.523 m 17.777 19.523 18.016 19.757 18.016 20.05 c 18.016 20.339
- 17.777 20.577 17.488 20.577 c 17.195 20.577 16.961 20.339 16.961 20.05 
-c 16.961 19.757 17.195 19.523 17.488 19.523 c f
-17.488 22.523 m 17.777 22.523 18.016 22.757 18.016 23.046 c 18.016 23.339
- 17.777 23.577 17.488 23.577 c 17.195 23.577 16.961 23.339 16.961 23.046
- c 16.961 22.757 17.195 22.523 17.488 22.523 c f
-15.367 13.499 m 15.656 13.499 15.895 13.734 15.895 14.027 c 15.895 14.32
- 15.656 14.554 15.367 14.554 c 15.074 14.554 14.84 14.32 14.84 14.027 c 
-14.84 13.734 15.074 13.499 15.367 13.499 c f
-15.367 11.999 m 15.656 11.999 15.895 12.234 15.895 12.527 c 15.895 12.82
- 15.656 13.054 15.367 13.054 c 15.074 13.054 14.84 12.82 14.84 12.527 c 
-14.84 12.234 15.074 11.999 15.367 11.999 c f
-15.367 14.999 m 15.656 14.999 15.895 15.234 15.895 15.527 c 15.895 15.82
- 15.656 16.054 15.367 16.054 c 15.074 16.054 14.84 15.82 14.84 15.527 c 
-14.84 15.234 15.074 14.999 15.367 14.999 c f
-15.367 17.999 m 15.656 17.999 15.895 18.234 15.895 18.527 c 15.895 18.82
- 15.656 19.054 15.367 19.054 c 15.074 19.054 14.84 18.82 14.84 18.527 c 
-14.84 18.234 15.074 17.999 15.367 17.999 c f
-15.359 16.499 m 15.652 16.499 15.891 16.734 15.891 17.027 c 15.891 17.32
- 15.652 17.554 15.359 17.554 c 15.07 17.554 14.836 17.32 14.836 17.027 c
- 14.836 16.734 15.07 16.499 15.359 16.499 c f
-15.359 10.499 m 15.652 10.499 15.891 10.734 15.891 11.027 c 15.891 11.32
- 15.652 11.554 15.359 11.554 c 15.07 11.554 14.836 11.32 14.836 11.027 c
- 14.836 10.734 15.07 10.499 15.359 10.499 c f
-15.367 19.499 m 15.656 19.499 15.895 19.734 15.895 20.027 c 15.895 20.32
- 15.656 20.554 15.367 20.554 c 15.074 20.554 14.84 20.32 14.84 20.027 c 
-14.84 19.734 15.074 19.499 15.367 19.499 c f
-15.367 7.499 m 15.656 7.499 15.895 7.734 15.895 8.027 c 15.895 8.32 15.656
- 8.554 15.367 8.554 c 15.074 8.554 14.84 8.32 14.84 8.027 c 14.84 7.734 
-15.074 7.499 15.367 7.499 c f
-15.367 8.999 m 15.656 8.999 15.895 9.234 15.895 9.527 c 15.895 9.82 15.656
- 10.054 15.367 10.054 c 15.074 10.054 14.84 9.82 14.84 9.527 c 14.84 9.234
- 15.074 8.999 15.367 8.999 c f
-17.488 10.499 m 17.777 10.499 18.016 10.734 18.016 11.027 c 18.016 11.32
- 17.777 11.554 17.488 11.554 c 17.195 11.554 16.961 11.32 16.961 11.027 
-c 16.961 10.734 17.195 10.499 17.488 10.499 c f
-17.488 20.999 m 17.777 20.999 18.016 21.234 18.016 21.527 c 18.016 21.82
- 17.777 22.054 17.488 22.054 c 17.195 22.054 16.961 21.82 16.961 21.527 
-c 16.961 21.234 17.195 20.999 17.488 20.999 c f
-15.367 31.499 m 15.656 31.499 15.895 31.734 15.895 32.027 c 15.895 32.316
- 15.656 32.554 15.367 32.554 c 15.074 32.554 14.84 32.316 14.84 32.027 c
- 14.84 31.734 15.074 31.499 15.367 31.499 c f
-15.359 29.999 m 15.652 29.999 15.891 30.234 15.891 30.527 c 15.891 30.816
- 15.652 31.054 15.359 31.054 c 15.07 31.054 14.836 30.816 14.836 30.527 
-c 14.836 30.234 15.07 29.999 15.359 29.999 c f
-15.367 32.999 m 15.656 32.999 15.895 33.234 15.895 33.527 c 15.895 33.816
- 15.656 34.054 15.367 34.054 c 15.074 34.054 14.84 33.816 14.84 33.527 c
- 14.84 33.234 15.074 32.999 15.367 32.999 c f
-15.367 34.499 m 15.656 34.499 15.895 34.734 15.895 35.027 c 15.895 35.316
- 15.656 35.554 15.367 35.554 c 15.074 35.554 14.84 35.316 14.84 35.027 c
- 14.84 34.734 15.074 34.499 15.367 34.499 c f
-17.48 31.499 m 17.773 31.499 18.008 31.734 18.008 32.027 c 18.008 32.316
- 17.773 32.554 17.48 32.554 c 17.191 32.554 16.953 32.316 16.953 32.027 
-c 16.953 31.734 17.191 31.499 17.48 31.499 c f
-17.48 32.999 m 17.773 32.999 18.008 33.234 18.008 33.527 c 18.008 33.816
- 17.773 34.054 17.48 34.054 c 17.191 34.054 16.953 33.816 16.953 33.527 
-c 16.953 33.234 17.191 32.999 17.48 32.999 c f
-17.48 34.499 m 17.773 34.499 18.008 34.734 18.008 35.027 c 18.008 35.316
- 17.773 35.554 17.48 35.554 c 17.191 35.554 16.953 35.316 16.953 35.027 
-c 16.953 34.734 17.191 34.499 17.48 34.499 c f
-6.887 43.499 m 7.18 43.499 7.414 43.734 7.414 44.027 c 7.414 44.316 7.18
- 44.554 6.887 44.554 c 6.594 44.554 6.359 44.316 6.359 44.027 c 6.359 43.734
- 6.594 43.499 6.887 43.499 c f
-9.008 43.499 m 9.297 43.499 9.535 43.734 9.535 44.027 c 9.535 44.316 9.297
- 44.554 9.008 44.554 c 8.715 44.554 8.48 44.316 8.48 44.027 c 8.48 43.734
- 8.715 43.499 9.008 43.499 c f
-9.008 44.999 m 9.297 44.999 9.535 45.234 9.535 45.527 c 9.535 45.816 9.297
- 46.054 9.008 46.054 c 8.715 46.054 8.48 45.816 8.48 45.527 c 8.48 45.234
- 8.715 44.999 9.008 44.999 c f
-11.129 43.499 m 11.418 43.499 11.656 43.734 11.656 44.027 c 11.656 44.316
- 11.418 44.554 11.129 44.554 c 10.836 44.554 10.598 44.316 10.598 44.027
- c 10.598 43.734 10.836 43.499 11.129 43.499 c f
-13.246 43.499 m 13.539 43.499 13.773 43.734 13.773 44.027 c 13.773 44.316
- 13.539 44.554 13.246 44.554 c 12.957 44.554 12.719 44.316 12.719 44.027
- c 12.719 43.734 12.957 43.499 13.246 43.499 c f
-15.367 35.999 m 15.656 35.999 15.895 36.234 15.895 36.527 c 15.895 36.816
- 15.656 37.054 15.367 37.054 c 15.074 37.054 14.84 36.816 14.84 36.527 c
- 14.84 36.234 15.074 35.999 15.367 35.999 c f
-15.367 38.999 m 15.656 38.999 15.895 39.234 15.895 39.527 c 15.895 39.816
- 15.656 40.054 15.367 40.054 c 15.074 40.054 14.84 39.816 14.84 39.527 c
- 14.84 39.234 15.074 38.999 15.367 38.999 c f
-15.359 37.499 m 15.652 37.499 15.891 37.734 15.891 38.027 c 15.891 38.316
- 15.652 38.554 15.359 38.554 c 15.07 38.554 14.836 38.316 14.836 38.027 
-c 14.836 37.734 15.07 37.499 15.359 37.499 c f
-15.367 40.499 m 15.656 40.499 15.895 40.734 15.895 41.027 c 15.895 41.316
- 15.656 41.554 15.367 41.554 c 15.074 41.554 14.84 41.316 14.84 41.027 c
- 14.84 40.734 15.074 40.499 15.367 40.499 c f
-15.367 41.999 m 15.656 41.999 15.895 42.234 15.895 42.527 c 15.895 42.816
- 15.656 43.054 15.367 43.054 c 15.074 43.054 14.84 42.816 14.84 42.527 c
- 14.84 42.234 15.074 41.999 15.367 41.999 c f
-15.367 43.499 m 15.656 43.499 15.895 43.734 15.895 44.027 c 15.895 44.316
- 15.656 44.554 15.367 44.554 c 15.074 44.554 14.84 44.316 14.84 44.027 c
- 14.84 43.734 15.074 43.499 15.367 43.499 c f
-11.129 44.999 m 11.418 44.999 11.656 45.234 11.656 45.527 c 11.656 45.816
- 11.418 46.054 11.129 46.054 c 10.836 46.054 10.598 45.816 10.598 45.527
- c 10.598 45.234 10.836 44.999 11.129 44.999 c f
-13.246 44.999 m 13.539 44.999 13.773 45.234 13.773 45.527 c 13.773 45.816
- 13.539 46.054 13.246 46.054 c 12.957 46.054 12.719 45.816 12.719 45.527
- c 12.719 45.234 12.957 44.999 13.246 44.999 c f
-15.367 44.999 m 15.656 44.999 15.895 45.234 15.895 45.527 c 15.895 45.816
- 15.656 46.054 15.367 46.054 c 15.074 46.054 14.84 45.816 14.84 45.527 c
- 14.84 45.234 15.074 44.999 15.367 44.999 c f
-17.488 35.999 m 17.777 35.999 18.016 36.234 18.016 36.527 c 18.016 36.816
- 17.777 37.054 17.488 37.054 c 17.195 37.054 16.961 36.816 16.961 36.527
- c 16.961 36.234 17.195 35.999 17.488 35.999 c f
-17.488 38.999 m 17.777 38.999 18.016 39.234 18.016 39.527 c 18.016 39.816
- 17.777 40.054 17.488 40.054 c 17.195 40.054 16.961 39.816 16.961 39.527
- c 16.961 39.234 17.195 38.999 17.488 38.999 c f
-17.48 37.499 m 17.773 37.499 18.008 37.734 18.008 38.027 c 18.008 38.316
- 17.773 38.554 17.48 38.554 c 17.191 38.554 16.953 38.316 16.953 38.027 
-c 16.953 37.734 17.191 37.499 17.48 37.499 c f
-17.488 40.499 m 17.777 40.499 18.016 40.734 18.016 41.027 c 18.016 41.316
- 17.777 41.554 17.488 41.554 c 17.195 41.554 16.961 41.316 16.961 41.027
- c 16.961 40.734 17.195 40.499 17.488 40.499 c f
-17.488 41.999 m 17.777 41.999 18.016 42.234 18.016 42.527 c 18.016 42.816
- 17.777 43.054 17.488 43.054 c 17.195 43.054 16.961 42.816 16.961 42.527
- c 16.961 42.234 17.195 41.999 17.488 41.999 c f
-17.488 43.499 m 17.777 43.499 18.016 43.734 18.016 44.027 c 18.016 44.316
- 17.777 44.554 17.488 44.554 c 17.195 44.554 16.961 44.316 16.961 44.027
- c 16.961 43.734 17.195 43.499 17.488 43.499 c f
-17.488 44.999 m 17.777 44.999 18.016 45.234 18.016 45.527 c 18.016 45.816
- 17.777 46.054 17.488 46.054 c 17.195 46.054 16.961 45.816 16.961 45.527
- c 16.961 45.234 17.195 44.999 17.488 44.999 c f
-28.09 23.999 m 28.383 23.999 28.617 24.234 28.617 24.527 c 28.617 24.816
- 28.383 25.054 28.09 25.054 c 27.801 25.054 27.566 24.816 27.566 24.527 
-c 27.566 24.234 27.801 23.999 28.09 23.999 c f
-28.09 22.499 m 28.383 22.499 28.617 22.734 28.617 23.027 c 28.617 23.316
- 28.383 23.554 28.09 23.554 c 27.801 23.554 27.566 23.316 27.566 23.027 
-c 27.566 22.734 27.801 22.499 28.09 22.499 c f
-28.09 25.499 m 28.383 25.499 28.617 25.734 28.617 26.027 c 28.617 26.316
- 28.383 26.554 28.09 26.554 c 27.801 26.554 27.566 26.316 27.566 26.027 
-c 27.566 25.734 27.801 25.499 28.09 25.499 c f
-28.09 28.499 m 28.383 28.499 28.617 28.734 28.617 29.027 c 28.617 29.316
- 28.383 29.554 28.09 29.554 c 27.801 29.554 27.566 29.316 27.566 29.027 
-c 27.566 28.734 27.801 28.499 28.09 28.499 c f
-28.086 26.999 m 28.379 26.999 28.613 27.234 28.613 27.527 c 28.613 27.816
- 28.379 28.054 28.086 28.054 c 27.793 28.054 27.559 27.816 27.559 27.527
- c 27.559 27.234 27.793 26.999 28.086 26.999 c f
-28.09 29.999 m 28.383 29.999 28.617 30.234 28.617 30.527 c 28.617 30.816
- 28.383 31.054 28.09 31.054 c 27.801 31.054 27.566 30.816 27.566 30.527 
-c 27.566 30.234 27.801 29.999 28.09 29.999 c f
-30.207 26.999 m 30.496 26.999 30.734 27.234 30.734 27.527 c 30.734 27.816
- 30.496 28.054 30.207 28.054 c 29.914 28.054 29.68 27.816 29.68 27.527 c
- 29.68 27.234 29.914 26.999 30.207 26.999 c f
-30.207 25.499 m 30.496 25.499 30.734 25.734 30.734 26.027 c 30.734 26.316
- 30.496 26.554 30.207 26.554 c 29.914 26.554 29.68 26.316 29.68 26.027 c
- 29.68 25.734 29.914 25.499 30.207 25.499 c f
-30.207 28.499 m 30.496 28.499 30.734 28.734 30.734 29.027 c 30.734 29.316
- 30.496 29.554 30.207 29.554 c 29.914 29.554 29.68 29.316 29.68 29.027 c
- 29.68 28.734 29.914 28.499 30.207 28.499 c f
-30.207 31.499 m 30.496 31.499 30.734 31.734 30.734 32.027 c 30.734 32.316
- 30.496 32.554 30.207 32.554 c 29.914 32.554 29.68 32.316 29.68 32.027 c
- 29.68 31.734 29.914 31.499 30.207 31.499 c f
-30.199 29.999 m 30.492 29.999 30.727 30.234 30.727 30.527 c 30.727 30.816
- 30.492 31.054 30.199 31.054 c 29.91 31.054 29.672 30.816 29.672 30.527 
-c 29.672 30.234 29.91 29.999 30.199 29.999 c f
-30.207 32.999 m 30.496 32.999 30.734 33.234 30.734 33.527 c 30.734 33.816
- 30.496 34.054 30.207 34.054 c 29.914 34.054 29.68 33.816 29.68 33.527 c
- 29.68 33.234 29.914 32.999 30.207 32.999 c f
-28.086 32.999 m 28.379 32.999 28.613 33.234 28.613 33.527 c 28.613 33.816
- 28.379 34.054 28.086 34.054 c 27.793 34.054 27.559 33.816 27.559 33.527
- c 27.559 33.234 27.793 32.999 28.086 32.999 c f
-28.086 34.499 m 28.379 34.499 28.613 34.734 28.613 35.027 c 28.613 35.316
- 28.379 35.554 28.086 35.554 c 27.793 35.554 27.559 35.316 27.559 35.027
- c 27.559 34.734 27.793 34.499 28.086 34.499 c f
-28.09 31.499 m 28.383 31.499 28.617 31.734 28.617 32.027 c 28.617 32.316
- 28.383 32.554 28.09 32.554 c 27.801 32.554 27.566 32.316 27.566 32.027 
-c 27.566 31.734 27.801 31.499 28.09 31.499 c f
-30.207 34.499 m 30.496 34.499 30.734 34.734 30.734 35.027 c 30.734 35.316
- 30.496 35.554 30.207 35.554 c 29.914 35.554 29.68 35.316 29.68 35.027 c
- 29.68 34.734 29.914 34.499 30.207 34.499 c f
-34.445 31.499 m 34.738 31.499 34.973 31.734 34.973 32.027 c 34.973 32.316
- 34.738 32.554 34.445 32.554 c 34.156 32.554 33.918 32.316 33.918 32.027
- c 33.918 31.734 34.156 31.499 34.445 31.499 c f
-34.441 29.999 m 34.73 29.999 34.969 30.234 34.969 30.527 c 34.969 30.816
- 34.73 31.054 34.441 31.054 c 34.148 31.054 33.914 30.816 33.914 30.527 
-c 33.914 30.234 34.148 29.999 34.441 29.999 c f
-34.445 32.999 m 34.738 32.999 34.973 33.234 34.973 33.527 c 34.973 33.816
- 34.738 34.054 34.445 34.054 c 34.156 34.054 33.918 33.816 33.918 33.527
- c 33.918 33.234 34.156 32.999 34.445 32.999 c f
-34.445 34.499 m 34.738 34.499 34.973 34.734 34.973 35.027 c 34.973 35.316
- 34.738 35.554 34.445 35.554 c 34.156 35.554 33.918 35.316 33.918 35.027
- c 33.918 34.734 34.156 34.499 34.445 34.499 c f
-36.562 32.999 m 36.852 32.999 37.086 33.234 37.086 33.527 c 37.086 33.816
- 36.852 34.054 36.562 34.054 c 36.27 34.054 36.031 33.816 36.031 33.527 
-c 36.031 33.234 36.27 32.999 36.562 32.999 c f
-36.562 34.499 m 36.852 34.499 37.086 34.734 37.086 35.027 c 37.086 35.316
- 36.852 35.554 36.562 35.554 c 36.27 35.554 36.031 35.316 36.031 35.027 
-c 36.031 34.734 36.27 34.499 36.562 34.499 c f
-28.086 35.999 m 28.379 35.999 28.613 36.234 28.613 36.527 c 28.613 36.816
- 28.379 37.054 28.086 37.054 c 27.793 37.054 27.559 36.816 27.559 36.527
- c 27.559 36.234 27.793 35.999 28.086 35.999 c f
-28.086 38.999 m 28.379 38.999 28.613 39.234 28.613 39.527 c 28.613 39.816
- 28.379 40.054 28.086 40.054 c 27.793 40.054 27.559 39.816 27.559 39.527
- c 27.559 39.234 27.793 38.999 28.086 38.999 c f
-28.082 37.499 m 28.371 37.499 28.609 37.734 28.609 38.027 c 28.609 38.316
- 28.371 38.554 28.082 38.554 c 27.789 38.554 27.555 38.316 27.555 38.027
- c 27.555 37.734 27.789 37.499 28.082 37.499 c f
-28.086 40.499 m 28.379 40.499 28.613 40.734 28.613 41.027 c 28.613 41.316
- 28.379 41.554 28.086 41.554 c 27.793 41.554 27.559 41.316 27.559 41.027
- c 27.559 40.734 27.793 40.499 28.086 40.499 c f
-28.086 41.999 m 28.379 41.999 28.613 42.234 28.613 42.527 c 28.613 42.816
- 28.379 43.054 28.086 43.054 c 27.793 43.054 27.559 42.816 27.559 42.527
- c 27.559 42.234 27.793 41.999 28.086 41.999 c f
-28.086 43.499 m 28.379 43.499 28.613 43.734 28.613 44.027 c 28.613 44.316
- 28.379 44.554 28.086 44.554 c 27.793 44.554 27.559 44.316 27.559 44.027
- c 27.559 43.734 27.793 43.499 28.086 43.499 c f
-28.086 44.999 m 28.379 44.999 28.613 45.234 28.613 45.527 c 28.613 45.816
- 28.379 46.054 28.086 46.054 c 27.793 46.054 27.559 45.816 27.559 45.527
- c 27.559 45.234 27.793 44.999 28.086 44.999 c f
-28.086 46.499 m 28.379 46.499 28.613 46.734 28.613 47.027 c 28.613 47.316
- 28.379 47.554 28.086 47.554 c 27.793 47.554 27.559 47.316 27.559 47.027
- c 27.559 46.734 27.793 46.499 28.086 46.499 c f
-28.086 47.999 m 28.379 47.999 28.613 48.234 28.613 48.527 c 28.613 48.816
- 28.379 49.054 28.086 49.054 c 27.793 49.054 27.559 48.816 27.559 48.527
- c 27.559 48.234 27.793 47.999 28.086 47.999 c f
-30.207 35.999 m 30.496 35.999 30.734 36.234 30.734 36.527 c 30.734 36.816
- 30.496 37.054 30.207 37.054 c 29.914 37.054 29.68 36.816 29.68 36.527 c
- 29.68 36.234 29.914 35.999 30.207 35.999 c f
-30.207 38.999 m 30.496 38.999 30.734 39.234 30.734 39.527 c 30.734 39.816
- 30.496 40.054 30.207 40.054 c 29.914 40.054 29.68 39.816 29.68 39.527 c
- 29.68 39.234 29.914 38.999 30.207 38.999 c f
-30.199 37.499 m 30.492 37.499 30.727 37.734 30.727 38.027 c 30.727 38.316
- 30.492 38.554 30.199 38.554 c 29.91 38.554 29.672 38.316 29.672 38.027 
-c 29.672 37.734 29.91 37.499 30.199 37.499 c f
-30.207 40.499 m 30.496 40.499 30.734 40.734 30.734 41.027 c 30.734 41.316
- 30.496 41.554 30.207 41.554 c 29.914 41.554 29.68 41.316 29.68 41.027 c
- 29.68 40.734 29.914 40.499 30.207 40.499 c f
-30.207 41.999 m 30.496 41.999 30.734 42.234 30.734 42.527 c 30.734 42.816
- 30.496 43.054 30.207 43.054 c 29.914 43.054 29.68 42.816 29.68 42.527 c
- 29.68 42.234 29.914 41.999 30.207 41.999 c f
-30.207 43.499 m 30.496 43.499 30.734 43.734 30.734 44.027 c 30.734 44.316
- 30.496 44.554 30.207 44.554 c 29.914 44.554 29.68 44.316 29.68 44.027 c
- 29.68 43.734 29.914 43.499 30.207 43.499 c f
-34.445 35.999 m 34.738 35.999 34.973 36.234 34.973 36.527 c 34.973 36.816
- 34.738 37.054 34.445 37.054 c 34.156 37.054 33.918 36.816 33.918 36.527
- c 33.918 36.234 34.156 35.999 34.445 35.999 c f
-34.445 38.999 m 34.738 38.999 34.973 39.234 34.973 39.527 c 34.973 39.816
- 34.738 40.054 34.445 40.054 c 34.156 40.054 33.918 39.816 33.918 39.527
- c 33.918 39.234 34.156 38.999 34.445 38.999 c f
-34.441 37.499 m 34.73 37.499 34.969 37.734 34.969 38.027 c 34.969 38.316
- 34.73 38.554 34.441 38.554 c 34.148 38.554 33.914 38.316 33.914 38.027 
-c 33.914 37.734 34.148 37.499 34.441 37.499 c f
-34.445 40.499 m 34.738 40.499 34.973 40.734 34.973 41.027 c 34.973 41.316
- 34.738 41.554 34.445 41.554 c 34.156 41.554 33.918 41.316 33.918 41.027
- c 33.918 40.734 34.156 40.499 34.445 40.499 c f
-34.445 41.999 m 34.738 41.999 34.973 42.234 34.973 42.527 c 34.973 42.816
- 34.738 43.054 34.445 43.054 c 34.156 43.054 33.918 42.816 33.918 42.527
- c 33.918 42.234 34.156 41.999 34.445 41.999 c f
-34.445 43.499 m 34.738 43.499 34.973 43.734 34.973 44.027 c 34.973 44.316
- 34.738 44.554 34.445 44.554 c 34.156 44.554 33.918 44.316 33.918 44.027
- c 33.918 43.734 34.156 43.499 34.445 43.499 c f
-30.207 44.999 m 30.496 44.999 30.734 45.234 30.734 45.527 c 30.734 45.816
- 30.496 46.054 30.207 46.054 c 29.914 46.054 29.68 45.816 29.68 45.527 c
- 29.68 45.234 29.914 44.999 30.207 44.999 c f
-34.445 44.999 m 34.738 44.999 34.973 45.234 34.973 45.527 c 34.973 45.816
- 34.738 46.054 34.445 46.054 c 34.156 46.054 33.918 45.816 33.918 45.527
- c 33.918 45.234 34.156 44.999 34.445 44.999 c f
-30.207 46.499 m 30.496 46.499 30.734 46.734 30.734 47.027 c 30.734 47.316
- 30.496 47.554 30.207 47.554 c 29.914 47.554 29.68 47.316 29.68 47.027 c
- 29.68 46.734 29.914 46.499 30.207 46.499 c f
-34.445 46.499 m 34.738 46.499 34.973 46.734 34.973 47.027 c 34.973 47.316
- 34.738 47.554 34.445 47.554 c 34.156 47.554 33.918 47.316 33.918 47.027
- c 33.918 46.734 34.156 46.499 34.445 46.499 c f
-30.207 47.999 m 30.496 47.999 30.734 48.234 30.734 48.527 c 30.734 48.816
- 30.496 49.054 30.207 49.054 c 29.914 49.054 29.68 48.816 29.68 48.527 c
- 29.68 48.234 29.914 47.999 30.207 47.999 c f
-36.566 35.999 m 36.855 35.999 37.094 36.234 37.094 36.527 c 37.094 36.816
- 36.855 37.054 36.566 37.054 c 36.273 37.054 36.039 36.816 36.039 36.527
- c 36.039 36.234 36.273 35.999 36.566 35.999 c f
-36.566 38.999 m 36.855 38.999 37.094 39.234 37.094 39.527 c 37.094 39.816
- 36.855 40.054 36.566 40.054 c 36.273 40.054 36.039 39.816 36.039 39.527
- c 36.039 39.234 36.273 38.999 36.566 38.999 c f
-36.562 37.499 m 36.852 37.499 37.086 37.734 37.086 38.027 c 37.086 38.316
- 36.852 38.554 36.562 38.554 c 36.27 38.554 36.031 38.316 36.031 38.027 
-c 36.031 37.734 36.27 37.499 36.562 37.499 c f
-36.566 40.499 m 36.855 40.499 37.094 40.734 37.094 41.027 c 37.094 41.316
- 36.855 41.554 36.566 41.554 c 36.273 41.554 36.039 41.316 36.039 41.027
- c 36.039 40.734 36.273 40.499 36.566 40.499 c f
-36.566 41.999 m 36.855 41.999 37.094 42.234 37.094 42.527 c 37.094 42.816
- 36.855 43.054 36.566 43.054 c 36.273 43.054 36.039 42.816 36.039 42.527
- c 36.039 42.234 36.273 41.999 36.566 41.999 c f
-36.566 43.499 m 36.855 43.499 37.094 43.734 37.094 44.027 c 37.094 44.316
- 36.855 44.554 36.566 44.554 c 36.273 44.554 36.039 44.316 36.039 44.027
- c 36.039 43.734 36.273 43.499 36.566 43.499 c f
-36.566 44.999 m 36.855 44.999 37.094 45.234 37.094 45.527 c 37.094 45.816
- 36.855 46.054 36.566 46.054 c 36.273 46.054 36.039 45.816 36.039 45.527
- c 36.039 45.234 36.273 44.999 36.566 44.999 c f
-36.566 46.499 m 36.855 46.499 37.094 46.734 37.094 47.027 c 37.094 47.316
- 36.855 47.554 36.566 47.554 c 36.273 47.554 36.039 47.316 36.039 47.027
- c 36.039 46.734 36.273 46.499 36.566 46.499 c f
-36.566 47.999 m 36.855 47.999 37.094 48.234 37.094 48.527 c 37.094 48.816
- 36.855 49.054 36.566 49.054 c 36.273 49.054 36.039 48.816 36.039 48.527
- c 36.039 48.234 36.273 47.999 36.566 47.999 c f
-28.086 49.491 m 28.379 49.491 28.613 49.73 28.613 50.019 c 28.613 50.312
- 28.379 50.546 28.086 50.546 c 27.793 50.546 27.559 50.312 27.559 50.019
- c 27.559 49.73 27.793 49.491 28.086 49.491 c f
-30.207 49.491 m 30.496 49.491 30.734 49.73 30.734 50.019 c 30.734 50.312
- 30.496 50.546 30.207 50.546 c 29.914 50.546 29.68 50.312 29.68 50.019 c
- 29.68 49.73 29.914 49.491 30.207 49.491 c f
-30.207 50.991 m 30.496 50.991 30.734 51.226 30.734 51.519 c 30.734 51.812
- 30.496 52.046 30.207 52.046 c 29.914 52.046 29.68 51.812 29.68 51.519 c
- 29.68 51.226 29.914 50.991 30.207 50.991 c f
-21.73 16.523 m 22.023 16.523 22.258 16.757 22.258 17.05 c 22.258 17.339
- 22.023 17.577 21.73 17.577 c 21.441 17.577 21.203 17.339 21.203 17.05 c
- 21.203 16.757 21.441 16.523 21.73 16.523 c f
-21.73 15.023 m 22.023 15.023 22.258 15.257 22.258 15.55 c 22.258 15.839
- 22.023 16.077 21.73 16.077 c 21.441 16.077 21.203 15.839 21.203 15.55 c
- 21.203 15.257 21.441 15.023 21.73 15.023 c f
-21.727 18.023 m 22.02 18.023 22.254 18.257 22.254 18.55 c 22.254 18.839
- 22.02 19.077 21.727 19.077 c 21.434 19.077 21.199 18.839 21.199 18.55 c
- 21.199 18.257 21.434 18.023 21.727 18.023 c f
-21.727 19.523 m 22.02 19.523 22.254 19.757 22.254 20.05 c 22.254 20.339
- 22.02 20.577 21.727 20.577 c 21.434 20.577 21.199 20.339 21.199 20.05 c
- 21.199 19.757 21.434 19.523 21.727 19.523 c f
-21.73 21.023 m 22.023 21.023 22.258 21.257 22.258 21.55 c 22.258 21.839
- 22.023 22.077 21.73 22.077 c 21.441 22.077 21.203 21.839 21.203 21.55 c
- 21.203 21.257 21.441 21.023 21.73 21.023 c f
-21.727 24.023 m 22.02 24.023 22.254 24.257 22.254 24.546 c 22.254 24.839
- 22.02 25.077 21.727 25.077 c 21.434 25.077 21.199 24.839 21.199 24.546 
-c 21.199 24.257 21.434 24.023 21.727 24.023 c f
-21.73 27.023 m 22.023 27.023 22.258 27.257 22.258 27.546 c 22.258 27.839
- 22.023 28.077 21.73 28.077 c 21.441 28.077 21.203 27.839 21.203 27.546 
-c 21.203 27.257 21.441 27.023 21.73 27.023 c f
-21.73 28.523 m 22.023 28.523 22.258 28.757 22.258 29.046 c 22.258 29.339
- 22.023 29.577 21.73 29.577 c 21.441 29.577 21.203 29.339 21.203 29.046 
-c 21.203 28.757 21.441 28.523 21.73 28.523 c f
-21.73 30.023 m 22.023 30.023 22.258 30.257 22.258 30.546 c 22.258 30.839
- 22.023 31.073 21.73 31.073 c 21.441 31.073 21.203 30.839 21.203 30.546 
-c 21.203 30.257 21.441 30.023 21.73 30.023 c f
-21.723 25.523 m 22.012 25.523 22.25 25.757 22.25 26.046 c 22.25 26.339 
-22.012 26.577 21.723 26.577 c 21.43 26.577 21.195 26.339 21.195 26.046 c
- 21.195 25.757 21.43 25.523 21.723 25.523 c f
-21.68 22.523 m 21.973 22.523 22.207 22.757 22.207 23.046 c 22.207 23.339
- 21.973 23.577 21.68 23.577 c 21.391 23.577 21.152 23.339 21.152 23.046 
-c 21.152 22.757 21.391 22.523 21.68 22.523 c f
-21.727 31.499 m 22.02 31.499 22.254 31.734 22.254 32.027 c 22.254 32.316
- 22.02 32.554 21.727 32.554 c 21.434 32.554 21.199 32.316 21.199 32.027 
-c 21.199 31.734 21.434 31.499 21.727 31.499 c f
-21.727 32.999 m 22.02 32.999 22.254 33.234 22.254 33.527 c 22.254 33.816
- 22.02 34.054 21.727 34.054 c 21.434 34.054 21.199 33.816 21.199 33.527 
-c 21.199 33.234 21.434 32.999 21.727 32.999 c f
-21.727 34.499 m 22.02 34.499 22.254 34.734 22.254 35.027 c 22.254 35.316
- 22.02 35.554 21.727 35.554 c 21.434 35.554 21.199 35.316 21.199 35.027 
-c 21.199 34.734 21.434 34.499 21.727 34.499 c f
-21.727 35.999 m 22.02 35.999 22.254 36.234 22.254 36.527 c 22.254 36.816
- 22.02 37.054 21.727 37.054 c 21.434 37.054 21.199 36.816 21.199 36.527 
-c 21.199 36.234 21.434 35.999 21.727 35.999 c f
-21.727 38.999 m 22.02 38.999 22.254 39.234 22.254 39.527 c 22.254 39.816
- 22.02 40.054 21.727 40.054 c 21.434 40.054 21.199 39.816 21.199 39.527 
-c 21.199 39.234 21.434 38.999 21.727 38.999 c f
-21.723 37.499 m 22.012 37.499 22.25 37.734 22.25 38.027 c 22.25 38.316 
-22.012 38.554 21.723 38.554 c 21.43 38.554 21.195 38.316 21.195 38.027 c
- 21.195 37.734 21.43 37.499 21.723 37.499 c f
-21.727 40.499 m 22.02 40.499 22.254 40.734 22.254 41.027 c 22.254 41.316
- 22.02 41.554 21.727 41.554 c 21.434 41.554 21.199 41.316 21.199 41.027 
-c 21.199 40.734 21.434 40.499 21.727 40.499 c f
-21.727 41.999 m 22.02 41.999 22.254 42.234 22.254 42.527 c 22.254 42.816
- 22.02 43.054 21.727 43.054 c 21.434 43.054 21.199 42.816 21.199 42.527 
-c 21.199 42.234 21.434 41.999 21.727 41.999 c f
-21.727 43.499 m 22.02 43.499 22.254 43.734 22.254 44.027 c 22.254 44.316
- 22.02 44.554 21.727 44.554 c 21.434 44.554 21.199 44.316 21.199 44.027 
-c 21.199 43.734 21.434 43.499 21.727 43.499 c f
-21.727 44.999 m 22.02 44.999 22.254 45.234 22.254 45.527 c 22.254 45.816
- 22.02 46.054 21.727 46.054 c 21.434 46.054 21.199 45.816 21.199 45.527 
-c 21.199 45.234 21.434 44.999 21.727 44.999 c f
-21.727 46.499 m 22.02 46.499 22.254 46.734 22.254 47.027 c 22.254 47.316
- 22.02 47.554 21.727 47.554 c 21.434 47.554 21.199 47.316 21.199 47.027 
-c 21.199 46.734 21.434 46.499 21.727 46.499 c f
-21.727 47.999 m 22.02 47.999 22.254 48.234 22.254 48.527 c 22.254 48.816
- 22.02 49.054 21.727 49.054 c 21.434 49.054 21.199 48.816 21.199 48.527 
-c 21.199 48.234 21.434 47.999 21.727 47.999 c f
-23.848 19.499 m 24.137 19.499 24.375 19.734 24.375 20.027 c 24.375 20.32
- 24.137 20.554 23.848 20.554 c 23.555 20.554 23.32 20.32 23.32 20.027 c 
-23.32 19.734 23.555 19.499 23.848 19.499 c f
-23.848 17.999 m 24.137 17.999 24.375 18.234 24.375 18.527 c 24.375 18.82
- 24.137 19.054 23.848 19.054 c 23.555 19.054 23.32 18.82 23.32 18.527 c 
-23.32 18.234 23.555 17.999 23.848 17.999 c f
-23.848 20.999 m 24.137 20.999 24.375 21.234 24.375 21.527 c 24.375 21.82
- 24.137 22.054 23.848 22.054 c 23.555 22.054 23.32 21.82 23.32 21.527 c 
-23.32 21.234 23.555 20.999 23.848 20.999 c f
-23.848 23.999 m 24.137 23.999 24.375 24.234 24.375 24.527 c 24.375 24.816
- 24.137 25.054 23.848 25.054 c 23.555 25.054 23.32 24.816 23.32 24.527 c
- 23.32 24.234 23.555 23.999 23.848 23.999 c f
-23.84 22.499 m 24.133 22.499 24.367 22.734 24.367 23.027 c 24.367 23.316
- 24.133 23.554 23.84 23.554 c 23.551 23.554 23.312 23.316 23.312 23.027 
-c 23.312 22.734 23.551 22.499 23.84 22.499 c f
-23.848 25.499 m 24.137 25.499 24.375 25.734 24.375 26.027 c 24.375 26.316
- 24.137 26.554 23.848 26.554 c 23.555 26.554 23.32 26.316 23.32 26.027 c
- 23.32 25.734 23.555 25.499 23.848 25.499 c f
-23.848 26.999 m 24.137 26.999 24.375 27.234 24.375 27.527 c 24.375 27.816
- 24.137 28.054 23.848 28.054 c 23.555 28.054 23.32 27.816 23.32 27.527 c
- 23.32 27.234 23.555 26.999 23.848 26.999 c f
-23.848 29.999 m 24.137 29.999 24.375 30.234 24.375 30.527 c 24.375 30.816
- 24.137 31.054 23.848 31.054 c 23.555 31.054 23.32 30.816 23.32 30.527 c
- 23.32 30.234 23.555 29.999 23.848 29.999 c f
-23.84 28.499 m 24.133 28.499 24.367 28.734 24.367 29.027 c 24.367 29.316
- 24.133 29.554 23.84 29.554 c 23.551 29.554 23.312 29.316 23.312 29.027 
-c 23.312 28.734 23.551 28.499 23.84 28.499 c f
-23.848 31.499 m 24.137 31.499 24.375 31.734 24.375 32.027 c 24.375 32.316
- 24.137 32.554 23.848 32.554 c 23.555 32.554 23.32 32.316 23.32 32.027 c
- 23.32 31.734 23.555 31.499 23.848 31.499 c f
-23.848 32.999 m 24.137 32.999 24.375 33.234 24.375 33.527 c 24.375 33.816
- 24.137 34.054 23.848 34.054 c 23.555 34.054 23.32 33.816 23.32 33.527 c
- 23.32 33.234 23.555 32.999 23.848 32.999 c f
-23.848 34.499 m 24.137 34.499 24.375 34.734 24.375 35.027 c 24.375 35.316
- 24.137 35.554 23.848 35.554 c 23.555 35.554 23.32 35.316 23.32 35.027 c
- 23.32 34.734 23.555 34.499 23.848 34.499 c f
-23.848 35.999 m 24.137 35.999 24.375 36.234 24.375 36.527 c 24.375 36.816
- 24.137 37.054 23.848 37.054 c 23.555 37.054 23.32 36.816 23.32 36.527 c
- 23.32 36.234 23.555 35.999 23.848 35.999 c f
-23.848 38.999 m 24.137 38.999 24.375 39.234 24.375 39.527 c 24.375 39.816
- 24.137 40.054 23.848 40.054 c 23.555 40.054 23.32 39.816 23.32 39.527 c
- 23.32 39.234 23.555 38.999 23.848 38.999 c f
-23.84 37.499 m 24.133 37.499 24.367 37.734 24.367 38.027 c 24.367 38.316
- 24.133 38.554 23.84 38.554 c 23.551 38.554 23.312 38.316 23.312 38.027 
-c 23.312 37.734 23.551 37.499 23.84 37.499 c f
-23.848 40.499 m 24.137 40.499 24.375 40.734 24.375 41.027 c 24.375 41.316
- 24.137 41.554 23.848 41.554 c 23.555 41.554 23.32 41.316 23.32 41.027 c
- 23.32 40.734 23.555 40.499 23.848 40.499 c f
-23.848 41.999 m 24.137 41.999 24.375 42.234 24.375 42.527 c 24.375 42.816
- 24.137 43.054 23.848 43.054 c 23.555 43.054 23.32 42.816 23.32 42.527 c
- 23.32 42.234 23.555 41.999 23.848 41.999 c f
-23.848 43.499 m 24.137 43.499 24.375 43.734 24.375 44.027 c 24.375 44.316
- 24.137 44.554 23.848 44.554 c 23.555 44.554 23.32 44.316 23.32 44.027 c
- 23.32 43.734 23.555 43.499 23.848 43.499 c f
-23.848 44.999 m 24.137 44.999 24.375 45.234 24.375 45.527 c 24.375 45.816
- 24.137 46.054 23.848 46.054 c 23.555 46.054 23.32 45.816 23.32 45.527 c
- 23.32 45.234 23.555 44.999 23.848 44.999 c f
-23.848 46.499 m 24.137 46.499 24.375 46.734 24.375 47.027 c 24.375 47.316
- 24.137 47.554 23.848 47.554 c 23.555 47.554 23.32 47.316 23.32 47.027 c
- 23.32 46.734 23.555 46.499 23.848 46.499 c f
-23.848 47.999 m 24.137 47.999 24.375 48.234 24.375 48.527 c 24.375 48.816
- 24.137 49.054 23.848 49.054 c 23.555 49.054 23.32 48.816 23.32 48.527 c
- 23.32 48.234 23.555 47.999 23.848 47.999 c f
-21.727 49.491 m 22.02 49.491 22.254 49.73 22.254 50.019 c 22.254 50.312
- 22.02 50.546 21.727 50.546 c 21.434 50.546 21.199 50.312 21.199 50.019 
-c 21.199 49.73 21.434 49.491 21.727 49.491 c f
-21.727 50.991 m 22.02 50.991 22.254 51.226 22.254 51.519 c 22.254 51.812
- 22.02 52.046 21.727 52.046 c 21.434 52.046 21.199 51.812 21.199 51.519 
-c 21.199 51.226 21.434 50.991 21.727 50.991 c f
-23.848 49.491 m 24.137 49.491 24.375 49.73 24.375 50.019 c 24.375 50.312
- 24.137 50.546 23.848 50.546 c 23.555 50.546 23.32 50.312 23.32 50.019 c
- 23.32 49.73 23.555 49.491 23.848 49.491 c f
-23.848 50.991 m 24.137 50.991 24.375 51.226 24.375 51.519 c 24.375 51.812
- 24.137 52.046 23.848 52.046 c 23.555 52.046 23.32 51.812 23.32 51.519 c
- 23.32 51.226 23.555 50.991 23.848 50.991 c f
-13.246 52.491 m 13.539 52.491 13.773 52.73 13.773 53.019 c 13.773 53.312
- 13.539 53.546 13.246 53.546 c 12.957 53.546 12.719 53.312 12.719 53.019
- c 12.719 52.73 12.957 52.491 13.246 52.491 c f
-15.367 52.491 m 15.656 52.491 15.895 52.73 15.895 53.019 c 15.895 53.312
- 15.656 53.546 15.367 53.546 c 15.074 53.546 14.84 53.312 14.84 53.019 c
- 14.84 52.73 15.074 52.491 15.367 52.491 c f
-15.367 53.991 m 15.656 53.991 15.895 54.226 15.895 54.519 c 15.895 54.812
- 15.656 55.046 15.367 55.046 c 15.074 55.046 14.84 54.812 14.84 54.519 c
- 14.84 54.226 15.074 53.991 15.367 53.991 c f
-17.488 52.491 m 17.777 52.491 18.016 52.73 18.016 53.019 c 18.016 53.312
- 17.777 53.546 17.488 53.546 c 17.195 53.546 16.961 53.312 16.961 53.019
- c 16.961 52.73 17.195 52.491 17.488 52.491 c f
-19.605 52.491 m 19.898 52.491 20.133 52.73 20.133 53.019 c 20.133 53.312
- 19.898 53.546 19.605 53.546 c 19.316 53.546 19.078 53.312 19.078 53.019
- c 19.078 52.73 19.316 52.491 19.605 52.491 c f
-21.727 52.491 m 22.02 52.491 22.254 52.73 22.254 53.019 c 22.254 53.312
- 22.02 53.546 21.727 53.546 c 21.434 53.546 21.199 53.312 21.199 53.019 
-c 21.199 52.73 21.434 52.491 21.727 52.491 c f
-17.488 53.991 m 17.777 53.991 18.016 54.226 18.016 54.519 c 18.016 54.812
- 17.777 55.046 17.488 55.046 c 17.195 55.046 16.961 54.812 16.961 54.519
- c 16.961 54.226 17.195 53.991 17.488 53.991 c f
-19.605 53.991 m 19.898 53.991 20.133 54.226 20.133 54.519 c 20.133 54.812
- 19.898 55.046 19.605 55.046 c 19.316 55.046 19.078 54.812 19.078 54.519
- c 19.078 54.226 19.316 53.991 19.605 53.991 c f
-21.727 53.991 m 22.02 53.991 22.254 54.226 22.254 54.519 c 22.254 54.812
- 22.02 55.046 21.727 55.046 c 21.434 55.046 21.199 54.812 21.199 54.519 
-c 21.199 54.226 21.434 53.991 21.727 53.991 c f
-23.848 52.491 m 24.137 52.491 24.375 52.73 24.375 53.019 c 24.375 53.312
- 24.137 53.546 23.848 53.546 c 23.555 53.546 23.32 53.312 23.32 53.019 c
- 23.32 52.73 23.555 52.491 23.848 52.491 c f
-23.848 53.991 m 24.137 53.991 24.375 54.226 24.375 54.519 c 24.375 54.812
- 24.137 55.046 23.848 55.046 c 23.555 55.046 23.32 54.812 23.32 54.519 c
- 23.32 54.226 23.555 53.991 23.848 53.991 c f
-0.137255 0.121569 0.12549 rg
-51.102 58.546 m 51.102 62.929 l 51.102 64.359 50.32 65.398 48.84 65.398
- c 48.242 65.398 47.668 65.163 47.215 64.698 c 47.215 67.804 l 45.523 67.804
- l 45.523 58.546 l 47.215 58.546 l 47.215 62.683 l 47.215 63.566 47.773 
-63.878 48.309 63.878 c 48.84 63.878 49.41 63.577 49.41 62.683 c 49.41 58.546
- l h
-56.039 57.312 m 56.039 57.695 l 52.012 57.695 l 52.012 57.312 l h
-61.82 58.546 m 61.82 67.804 l 60.129 67.804 l 60.129 64.722 l 59.688 65.218
- 59.168 65.398 58.48 65.398 c 57.816 65.398 57.207 65.163 56.828 64.788 
-c 56.152 64.112 56.141 62.956 56.141 61.941 c 56.141 60.925 56.152 59.757
- 56.828 59.081 c 57.207 58.702 57.828 58.468 58.492 58.468 c 59.207 58.468
- 59.703 58.663 60.168 59.183 c 60.168 58.546 l h
-60.129 61.941 m 60.129 60.835 59.988 59.991 58.973 59.991 c 57.961 59.991
- 57.828 60.835 57.828 61.941 c 57.828 63.046 57.961 63.878 58.973 63.878
- c 59.988 63.878 60.129 63.046 60.129 61.941 c h
-68.734 58.546 m 68.734 63.007 l 68.734 64.593 67.746 65.398 65.852 65.398
- c 64.719 65.398 64.07 65.191 63.406 64.464 c 64.484 63.409 l 64.836 63.812
- 65.137 63.968 65.785 63.968 c 66.684 63.968 67.047 63.644 67.047 62.902
- c 67.047 62.566 l 65.445 62.566 l 63.875 62.566 63.133 61.679 63.133 60.601
- c 63.133 60.003 63.328 59.456 63.691 59.081 c 64.094 58.679 64.652 58.484
- 65.422 58.484 c 66.199 58.484 66.629 58.679 67.086 59.132 c 67.086 58.546
- l h
-67.047 61.042 m 67.047 60.628 66.98 60.355 66.801 60.187 c 66.5 59.902 
-66.199 59.862 65.734 59.862 c 65.07 59.862 64.758 60.171 64.758 60.64 c 
-64.758 61.12 65.098 61.409 65.707 61.409 c 67.047 61.409 l 67.047 61.042
- l f
-49.23 43.546 m 49.23 48.89 l 48.66 48.89 l 48.66 46.495 l 46.125 46.495
- l 46.125 48.89 l 45.555 48.89 l 45.555 43.546 l 46.125 43.546 l 46.125 
-45.984 l 48.66 45.984 l 48.66 43.546 l h
-54.605 46.218 m 54.605 47.351 54.605 47.874 54.105 48.378 c 53.746 48.737
- 53.273 48.933 52.738 48.933 c 52.207 48.933 51.734 48.737 51.375 48.378
- c 50.871 47.874 50.871 47.351 50.871 46.218 c 50.871 45.085 50.871 44.562
- 51.375 44.058 c 51.734 43.698 52.207 43.503 52.738 43.503 c 53.273 43.503
- 53.746 43.698 54.105 44.058 c 54.605 44.562 54.605 45.085 54.605 46.218
- c h
-54.035 46.218 m 54.035 45.101 54 44.741 53.66 44.394 c 53.43 44.155 53.094
- 44.015 52.738 44.015 c 52.387 44.015 52.051 44.155 51.816 44.394 c 51.48
- 44.741 51.441 45.101 51.441 46.218 c 51.441 47.335 51.48 47.695 51.816 
-48.042 c 52.051 48.28 52.387 48.421 52.738 48.421 c 53.094 48.421 53.43 
-48.28 53.66 48.042 c 54 47.695 54.035 47.335 54.035 46.218 c h
-59.766 45.093 m 59.199 45.093 l 59.055 44.441 58.582 44.015 57.914 44.015
- c 57.562 44.015 57.223 44.148 56.992 44.39 c 56.656 44.734 56.617 45.101
- 56.617 46.218 c 56.617 47.335 56.656 47.702 56.992 48.046 c 57.223 48.288
- 57.562 48.421 57.914 48.421 c 58.582 48.421 59.039 47.995 59.184 47.343
- c 59.766 47.343 l 59.586 48.347 58.875 48.933 57.914 48.933 c 57.391 48.933
- 56.91 48.737 56.551 48.378 c 56.047 47.874 56.047 47.351 56.047 46.218 
-c 56.047 45.085 56.047 44.562 56.551 44.058 c 56.91 43.698 57.391 43.503
- 57.914 43.503 c 58.867 43.503 59.594 44.089 59.766 45.093 c h
-64.891 43.546 m 64.891 48.89 l 64.32 48.89 l 64.32 46.495 l 61.785 46.495
- l 61.785 48.89 l 61.215 48.89 l 61.215 43.546 l 61.785 43.546 l 61.785 
-45.984 l 64.32 45.984 l 64.32 43.546 l h
-69.98 45.019 m 69.98 45.46 69.824 45.827 69.531 46.077 c 69.309 46.269 
-69.059 46.374 68.559 46.452 c 67.973 46.542 l 67.695 46.585 67.418 46.691
- 67.25 46.831 c 67.086 46.976 67.012 47.187 67.012 47.448 c 67.012 48.042
- 67.426 48.437 68.137 48.437 c 68.699 48.437 69.051 48.28 69.383 47.98 c
- 69.75 48.347 l 69.293 48.761 68.844 48.933 68.16 48.933 c 67.102 48.933
- 66.449 48.331 66.449 47.425 c 66.449 46.999 66.586 46.667 66.855 46.429
- c 67.086 46.226 67.418 46.089 67.836 46.023 c 68.461 45.925 l 68.852 45.866
- 68.984 45.82 69.156 45.671 c 69.328 45.519 69.41 45.28 69.41 45.003 c 69.41
- 44.382 68.934 44.015 68.152 44.015 c 67.551 44.015 67.141 44.155 66.695
- 44.597 c 66.309 44.206 l 66.809 43.706 67.336 43.503 68.137 43.503 c 69.246
- 43.503 69.98 44.081 69.98 45.019 c h
-74.918 45.093 m 74.348 45.093 l 74.203 44.441 73.73 44.015 73.066 44.015
- c 72.711 44.015 72.375 44.148 72.141 44.39 c 71.805 44.734 71.766 45.101
- 71.766 46.218 c 71.766 47.335 71.805 47.702 72.141 48.046 c 72.375 48.288
- 72.711 48.421 73.066 48.421 c 73.73 48.421 74.191 47.995 74.332 47.343 
-c 74.918 47.343 l 74.738 48.347 74.023 48.933 73.066 48.933 c 72.539 48.933
- 72.059 48.737 71.699 48.378 c 71.195 47.874 71.195 47.351 71.195 46.218
- c 71.195 45.085 71.195 44.562 71.699 44.058 c 72.059 43.698 72.539 43.503
- 73.066 43.503 c 74.016 43.503 74.746 44.089 74.918 45.093 c h
-80.07 43.546 m 80.07 48.89 l 79.5 48.89 l 79.5 46.495 l 76.965 46.495 l
- 76.965 48.89 l 76.395 48.89 l 76.395 43.546 l 76.965 43.546 l 76.965 45.984
- l 79.5 45.984 l 79.5 43.546 l h
-85.582 45.312 m 85.582 48.89 l 85.012 48.89 l 85.012 45.355 l 85.012 44.546
- 84.492 44.015 83.715 44.015 c 82.934 44.015 82.426 44.546 82.426 45.355
- c 82.426 48.89 l 81.855 48.89 l 81.855 45.312 l 81.855 44.245 82.633 43.503
- 83.715 43.503 c 84.793 43.503 85.582 44.245 85.582 45.312 c h
-90.668 43.546 m 90.668 44.058 l 87.938 44.058 l 87.938 48.89 l 87.367 48.89
- l 87.367 43.546 l h
-95.309 43.546 m 95.309 44.058 l 92.562 44.058 l 92.562 45.984 l 94.902 
-45.984 l 94.902 46.495 l 92.562 46.495 l 92.562 48.378 l 95.309 48.378 l
- 95.309 48.89 l 91.992 48.89 l 91.992 43.546 l h
-103.387 46.277 m 103.387 47.019 103.418 47.839 102.863 48.394 c 102.539
- 48.714 102.066 48.89 101.512 48.89 c 99.684 48.89 l 99.684 43.546 l 101.512
- 43.546 l 102.066 43.546 102.539 43.722 102.863 44.042 c 103.418 44.597 
-103.387 45.534 103.387 46.277 c h
-102.816 46.277 m 102.816 45.624 102.832 44.831 102.465 44.448 c 102.188
- 44.163 101.828 44.058 101.414 44.058 c 100.25 44.058 l 100.25 48.378 l 
-101.414 48.378 l 101.828 48.378 102.188 48.273 102.465 47.987 c 102.832 
-47.605 102.816 46.929 102.816 46.277 c h
-108.719 43.546 m 106.762 48.89 l 106.281 48.89 l 104.316 43.546 l 104.926
- 43.546 l 105.352 44.757 l 107.684 44.757 l 108.113 43.546 l h
-107.52 45.249 m 105.523 45.249 l 106.527 48.07 l h
-113.742 43.546 m 112.477 45.972 l 113.168 46.112 113.641 46.624 113.641
- 47.402 c 113.641 48.327 112.988 48.89 112.059 48.89 c 110.008 48.89 l 110.008
- 43.546 l 110.578 43.546 l 110.578 45.917 l 111.863 45.917 l 113.078 43.546
- l h
-113.07 47.394 m 113.07 46.741 112.625 46.421 112.004 46.421 c 110.578 46.421
- l 110.578 48.378 l 112.004 48.378 l 112.625 48.378 113.07 48.046 113.07
- 47.394 c h
-119.984 43.546 m 119.984 48.89 l 119.414 48.89 l 117.719 45.101 l 115.98
- 48.89 l 115.41 48.89 l 115.41 43.546 l 115.98 43.546 l 115.98 47.605 l 
-117.465 44.39 l 117.953 44.39 l 119.414 47.605 l 119.414 43.546 l h
-125.082 45.019 m 125.082 45.46 124.926 45.827 124.633 46.077 c 124.41 46.269
- 124.16 46.374 123.66 46.452 c 123.074 46.542 l 122.797 46.585 122.52 46.691
- 122.355 46.831 c 122.188 46.976 122.113 47.187 122.113 47.448 c 122.113
- 48.042 122.527 48.437 123.238 48.437 c 123.801 48.437 124.152 48.28 124.484
- 47.98 c 124.852 48.347 l 124.395 48.761 123.945 48.933 123.262 48.933 c
- 122.203 48.933 121.551 48.331 121.551 47.425 c 121.551 46.999 121.688 46.667
- 121.957 46.429 c 122.188 46.226 122.52 46.089 122.938 46.023 c 123.562 
-45.925 l 123.953 45.866 124.086 45.82 124.258 45.671 c 124.434 45.519 124.516
- 45.28 124.516 45.003 c 124.516 44.382 124.035 44.015 123.254 44.015 c 122.652
- 44.015 122.242 44.155 121.801 44.597 c 121.41 44.206 l 121.91 43.706 122.438
- 43.503 123.238 43.503 c 124.348 43.503 125.082 44.081 125.082 45.019 c 
-h
-129.539 48.378 m 129.539 48.89 l 125.879 48.89 l 125.879 48.378 l 127.426
- 48.378 l 127.426 43.546 l 127.992 43.546 l 127.992 48.378 l h
-134.391 43.546 m 132.434 48.89 l 131.953 48.89 l 129.988 43.546 l 130.598
- 43.546 l 131.023 44.757 l 133.355 44.757 l 133.785 43.546 l h
-133.191 45.249 m 131.195 45.249 l 132.203 48.07 l h
-139.379 46.277 m 139.379 47.019 139.41 47.839 138.855 48.394 c 138.531 
-48.714 138.059 48.89 137.504 48.89 c 135.676 48.89 l 135.676 43.546 l 137.504
- 43.546 l 138.059 43.546 138.531 43.722 138.855 44.042 c 139.41 44.597 139.379
- 45.534 139.379 46.277 c h
-138.809 46.277 m 138.809 45.624 138.824 44.831 138.457 44.448 c 138.18 
-44.163 137.82 44.058 137.406 44.058 c 136.242 44.058 l 136.242 48.378 l 
-137.406 48.378 l 137.82 48.378 138.18 48.273 138.457 47.987 c 138.824 47.605
- 138.809 46.929 138.809 46.277 c h
-144.008 48.378 m 144.008 48.89 l 140.348 48.89 l 140.348 48.378 l 141.891
- 48.378 l 141.891 43.546 l 142.461 43.546 l 142.461 48.378 l 144.008 48.378
- l f
-49.238 36.312 m 49.238 39.89 l 48.668 39.89 l 48.668 36.355 l 48.668 35.546
- 48.148 35.015 47.371 35.015 c 46.59 35.015 46.078 35.546 46.078 36.355 
-c 46.078 39.89 l 45.512 39.89 l 45.512 36.312 l 45.512 35.245 46.289 34.503
- 47.371 34.503 c 48.449 34.503 49.238 35.245 49.238 36.312 c h
-54.898 34.546 m 54.898 39.89 l 54.328 39.89 l 54.328 35.62 l 51.496 39.89
- l 50.953 39.89 l 50.953 34.546 l 51.523 34.546 l 51.523 38.831 l 54.359
- 34.546 l h
-57.398 34.546 m 57.398 39.89 l 56.828 39.89 l 56.828 34.546 l h
-62.797 39.89 m 62.195 39.89 l 60.809 35.57 l 59.422 39.89 l 58.82 39.89
- l 60.578 34.546 l 61.043 34.546 l h
-67.5 34.546 m 67.5 35.058 l 64.754 35.058 l 64.754 36.984 l 67.094 36.984
- l 67.094 37.495 l 64.754 37.495 l 64.754 39.378 l 67.5 39.378 l 67.5 39.89
- l 64.184 39.89 l 64.184 34.546 l h
-72.688 34.546 m 71.422 36.972 l 72.113 37.112 72.582 37.624 72.582 38.402
- c 72.582 39.327 71.934 39.89 71 39.89 c 68.953 39.89 l 68.953 34.546 l 
-69.523 34.546 l 69.523 36.917 l 70.809 36.917 l 72.023 34.546 l h
-72.016 38.394 m 72.016 37.741 71.57 37.421 70.949 37.421 c 69.523 37.421
- l 69.523 39.378 l 70.949 39.378 l 71.57 39.378 72.016 39.046 72.016 38.394
- c h
-77.383 36.019 m 77.383 36.46 77.227 36.827 76.934 37.077 c 76.707 37.269
- 76.461 37.374 75.957 37.452 c 75.375 37.542 l 75.098 37.585 74.82 37.691
- 74.652 37.831 c 74.488 37.976 74.414 38.187 74.414 38.448 c 74.414 39.042
- 74.828 39.437 75.539 39.437 c 76.102 39.437 76.453 39.28 76.785 38.98 c
- 77.152 39.347 l 76.695 39.761 76.242 39.933 75.562 39.933 c 74.504 39.933
- 73.852 39.331 73.852 38.425 c 73.852 37.999 73.988 37.667 74.258 37.429
- c 74.488 37.226 74.82 37.089 75.238 37.023 c 75.863 36.925 l 76.25 36.866
- 76.387 36.82 76.559 36.671 c 76.73 36.519 76.812 36.28 76.812 36.003 c 
-76.812 35.382 76.332 35.015 75.555 35.015 c 74.953 35.015 74.543 35.155 
-74.098 35.597 c 73.707 35.206 l 74.211 34.706 74.738 34.503 75.539 34.503
- c 76.648 34.503 77.383 35.081 77.383 36.019 c h
-79.598 34.546 m 79.598 39.89 l 79.027 39.89 l 79.027 34.546 l h
-84.668 39.378 m 84.668 39.89 l 81.008 39.89 l 81.008 39.378 l 82.551 39.378
- l 82.551 34.546 l 83.121 34.546 l 83.121 39.378 l h
-89.363 39.89 m 88.746 39.89 l 87.5 37.331 l 86.242 39.89 l 85.625 39.89
- l 87.219 36.753 l 87.219 34.546 l 87.785 34.546 l 87.785 36.753 l h
-96.539 37.218 m 96.539 38.351 96.539 38.874 96.035 39.378 c 95.676 39.737
- 95.203 39.933 94.672 39.933 c 94.141 39.933 93.668 39.737 93.309 39.378
- c 92.805 38.874 92.805 38.351 92.805 37.218 c 92.805 36.085 92.805 35.562
- 93.309 35.058 c 93.668 34.698 94.141 34.503 94.672 34.503 c 95.203 34.503
- 95.676 34.698 96.035 35.058 c 96.539 35.562 96.539 36.085 96.539 37.218
- c h
-95.969 37.218 m 95.969 36.101 95.934 35.741 95.594 35.394 c 95.363 35.155
- 95.023 35.015 94.672 35.015 c 94.32 35.015 93.98 35.155 93.75 35.394 c 
-93.41 35.741 93.375 36.101 93.375 37.218 c 93.375 38.335 93.41 38.695 93.75
- 39.042 c 93.98 39.28 94.32 39.421 94.672 39.421 c 95.023 39.421 95.363 
-39.28 95.594 39.042 c 95.934 38.695 95.969 38.335 95.969 37.218 c h
-101.469 39.378 m 101.469 39.89 l 98.152 39.89 l 98.152 34.546 l 98.723 
-34.546 l 98.723 36.902 l 101.062 36.902 l 101.062 37.413 l 98.723 37.413
- l 98.723 39.378 l h
-108.66 34.546 m 106.703 39.89 l 106.223 39.89 l 104.258 34.546 l 104.863
- 34.546 l 105.293 35.757 l 107.625 35.757 l 108.051 34.546 l h
-107.457 36.249 m 105.465 36.249 l 106.469 39.07 l h
-113.57 38.32 m 113.57 39.28 112.895 39.89 111.922 39.89 c 109.934 39.89
- l 109.934 34.546 l 110.504 34.546 l 110.504 36.745 l 111.922 36.745 l 112.895
- 36.745 113.57 37.359 113.57 38.32 c h
-113 38.32 m 113 37.616 112.535 37.257 111.867 37.257 c 110.504 37.257 l
- 110.504 39.378 l 111.867 39.378 l 112.535 39.378 113 39.027 113 38.32 c
- h
-118.5 38.32 m 118.5 39.28 117.824 39.89 116.848 39.89 c 114.859 39.89 l
- 114.859 34.546 l 115.43 34.546 l 115.43 36.745 l 116.848 36.745 l 117.824
- 36.745 118.5 37.359 118.5 38.32 c h
-117.93 38.32 m 117.93 37.616 117.465 37.257 116.797 37.257 c 115.43 37.257
- l 115.43 39.378 l 116.797 39.378 l 117.465 39.378 117.93 39.027 117.93 
-38.32 c h
-123.074 34.546 m 123.074 35.058 l 120.344 35.058 l 120.344 39.89 l 119.773
- 39.89 l 119.773 34.546 l h
-124.883 34.546 m 124.883 39.89 l 124.312 39.89 l 124.312 34.546 l h
-130.117 34.546 m 130.117 35.058 l 127.371 35.058 l 127.371 36.984 l 129.711
- 36.984 l 129.711 37.495 l 127.371 37.495 l 127.371 39.378 l 130.117 39.378
- l 130.117 39.89 l 126.801 39.89 l 126.801 34.546 l h
-135.27 37.277 m 135.27 38.019 135.301 38.839 134.742 39.394 c 134.422 39.714
- 133.949 39.89 133.395 39.89 c 131.562 39.89 l 131.562 34.546 l 133.395 
-34.546 l 133.949 34.546 134.422 34.722 134.742 35.042 c 135.301 35.597 135.27
- 36.534 135.27 37.277 c h
-134.699 37.277 m 134.699 36.624 134.715 35.831 134.348 35.448 c 134.07 
-35.163 133.707 35.058 133.297 35.058 c 132.133 35.058 l 132.133 39.378 l
- 133.297 39.378 l 133.707 39.378 134.07 39.273 134.348 38.987 c 134.715 
-38.605 134.699 37.929 134.699 37.277 c h
-142.789 36.019 m 142.789 36.46 142.633 36.827 142.34 37.077 c 142.117 37.269
- 141.867 37.374 141.367 37.452 c 140.781 37.542 l 140.504 37.585 140.227
- 37.691 140.062 37.831 c 139.895 37.976 139.82 38.187 139.82 38.448 c 139.82
- 39.042 140.234 39.437 140.945 39.437 c 141.508 39.437 141.859 39.28 142.191
- 38.98 c 142.559 39.347 l 142.102 39.761 141.652 39.933 140.969 39.933 c
- 139.91 39.933 139.258 39.331 139.258 38.425 c 139.258 37.999 139.395 37.667
- 139.664 37.429 c 139.895 37.226 140.227 37.089 140.645 37.023 c 141.27 
-36.925 l 141.66 36.866 141.793 36.82 141.965 36.671 c 142.141 36.519 142.223
- 36.28 142.223 36.003 c 142.223 35.382 141.742 35.015 140.961 35.015 c 140.359
- 35.015 139.949 35.155 139.508 35.597 c 139.117 35.206 l 139.617 34.706 
-140.145 34.503 140.945 34.503 c 142.055 34.503 142.789 35.081 142.789 36.019
- c h
-147.66 36.093 m 147.09 36.093 l 146.945 35.441 146.473 35.015 145.805 35.015
- c 145.453 35.015 145.117 35.148 144.883 35.39 c 144.547 35.734 144.508 
-36.101 144.508 37.218 c 144.508 38.335 144.547 38.702 144.883 39.046 c 145.117
- 39.288 145.453 39.421 145.805 39.421 c 146.473 39.421 146.93 38.995 147.074
- 38.343 c 147.66 38.343 l 147.48 39.347 146.766 39.933 145.805 39.933 c 
-145.281 39.933 144.801 39.737 144.441 39.378 c 143.938 38.874 143.938 38.351
- 143.938 37.218 c 143.938 36.085 143.938 35.562 144.441 35.058 c 144.801
- 34.698 145.281 34.503 145.805 34.503 c 146.758 34.503 147.484 35.089 147.66
- 36.093 c h
-149.84 34.546 m 149.84 39.89 l 149.27 39.89 l 149.27 34.546 l h
-155.047 34.546 m 155.047 35.058 l 152.301 35.058 l 152.301 36.984 l 154.641
- 36.984 l 154.641 37.495 l 152.301 37.495 l 152.301 39.378 l 155.047 39.378
- l 155.047 39.89 l 151.73 39.89 l 151.73 34.546 l h
-160.461 34.546 m 160.461 39.89 l 159.891 39.89 l 159.891 35.62 l 157.055
- 39.89 l 156.516 39.89 l 156.516 34.546 l 157.086 34.546 l 157.086 38.831
- l 159.922 34.546 l h
-165.637 36.093 m 165.066 36.093 l 164.922 35.441 164.449 35.015 163.781
- 35.015 c 163.43 35.015 163.094 35.148 162.859 35.39 c 162.523 35.734 162.484
- 36.101 162.484 37.218 c 162.484 38.335 162.523 38.702 162.859 39.046 c 
-163.094 39.288 163.43 39.421 163.781 39.421 c 164.449 39.421 164.906 38.995
- 165.051 38.343 c 165.637 38.343 l 165.457 39.347 164.742 39.933 163.781
- 39.933 c 163.258 39.933 162.777 39.737 162.418 39.378 c 161.914 38.874 
-161.914 38.351 161.914 37.218 c 161.914 36.085 161.914 35.562 162.418 35.058
- c 162.777 34.698 163.258 34.503 163.781 34.503 c 164.734 34.503 165.465
- 35.089 165.637 36.093 c h
-170.414 34.546 m 170.414 35.058 l 167.668 35.058 l 167.668 36.984 l 170.008
- 36.984 l 170.008 37.495 l 167.668 37.495 l 167.668 39.378 l 170.414 39.378
- l 170.414 39.89 l 167.098 39.89 l 167.098 34.546 l h
-175.137 36.019 m 175.137 36.46 174.98 36.827 174.688 37.077 c 174.465 37.269
- 174.215 37.374 173.715 37.452 c 173.129 37.542 l 172.852 37.585 172.574
- 37.691 172.406 37.831 c 172.242 37.976 172.168 38.187 172.168 38.448 c 
-172.168 39.042 172.582 39.437 173.293 39.437 c 173.855 39.437 174.207 39.28
- 174.539 38.98 c 174.906 39.347 l 174.449 39.761 173.996 39.933 173.316 
-39.933 c 172.258 39.933 171.605 39.331 171.605 38.425 c 171.605 37.999 171.742
- 37.667 172.012 37.429 c 172.242 37.226 172.574 37.089 172.992 37.023 c 
-173.617 36.925 l 174.008 36.866 174.141 36.82 174.312 36.671 c 174.484 36.519
- 174.566 36.28 174.566 36.003 c 174.566 35.382 174.09 35.015 173.309 35.015
- c 172.707 35.015 172.297 35.155 171.852 35.597 c 171.465 35.206 l 171.965
- 34.706 172.492 34.503 173.293 34.503 c 174.402 34.503 175.137 35.081 175.137
- 36.019 c f
-Q Q
-showpage
-%%Trailer
-end restore
-%%EOF
diff --git a/documentation/design-documentation/gfx/logo_h-da_rot.pdf b/documentation/design-documentation/gfx/logo_h-da_rot.pdf
deleted file mode 100644
index 922da6a568af5515a6dbb3ff49acdbfd77a96526..0000000000000000000000000000000000000000
Binary files a/documentation/design-documentation/gfx/logo_h-da_rot.pdf and /dev/null differ
diff --git a/documentation/design-documentation/hdathesis-config.tex b/documentation/design-documentation/hdathesis-config.tex
deleted file mode 100644
index 8ce2a2e7aae49412e15df43ba66e9e965b7de24e..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/hdathesis-config.tex
+++ /dev/null
@@ -1,47 +0,0 @@
-% ****************************************************************************************************
-% hdathesis-config.tex 
-% Use it at the beginning of your thesis.tex, or as a LaTeX Preamble 
-% in your thesis.{tex,lyx} with \input{hdathesis-config}
-% ****************************************************************************************************
-
-% ****************************************************************************************************
-% 1. Personal data and user ad-hoc commands
-% ****************************************************************************************************
-\newcommand{\myTitle}{Project Beachhead:\\ A SDN controller design to learn about networking\xspace}
-%\newcommand{\mySubtitle}{An Homage to The Elements of Typographic Style\xspace}
-%\newcommand{\myDegree}{Bachelor of Science (B.Sc.)\xspace} 
-%\newcommand{\myDegree}{Bachelor of Arts (B.A.)\xspace}
-%\newcommand{\myDegree}{Master of Science (M.Sc.)\xspace}
-%\newcommand{\myDegree}{Master of Arts (M.A.)\xspace}
-\newcommand{\myName}{Martin Stiemerling}
-%\newcommand{\myId}{081542\xspace}
-%\newcommand{\myProf}{Prof. Dr.-Ing. Michael Bredel\xspace}
-%\newcommand{\myOtherProf}{Prof. Dr. Martin Stiemerling\xspace}
-\newcommand{\myFaculty}{Fachbereich Informatik\xspace}
-\newcommand{\myUni}{Hochschule Darmstadt\xspace}
-\newcommand{\myLocation}{Darmstadt\xspace}
-\newcommand{\myTime}{August 2020\xspace}
-\newcommand{\myVersion}{version 0.1\xspace}
-
-% ****************************************************************************************************
-% 2. Is it a master thesis?
-% ****************************************************************************************************
-%\PassOptionsToPackage{master}{hdahesis} % uncomment if this is a master thesis 
-
-% ****************************************************************************************************
-% 3. Does the thesis have a lock flag?
-% ****************************************************************************************************
-%\PassOptionsToPackage{lockflag}{hdathesis} % uncomment if this thesis has a lock flag 
-
-% ****************************************************************************************************
-% 4. Loading some handy packages
-% ****************************************************************************************************
-% ****************************************************************************************************
-% Packages with options that might require adjustments
-% ****************************************************************************************************
-
-%\PassOptionsToPackage{ngerman,american}{babel}   % change this to your language(s)
-% Spanish languages need extra options in order to work with this template
-%\PassOptionsToPackage{spanish,es-lcroman}{babel}
-\usepackage{babel}
-
diff --git a/documentation/design-documentation/hdathesis.sty b/documentation/design-documentation/hdathesis.sty
deleted file mode 100644
index f83916850aa43700b63e23d5f8b8e2f8cbca4ee1..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/hdathesis.sty
+++ /dev/null
@@ -1,141 +0,0 @@
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{hdathesis}[2015/01/22 v0.2 Typographic Style for an h_da thesis]
-\RequirePackage{ifthen}
-    \newboolean{@exam} % exam-version includes exam-questions - default is "false"
-    \newboolean{@big} % short version does not include paper-appendix - default ist "true"
-    \newboolean{@abbrev} % automaticaly generate acronyms
-    \newboolean{@index} % automaticaly generate index
-    %\newboolean{@english} % use englich version
-    \newboolean{@wiwi} % use special version for Wirtschaftsingenieure
-    \newboolean{@doublespacing} % use 1.5 times line spacing
-    \newboolean{@lockflag} % thesis has a lock flag
-    \newboolean{@master} % a master thesis
-    \newboolean{@bacholor} % a bachelor thesis - not used!
-\RequirePackage{iflang}
-
-%*******************************************************************************
-% Options 
-%*******************************************************************************
-\DeclareOption{exam}{\setboolean{@exam}{true}}
-\DeclareOption{big}{\setboolean{@big}{true}}
-\DeclareOption{abbrev}{\setboolean{@abbrev}{true}}
-\DeclareOption{index}{\setboolean{@index}{true}}
-%\DeclareOption{english}{\setboolean{@english}{true}}
-\DeclareOption{wiwi}{\setboolean{@wiwi}{true}}
-\DeclareOption{doublespacing}{\setboolean{@doublespacing}{true}}
-\DeclareOption{lockflag}{\setboolean{@lockflag}{true}}
-\DeclareOption{master}{\setboolean{@master}{true}}
-\DeclareOption{bachelor}{\setboolean{@bachelor}{false}}
-\ProcessOptions\relax
-
-%*******************************************************************************
-% Commands for EXAM, BIG, ABREV, INDEX, ENGLISH, WIWI and DOUBLESPACING options 
-%*******************************************************************************
-\newcommand{\condBIG}[1]{\ifthenelse{\boolean{@big}}{#1}{}}
-\newcommand{\condEXAM}[1]{\ifthenelse{\boolean{@exam}}{#1}{}}
-\newcommand{\condWIWI}[2]{\ifthenelse{\boolean{@wiwi}}{#1}{#2}}
-%\newcommand{\condENGLISH}[1]{\ifthenelse{\boolean{@english}}{#1}{}}
-\newcommand{\condDOUBLESPACING}[1]{\ifthenelse{\boolean{@doublespacing}}{#1}{}}
-\newcommand{\condTWOSIDE}[1]{\ifthenelse{\boolean{@twoside}}{#1}{}}
-\newcommand{\condLOCK}[1]{\ifthenelse{\boolean{@lockflag}}{#1}{}}
-\newcommand{\condMASTER}[1]{\ifthenelse{\boolean{@master}}{#1}{}}
-\newcommand{\condBACHELOR}[1]{\ifthenelse{\boolean{@bachelor}}{#1}{}}
-\newcommand{\condENGLISH}[2]{\IfLanguageName{ngerman}{#2}{#1}}
-
-%*******************************************************************************
-% Theorems, Lemmas, Corollaries, and Proofs
-%*******************************************************************************
-\RequirePackage{amsmath}
-\RequirePackage{amssymb}
-\RequirePackage{theorem}
-\theoremstyle{plain} {
- \newtheorem{Theorem}{Theorem}
- \newtheorem{Proposition}{Proposition}
- \newtheorem{Lemma}{Lemma}
- \newtheorem{Corollary}{Corollary}
-}
-\theoremstyle{plain} {{\theorembodyfont{\normalfont}
-\newtheorem{Definition}{Definition}}
-\newcommand{\qed}{\hfill \mbox{\raggedright \rule{.07in}{.1in}}}
-\newenvironment{proof}{\vspace{1ex}\noindent{\textbf Proof}\hspace{0.5em}}
-	{\hfill\qed\vspace{2ex}}
-
-%*******************************************************************************
-% Double spacing between lines 
-%*******************************************************************************
-\ifthenelse{\boolean{@doublespacing}}{%
-    \RequirePackage[]{setspace}
-    }
-  {\relax}
-
-%*******************************************************************************
-% Acronyms - TODO: english version 
-%*******************************************************************************
-\ifthenelse{\boolean{@abbrev}}%
-{%
-    \RequirePackage[intoc]{nomencl}
-    \let\abbrev\nomenclature
-    \renewcommand{\nomname}{Abkürzungsverzeichnis}
-    \setlength{\nomlabelwidth}{.25\hsize}
-    \renewcommand{\nomlabel}[1]{#1 \dotfill}
-    \setlength{\nomitemsep}{-\parsep}
-}%
-{%
-    \relax
-}%
-
-%*******************************************************************************
-% Tabularx - Spalten 
-%*******************************************************************************
-\RequirePackage{tabularx}
-\newcolumntype{Y}{>{\centering\arraybackslash}X}         % zentrierte Spalten mit optimaler Breite
-\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}  % zentrierte Spalten mit Breitenangabe 
-\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}} % rechtsbündig mit Breitenangabe 
-
-%*******************************************************************************
-% Indices
-%*******************************************************************************
-\ifthenelse{\boolean{@index}}{%
-    \RequirePackage{makeidx}%
-    \newcommand{\Index}[1]{#1\index{#1}}}
-  {\relax}
-
-%*******************************************************************************
-% Colors 
-%*******************************************************************************
-\RequirePackage{color}
-\definecolor{shadecolor}{rgb}{1,1,.8}
-\definecolor{framecolor}{rgb}{.1,.1,.1}
-
-%*******************************************************************************
-% Fancy, colored frames
-%*******************************************************************************
-\RequirePackage{color}
-\RequirePackage{framed}
-
-% general colored frame environment
-\newenvironment{fshaded}{%
-    \def\FrameCommand{\fcolorbox{framecolor}{shadecolor}}%
-    \MakeFramed {\advance\hsize-\width \FrameRestore}}%
-  {\endMakeFramed}
-
-% new colored itemize environment
-\newenvironment{fitemize}{%
-    \definecolor{shadecolor}{rgb}{1,1,.8}%
-    \definecolor{framecolor}{rgb}{.1,.1,.1}%
-    \begin{fshaded}\vspace{2mm}\begin{minipage}{0.9\textwidth}\begin{itemize}}%
-  {\end{itemize}\end{minipage}\vspace{2mm}\end{fshaded}}
-
-% new colored assignment environment
-\newenvironment{fassignment}{%
-    \definecolor{shadecolor}{rgb}{1,1,.8}%
-    \definecolor{framecolor}{rgb}{.1,.1,.1}%
-    \graffito{\vspace{4.0mm}\newline\includegraphics[width=15mm]{gfx/baustelle}}%
-    \begin{fshaded}\vspace{2mm}\begin{minipage}{0.9\textwidth}}%
-  {\end{minipage}\vspace{2mm}\end{fshaded}}
-
-%*******************************************************
-% Add additional packages
-%*******************************************************
-\RequirePackage{pdfpages}
-\RequirePackage{chngpage}
diff --git a/documentation/design-documentation/thesis.pdf b/documentation/design-documentation/thesis.pdf
deleted file mode 100644
index a8180e4a548e6a6485619ce40e14ec7fb1cc85b4..0000000000000000000000000000000000000000
Binary files a/documentation/design-documentation/thesis.pdf and /dev/null differ
diff --git a/documentation/design-documentation/thesis.tex b/documentation/design-documentation/thesis.tex
deleted file mode 100644
index 74a22b2b098dede8cee40c71eb57f0b67a1ca63c..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/thesis.tex
+++ /dev/null
@@ -1,116 +0,0 @@
-%*************************************************************************
-% A Classic Thesis Style
-% An Homage to The Elements of Typographic Style
-%
-% Copyright (C) 2017 André Miede and Ivo Pletikosić
-%
-% If you like the style then I would appreciate a postcard. My address
-% can be found in the file ClassicThesis.pdf. A collection of the
-% postcards I received so far is available online at
-% http://postcards.miede.de
-%
-% License:
-% This program is free software; you can redistribute it and/or modify
-% it under the terms of the GNU General Public License as published by
-% the Free Software Foundation; either version 2 of the License, or
-% (at your option) any later version.
-%
-% This program is distributed in the hope that it will be useful,
-% but WITHOUT ANY WARRANTY; without even the implied warranty of
-% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-% GNU General Public License for more details.
-%
-% You should have received a copy of the GNU General Public License
-% along with this program; see the file COPYING.  If not, write to
-% the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-% Boston, MA 02111-1307, USA.
-%
-% PLEASE SEE ALSO THE AUTHORS' NOTE REGARDING THIS LICENSE
-% IN THE DOCUMENTATION (ClassicThesis.pdf --> Chapter 1 / Chapter01.tex)
-%*************************************************************************
-\RequirePackage{silence} % :-\
-    \WarningFilter{scrreprt}{Usage of package `titlesec'}
-    %\WarningFilter{scrreprt}{Activating an ugly workaround}
-    \WarningFilter{titlesec}{Non standard sectioning command detected}
-\documentclass[ openright,titlepage,numbers=noenddot,headinclude,%twoside, %1headlines,% letterpaper a4paper
-                footinclude=true,cleardoublepage=empty,abstractoff, % <--- obsolete, remove (todo)
-                BCOR=5mm,paper=a4,fontsize=11pt,%11pt,a4paper,%
-                ngerman,american,%
-                ]{scrreprt}
-
-%*************************************************************************
-% Note: Make all your adjustments in here
-%*************************************************************************
-\input{hdathesis-config}
-\input{classicthesis-config}
-
-%*************************************************************************
-% Bibliographies
-%*************************************************************************
-\addbibresource{bibliography.bib}
-
-%*************************************************************************
-% Hyphenation
-%*************************************************************************
-%\hyphenation{put special hyphenation here}
-
-%*************************************************************************
-% GO!GO!GO! MOVE IT!
-%*************************************************************************
-\begin{document}
-\frenchspacing
-\raggedbottom
-\selectlanguage{ngerman} % ngerman, american
-%\renewcommand*{\bibname}{new name}
-%\setbibpreamble{}
-\pagenumbering{roman}
-\pagestyle{plain}
-%*************************************************************************
-% Frontmatter
-%*************************************************************************
-\include{frontbackmatter/Titlepage}
-\include{frontbackmatter/Titleback}
-%\cleardoublepage\include{frontbackmatter/Dedication}
-%\cleardoublepage\include{frontbackmatter/Foreword}
-%\cleardoublepage\include{frontbackmatter/Declaration}
-\cleardoublepage\include{frontbackmatter/AbstractEN}
-%\cleardoublepage\include{frontbackmatter/AbstractDE}
-%\cleardoublepage\include{frontbackmatter/Publications}
-%\cleardoublepage\include{frontbackmatter/Acknowledgments}
-\cleardoublepage\include{frontbackmatter/Contents}
-\cleardoublepage\include{frontbackmatter/Figures}
-\cleardoublepage\include{frontbackmatter/Tables}
-\cleardoublepage\include{frontbackmatter/Listings}
-\cleardoublepage\include{frontbackmatter/Acronyms}
-%*************************************************************************
-% Mainmatter
-%*************************************************************************
-\cleardoublepage
-\pagestyle{scrheadings}
-\pagenumbering{arabic}
-% Alwas use \cleardoublepage before \part{...}.
-\cleardoublepage
-%\part{Thesis}\label{pt:thesis}
-\include{chapters/chapter01}
-\include{chapters/chapter02}
-\include{chapters/chapter03}
-\include{chapters/chapter04}
-\include{chapters/chapter05}
-%*************************************************************************
-% Backmatter
-%*************************************************************************
-\appendix
-%\renewcommand{\thechapter}{\alph{chapter}}
-\cleardoublepage
-\part{Appendix}
-\include{chapters/examples/appendix01}
-\include{chapters/examples/appendix02}
-%*************************************************************************
-% Other Stuff in the Back
-%*************************************************************************
-\cleardoublepage\include{frontbackmatter/Bibliography}
-%*************************************************************************
-% Game Over: Restore, Restart, or Quit?
-%*************************************************************************
-\end{document}
-%*************************************************************************
diff --git a/documentation/design-documentation/tools/count-color-pages.sh b/documentation/design-documentation/tools/count-color-pages.sh
deleted file mode 100644
index 2fc8d56b427db5230ad04736a2009d3ad1209862..0000000000000000000000000000000000000000
--- a/documentation/design-documentation/tools/count-color-pages.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-if [ -z "$1" ]
-then
-    file=master-thesis.pdf
-    echo "No argument supplied. Using 'master-thesis.pdf' as default value"
-else
-    file="$1"
-fi
-
-colored_pages=$(gs -o - -sDEVICE=inkcov $file | grep -v "^ 0.00000  0.00000  0.00000" | grep "^ " | wc -l)
-total_pages=$(pdfinfo $file | grep Pages | awk '{print $2}')
-
-black_pages=$((total_pages-colored_pages))
-
-echo -e "Color Pages:\t$colored_pages"
-echo -e "Black Pages:\t$black_pages"
-echo -e "Total Pages:\t$total_pages"