Compare commits

...

3 Commits

Author SHA1 Message Date
Hendrik Schutter ad00b2ca56 spelling fixes in praesentation 2019-06-20 11:54:07 +02:00
Hendrik Schutter 53e90b7c32 completed praesentation 2019-06-20 10:35:13 +02:00
CodeSteak d3e4ee71c9 fix windows not auto reconnecting 2019-06-19 21:33:21 +02:00
4 changed files with 336 additions and 185 deletions

View File

@ -23,7 +23,7 @@ class Connection(val address: InetAddress, val port: Int = 10796) : Closeable {
val i: DataInputStream
val o: DataOutputStream
if (socket == null || !socket!!.isConnected) {
if (socket == null || socket!!.isClosed || !socket!!.isConnected) {
val sock = Socket()
sock.soTimeout = 10_000 /*ms*/
sock.keepAlive = true

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:smil="urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0" xmlns:anim="urn:oasis:names:tc:opendocument:xmlns:animation:1.0" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.presentation">
<office:meta><meta:creation-date>2019-06-10T15:26:57.301707798</meta:creation-date><meta:generator>LibreOffice/6.2.3.2$Linux_X86_64 LibreOffice_project/20$Build-2</meta:generator><dc:date>2019-06-19T15:04:30.068360418</dc:date><meta:editing-duration>PT5H30M24S</meta:editing-duration><meta:editing-cycles>118</meta:editing-cycles><meta:document-statistic meta:object-count="147"/></office:meta>
<office:meta><meta:creation-date>2019-06-10T15:26:57.301707798</meta:creation-date><meta:generator>LibreOffice/6.2.3.2$Linux_X86_64 LibreOffice_project/20$Build-2</meta:generator><dc:date>2019-06-20T11:53:21.720510758</dc:date><meta:editing-duration>PT5H59M13S</meta:editing-duration><meta:editing-cycles>134</meta:editing-cycles><meta:document-statistic meta:object-count="147"/></office:meta>
<office:settings>
<config:config-item-set config:name="ooo:view-settings">
<config:config-item config:name="VisibleAreaTop" config:type="int">-759</config:config-item>
<config:config-item config:name="VisibleAreaLeft" config:type="int">-412</config:config-item>
<config:config-item config:name="VisibleAreaWidth" config:type="int">14099</config:config-item>
<config:config-item config:name="VisibleAreaHeight" config:type="int">9999</config:config-item>
<config:config-item config:name="VisibleAreaTop" config:type="int">-809</config:config-item>
<config:config-item config:name="VisibleAreaLeft" config:type="int">-415</config:config-item>
<config:config-item config:name="VisibleAreaWidth" config:type="int">45769</config:config-item>
<config:config-item config:name="VisibleAreaHeight" config:type="int">30925</config:config-item>
<config:config-item-map-indexed config:name="Views">
<config:config-item-map-entry>
<config:config-item config:name="ViewId" config:type="string">view1</config:config-item>
@ -29,16 +29,16 @@
<config:config-item config:name="NoColors" config:type="boolean">true</config:config-item>
<config:config-item config:name="RulerIsVisible" config:type="boolean">false</config:config-item>
<config:config-item config:name="PageKind" config:type="short">0</config:config-item>
<config:config-item config:name="SelectedPage" config:type="short">0</config:config-item>
<config:config-item config:name="SelectedPage" config:type="short">10</config:config-item>
<config:config-item config:name="IsLayerMode" config:type="boolean">false</config:config-item>
<config:config-item config:name="IsDoubleClickTextEdit" config:type="boolean">true</config:config-item>
<config:config-item config:name="IsClickChangeRotation" config:type="boolean">true</config:config-item>
<config:config-item config:name="SlidesPerRow" config:type="short">4</config:config-item>
<config:config-item config:name="EditMode" config:type="int">0</config:config-item>
<config:config-item config:name="VisibleAreaTop" config:type="int">-1865</config:config-item>
<config:config-item config:name="VisibleAreaLeft" config:type="int">-412</config:config-item>
<config:config-item config:name="VisibleAreaWidth" config:type="int">28888</config:config-item>
<config:config-item config:name="VisibleAreaHeight" config:type="int">19519</config:config-item>
<config:config-item config:name="VisibleAreaTop" config:type="int">-809</config:config-item>
<config:config-item config:name="VisibleAreaLeft" config:type="int">-415</config:config-item>
<config:config-item config:name="VisibleAreaWidth" config:type="int">29040</config:config-item>
<config:config-item config:name="VisibleAreaHeight" config:type="int">19681</config:config-item>
<config:config-item config:name="GridCoarseWidth" config:type="int">2000</config:config-item>
<config:config-item config:name="GridCoarseHeight" config:type="int">2000</config:config-item>
<config:config-item config:name="GridFineWidth" config:type="int">200</config:config-item>
@ -109,12 +109,13 @@
</office:settings>
<office:scripts>
<office:script script:language="ooo:Basic">
<ooo:libraries xmlns:ooo="http://openoffice.org/2004/office" xmlns:xlink="http://www.w3.org/1999/xlink"/>
<ooo:libraries xmlns:ooo="http://openoffice.org/2004/office" xmlns:xlink="http://www.w3.org/1999/xlink">
<ooo:library-embedded ooo:name="Standard"/>
</ooo:libraries>
</office:script>
</office:scripts>
<office:font-face-decls>
<style:font-face style:name="Calibri4" svg:font-family="Calibri" style:font-family-generic="swiss"/>
<style:font-face style:name="Calibri5" svg:font-family="Calibri" style:font-pitch="variable"/>
<style:font-face style:name="Liberation Sans2" svg:font-family="&apos;Liberation Sans&apos;" style:font-pitch="variable"/>
<style:font-face style:name="STIXGeneral" svg:font-family="STIXGeneral" style:font-pitch="variable"/>
<style:font-face style:name="mikachan" svg:font-family="mikachan" style:font-pitch="variable"/>
@ -715,21 +716,18 @@
<style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-vertical-align="middle" draw:color-mode="standard" draw:luminance="0%" draw:contrast="0%" draw:gamma="100%" draw:red="0%" draw:green="0%" draw:blue="0%" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:image-opacity="100%" style:mirror="none"/>
</style:style>
<style:style style:name="gr20" style:family="graphic" style:parent-style-name="Standard_5f_3">
<style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="11.727cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/>
<style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="12.247cm" fo:padding-top="0cm" fo:padding-bottom="0cm" fo:padding-left="0cm" fo:padding-right="0cm"/>
</style:style>
<style:style style:name="gr21" style:family="graphic" style:parent-style-name="Objekt_20_ohne_20_Füllung_20_und_20_Linie">
<style:graphic-properties draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" draw:color-mode="standard" draw:luminance="0%" draw:contrast="0%" draw:gamma="100%" draw:red="0%" draw:green="0%" draw:blue="0%" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:image-opacity="100%" style:mirror="none"/>
</style:style>
<style:style style:name="gr22" style:family="graphic" style:parent-style-name="standard">
<style:style style:name="gr21" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="3.418cm"/>
</style:style>
<style:style style:name="gr23" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
<style:style style:name="gr22" style:family="graphic" style:parent-style-name="standard" style:list-style-name="L1">
<style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="7.057cm"/>
</style:style>
<style:style style:name="gr24" style:family="graphic" style:parent-style-name="Objekt_20_ohne_20_Füllung_20_und_20_Linie">
<style:style style:name="gr23" style:family="graphic" style:parent-style-name="Objekt_20_ohne_20_Füllung_20_und_20_Linie">
<style:graphic-properties draw:stroke="none" draw:fill="none" draw:textarea-horizontal-align="center" draw:textarea-vertical-align="middle" draw:shadow="hidden" draw:shadow-offset-x="-0.282cm" draw:shadow-offset-y="0.282cm" draw:color-mode="standard" draw:luminance="0%" draw:contrast="0%" draw:gamma="100%" draw:red="0%" draw:green="0%" draw:blue="0%" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:image-opacity="100%" style:mirror="none"/>
</style:style>
<style:style style:name="gr25" style:family="graphic" style:parent-style-name="standard">
<style:style style:name="gr24" style:family="graphic" style:parent-style-name="standard">
<style:graphic-properties draw:stroke="none" svg:stroke-color="#000000" draw:fill="none" draw:fill-color="#ffffff" draw:auto-grow-height="true" draw:auto-grow-width="false" fo:max-height="0cm" fo:min-height="9.55cm"/>
</style:style>
<style:style style:name="pr1" style:family="presentation" style:parent-style-name="Standard-backgroundobjects">
@ -756,9 +754,15 @@
<style:style style:name="pr8" style:family="presentation" style:parent-style-name="Standard-outline1" style:list-style-name="L4">
<style:graphic-properties fo:min-height="8.884cm"/>
</style:style>
<style:style style:name="pr9" style:family="presentation" style:parent-style-name="Standard-title">
<style:style style:name="pr9" style:family="presentation" style:parent-style-name="Standard-notes">
<style:graphic-properties draw:fill-color="#ffffff" fo:min-height="15.099cm"/>
</style:style>
<style:style style:name="pr10" style:family="presentation" style:parent-style-name="Standard-title">
<style:graphic-properties draw:textarea-horizontal-align="left" fo:min-height="1.695cm"/>
</style:style>
<style:style style:name="pr11" style:family="presentation" style:parent-style-name="Standard-notes">
<style:graphic-properties draw:fill-color="#ffffff" fo:min-height="13.38cm"/>
</style:style>
<style:style style:name="P1" style:family="paragraph">
<style:text-properties fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/>
</style:style>
@ -852,22 +856,23 @@
<style:text-properties fo:color="#999999" fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="P25" style:family="paragraph">
<loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/>
<style:text-properties style:text-position="-33% 58%" style:font-name="Calibri3" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
<loext:graphic-properties draw:fill-color="#ffffff"/>
<style:text-properties fo:color="#c9211e" fo:background-color="#ffff00"/>
</style:style>
<style:style style:name="P26" style:family="paragraph">
<loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/>
<style:text-properties style:text-position="-33% 58%" style:font-name="Calibri3" fo:font-size="24pt" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:font-size-asian="24pt" style:font-size-complex="24pt"/>
<style:text-properties style:text-position="-33% 58%" style:font-name="Calibri3" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="P27" style:family="paragraph">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:line-height="150%" fo:text-indent="0cm"/>
<loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/>
<style:text-properties style:text-position="-33% 58%" style:font-name="Calibri3" fo:font-size="24pt" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:font-size-asian="24pt" style:font-size-complex="24pt"/>
</style:style>
<style:style style:name="P28" style:family="paragraph">
<loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/>
<style:paragraph-properties fo:line-height="150%"/>
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:line-height="150%" fo:text-indent="0cm"/>
</style:style>
<style:style style:name="P29" style:family="paragraph">
<style:text-properties fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
<loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/>
<style:paragraph-properties fo:line-height="150%"/>
</style:style>
<style:style style:name="P30" style:family="paragraph">
<loext:graphic-properties draw:fill="none" draw:fill-color="#ffffff"/>
@ -882,7 +887,7 @@
</style:style>
<style:style style:name="P33" style:family="paragraph">
<loext:graphic-properties draw:fill-color="#ffffff"/>
<style:text-properties fo:font-size="20pt"/>
<style:text-properties fo:color="#c9211e" fo:font-size="20pt" fo:background-color="#ffff00"/>
</style:style>
<style:style style:name="P34" style:family="paragraph">
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0.3cm" fo:margin-bottom="0.3cm" fo:line-height="100%" fo:text-indent="0cm"/>
@ -917,101 +922,119 @@
<style:text-properties fo:color="#000000" style:font-name="Calibri2" fo:font-size="15pt" style:font-size-asian="15pt" style:font-size-complex="15pt"/>
</style:style>
<style:style style:name="T6" style:family="text">
<style:text-properties fo:color="#000000" style:font-name="Calibri2" fo:font-size="24pt"/>
<style:text-properties fo:color="#c9211e" fo:background-color="#ffff00"/>
</style:style>
<style:style style:name="T7" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffde00" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri4" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri4" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:color="#000000" style:font-name="Calibri2" fo:font-size="24pt"/>
</style:style>
<style:style style:name="T8" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#8ec450" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri4" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri4" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffde00" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri4" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri4" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T9" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri4" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#8ec450" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri4" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri4" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T10" style:family="text">
<style:text-properties fo:color="#8ec450" style:font-name="Calibri4" fo:font-size="20pt" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-name-complex="Calibri4" style:font-size-complex="20pt"/>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri4" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T11" style:family="text">
<style:text-properties fo:color="#000000" style:font-name="Calibri3" fo:font-size="20pt" style:font-size-asian="20pt" style:font-size-complex="20pt"/>
<style:text-properties fo:color="#8ec450" style:font-name="Calibri4" fo:font-size="20pt" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-name-complex="Calibri4" style:font-size-complex="20pt"/>
</style:style>
<style:style style:name="T12" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:color="#000000" style:font-name="Calibri3" fo:font-size="20pt" style:font-size-asian="20pt" style:font-size-complex="20pt"/>
</style:style>
<style:style style:name="T13" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#2a7ab0" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T14" style:family="text">
<style:text-properties fo:color="#000000" style:font-name="Calibri3" fo:font-size="20pt" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-name-complex="Calibri4" style:font-size-complex="20pt"/>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#2a7ab0" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="20pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="20pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="20pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T15" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Liberation Sans" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:color="#000000" style:font-name="Calibri3" fo:font-size="20pt" style:font-name-asian="Calibri4" style:font-size-asian="20pt" style:font-name-complex="Calibri4" style:font-size-complex="20pt"/>
</style:style>
<style:style style:name="T16" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Liberation Sans" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Liberation Sans" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T17" style:family="text">
<style:text-properties fo:color="#000000"/>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Liberation Sans" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T18" style:family="text">
<style:text-properties style:font-name="Calibri3" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
<style:text-properties fo:color="#000000"/>
</style:style>
<style:style style:name="T19" style:family="text">
<style:text-properties style:font-name="mikachan" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
<style:text-properties style:font-name="Calibri3" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T20" style:family="text">
<style:text-properties style:font-name="mikachan"/>
<style:text-properties style:font-name="mikachan" style:text-underline-style="none" fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T21" style:family="text">
<style:text-properties fo:color="#999999" fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
<style:text-properties style:font-name="mikachan"/>
</style:style>
<style:style style:name="T22" style:family="text">
<style:text-properties style:font-name="Calibri3" fo:font-size="24pt" style:font-size-asian="24pt" style:font-size-complex="24pt"/>
<style:text-properties fo:color="#999999" fo:font-size="8pt" style:font-size-asian="8pt" style:font-size-complex="8pt"/>
</style:style>
<style:style style:name="T23" style:family="text">
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
<style:text-properties fo:color="#000000" fo:background-color="transparent"/>
</style:style>
<style:style style:name="T24" style:family="text">
<style:text-properties fo:font-weight="normal" style:font-weight-asian="normal" style:font-weight-complex="normal"/>
<style:text-properties style:font-name="Calibri3" fo:font-size="24pt" style:font-size-asian="24pt" style:font-size-complex="24pt"/>
</style:style>
<style:style style:name="T25" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:letter-kerning="true" fo:background-color="transparent" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-style-complex="normal" style:font-weight-complex="bold" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:color="#c9211e" fo:font-size="15pt" fo:background-color="#ffff00" style:font-size-asian="15pt" style:font-size-complex="15pt"/>
</style:style>
<style:style style:name="T26" style:family="text">
<style:text-properties style:font-name="Liberation Sans" fo:font-size="18pt" fo:font-weight="bold" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-weight-asian="bold" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-weight-complex="bold"/>
<style:text-properties fo:font-size="15pt" style:font-size-asian="15pt" style:font-size-complex="15pt"/>
</style:style>
<style:style style:name="T27" style:family="text">
<style:text-properties style:font-name="Liberation Sans" fo:font-size="18pt" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt"/>
<style:text-properties fo:font-size="15pt" fo:font-weight="bold" style:font-size-asian="15pt" style:font-weight-asian="bold" style:font-size-complex="15pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T28" style:family="text">
<style:text-properties fo:color="#999999" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
<style:text-properties fo:font-size="15pt" fo:font-weight="normal" style:font-size-asian="15pt" style:font-weight-asian="normal" style:font-size-complex="15pt" style:font-weight-complex="normal"/>
</style:style>
<style:style style:name="T29" style:family="text">
<style:text-properties style:font-name="STIXGeneral" fo:font-size="26pt" style:font-size-asian="26pt" style:font-size-complex="26pt"/>
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T30" style:family="text">
<style:text-properties style:font-name="Calibri3" fo:font-size="12pt" style:font-size-asian="12pt" style:font-size-complex="12pt"/>
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:letter-kerning="true" fo:background-color="transparent" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-style-complex="normal" style:font-weight-complex="bold" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T31" style:family="text">
<style:text-properties fo:font-size="20pt"/>
<style:text-properties style:font-name="Liberation Sans" fo:font-size="18pt" fo:font-weight="bold" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-weight-asian="bold" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T32" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-name-complex="Calibri4" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="bold" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties style:font-name="Liberation Sans" fo:font-size="18pt" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt"/>
</style:style>
<style:style style:name="T33" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffde00" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri4" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:color="#999999" fo:font-size="7pt" style:font-size-asian="7pt" style:font-size-complex="7pt"/>
</style:style>
<style:style style:name="T34" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties style:font-name="STIXGeneral" fo:font-size="26pt" style:font-size-asian="26pt" style:font-size-complex="26pt"/>
</style:style>
<style:style style:name="T35" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties style:font-name="Calibri3" fo:font-size="12pt" style:font-size-asian="12pt" style:font-size-complex="12pt"/>
</style:style>
<style:style style:name="T36" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
<style:text-properties fo:color="#c9211e" fo:font-size="20pt" fo:background-color="#ffff00"/>
</style:style>
<style:style style:name="T37" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="bold" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="bold" style:font-name-complex="Calibri4" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="bold" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T38" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#ffde00" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Calibri4" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Calibri4" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T39" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" fo:color="#000000" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T40" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" fo:background-color="transparent" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T41" style:family="text">
<style:text-properties fo:font-variant="normal" fo:text-transform="none" style:use-window-font-color="true" style:text-outline="false" style:text-line-through-style="none" style:text-line-through-type="none" style:font-name="Calibri3" fo:font-size="18pt" fo:font-style="normal" fo:text-shadow="none" style:text-underline-style="none" fo:font-weight="normal" style:letter-kerning="true" style:font-name-asian="Droid Sans Fallback" style:font-size-asian="18pt" style:font-style-asian="normal" style:font-weight-asian="normal" style:font-name-complex="Droid Sans Devanagari" style:font-size-complex="18pt" style:font-style-complex="normal" style:font-weight-complex="normal" style:text-emphasize="none" style:font-relief="none" style:text-overline-style="none" style:text-overline-color="font-color"/>
</style:style>
<style:style style:name="T42" style:family="text">
<style:text-properties fo:color="#ffde00" style:font-name="Calibri3" fo:font-size="150pt" fo:text-shadow="1pt 1pt" fo:font-weight="bold" style:font-size-asian="150pt" style:font-weight-asian="bold" style:font-size-complex="150pt" style:font-weight-complex="bold"/>
</style:style>
<style:style style:name="T43" style:family="text">
<style:text-properties style:use-window-font-color="true" fo:font-size="20pt" fo:background-color="transparent"/>
</style:style>
<text:list-style style:name="L1">
<text:list-level-style-bullet text:level="1" text:bullet-char="●">
<style:list-level-properties text:min-label-width="0.6cm"/>
@ -1213,7 +1236,7 @@
</draw:frame>
<draw:frame draw:style-name="gr2" draw:text-style-name="P4" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="11.886cm" svg:y="28.215cm" presentation:class="page-number">
<draw:text-box>
<text:p text:style-name="P3"><text:span text:style-name="T1"><text:page-number>&lt;Foliennummer&gt;</text:page-number></text:span></text:p>
<text:p text:style-name="P3"><text:span text:style-name="T1"><text:page-number>11</text:page-number></text:span></text:p>
</draw:text-box>
</draw:frame>
</style:handout-master>
@ -1236,7 +1259,7 @@
</draw:frame>
<draw:frame presentation:style-name="pr1" draw:text-style-name="P4" draw:layer="backgroundobjects" svg:width="6.523cm" svg:height="1.085cm" svg:x="20.076cm" svg:y="14.348cm" presentation:class="page-number">
<draw:text-box>
<text:p text:style-name="P3"><text:span text:style-name="T1"><text:page-number>&lt;Foliennummer&gt;</text:page-number></text:span></text:p>
<text:p text:style-name="P3"><text:span text:style-name="T1"><text:page-number>11</text:page-number></text:span></text:p>
</draw:text-box>
</draw:frame>
<presentation:notes style:page-layout-name="PM0">
@ -1261,7 +1284,7 @@
</draw:frame>
<draw:frame presentation:style-name="pr3" draw:text-style-name="P4" draw:layer="backgroundobjects" svg:width="9.113cm" svg:height="1.484cm" svg:x="11.886cm" svg:y="28.215cm" presentation:class="page-number">
<draw:text-box>
<text:p text:style-name="P3"><text:span text:style-name="T1"><text:page-number>&lt;Foliennummer&gt;</text:page-number></text:span></text:p>
<text:p text:style-name="P3"><text:span text:style-name="T1"><text:page-number>11</text:page-number></text:span></text:p>
</draw:text-box>
</draw:frame>
</presentation:notes>
@ -20734,6 +20757,8 @@
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="1" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p><text:span text:style-name="T6">Hendrik</text:span></text:p>
<text:p/>
<text:p>Einleitung:</text:p>
<text:p>- Begrüßung</text:p>
<text:p>- Unser Aufgabe des Projekt 1 war … </text:p>
@ -39782,22 +39807,22 @@
</draw:frame>
<draw:frame presentation:style-name="pr7" draw:text-style-name="P16" draw:layer="layout" svg:width="4.4cm" svg:height="0.848cm" svg:x="0.5cm" svg:y="0.2cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Agenda</text:span></text:p>
<text:p><text:span text:style-name="T7">Agenda</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame presentation:style-name="pr8" draw:text-style-name="P17" draw:layer="layout" svg:width="15.398cm" svg:height="10.6cm" svg:x="1.402cm" svg:y="2.8cm" presentation:class="outline" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T7">•</text:span><text:span text:style-name="T8"> </text:span><text:span text:style-name="T9">Problem</text:span></text:p>
<text:p><text:span text:style-name="T7">•</text:span><text:span text:style-name="T8"> </text:span><text:span text:style-name="T9">Lösung</text:span></text:p>
<text:p><text:span text:style-name="T7">•</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T11">Artefakte</text:span><text:span text:style-name="T11"><text:tab/></text:span></text:p>
<text:p><text:span text:style-name="T12"><text:s text:c="2"/></text:span><text:span text:style-name="T13"><text:s/></text:span><text:span text:style-name="T7">•</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T14">Lastenheft</text:span></text:p>
<text:p><text:span text:style-name="T13"><text:s text:c="3"/></text:span><text:span text:style-name="T7">•</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T14">Pflichtenheft</text:span></text:p>
<text:p><text:span text:style-name="T13"><text:s text:c="3"/></text:span><text:span text:style-name="T7">•</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T14">Grobdesign</text:span></text:p>
<text:p><text:span text:style-name="T13"><text:s text:c="3"/></text:span><text:span text:style-name="T7">•</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T14">Tests</text:span></text:p>
<text:p><text:span text:style-name="T7">•</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T14">Technologien</text:span></text:p>
<text:p><text:span text:style-name="T7">•</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T11">Fazit</text:span></text:p>
<text:p><text:span text:style-name="T7">•</text:span><text:span text:style-name="T10"> </text:span><text:span text:style-name="T14">Demo</text:span></text:p>
<text:p><text:span text:style-name="T11"/></text:p>
<text:p><text:span text:style-name="T8">•</text:span><text:span text:style-name="T9"> </text:span><text:span text:style-name="T10">Problem</text:span></text:p>
<text:p><text:span text:style-name="T8">•</text:span><text:span text:style-name="T9"> </text:span><text:span text:style-name="T10">Lösung</text:span></text:p>
<text:p><text:span text:style-name="T8">•</text:span><text:span text:style-name="T11"> </text:span><text:span text:style-name="T12">Artefakte</text:span><text:span text:style-name="T12"><text:tab/></text:span></text:p>
<text:p><text:span text:style-name="T13"><text:s text:c="2"/></text:span><text:span text:style-name="T14"><text:s/></text:span><text:span text:style-name="T8">•</text:span><text:span text:style-name="T11"> </text:span><text:span text:style-name="T15">Lastenheft</text:span></text:p>
<text:p><text:span text:style-name="T14"><text:s text:c="3"/></text:span><text:span text:style-name="T8">•</text:span><text:span text:style-name="T11"> </text:span><text:span text:style-name="T15">Pflichtenheft</text:span></text:p>
<text:p><text:span text:style-name="T14"><text:s text:c="3"/></text:span><text:span text:style-name="T8">•</text:span><text:span text:style-name="T11"> </text:span><text:span text:style-name="T15">Grobdesign</text:span></text:p>
<text:p><text:span text:style-name="T14"><text:s text:c="3"/></text:span><text:span text:style-name="T8">•</text:span><text:span text:style-name="T11"> </text:span><text:span text:style-name="T15">Tests</text:span></text:p>
<text:p><text:span text:style-name="T8">•</text:span><text:span text:style-name="T11"> </text:span><text:span text:style-name="T15">Technologien</text:span></text:p>
<text:p><text:span text:style-name="T8">•</text:span><text:span text:style-name="T11"> </text:span><text:span text:style-name="T12">Fazit</text:span></text:p>
<text:p><text:span text:style-name="T8">•</text:span><text:span text:style-name="T11"> </text:span><text:span text:style-name="T15">Demo</text:span></text:p>
<text:p><text:span text:style-name="T12"/></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr4" draw:text-style-name="P10" draw:layer="layout" svg:width="9.174cm" svg:height="9.174cm" svg:x="16.6cm" svg:y="4.626cm">
@ -40216,6 +40241,7 @@
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="2" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p><text:span text:style-name="T6">Hendrik</text:span></text:p>
<text:p>Auch sagen wer was macht</text:p>
</draw:text-box>
</draw:frame>
@ -59267,7 +59293,7 @@
</draw:frame>
<draw:frame presentation:style-name="pr7" draw:text-style-name="P16" draw:layer="layout" svg:width="4.4cm" svg:height="0.848cm" svg:x="0.5cm" svg:y="0.2cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Problem</text:span></text:p>
<text:p><text:span text:style-name="T7">Problem</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr8" draw:text-style-name="P10" draw:layer="layout" svg:width="16cm" svg:height="10.812cm" svg:x="11.2cm" svg:y="1.988cm">
@ -65294,26 +65320,41 @@
</draw:frame>
<draw:frame draw:style-name="gr9" draw:text-style-name="P19" draw:layer="layout" svg:width="7.6cm" svg:height="6.378cm" svg:x="1cm" svg:y="2.494cm">
<draw:text-box>
<text:p text:style-name="P18"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T16">Nicht durchsuchbar</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T15">keine Sortierung</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T15">Dezentral gespeichert</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T15">keine Sicherung</text:span></text:p>
<text:p><text:span text:style-name="T17"/></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">n</text:span><text:span text:style-name="T17">icht durchsuchbar</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">keine Sortierung</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">dezentral gespeichert</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">keine Sicherung</text:span></text:p>
<text:p><text:span text:style-name="T18"/></text:p>
</draw:text-box>
</draw:frame>
<draw:custom-shape draw:style-name="gr10" draw:text-style-name="P20" draw:layer="layout" svg:width="1.4cm" svg:height="1.4cm" svg:x="1.3cm" svg:y="7.7cm">
<draw:custom-shape draw:style-name="gr10" draw:text-style-name="P20" xml:id="id1" draw:id="id1" draw:layer="layout" svg:width="1.4cm" svg:height="1.4cm" svg:x="1.3cm" svg:y="7.7cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 841 854" draw:mirror-horizontal="false" draw:mirror-vertical="false" draw:type="non-primitive" draw:enhanced-path="M 517 247 L 517 415 264 415 264 0 0 0 0 680 517 680 517 854 841 547 517 247 Z N"/>
</draw:custom-shape>
<draw:frame draw:style-name="gr11" draw:text-style-name="P21" draw:layer="layout" svg:width="7.8cm" svg:height="2.384cm" svg:x="3.2cm" svg:y="8.1cm">
<draw:text-box>
<text:p><text:span text:style-name="T18">Verwaltungsaufwand</text:span></text:p>
<text:p xml:id="id2" text:id="id2"><text:span text:style-name="T19">Verwaltungsaufwand</text:span></text:p>
</draw:text-box>
</draw:frame>
<anim:par presentation:node-type="timing-root">
<anim:seq presentation:node-type="main-sequence">
<anim:par smil:begin="next">
<anim:par smil:begin="0s">
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="on-click" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id1" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="with-previous" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear" presentation:group-id="0">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id2" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
</anim:par>
</anim:par>
</anim:seq>
</anim:par>
<presentation:notes draw:style-name="dp2">
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="3" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p><text:span text:style-name="T6">Jannik</text:span></text:p>
<text:p>Ausgangssituation &gt; schlecht</text:p>
</draw:text-box>
</draw:frame>
@ -84365,7 +84406,7 @@
</draw:frame>
<draw:frame presentation:style-name="pr7" draw:text-style-name="P16" draw:layer="layout" svg:width="4.4cm" svg:height="0.848cm" svg:x="0.5cm" svg:y="0.2cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Lösung</text:span></text:p>
<text:p><text:span text:style-name="T7">Lösung</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr4" draw:text-style-name="P10" draw:layer="layout" svg:width="16cm" svg:height="10.812cm" svg:x="11.2cm" svg:y="1.988cm">
@ -103976,29 +104017,28 @@
</draw:frame>
<draw:frame draw:style-name="gr13" draw:text-style-name="P23" draw:layer="layout" svg:width="9cm" svg:height="4.696cm" svg:x="0.8cm" svg:y="2cm">
<draw:text-box>
<text:p text:style-name="P22"><text:span text:style-name="T19">Ziele</text:span></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T20"/></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T20"/></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T20">Gut durchsuchbar</text:span></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T20"/></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T20"/></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T20">Zentral gespeichert</text:span></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T20">Ziele</text:span></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T21"/></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T21"/></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T21">gut durchsuchbar</text:span></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T21"/></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T21"/></text:p>
<text:p text:style-name="P22"><text:span text:style-name="T21">zentral gespeichert</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr14" draw:text-style-name="P24" draw:layer="layout" svg:width="14.6cm" svg:height="1.387cm" svg:x="0.2cm" svg:y="9.4cm">
<draw:text-box>
<text:p><text:span text:style-name="T21"><text:a xlink:href="https://upload.wikimedia.org/wikipedia/commons/e/e5/Post-it-note-transparent.png" xlink:type="simple">https://upload.wikimedia.org/wikipedia/commons/e/e5/Post-it-note-transparent.png</text:a></text:span></text:p>
<text:p><text:span text:style-name="T21"/></text:p>
<text:p><text:span text:style-name="T22"><text:a xlink:href="https://upload.wikimedia.org/wikipedia/commons/e/e5/Post-it-note-transparent.png" xlink:type="simple">https://upload.wikimedia.org/wikipedia/commons/e/e5/Post-it-note-transparent.png</text:a></text:span></text:p>
<text:p><text:span text:style-name="T22"/></text:p>
</draw:text-box>
</draw:frame>
<presentation:notes draw:style-name="dp2">
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="4" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:frame presentation:style-name="pr6" draw:text-style-name="P25" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p>Einleitung:</text:p>
<text:p>- Begrüßung</text:p>
<text:p>- Mein Thema ist ….</text:p>
<text:p>- Um das zu verstehen muss man erst mal die Begriffe klären, das steht auch ganz oben auf der Agenda</text:p>
<text:p><text:span text:style-name="T6">Lukas</text:span></text:p>
<text:p><text:span text:style-name="T6"/></text:p>
<text:p><text:span text:style-name="T23">Lösung: Server-Client-Software die Verwaltung übernimmt. Speziell für Texturen optimiert (Tag-System)</text:span></text:p>
</draw:text-box>
</draw:frame>
</presentation:notes>
@ -123047,9 +123087,9 @@
<text:p><text:span text:style-name="T4">Projekt 1 | TextureSync | Lukas Fürderer, Hendrik Schutter, Robin Willmann, Jannik Seiler</text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4">21.06.2019</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr15" draw:text-style-name="P25" draw:layer="layout" svg:width="7.8cm" svg:height="1.529cm" svg:x="0.4cm" svg:y="2.071cm">
<draw:frame draw:style-name="gr15" draw:text-style-name="P26" draw:layer="layout" svg:width="7.8cm" svg:height="1.529cm" svg:x="0.4cm" svg:y="2.071cm">
<draw:text-box>
<text:p><text:span text:style-name="T18">Auszug aus Projekt-Charta:</text:span></text:p>
<text:p><text:span text:style-name="T19">Auszug aus Projekt-Charta:</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr4" draw:text-style-name="P10" draw:layer="layout" svg:width="22.402cm" svg:height="6.6cm" svg:x="3.098cm" svg:y="3.4cm">
@ -124370,28 +124410,41 @@
<text:p/>
</draw:image>
</draw:frame>
<draw:frame draw:style-name="gr16" draw:text-style-name="P26" draw:layer="layout" svg:width="21.6cm" svg:height="1.945cm" svg:x="4.8cm" svg:y="11.6cm">
<draw:frame draw:style-name="gr16" draw:text-style-name="P27" draw:layer="layout" svg:width="21.6cm" svg:height="1.945cm" svg:x="4.8cm" svg:y="11.6cm">
<draw:text-box>
<text:p><text:span text:style-name="T22">Kunden: Animationsstudios, 3D-Designer, Grafikagenturen</text:span></text:p>
<text:p xml:id="id4" text:id="id4"><text:span text:style-name="T24">Kunden: Animationsstudios, 3D-Designer, Grafikagenturen</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:custom-shape draw:style-name="gr17" draw:text-style-name="P20" draw:layer="layout" svg:width="1.4cm" svg:height="1.4cm" svg:x="3.1cm" svg:y="11.2cm">
<draw:custom-shape draw:style-name="gr17" draw:text-style-name="P20" xml:id="id3" draw:id="id3" draw:layer="layout" svg:width="1.4cm" svg:height="1.4cm" svg:x="3.1cm" svg:y="11.2cm">
<text:p/>
<draw:enhanced-geometry svg:viewBox="0 0 841 854" draw:mirror-horizontal="false" draw:mirror-vertical="false" draw:type="non-primitive" draw:enhanced-path="M 517 247 L 517 415 264 415 264 0 0 0 0 680 517 680 517 854 841 547 517 247 Z N"/>
</draw:custom-shape>
<draw:frame presentation:style-name="pr7" draw:text-style-name="P16" draw:layer="layout" svg:width="4.4cm" svg:height="0.848cm" svg:x="0.5cm" svg:y="0.2cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Lösung</text:span></text:p>
<text:p><text:span text:style-name="T7">Lösung</text:span></text:p>
</draw:text-box>
</draw:frame>
<anim:par presentation:node-type="timing-root">
<anim:seq presentation:node-type="main-sequence">
<anim:par smil:begin="next">
<anim:par smil:begin="0s">
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="on-click" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id3" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="with-previous" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear" presentation:group-id="0">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id4" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
</anim:par>
</anim:par>
</anim:seq>
</anim:par>
<presentation:notes draw:style-name="dp2">
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="5" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p>Einleitung:</text:p>
<text:p>- Begrüßung</text:p>
<text:p>- Mein Thema ist ….</text:p>
<text:p>- Um das zu verstehen muss man erst mal die Begriffe klären, das steht auch ganz oben auf der Agenda</text:p>
<text:p><text:span text:style-name="T6">Robin</text:span></text:p>
<text:p/>
<text:p/>
</draw:text-box>
</draw:frame>
</presentation:notes>
@ -143442,7 +143495,7 @@
</draw:frame>
<draw:frame presentation:style-name="pr7" draw:text-style-name="P16" draw:layer="layout" svg:width="4.4cm" svg:height="0.848cm" svg:x="0.5cm" svg:y="0.2cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Artefakte</text:span></text:p>
<text:p><text:span text:style-name="T7">Artefakte</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr4" draw:text-style-name="P10" draw:layer="layout" svg:width="17.729cm" svg:height="12.254cm" svg:x="4.4cm" svg:y="2.146cm">
@ -145421,7 +145474,9 @@
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="6" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p>Alle unsere docs vorstellen und deren Hierarchie</text:p>
<text:p><text:span text:style-name="T6">Robin</text:span></text:p>
<text:p/>
<text:p>Alle unsere docs vorstellen und deren Hierarchie, noch kein zeigen.</text:p>
</draw:text-box>
</draw:frame>
</presentation:notes>
@ -164472,7 +164527,7 @@
</draw:frame>
<draw:frame presentation:style-name="pr7" draw:text-style-name="P16" draw:layer="layout" svg:width="4.4cm" svg:height="0.848cm" svg:x="0.5cm" svg:y="0.2cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Artefakte</text:span></text:p>
<text:p><text:span text:style-name="T7">Artefakte</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr4" draw:text-style-name="P10" draw:layer="layout" svg:width="17.729cm" svg:height="12.254cm" svg:x="4.4cm" svg:y="2.146cm">
@ -166865,33 +166920,45 @@
</draw:frame>
<presentation:notes draw:style-name="dp2">
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="7" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:frame presentation:style-name="pr9" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="15.099cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:user-transformed="true">
<draw:text-box>
<text:p>Hervorgehobene genauer anschauen.</text:p>
<text:p/>
<text:p>Auf Traceability eingehen Anhand eines Beispiels verfolgen:</text:p>
<text:p><text:span text:style-name="T23"/></text:p>
<text:p text:style-name="P12"><text:span text:style-name="T23">Textur importieren</text:span></text:p>
<text:p><text:span text:style-name="T23"/></text:p>
<text:p><text:span text:style-name="T25">Hendrik</text:span></text:p>
<text:p><text:span text:style-name="T26"/></text:p>
<text:p><text:span text:style-name="T26">Hervorgehobene genauer anschauen. Lastenheft und Pflichtenheft.</text:span></text:p>
<text:p><text:span text:style-name="T26"/></text:p>
<text:p><text:span text:style-name="T25">Jannik</text:span></text:p>
<text:p><text:span text:style-name="T26"/></text:p>
<text:p><text:span text:style-name="T26">Grobdesign</text:span></text:p>
<text:p><text:span text:style-name="T25"/></text:p>
<text:p><text:span text:style-name="T25">Lukas</text:span></text:p>
<text:p><text:span text:style-name="T26"/></text:p>
<text:p><text:span text:style-name="T26">System und Akzeptanztest</text:span></text:p>
<text:p><text:span text:style-name="T26"/></text:p>
<text:p><text:span text:style-name="T25">Alle:</text:span></text:p>
<text:p><text:span text:style-name="T26"/></text:p>
<text:p><text:span text:style-name="T26">Auf Traceability eingehen Anhand eines Beispiels verfolgen:</text:span></text:p>
<text:p><text:span text:style-name="T27"/></text:p>
<text:p text:style-name="P12"><text:span text:style-name="T27">Textur importieren</text:span></text:p>
<text:p><text:span text:style-name="T27"/></text:p>
<text:list text:style-name="L1">
<text:list-item>
<text:p><text:span text:style-name="T24"><text:s/></text:span><text:span text:style-name="T24">Lastenheft F#1</text:span></text:p>
<text:p><text:span text:style-name="T28"><text:s/></text:span><text:span text:style-name="T28">Lastenheft F#1</text:span></text:p>
</text:list-item>
<text:list-item>
<text:p><text:span text:style-name="T24"><text:s/></text:span><text:span text:style-name="T24">Pflichtenheft MK#7</text:span></text:p>
<text:p><text:span text:style-name="T28"><text:s/></text:span><text:span text:style-name="T28">Pflichtenheft MK#7</text:span></text:p>
</text:list-item>
<text:list-item>
<text:p><text:span text:style-name="T24"><text:s/></text:span><text:span text:style-name="T24">Grobdesign 2.2 View --&gt; Import</text:span></text:p>
<text:p><text:span text:style-name="T28"><text:s/></text:span><text:span text:style-name="T28">Grobdesign 2.2 View --&gt; Import</text:span></text:p>
</text:list-item>
<text:list-item>
<text:p><text:span text:style-name="T24"><text:s/></text:span><text:span text:style-name="T24">Systemtest ST#1 bis ST#6</text:span></text:p>
<text:p><text:span text:style-name="T28"><text:s/></text:span><text:span text:style-name="T28">Systemtest ST#1 bis ST#6</text:span></text:p>
</text:list-item>
<text:list-item>
<text:p><text:span text:style-name="T24"><text:s/></text:span><text:span text:style-name="T24">Akzeptanztests AT#1</text:span></text:p>
<text:p><text:span text:style-name="T28"><text:s/></text:span><text:span text:style-name="T28">Akzeptanztests AT#1</text:span></text:p>
</text:list-item>
</text:list>
<text:p><text:span text:style-name="T23"/></text:p>
<text:p><text:span text:style-name="T23"/></text:p>
<text:p><text:span text:style-name="T29"/></text:p>
<text:p><text:span text:style-name="T29"/></text:p>
</draw:text-box>
</draw:frame>
</presentation:notes>
@ -185940,21 +186007,21 @@
<text:p><text:span text:style-name="T4">Projekt 1 | TextureSync | Lukas Fürderer, Hendrik Schutter, Robin Willmann, Jannik Seiler</text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4">21.06.2019</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame presentation:style-name="pr9" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:frame presentation:style-name="pr10" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Technologien</text:span></text:p>
<text:p><text:span text:style-name="T7">Technologien</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr18" draw:text-style-name="P19" draw:layer="layout" svg:width="24cm" svg:height="12.065cm" svg:x="0.8cm" svg:y="1.8cm">
<draw:text-box>
<text:p text:style-name="P18"><text:span text:style-name="T25">Server: Rust</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T15">Compilersprache mit ähnlicher Performance wie C++</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T15">Compiler verhindert gängige Fehler in Programmen</text:span><text:span text:style-name="T15"><text:line-break/></text:span><text:span text:style-name="T15"> <text:s text:c="2"/>z.B. Seiteneffekte, use after free, race conditions, Pufferüberlauf</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T15">cargo als Toolchain (ist Teil von Rust)</text:span><text:span text:style-name="T15"><text:line-break/></text:span><text:span text:style-name="T15"> <text:s text:c="2"/>übernimmt Kompilierung, Testausführung, Abhängigkeitsverwaltung</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T15">Bibliotheken:</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T15">image: Generierung von Vorschaubildern</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T15">serde: Speicherung der Texturdaten in Json-Datei</text:span></text:p>
<text:p><text:span text:style-name="T17"/></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T30">Server: Rust</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">Compilersprache mit ähnlicher Performance wie C++</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">Compiler verhindert gängige Fehler in Programmen</text:span><text:span text:style-name="T16"><text:line-break/></text:span><text:span text:style-name="T16"> <text:s text:c="2"/>z.B. Seiteneffekte, use after free, race conditions, Pufferüberlauf</text:span></text:p>
<text:p text:style-name="P18"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">cargo als Toolchain (ist Teil von Rust)</text:span><text:span text:style-name="T16"><text:line-break/></text:span><text:span text:style-name="T16"> <text:s text:c="2"/>übernimmt Kompilierung, Testausführung, Abhängigkeitsverwaltung</text:span></text:p>
<text:p xml:id="id5" text:id="id5" text:style-name="P18"><text:span text:style-name="T16">Bibliotheken:</text:span></text:p>
<text:p xml:id="id6" text:id="id6" text:style-name="P18"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">image: Generierung von Vorschaubildern</text:span></text:p>
<text:p xml:id="id7" text:id="id7" text:style-name="P18"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">serde: Speicherung der Texturdaten in Json-Datei</text:span></text:p>
<text:p><text:span text:style-name="T18"/></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr19" draw:text-style-name="P10" draw:layer="layout" svg:width="6.585cm" svg:height="4.39cm" svg:x="19cm" svg:y="9.21cm">
@ -186622,14 +186689,31 @@
</draw:frame>
<draw:frame draw:style-name="gr14" draw:text-style-name="P24" draw:layer="layout" svg:width="14.6cm" svg:height="1.387cm" svg:x="19cm" svg:y="13.313cm">
<draw:text-box>
<text:p><text:span text:style-name="T21">https://rustacean.net/assets/rustacean-flat-gesture.png</text:span></text:p>
<text:p><text:span text:style-name="T22">https://rustacean.net/assets/rustacean-flat-gesture.png</text:span></text:p>
</draw:text-box>
</draw:frame>
<anim:par presentation:node-type="timing-root">
<anim:seq presentation:node-type="main-sequence">
<anim:par smil:begin="next">
<anim:par smil:begin="0s">
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="on-click" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id5" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="with-previous" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id6" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="with-previous" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id7" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
</anim:par>
</anim:par>
</anim:seq>
</anim:par>
<presentation:notes draw:style-name="dp2">
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="8" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:frame presentation:style-name="pr6" draw:text-style-name="P25" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p><text:s/></text:p>
<text:p><text:span text:style-name="T6"><text:s/></text:span><text:span text:style-name="T6">Robin</text:span></text:p>
</draw:text-box>
</draw:frame>
</presentation:notes>
@ -205678,27 +205762,27 @@
<text:p><text:span text:style-name="T4">Projekt 1 | TextureSync | Lukas Fürderer, Hendrik Schutter, Robin Willmann, Jannik Seiler</text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4">21.06.2019</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame presentation:style-name="pr9" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:frame presentation:style-name="pr10" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Technologien</text:span></text:p>
<text:p><text:span text:style-name="T7">Technologien</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr20" draw:text-style-name="P28" draw:layer="layout" svg:width="26.4cm" svg:height="12.247cm" svg:x="0.8cm" svg:y="1.689cm">
<draw:frame draw:style-name="gr20" draw:text-style-name="P29" draw:layer="layout" svg:width="26.4cm" svg:height="12.247cm" svg:x="0.8cm" svg:y="1.689cm">
<draw:text-box>
<text:p text:style-name="P27"><text:span text:style-name="T26">Client: Kotlin</text:span></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T27">Syntax ähnlich wie Java</text:span></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T27">Sprachfeatures die Java nicht bietet (when mit expressions)</text:span></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T27">Übersetzt in JVM Bytecode → läuft überall</text:span></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T27">Native code (LLVM)</text:span></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T27">Intellij IDEA (IDE), gradle (build tool)</text:span></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T27"/></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T27">Bibliotheken:</text:span></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T27">GUI Framework: TornadoFX (JavaFX für Kotlin)</text:span></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T27">Design lässt sich durch css ändern</text:span></text:p>
<text:p text:style-name="P27"><text:span text:style-name="T7">•</text:span><text:span text:style-name="T15"> </text:span><text:span text:style-name="T27">Jfoenix: Material Design GUI Elemente (ChipView, etc.)</text:span></text:p>
<text:p text:style-name="P28"><text:span text:style-name="T31">Client: Kotlin</text:span></text:p>
<text:p text:style-name="P28"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T32">Syntax ähnlich wie Java</text:span></text:p>
<text:p text:style-name="P28"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T32">Sprachfeatures die Java nicht bietet (when mit expressions)</text:span></text:p>
<text:p text:style-name="P28"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T16">ü</text:span><text:span text:style-name="T32">bersetzt in JVM Bytecode → läuft überall</text:span></text:p>
<text:p text:style-name="P28"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T32">Native code (LLVM)</text:span></text:p>
<text:p text:style-name="P28"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T32">Intellij IDEA (IDE), gradle (build tool)</text:span></text:p>
<text:p text:style-name="P28"><text:span text:style-name="T32"/></text:p>
<text:p xml:id="id8" text:id="id8" text:style-name="P28"><text:span text:style-name="T32">Bibliotheken:</text:span></text:p>
<text:p xml:id="id9" text:id="id9" text:style-name="P28"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T32">GUI Framework: TornadoFX (JavaFX für Kotlin)</text:span></text:p>
<text:p xml:id="id10" text:id="id10" text:style-name="P28"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T32">Design lässt sich durch css ändern</text:span></text:p>
<text:p xml:id="id11" text:id="id11" text:style-name="P28"><text:span text:style-name="T8">•</text:span><text:span text:style-name="T16"> </text:span><text:span text:style-name="T32">Jfoenix: Material Design GUI Elemente (ChipView, etc.)</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr21" draw:text-style-name="P12" draw:layer="layout" svg:width="9.8cm" svg:height="2.177cm" svg:x="17.2cm" svg:y="1.689cm">
<draw:frame draw:style-name="gr4" draw:text-style-name="P10" draw:layer="layout" svg:width="9.8cm" svg:height="2.177cm" svg:x="17.2cm" svg:y="1.689cm">
<draw:image loext:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAAE4gAAARXCAYAAAAciYtxAAAAAXNSR0IArs4c6QAAAARnQU1B
AACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5l
@ -225315,17 +225399,34 @@
</draw:frame>
<draw:frame draw:style-name="gr14" draw:text-style-name="P30" draw:layer="layout" svg:width="14.6cm" svg:height="1.387cm" svg:x="18.6cm" svg:y="4.013cm">
<draw:text-box>
<text:p text:style-name="P29"><text:span text:style-name="T28">https://logos-download.com/wp-content/uploads/2016/10/Kotlin_logo_wordmark.png</text:span></text:p>
<text:p><text:span text:style-name="T33">https://logos-download.com/wp-content/uploads/2016/10/Kotlin_logo_wordmark.png</text:span></text:p>
</draw:text-box>
</draw:frame>
<presentation:notes draw:style-name="dp3">
<office:forms form:automatic-focus="false" form:apply-design-mode="false"/>
<anim:par presentation:node-type="timing-root">
<anim:seq presentation:node-type="main-sequence">
<anim:par smil:begin="next">
<anim:par smil:begin="0s">
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="on-click" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id8" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="with-previous" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id9" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="with-previous" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id10" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="with-previous" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id11" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
</anim:par>
</anim:par>
</anim:seq>
</anim:par>
<presentation:notes draw:style-name="dp2">
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="9" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P15" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:frame presentation:style-name="pr6" draw:text-style-name="P25" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p>Hervorgehobene genauer anschauen.</text:p>
<text:p/>
<text:p>Auf Traceability eingehen Anhand eines Beispiels verfolgen. </text:p>
<text:p><text:span text:style-name="T6">Jannik</text:span></text:p>
</draw:text-box>
</draw:frame>
</presentation:notes>
@ -244374,15 +244475,15 @@
<text:p><text:span text:style-name="T4">Projekt 1 | TextureSync | Lukas Fürderer, Hendrik Schutter, Robin Willmann, Jannik Seiler</text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4">21.06.2019</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame presentation:style-name="pr9" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:frame presentation:style-name="pr10" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Fazit</text:span></text:p>
<text:p><text:span text:style-name="T7">Fazit</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr22" draw:text-style-name="P32" draw:layer="layout" svg:width="14.4cm" svg:height="3.668cm" svg:x="6.4cm" svg:y="2.4cm">
<draw:frame draw:style-name="gr21" draw:text-style-name="P32" draw:layer="layout" svg:width="14.4cm" svg:height="3.668cm" svg:x="7.1cm" svg:y="2.4cm">
<draw:text-box>
<text:p><text:span text:style-name="T29">Pläne sind nichts, Planung ist alles.</text:span></text:p>
<text:p text:style-name="P31"><text:span text:style-name="T30">Dwight D. Eisenhower, ehemaliger US-Präsident <text:s text:c="9"/></text:span></text:p>
<text:p><text:span text:style-name="T34">Pläne sind nichts, Planung ist alles.</text:span></text:p>
<text:p text:style-name="P31"><text:span text:style-name="T35">(Dwight D. Eisenhower, ehemaliger US-Präsident) <text:s text:c="9"/></text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr4" draw:text-style-name="P10" draw:layer="layout" svg:width="21.154cm" svg:height="9.271cm" svg:x="3.2cm" svg:y="4.8cm">
@ -245662,7 +245763,7 @@
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="10" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P33" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p><text:span text:style-name="T31"><text:s/></text:span></text:p>
<text:p><text:span text:style-name="T36"><text:s/></text:span><text:span text:style-name="T36">Hendrik</text:span></text:p>
</draw:text-box>
</draw:frame>
</presentation:notes>
@ -264711,24 +264812,24 @@
<text:p><text:span text:style-name="T4">Projekt 1 | TextureSync | Lukas Fürderer, Hendrik Schutter, Robin Willmann, Jannik Seiler</text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4">21.06.2019</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame presentation:style-name="pr9" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:frame presentation:style-name="pr10" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">Fazit</text:span></text:p>
<text:p><text:span text:style-name="T7">Fazit</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr23" draw:text-style-name="P35" draw:layer="layout" svg:width="10cm" svg:height="7.307cm" svg:x="0.4cm" svg:y="1.832cm">
<draw:frame draw:style-name="gr22" draw:text-style-name="P35" draw:layer="layout" svg:width="10cm" svg:height="7.307cm" svg:x="0.4cm" svg:y="1.832cm">
<draw:text-box>
<text:p text:style-name="P34"><text:span text:style-name="T32">Was hat uns geholfen:</text:span></text:p>
<text:p text:style-name="P34"><text:span text:style-name="T33">•</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T35">Vorhandenes Wissen</text:span></text:p>
<text:p text:style-name="P34"><text:span text:style-name="T33">•</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T36">Issue-Tracker (55 Issues)</text:span></text:p>
<text:p text:style-name="P34"><text:span text:style-name="T33">•</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T36">Versionsverwaltung (360 commits)</text:span></text:p>
<text:p text:style-name="P34"><text:span text:style-name="T33">•</text:span><text:span text:style-name="T34"> </text:span><text:span text:style-name="T35">Test</text:span></text:p>
<text:p text:style-name="P34"><text:span text:style-name="T36"/></text:p>
<text:p text:style-name="P34"><text:span text:style-name="T37">Was hat uns geholfen:</text:span></text:p>
<text:p text:style-name="P34"><text:span text:style-name="T38">•</text:span><text:span text:style-name="T39"> </text:span><text:span text:style-name="T39">v</text:span><text:span text:style-name="T40">orhandenes Wissen</text:span></text:p>
<text:p xml:id="id12" text:id="id12" text:style-name="P34"><text:span text:style-name="T38">•</text:span><text:span text:style-name="T39"> </text:span><text:span text:style-name="T41">Issue-Tracker (59 Issues)</text:span></text:p>
<text:p xml:id="id14" text:id="id14" text:style-name="P34"><text:span text:style-name="T38">•</text:span><text:span text:style-name="T39"> </text:span><text:span text:style-name="T41">Versionsverwaltung (360 commits)</text:span></text:p>
<text:p xml:id="id15" text:id="id15" text:style-name="P34"><text:span text:style-name="T38">•</text:span><text:span text:style-name="T39"> </text:span><text:span text:style-name="T40">Test</text:span></text:p>
<text:p text:style-name="P34"><text:span text:style-name="T41"/></text:p>
<text:p/>
<text:p/>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr4" draw:text-style-name="P10" draw:layer="layout" svg:width="15.073cm" svg:height="8.454cm" svg:x="12cm" svg:y="2.146cm">
<draw:frame draw:style-name="gr4" draw:text-style-name="P10" xml:id="id13" draw:id="id13" draw:layer="layout" svg:width="15.073cm" svg:height="8.454cm" svg:x="12cm" svg:y="2.146cm">
<draw:image loext:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAABHUAAAKACAIAAACdf9PqAAAACXBIWXMAAA7EAAAOxAGVKw4b
AAAgAElEQVR4nOzdeVxO6f8/8Oteq/vWrkUpNEiirEmyVBIV2bdhZOy02MmYDyZkCxFjnUFj
@ -266441,7 +266542,7 @@
<text:p/>
</draw:image>
</draw:frame>
<draw:frame draw:style-name="gr24" draw:text-style-name="P36" draw:layer="layout" svg:width="15.833cm" svg:height="8.669cm" svg:x="2.767cm" svg:y="5.664cm">
<draw:frame draw:style-name="gr23" draw:text-style-name="P36" xml:id="id16" draw:id="id16" draw:layer="layout" svg:width="15.833cm" svg:height="8.669cm" svg:x="2.767cm" svg:y="5.664cm">
<draw:image loext:mime-type="image/png">
<office:binary-data>iVBORw0KGgoAAAANSUhEUgAAA14AAAHYCAIAAADSzK5JAAAACXBIWXMAAA7EAAAOxAGVKw4b
AAAgAElEQVR4nOzdZ1wU19oA8DNtGyxFQFRABGzYC1asRKLYe2LUaEzsmuTaNbEnxpJiDNYo
@ -267436,11 +267537,46 @@
<text:p/>
</draw:image>
</draw:frame>
<anim:par presentation:node-type="timing-root">
<anim:seq presentation:node-type="main-sequence">
<anim:par smil:begin="next">
<anim:par smil:begin="0s">
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="on-click" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id12" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="with-previous" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id13" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
</anim:par>
</anim:par>
<anim:par smil:begin="next">
<anim:par smil:begin="0s">
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="on-click" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id14" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
</anim:par>
</anim:par>
<anim:par smil:begin="next">
<anim:par smil:begin="0s">
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="on-click" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id15" anim:sub-item="text" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
</anim:par>
</anim:par>
<anim:par smil:begin="next">
<anim:par smil:begin="0s">
<anim:par smil:begin="0s" smil:fill="hold" presentation:node-type="on-click" presentation:preset-class="entrance" presentation:preset-id="ooo-entrance-appear">
<anim:set smil:begin="0s" smil:dur="0.001s" smil:fill="hold" smil:targetElement="id16" smil:attributeName="visibility" smil:to="visible"/>
</anim:par>
</anim:par>
</anim:par>
</anim:seq>
</anim:par>
<presentation:notes draw:style-name="dp2">
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="11" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P33" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes">
<draw:text-box>
<text:p><text:span text:style-name="T31"><text:s/></text:span></text:p>
<text:p><text:span text:style-name="T36">Hendrik</text:span></text:p>
</draw:text-box>
</draw:frame>
</presentation:notes>
@ -286489,20 +286625,35 @@
<text:p><text:span text:style-name="T4">Projekt 1 | TextureSync | Lukas Fürderer, Hendrik Schutter, Robin Willmann, Jannik Seiler</text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4"><text:tab/></text:span><text:span text:style-name="T4">21.06.2019</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame presentation:style-name="pr9" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:frame presentation:style-name="pr10" draw:text-style-name="P16" draw:layer="layout" svg:width="5.9cm" svg:height="1.695cm" svg:x="0.5cm" svg:y="-0.223cm" presentation:class="title" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T6">DEMO</text:span></text:p>
<text:p><text:span text:style-name="T7">DEMO</text:span></text:p>
</draw:text-box>
</draw:frame>
<draw:frame draw:style-name="gr25" draw:text-style-name="P37" draw:layer="layout" svg:width="18cm" svg:height="9.8cm" svg:x="5.8cm" svg:y="5cm">
<draw:frame draw:style-name="gr24" draw:text-style-name="P37" draw:layer="layout" svg:width="18cm" svg:height="9.8cm" svg:x="5.8cm" svg:y="5cm">
<draw:text-box>
<text:p><text:span text:style-name="T37">DEMO</text:span></text:p>
<text:p><text:span text:style-name="T42">DEMO</text:span></text:p>
</draw:text-box>
</draw:frame>
<presentation:notes draw:style-name="dp2">
<draw:page-thumbnail draw:style-name="gr7" draw:layer="layout" svg:width="19.798cm" svg:height="11.136cm" svg:x="0.6cm" svg:y="2.257cm" draw:page-number="12" presentation:class="page"/>
<draw:frame presentation:style-name="pr6" draw:text-style-name="P33" draw:layer="layout" svg:width="16.799cm" svg:height="13.364cm" svg:x="2.1cm" svg:y="14.107cm" presentation:class="notes" presentation:placeholder="true" presentation:user-transformed="true">
<draw:text-box/>
<draw:frame presentation:style-name="pr11" draw:text-style-name="P33" draw:layer="layout" svg:width="16.799cm" svg:height="13.38cm" svg:x="2.4cm" svg:y="14.107cm" presentation:class="notes" presentation:user-transformed="true">
<draw:text-box>
<text:p><text:span text:style-name="T36">Hendrik</text:span></text:p>
<text:p><text:span text:style-name="T43">Demo ankündigen</text:span></text:p>
<text:p><text:span text:style-name="T43"/></text:p>
<text:p><text:span text:style-name="T36">Jannik</text:span></text:p>
<text:p><text:span text:style-name="T43">Server und Client starten. Was zum /data Ordner des Servers sagen. </text:span></text:p>
<text:p><text:span text:style-name="T43">UI Elemente erklähren, aber nirgends draufklicken. </text:span></text:p>
<text:p><text:span text:style-name="T43"/></text:p>
<text:p><text:span text:style-name="T36">Lukas</text:span></text:p>
<text:p><text:span text:style-name="T43">Import einer Textur und anschließend diese Textur mittels Tag und Name suchen.</text:span></text:p>
<text:p><text:span text:style-name="T43"/></text:p>
<text:p><text:span text:style-name="T36">Robin</text:span></text:p>
<text:p><text:span text:style-name="T43">DetailView erklären und manipulieren. Export und Delete. Bedanken und nach Fragen fragen.</text:span></text:p>
<text:p><text:span text:style-name="T43"/></text:p>
<text:p><text:span text:style-name="T43"/></text:p>
</draw:text-box>
</draw:frame>
</presentation:notes>
</draw:page>

Binary file not shown.

Binary file not shown.