Created
January 23, 2020 15:38
-
-
Save rksm/8fc97d5b40b7e63cb0a5eb0fcfd14c9c to your computer and use it in GitHub Desktop.
pptx-to-cljs example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns pptx-to-cljs.example-pptx) | |
(def $Content_Types$$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Types xmlns=\"http://schemas.openxmlformats.org/package/2006/content-types\"> | |
<Default Extension=\"jpeg\" ContentType=\"image/jpeg\"/> | |
<Default Extension=\"rels\" ContentType=\"application/vnd.openxmlformats-package.relationships+xml\"/> | |
<Default Extension=\"xml\" ContentType=\"application/xml\"/> | |
<Override PartName=\"/ppt/presentation.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml\"/> | |
<Override PartName=\"/ppt/slideMasters/slideMaster1.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml\"/> | |
<Override PartName=\"/ppt/slides/slide1.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slide+xml\"/> | |
<Override PartName=\"/ppt/slides/slide2.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slide+xml\"/> | |
<Override PartName=\"/ppt/presProps.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.presProps+xml\"/> | |
<Override PartName=\"/ppt/viewProps.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml\"/> | |
<Override PartName=\"/ppt/theme/theme1.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.theme+xml\"/> | |
<Override PartName=\"/ppt/tableStyles.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout1.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout2.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout3.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout4.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout5.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout6.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout7.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout8.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout9.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout10.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/ppt/slideLayouts/slideLayout11.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml\"/> | |
<Override PartName=\"/docProps/core.xml\" ContentType=\"application/vnd.openxmlformats-package.core-properties+xml\"/> | |
<Override PartName=\"/docProps/app.xml\" ContentType=\"application/vnd.openxmlformats-officedocument.extended-properties+xml\"/> | |
</Types>") | |
(def _rels$$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties\" Target=\"docProps/core.xml\"/> | |
<Relationship Id=\"rId2\" Type=\"http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail\" Target=\"docProps/thumbnail.jpeg\"/> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument\" Target=\"ppt/presentation.xml\"/> | |
<Relationship Id=\"rId4\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties\" Target=\"docProps/app.xml\"/> | |
</Relationships>") | |
(def docProps$app$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Properties xmlns=\"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\" xmlns:vt=\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\"> | |
<TotalTime>177</TotalTime> | |
<Words>16</Words> | |
<Application>Microsoft Office PowerPoint</Application> | |
<PresentationFormat>Widescreen</PresentationFormat> | |
<Paragraphs>9</Paragraphs> | |
<Slides>2</Slides> | |
<Notes>0</Notes> | |
<HiddenSlides>0</HiddenSlides> | |
<MMClips>0</MMClips> | |
<ScaleCrop>false</ScaleCrop> | |
<HeadingPairs> | |
<vt:vector size=\"6\" baseType=\"variant\"> | |
<vt:variant> | |
<vt:lpstr>Fonts Used</vt:lpstr> | |
</vt:variant> | |
<vt:variant> | |
<vt:i4>3</vt:i4> | |
</vt:variant> | |
<vt:variant> | |
<vt:lpstr>Theme</vt:lpstr> | |
</vt:variant> | |
<vt:variant> | |
<vt:i4>1</vt:i4> | |
</vt:variant> | |
<vt:variant> | |
<vt:lpstr>Slide Titles</vt:lpstr> | |
</vt:variant> | |
<vt:variant> | |
<vt:i4>2</vt:i4> | |
</vt:variant> | |
</vt:vector> | |
</HeadingPairs> | |
<TitlesOfParts> | |
<vt:vector size=\"6\" baseType=\"lpstr\"> | |
<vt:lpstr>Arial</vt:lpstr> | |
<vt:lpstr>Calibri</vt:lpstr> | |
<vt:lpstr>Calibri Light</vt:lpstr> | |
<vt:lpstr>Office Theme</vt:lpstr> | |
<vt:lpstr>Hello World</vt:lpstr> | |
<vt:lpstr>Slide title </vt:lpstr> | |
</vt:vector> | |
</TitlesOfParts> | |
<LinksUpToDate>false</LinksUpToDate> | |
<SharedDoc>false</SharedDoc> | |
<HyperlinksChanged>false</HyperlinksChanged> | |
<AppVersion>16.0000</AppVersion> | |
</Properties>") | |
(def docProps$core$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<cp:coreProperties xmlns:cp=\"http://schemas.openxmlformats.org/package/2006/metadata/core-properties\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:dcterms=\"http://purl.org/dc/terms/\" xmlns:dcmitype=\"http://purl.org/dc/dcmitype/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"> | |
<dc:title>Hello World</dc:title> | |
<dc:creator>Robert Krahn</dc:creator> | |
<cp:lastModifiedBy>Robert Krahn</cp:lastModifiedBy> | |
<cp:revision>5</cp:revision> | |
<dcterms:created xsi:type=\"dcterms:W3CDTF\">2019-09-06T09:18:08Z</dcterms:created> | |
<dcterms:modified xsi:type=\"dcterms:W3CDTF\">2019-12-05T15:29:55Z</dcterms:modified> | |
</cp:coreProperties>") | |
(def ppt$_rels$presentation$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide\" Target=\"slides/slide2.xml\"/> | |
<Relationship Id=\"rId7\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/tableStyles\" Target=\"tableStyles.xml\"/> | |
<Relationship Id=\"rId2\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slide\" Target=\"slides/slide1.xml\"/> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"slideMasters/slideMaster1.xml\"/> | |
<Relationship Id=\"rId6\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme\" Target=\"theme/theme1.xml\"/> | |
<Relationship Id=\"rId5\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/viewProps\" Target=\"viewProps.xml\"/> | |
<Relationship Id=\"rId4\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/presProps\" Target=\"presProps.xml\"/> | |
</Relationships>") | |
(def ppt$presProps$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:presentationPr xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\"> | |
<p:extLst> | |
<p:ext uri=\"{E76CE94A-603C-4142-B9EB-6D1370010A27}\"> | |
<p14:discardImageEditData xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"0\"/> | |
</p:ext> | |
<p:ext uri=\"{D31A062A-798A-4329-ABDD-BBA856620510}\"> | |
<p14:defaultImageDpi xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"32767\"/> | |
</p:ext> | |
<p:ext uri=\"{FD5EFAAD-0ECE-453E-9831-46B23BE46B34}\"> | |
<p15:chartTrackingRefBased xmlns:p15=\"http://schemas.microsoft.com/office/powerpoint/2012/main\" val=\"1\"/> | |
</p:ext> | |
</p:extLst> | |
</p:presentationPr>") | |
(def ppt$presentation$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:presentation xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" saveSubsetFonts=\"1\"> | |
<p:sldMasterIdLst> | |
<p:sldMasterId id=\"2147483648\" r:id=\"rId1\"/> | |
</p:sldMasterIdLst> | |
<p:sldIdLst> | |
<p:sldId id=\"256\" r:id=\"rId2\"/> | |
<p:sldId id=\"257\" r:id=\"rId3\"/> | |
</p:sldIdLst> | |
<p:sldSz cx=\"12192000\" cy=\"6858000\"/> | |
<p:notesSz cx=\"6858000\" cy=\"9144000\"/> | |
<p:defaultTextStyle> | |
<a:defPPr> | |
<a:defRPr lang=\"en-DE\"/> | |
</a:defPPr> | |
<a:lvl1pPr marL=\"0\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"457200\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"914400\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1371600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"1828800\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2286000\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2743200\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3200400\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3657600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl9pPr> | |
</p:defaultTextStyle> | |
<p:extLst> | |
<p:ext uri=\"{EFAFB233-063F-42B5-8137-9DF3F51BA10A}\"> | |
<p15:sldGuideLst xmlns:p15=\"http://schemas.microsoft.com/office/powerpoint/2012/main\"/> | |
</p:ext> | |
</p:extLst> | |
</p:presentation>") | |
(def ppt$slideLayouts$_rels$slideLayout1$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout10$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout11$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout2$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout3$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout4$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout5$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout6$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout7$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout8$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$_rels$slideLayout9$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster\" Target=\"../slideMasters/slideMaster1.xml\"/> | |
</Relationships>") | |
(def ppt$slideLayouts$slideLayout1$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"title\" preserve=\"1\"> | |
<p:cSld name=\"Title Slide\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{3BEF0D9D-3DF5-407C-9A83-C14973CB2A7B}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ctrTitle\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"1524000\" y=\"1122363\"/> | |
<a:ext cx=\"9144000\" cy=\"2387600\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr anchor=\"b\"/> | |
<a:lstStyle> | |
<a:lvl1pPr algn=\"ctr\"> | |
<a:defRPr sz=\"6000\"/> | |
</a:lvl1pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Subtitle 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{E71B53D6-81BE-48C6-8DF7-7B3580F36466}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"subTitle\" idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"1524000\" y=\"3602038\"/> | |
<a:ext cx=\"9144000\" cy=\"1655762\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle> | |
<a:lvl1pPr marL=\"0\" indent=\"0\" algn=\"ctr\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2400\"/> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"457200\" indent=\"0\" algn=\"ctr\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"914400\" indent=\"0\" algn=\"ctr\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1800\"/> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1371600\" indent=\"0\" algn=\"ctr\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"/> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"1828800\" indent=\"0\" algn=\"ctr\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"/> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2286000\" indent=\"0\" algn=\"ctr\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"/> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2743200\" indent=\"0\" algn=\"ctr\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"/> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3200400\" indent=\"0\" algn=\"ctr\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"/> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3657600\" indent=\"0\" algn=\"ctr\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"/> | |
</a:lvl9pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master subtitle style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Date Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{8F5C0F04-AFE5-45EE-81BC-96180EB6AE01}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{A168401B-B92C-4347-997B-79D621A35A74}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{A5D0B407-6B88-4B2C-97FE-F19EA0227C23}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"1094745330\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout10$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"vertTx\" preserve=\"1\"> | |
<p:cSld name=\"Title and Vertical Text\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{87C3F29C-0124-428D-A1D0-85439F6C1CDF}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Vertical Text Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{8FD50A93-87B8-46AB-9F5D-6E35BA051CDD}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"body\" orient=\"vert\" idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr vert=\"eaVert\"/> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Second level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Third level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"3\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fourth level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"4\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fifth level</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Date Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{A639A15B-F293-46BD-812E-3242AD2A5145}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{B582C9C0-E5A2-4F8D-B71F-A42B77F55BEA}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{A47BE973-43BC-4491-87D6-6EDC4A8E60D1}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"4216678231\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout11$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"vertTitleAndTx\" preserve=\"1\"> | |
<p:cSld name=\"Vertical Title and Text\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Vertical Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{F0AB270F-742A-4A5B-99A1-6080C37664A3}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\" orient=\"vert\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"8724900\" y=\"365125\"/> | |
<a:ext cx=\"2628900\" cy=\"5811838\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr vert=\"eaVert\"/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Vertical Text Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{85C39DC0-7133-4A48-A2EA-69D5CEC33141}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"body\" orient=\"vert\" idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"838200\" y=\"365125\"/> | |
<a:ext cx=\"7734300\" cy=\"5811838\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr vert=\"eaVert\"/> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Second level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Third level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"3\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fourth level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"4\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fifth level</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Date Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{DAE864FE-C033-4931-AB29-4AE1AEFF28F5}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{EED41230-47AE-48AF-ACB4-53A335223895}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{7DB37DD4-A514-4328-9F3B-C2EBD350E1D2}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"2346339920\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout2$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"obj\" preserve=\"1\"> | |
<p:cSld name=\"Title and Content\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{DAEAD420-B546-4242-94A4-E4AEC25E0B9A}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Content Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{8CB1BE58-5860-4A5F-B544-1DAB17B1E33D}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Second level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Third level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"3\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fourth level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"4\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fifth level</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Date Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{0822DE0C-E862-485F-BD64-F50527A67E4D}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{D90FB65B-D9A8-493A-998E-3E3F60284F59}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{D33A4870-89B5-4EE7-ACF7-30B68CEAB8D9}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"3005766638\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout3$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"secHead\" preserve=\"1\"> | |
<p:cSld name=\"Section Header\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{8D2EA8BC-17EA-4FAF-B1B0-8E18A5A37081}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"831850\" y=\"1709738\"/> | |
<a:ext cx=\"10515600\" cy=\"2852737\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr anchor=\"b\"/> | |
<a:lstStyle> | |
<a:lvl1pPr> | |
<a:defRPr sz=\"6000\"/> | |
</a:lvl1pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Text Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{20FB4E53-CF92-46B4-B733-6A0953CDA53C}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"body\" idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"831850\" y=\"4589463\"/> | |
<a:ext cx=\"10515600\" cy=\"1500187\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle> | |
<a:lvl1pPr marL=\"0\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2400\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"457200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"914400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1800\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1371600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"1828800\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2286000\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2743200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3200400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3657600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl9pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Date Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{3075F733-B071-449E-B42E-53ACA5670E9F}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{29462172-88CC-4637-AD3F-313F0F8F21C8}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{E9E07B35-EB46-4513-8E11-FEF4CA8D8E1C}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"30737531\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout4$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"twoObj\" preserve=\"1\"> | |
<p:cSld name=\"Two Content\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{E05EC23E-AE13-4E11-972A-FF9D0661AD00}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Content Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{D533D75D-0C44-492E-9BA1-3F3FDDB73CE7}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph sz=\"half\" idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"838200\" y=\"1825625\"/> | |
<a:ext cx=\"5181600\" cy=\"4351338\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Second level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Third level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"3\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fourth level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"4\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fifth level</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Content Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{41423F40-115C-4410-88B1-D5BB900DA77D}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph sz=\"half\" idx=\"2\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"6172200\" y=\"1825625\"/> | |
<a:ext cx=\"5181600\" cy=\"4351338\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Second level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Third level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"3\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fourth level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"4\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fifth level</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Date Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{EB252798-F3CB-4CF2-B0C5-3BE74BAD598F}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Footer Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{302E2151-A500-43C6-82FB-FDAB138CF3BB}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"7\" name=\"Slide Number Placeholder 6\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{AF928561-C747-4E77-9835-9346D6EBC548}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"2932002605\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout5$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"twoTxTwoObj\" preserve=\"1\"> | |
<p:cSld name=\"Comparison\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{BB55BBBC-73A5-4DB5-8644-904FE4484EF4}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"839788\" y=\"365125\"/> | |
<a:ext cx=\"10515600\" cy=\"1325563\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Text Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{C4089A3B-F113-42AA-B38D-688F68688A14}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"body\" idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"839788\" y=\"1681163\"/> | |
<a:ext cx=\"5157787\" cy=\"823912\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr anchor=\"b\"/> | |
<a:lstStyle> | |
<a:lvl1pPr marL=\"0\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2400\" b=\"1\"/> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"457200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\" b=\"1\"/> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"914400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1800\" b=\"1\"/> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1371600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"1828800\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2286000\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2743200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3200400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3657600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl9pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Content Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{EA821BD3-EB04-4880-8DEB-EAC805AA87C3}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph sz=\"half\" idx=\"2\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"839788\" y=\"2505075\"/> | |
<a:ext cx=\"5157787\" cy=\"3684588\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Second level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Third level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"3\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fourth level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"4\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fifth level</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Text Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{DE6DDCCA-8AAD-44DB-8D23-CD0224182F01}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"body\" sz=\"quarter\" idx=\"3\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"6172200\" y=\"1681163\"/> | |
<a:ext cx=\"5183188\" cy=\"823912\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr anchor=\"b\"/> | |
<a:lstStyle> | |
<a:lvl1pPr marL=\"0\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2400\" b=\"1\"/> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"457200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\" b=\"1\"/> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"914400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1800\" b=\"1\"/> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1371600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"1828800\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2286000\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2743200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3200400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3657600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\" b=\"1\"/> | |
</a:lvl9pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Content Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{1AF0E4E9-1AD9-433E-9985-22F5EE55D4E2}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph sz=\"quarter\" idx=\"4\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"6172200\" y=\"2505075\"/> | |
<a:ext cx=\"5183188\" cy=\"3684588\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Second level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Third level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"3\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fourth level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"4\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fifth level</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"7\" name=\"Date Placeholder 6\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{0C018088-860D-4CBF-BC6A-AF8AB9BE0839}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"8\" name=\"Footer Placeholder 7\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{410A8F04-CD18-48DD-8212-775A01EBCED5}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"9\" name=\"Slide Number Placeholder 8\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{497FB151-E497-487D-829A-63AEDA607006}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"499556959\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout6$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"titleOnly\" preserve=\"1\"> | |
<p:cSld name=\"Title Only\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{B9C5F6DA-C9F2-4A1F-BCEB-CC4087F20AE0}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Date Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{12CC6731-4BB0-470A-9DA6-ACDDC9B48B92}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Footer Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{A8DBE1D2-4E89-483C-B188-5796BB3A723F}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Slide Number Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{D3C6BDCF-3AC3-4EA2-A3BA-A1660C3D11CF}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"1514829791\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout7$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"blank\" preserve=\"1\"> | |
<p:cSld name=\"Blank\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Date Placeholder 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{E9F18546-E388-4922-A60C-E01FB6CEB276}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Footer Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{0923FA47-DCE5-4E5E-8730-4C7A67F96564}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Slide Number Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{F3457F71-FB49-4107-B512-4CD7D3A6A271}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"1717650658\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout8$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"objTx\" preserve=\"1\"> | |
<p:cSld name=\"Content with Caption\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{5404E5CA-186E-49E3-9CFB-09C064D6265D}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"839788\" y=\"457200\"/> | |
<a:ext cx=\"3932237\" cy=\"1600200\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr anchor=\"b\"/> | |
<a:lstStyle> | |
<a:lvl1pPr> | |
<a:defRPr sz=\"3200\"/> | |
</a:lvl1pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Content Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{14E22E89-6A3C-465E-A4C0-97A5FD2DFCC7}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"5183188\" y=\"987425\"/> | |
<a:ext cx=\"6172200\" cy=\"4873625\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle> | |
<a:lvl1pPr> | |
<a:defRPr sz=\"3200\"/> | |
</a:lvl1pPr> | |
<a:lvl2pPr> | |
<a:defRPr sz=\"2800\"/> | |
</a:lvl2pPr> | |
<a:lvl3pPr> | |
<a:defRPr sz=\"2400\"/> | |
</a:lvl3pPr> | |
<a:lvl4pPr> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl4pPr> | |
<a:lvl5pPr> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl5pPr> | |
<a:lvl6pPr> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl6pPr> | |
<a:lvl7pPr> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl7pPr> | |
<a:lvl8pPr> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl8pPr> | |
<a:lvl9pPr> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl9pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Second level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Third level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"3\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fourth level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"4\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fifth level</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Text Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{624C9D30-3892-41CA-8499-C8972659E715}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"body\" sz=\"half\" idx=\"2\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"839788\" y=\"2057400\"/> | |
<a:ext cx=\"3932237\" cy=\"3811588\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle> | |
<a:lvl1pPr marL=\"0\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"/> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"457200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1400\"/> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"914400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1200\"/> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1371600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"1828800\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2286000\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2743200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3200400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3657600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl9pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Date Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{8AADD121-37CC-4567-859B-DB8A48B7CFD7}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Footer Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{E42A67E2-5A28-428B-BEFA-5CDF3860F271}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"7\" name=\"Slide Number Placeholder 6\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{05E0FFC4-C6AA-4863-98D1-80F47A2019F6}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"3975332545\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideLayouts$slideLayout9$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldLayout xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\" type=\"picTx\" preserve=\"1\"> | |
<p:cSld name=\"Picture with Caption\"> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{E09AA8D2-B2AE-4F1A-AF82-82E96BCC97E0}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"839788\" y=\"457200\"/> | |
<a:ext cx=\"3932237\" cy=\"1600200\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr anchor=\"b\"/> | |
<a:lstStyle> | |
<a:lvl1pPr> | |
<a:defRPr sz=\"3200\"/> | |
</a:lvl1pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Picture Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{E30BF0B4-EC24-4343-A467-3DC0A2B8ED63}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"pic\" idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"5183188\" y=\"987425\"/> | |
<a:ext cx=\"6172200\" cy=\"4873625\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle> | |
<a:lvl1pPr marL=\"0\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"3200\"/> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"457200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2800\"/> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"914400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2400\"/> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1371600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"1828800\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2286000\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2743200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3200400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3657600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"2000\"/> | |
</a:lvl9pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Text Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{D2003275-C6F8-4D21-B545-28718CB3CDB7}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"body\" sz=\"half\" idx=\"2\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"839788\" y=\"2057400\"/> | |
<a:ext cx=\"3932237\" cy=\"3811588\"/> | |
</a:xfrm> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle> | |
<a:lvl1pPr marL=\"0\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1600\"/> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"457200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1400\"/> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"914400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1200\"/> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1371600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"1828800\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2286000\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2743200\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3200400\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3657600\" indent=\"0\"> | |
<a:buNone/> | |
<a:defRPr sz=\"1000\"/> | |
</a:lvl9pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Date Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{A7496DD4-266A-4FBB-BE5E-EC2697F330BF}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"10\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Footer Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{40E2A32C-112D-4867-996D-8DF46B67147B}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"11\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"7\" name=\"Slide Number Placeholder 6\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{C191E47F-3428-4F76-AB3E-779E8B0C1288}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"12\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"1414675037\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sldLayout>") | |
(def ppt$slideMasters$_rels$slideMaster1$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId8\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout8.xml\"/> | |
<Relationship Id=\"rId3\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout3.xml\"/> | |
<Relationship Id=\"rId7\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout7.xml\"/> | |
<Relationship Id=\"rId12\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme\" Target=\"../theme/theme1.xml\"/> | |
<Relationship Id=\"rId2\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout2.xml\"/> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout1.xml\"/> | |
<Relationship Id=\"rId6\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout6.xml\"/> | |
<Relationship Id=\"rId11\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout11.xml\"/> | |
<Relationship Id=\"rId5\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout5.xml\"/> | |
<Relationship Id=\"rId10\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout10.xml\"/> | |
<Relationship Id=\"rId4\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout4.xml\"/> | |
<Relationship Id=\"rId9\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout9.xml\"/> | |
</Relationships>") | |
(def ppt$slideMasters$slideMaster1$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sldMaster xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\"> | |
<p:cSld> | |
<p:bg> | |
<p:bgRef idx=\"1001\"> | |
<a:schemeClr val=\"bg1\"/> | |
</p:bgRef> | |
</p:bg> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title Placeholder 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{60AC9E55-3658-4062-A206-083C93283663}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"838200\" y=\"365125\"/> | |
<a:ext cx=\"10515600\" cy=\"1325563\"/> | |
</a:xfrm> | |
<a:prstGeom prst=\"rect\"> | |
<a:avLst/> | |
</a:prstGeom> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\" anchor=\"ctr\"> | |
<a:normAutofit/> | |
</a:bodyPr> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master title style</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Text Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{6B92F2FF-B0E3-4DA3-9B66-5AF1B97A48D0}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"body\" idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"838200\" y=\"1825625\"/> | |
<a:ext cx=\"10515600\" cy=\"4351338\"/> | |
</a:xfrm> | |
<a:prstGeom prst=\"rect\"> | |
<a:avLst/> | |
</a:prstGeom> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\"> | |
<a:normAutofit/> | |
</a:bodyPr> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr lvl=\"0\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Click to edit Master text styles</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Second level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Third level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"3\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fourth level</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"4\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\"/> | |
<a:t>Fifth level</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Date Placeholder 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{BD824D24-EFA8-40C1-A9F3-775B073D5435}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"dt\" sz=\"half\" idx=\"2\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"838200\" y=\"6356350\"/> | |
<a:ext cx=\"2743200\" cy=\"365125\"/> | |
</a:xfrm> | |
<a:prstGeom prst=\"rect\"> | |
<a:avLst/> | |
</a:prstGeom> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\" anchor=\"ctr\"/> | |
<a:lstStyle> | |
<a:lvl1pPr algn=\"l\"> | |
<a:defRPr sz=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl1pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:fld id=\"{CEE061DC-8FC4-486B-9296-723AEDF8A744}\" type=\"datetimeFigureOut\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>05/12/2019</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"5\" name=\"Footer Placeholder 4\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{C0C30487-FC39-4B1A-9EE5-820BC91EADD4}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ftr\" sz=\"quarter\" idx=\"3\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"4038600\" y=\"6356350\"/> | |
<a:ext cx=\"4114800\" cy=\"365125\"/> | |
</a:xfrm> | |
<a:prstGeom prst=\"rect\"> | |
<a:avLst/> | |
</a:prstGeom> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\" anchor=\"ctr\"/> | |
<a:lstStyle> | |
<a:lvl1pPr algn=\"ctr\"> | |
<a:defRPr sz=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl1pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Slide Number Placeholder 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{EF71CFFC-C3C7-46D9-BCD0-399A9EEA1818}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"sldNum\" sz=\"quarter\" idx=\"4\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"8610600\" y=\"6356350\"/> | |
<a:ext cx=\"2743200\" cy=\"365125\"/> | |
</a:xfrm> | |
<a:prstGeom prst=\"rect\"> | |
<a:avLst/> | |
</a:prstGeom> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr vert=\"horz\" lIns=\"91440\" tIns=\"45720\" rIns=\"91440\" bIns=\"45720\" rtlCol=\"0\" anchor=\"ctr\"/> | |
<a:lstStyle> | |
<a:lvl1pPr algn=\"r\"> | |
<a:defRPr sz=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"> | |
<a:tint val=\"75000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:defRPr> | |
</a:lvl1pPr> | |
</a:lstStyle> | |
<a:p> | |
<a:fld id=\"{52C43628-1F6A-4A4D-80F7-CDF6826FDEE1}\" type=\"slidenum\"> | |
<a:rPr lang=\"en-DE\" smtClean=\"0\"/> | |
<a:t>‹#›</a:t> | |
</a:fld> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"3686847011\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMap bg1=\"lt1\" tx1=\"dk1\" bg2=\"lt2\" tx2=\"dk2\" accent1=\"accent1\" accent2=\"accent2\" accent3=\"accent3\" accent4=\"accent4\" accent5=\"accent5\" accent6=\"accent6\" hlink=\"hlink\" folHlink=\"folHlink\"/> | |
<p:sldLayoutIdLst> | |
<p:sldLayoutId id=\"2147483649\" r:id=\"rId1\"/> | |
<p:sldLayoutId id=\"2147483650\" r:id=\"rId2\"/> | |
<p:sldLayoutId id=\"2147483651\" r:id=\"rId3\"/> | |
<p:sldLayoutId id=\"2147483652\" r:id=\"rId4\"/> | |
<p:sldLayoutId id=\"2147483653\" r:id=\"rId5\"/> | |
<p:sldLayoutId id=\"2147483654\" r:id=\"rId6\"/> | |
<p:sldLayoutId id=\"2147483655\" r:id=\"rId7\"/> | |
<p:sldLayoutId id=\"2147483656\" r:id=\"rId8\"/> | |
<p:sldLayoutId id=\"2147483657\" r:id=\"rId9\"/> | |
<p:sldLayoutId id=\"2147483658\" r:id=\"rId10\"/> | |
<p:sldLayoutId id=\"2147483659\" r:id=\"rId11\"/> | |
</p:sldLayoutIdLst> | |
<p:txStyles> | |
<p:titleStyle> | |
<a:lvl1pPr algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPct val=\"0\"/> | |
</a:spcBef> | |
<a:buNone/> | |
<a:defRPr sz=\"4400\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mj-lt\"/> | |
<a:ea typeface=\"+mj-ea\"/> | |
<a:cs typeface=\"+mj-cs\"/> | |
</a:defRPr> | |
</a:lvl1pPr> | |
</p:titleStyle> | |
<p:bodyStyle> | |
<a:lvl1pPr marL=\"228600\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPts val=\"1000\"/> | |
</a:spcBef> | |
<a:buFont typeface=\"Arial\" panose=\"020B0604020202020204\" pitchFamily=\"34\" charset=\"0\"/> | |
<a:buChar char=\"•\"/> | |
<a:defRPr sz=\"2800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"685800\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPts val=\"500\"/> | |
</a:spcBef> | |
<a:buFont typeface=\"Arial\" panose=\"020B0604020202020204\" pitchFamily=\"34\" charset=\"0\"/> | |
<a:buChar char=\"•\"/> | |
<a:defRPr sz=\"2400\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"1143000\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPts val=\"500\"/> | |
</a:spcBef> | |
<a:buFont typeface=\"Arial\" panose=\"020B0604020202020204\" pitchFamily=\"34\" charset=\"0\"/> | |
<a:buChar char=\"•\"/> | |
<a:defRPr sz=\"2000\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1600200\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPts val=\"500\"/> | |
</a:spcBef> | |
<a:buFont typeface=\"Arial\" panose=\"020B0604020202020204\" pitchFamily=\"34\" charset=\"0\"/> | |
<a:buChar char=\"•\"/> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"2057400\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPts val=\"500\"/> | |
</a:spcBef> | |
<a:buFont typeface=\"Arial\" panose=\"020B0604020202020204\" pitchFamily=\"34\" charset=\"0\"/> | |
<a:buChar char=\"•\"/> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2514600\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPts val=\"500\"/> | |
</a:spcBef> | |
<a:buFont typeface=\"Arial\" panose=\"020B0604020202020204\" pitchFamily=\"34\" charset=\"0\"/> | |
<a:buChar char=\"•\"/> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2971800\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPts val=\"500\"/> | |
</a:spcBef> | |
<a:buFont typeface=\"Arial\" panose=\"020B0604020202020204\" pitchFamily=\"34\" charset=\"0\"/> | |
<a:buChar char=\"•\"/> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3429000\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPts val=\"500\"/> | |
</a:spcBef> | |
<a:buFont typeface=\"Arial\" panose=\"020B0604020202020204\" pitchFamily=\"34\" charset=\"0\"/> | |
<a:buChar char=\"•\"/> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3886200\" indent=\"-228600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:lnSpc> | |
<a:spcPct val=\"90000\"/> | |
</a:lnSpc> | |
<a:spcBef> | |
<a:spcPts val=\"500\"/> | |
</a:spcBef> | |
<a:buFont typeface=\"Arial\" panose=\"020B0604020202020204\" pitchFamily=\"34\" charset=\"0\"/> | |
<a:buChar char=\"•\"/> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl9pPr> | |
</p:bodyStyle> | |
<p:otherStyle> | |
<a:defPPr> | |
<a:defRPr lang=\"en-DE\"/> | |
</a:defPPr> | |
<a:lvl1pPr marL=\"0\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl1pPr> | |
<a:lvl2pPr marL=\"457200\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl2pPr> | |
<a:lvl3pPr marL=\"914400\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl3pPr> | |
<a:lvl4pPr marL=\"1371600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl4pPr> | |
<a:lvl5pPr marL=\"1828800\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl5pPr> | |
<a:lvl6pPr marL=\"2286000\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl6pPr> | |
<a:lvl7pPr marL=\"2743200\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl7pPr> | |
<a:lvl8pPr marL=\"3200400\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl8pPr> | |
<a:lvl9pPr marL=\"3657600\" algn=\"l\" defTabSz=\"914400\" rtl=\"0\" eaLnBrk=\"1\" latinLnBrk=\"0\" hangingPunct=\"1\"> | |
<a:defRPr sz=\"1800\" kern=\"1200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"tx1\"/> | |
</a:solidFill> | |
<a:latin typeface=\"+mn-lt\"/> | |
<a:ea typeface=\"+mn-ea\"/> | |
<a:cs typeface=\"+mn-cs\"/> | |
</a:defRPr> | |
</a:lvl9pPr> | |
</p:otherStyle> | |
</p:txStyles> | |
</p:sldMaster>") | |
(def ppt$slides$_rels$slide1$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout1.xml\"/> | |
</Relationships>") | |
(def ppt$slides$_rels$slide2$xml$rels "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<Relationships xmlns=\"http://schemas.openxmlformats.org/package/2006/relationships\"> | |
<Relationship Id=\"rId1\" Type=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout\" Target=\"../slideLayouts/slideLayout2.xml\"/> | |
</Relationships>") | |
(def ppt$slides$slide1$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sld xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\"> | |
<p:cSld> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{ED1AF071-82BB-43A1-A23A-85E8E062DF3F}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"ctrTitle\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\" dirty=\"0\"/> | |
<a:t>Hello World</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\" dirty=\"0\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Subtitle 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{D475DCBF-652A-4E20-B536-5401C0C51551}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"subTitle\" idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\" dirty=\"0\"/> | |
<a:t>This is a test</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\" dirty=\"0\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"TextBox 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{81436BAE-BA5A-4DFC-8D89-BC6346895693}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr txBox=\"1\"/> | |
<p:nvPr/> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm rot=\"19883649\"> | |
<a:off x=\"3624943\" y=\"1600200\"/> | |
<a:ext cx=\"1128386\" cy=\"369332\"/> | |
</a:xfrm> | |
<a:prstGeom prst=\"rect\"> | |
<a:avLst/> | |
</a:prstGeom> | |
<a:noFill/> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr wrap=\"none\" rtlCol=\"0\"> | |
<a:spAutoFit/> | |
</a:bodyPr> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\" dirty=\"0\"/> | |
<a:t>some text</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\" dirty=\"0\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"974219817\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sld>") | |
(def ppt$slides$slide2$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:sld xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\"> | |
<p:cSld> | |
<p:spTree> | |
<p:nvGrpSpPr> | |
<p:cNvPr id=\"1\" name=\"\"/> | |
<p:cNvGrpSpPr/> | |
<p:nvPr/> | |
</p:nvGrpSpPr> | |
<p:grpSpPr> | |
<a:xfrm> | |
<a:off x=\"0\" y=\"0\"/> | |
<a:ext cx=\"0\" cy=\"0\"/> | |
<a:chOff x=\"0\" y=\"0\"/> | |
<a:chExt cx=\"0\" cy=\"0\"/> | |
</a:xfrm> | |
</p:grpSpPr> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"2\" name=\"Title 1\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{AC79CCEF-9AA8-4BC6-8521-51ADA9633E20}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph type=\"title\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr/> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\" dirty=\"0\"/> | |
<a:t>Slide title </a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\" dirty=\"0\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"3\" name=\"Content Placeholder 2\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{03E27E6C-1878-422D-897E-7A4E4F2695C1}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr> | |
<a:spLocks noGrp=\"1\"/> | |
</p:cNvSpPr> | |
<p:nvPr> | |
<p:ph idx=\"1\"/> | |
</p:nvPr> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:solidFill> | |
<a:schemeClr val=\"accent2\"> | |
<a:lumMod val=\"60000\"/> | |
<a:lumOff val=\"40000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</p:spPr> | |
<p:txBody> | |
<a:bodyPr/> | |
<a:lstStyle/> | |
<a:p> | |
<a:r> | |
<a:rPr lang=\"en-US\" dirty=\"0\"/> | |
<a:t>Foo bar</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"1\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\" dirty=\"0\"/> | |
<a:t>Baz</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:r> | |
<a:rPr lang=\"en-US\" dirty=\"0\"/> | |
<a:t>Baz</a:t> | |
</a:r> | |
</a:p> | |
<a:p> | |
<a:pPr lvl=\"2\"/> | |
<a:endParaRPr lang=\"en-US\" dirty=\"0\"/> | |
</a:p> | |
<a:p> | |
<a:pPr marL=\"0\" indent=\"0\"> | |
<a:buNone/> | |
</a:pPr> | |
<a:r> | |
<a:rPr lang=\"en-US\" dirty=\"0\" err=\"1\"/> | |
<a:t>zork</a:t> | |
</a:r> | |
<a:endParaRPr lang=\"en-DE\" dirty=\"0\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"4\" name=\"Arrow: Right 3\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{80019260-C567-4A11-A74E-EC4BB2E0F034}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr/> | |
<p:nvPr/> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"3539412\" y=\"3060440\"/> | |
<a:ext cx=\"4217437\" cy=\"1547327\"/> | |
</a:xfrm> | |
<a:prstGeom prst=\"rightArrow\"> | |
<a:avLst/> | |
</a:prstGeom> | |
<a:ln w=\"76200\"> | |
<a:solidFill> | |
<a:schemeClr val=\"accent6\"> | |
<a:lumMod val=\"60000\"/> | |
<a:lumOff val=\"40000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:ln> | |
</p:spPr> | |
<p:style> | |
<a:lnRef idx=\"2\"> | |
<a:schemeClr val=\"accent1\"> | |
<a:shade val=\"50000\"/> | |
</a:schemeClr> | |
</a:lnRef> | |
<a:fillRef idx=\"1\"> | |
<a:schemeClr val=\"accent1\"/> | |
</a:fillRef> | |
<a:effectRef idx=\"0\"> | |
<a:schemeClr val=\"accent1\"/> | |
</a:effectRef> | |
<a:fontRef idx=\"minor\"> | |
<a:schemeClr val=\"lt1\"/> | |
</a:fontRef> | |
</p:style> | |
<p:txBody> | |
<a:bodyPr rtlCol=\"0\" anchor=\"ctr\"/> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr algn=\"ctr\"/> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
<p:sp> | |
<p:nvSpPr> | |
<p:cNvPr id=\"6\" name=\"Oval 5\"> | |
<a:extLst> | |
<a:ext uri=\"{FF2B5EF4-FFF2-40B4-BE49-F238E27FC236}\"> | |
<a16:creationId xmlns:a16=\"http://schemas.microsoft.com/office/drawing/2014/main\" id=\"{6F3F9392-1EAE-4C26-A746-AF31A2D05999}\"/> | |
</a:ext> | |
</a:extLst> | |
</p:cNvPr> | |
<p:cNvSpPr/> | |
<p:nvPr/> | |
</p:nvSpPr> | |
<p:spPr> | |
<a:xfrm> | |
<a:off x=\"8263035\" y=\"2853628\"/> | |
<a:ext cx=\"1457908\" cy=\"2295331\"/> | |
</a:xfrm> | |
<a:prstGeom prst=\"ellipse\"> | |
<a:avLst/> | |
</a:prstGeom> | |
<a:solidFill> | |
<a:schemeClr val=\"accent2\"/> | |
</a:solidFill> | |
<a:ln w=\"254000\" cap=\"flat\"> | |
<a:solidFill> | |
<a:schemeClr val=\"accent4\"> | |
<a:lumMod val=\"60000\"/> | |
<a:lumOff val=\"40000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
</a:ln> | |
</p:spPr> | |
<p:style> | |
<a:lnRef idx=\"2\"> | |
<a:schemeClr val=\"accent1\"> | |
<a:shade val=\"50000\"/> | |
</a:schemeClr> | |
</a:lnRef> | |
<a:fillRef idx=\"1\"> | |
<a:schemeClr val=\"accent1\"/> | |
</a:fillRef> | |
<a:effectRef idx=\"0\"> | |
<a:schemeClr val=\"accent1\"/> | |
</a:effectRef> | |
<a:fontRef idx=\"minor\"> | |
<a:schemeClr val=\"lt1\"/> | |
</a:fontRef> | |
</p:style> | |
<p:txBody> | |
<a:bodyPr rtlCol=\"0\" anchor=\"ctr\"/> | |
<a:lstStyle/> | |
<a:p> | |
<a:pPr algn=\"ctr\"/> | |
<a:endParaRPr lang=\"en-DE\"/> | |
</a:p> | |
</p:txBody> | |
</p:sp> | |
</p:spTree> | |
<p:extLst> | |
<p:ext uri=\"{BB962C8B-B14F-4D97-AF65-F5344CB8AC3E}\"> | |
<p14:creationId xmlns:p14=\"http://schemas.microsoft.com/office/powerpoint/2010/main\" val=\"1984742420\"/> | |
</p:ext> | |
</p:extLst> | |
</p:cSld> | |
<p:clrMapOvr> | |
<a:masterClrMapping/> | |
</p:clrMapOvr> | |
</p:sld>") | |
(def ppt$tableStyles$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<a:tblStyleLst xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" def=\"{5C22544A-7EE6-4342-B048-85BDC9FD1C3A}\"/>") | |
(def ppt$theme$theme1$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<a:theme xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" name=\"Office Theme\"> | |
<a:themeElements> | |
<a:clrScheme name=\"Office\"> | |
<a:dk1> | |
<a:sysClr val=\"windowText\" lastClr=\"000000\"/> | |
</a:dk1> | |
<a:lt1> | |
<a:sysClr val=\"window\" lastClr=\"FFFFFF\"/> | |
</a:lt1> | |
<a:dk2> | |
<a:srgbClr val=\"44546A\"/> | |
</a:dk2> | |
<a:lt2> | |
<a:srgbClr val=\"E7E6E6\"/> | |
</a:lt2> | |
<a:accent1> | |
<a:srgbClr val=\"4472C4\"/> | |
</a:accent1> | |
<a:accent2> | |
<a:srgbClr val=\"ED7D31\"/> | |
</a:accent2> | |
<a:accent3> | |
<a:srgbClr val=\"A5A5A5\"/> | |
</a:accent3> | |
<a:accent4> | |
<a:srgbClr val=\"FFC000\"/> | |
</a:accent4> | |
<a:accent5> | |
<a:srgbClr val=\"5B9BD5\"/> | |
</a:accent5> | |
<a:accent6> | |
<a:srgbClr val=\"70AD47\"/> | |
</a:accent6> | |
<a:hlink> | |
<a:srgbClr val=\"0563C1\"/> | |
</a:hlink> | |
<a:folHlink> | |
<a:srgbClr val=\"954F72\"/> | |
</a:folHlink> | |
</a:clrScheme> | |
<a:fontScheme name=\"Office\"> | |
<a:majorFont> | |
<a:latin typeface=\"Calibri Light\" panose=\"020F0302020204030204\"/> | |
<a:ea typeface=\"\"/> | |
<a:cs typeface=\"\"/> | |
<a:font script=\"Jpan\" typeface=\"游ゴシック Light\"/> | |
<a:font script=\"Hang\" typeface=\"맑은 고딕\"/> | |
<a:font script=\"Hans\" typeface=\"等线 Light\"/> | |
<a:font script=\"Hant\" typeface=\"新細明體\"/> | |
<a:font script=\"Arab\" typeface=\"Times New Roman\"/> | |
<a:font script=\"Hebr\" typeface=\"Times New Roman\"/> | |
<a:font script=\"Thai\" typeface=\"Angsana New\"/> | |
<a:font script=\"Ethi\" typeface=\"Nyala\"/> | |
<a:font script=\"Beng\" typeface=\"Vrinda\"/> | |
<a:font script=\"Gujr\" typeface=\"Shruti\"/> | |
<a:font script=\"Khmr\" typeface=\"MoolBoran\"/> | |
<a:font script=\"Knda\" typeface=\"Tunga\"/> | |
<a:font script=\"Guru\" typeface=\"Raavi\"/> | |
<a:font script=\"Cans\" typeface=\"Euphemia\"/> | |
<a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/> | |
<a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/> | |
<a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/> | |
<a:font script=\"Thaa\" typeface=\"MV Boli\"/> | |
<a:font script=\"Deva\" typeface=\"Mangal\"/> | |
<a:font script=\"Telu\" typeface=\"Gautami\"/> | |
<a:font script=\"Taml\" typeface=\"Latha\"/> | |
<a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/> | |
<a:font script=\"Orya\" typeface=\"Kalinga\"/> | |
<a:font script=\"Mlym\" typeface=\"Kartika\"/> | |
<a:font script=\"Laoo\" typeface=\"DokChampa\"/> | |
<a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/> | |
<a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/> | |
<a:font script=\"Viet\" typeface=\"Times New Roman\"/> | |
<a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/> | |
<a:font script=\"Geor\" typeface=\"Sylfaen\"/> | |
<a:font script=\"Armn\" typeface=\"Arial\"/> | |
<a:font script=\"Bugi\" typeface=\"Leelawadee UI\"/> | |
<a:font script=\"Bopo\" typeface=\"Microsoft JhengHei\"/> | |
<a:font script=\"Java\" typeface=\"Javanese Text\"/> | |
<a:font script=\"Lisu\" typeface=\"Segoe UI\"/> | |
<a:font script=\"Mymr\" typeface=\"Myanmar Text\"/> | |
<a:font script=\"Nkoo\" typeface=\"Ebrima\"/> | |
<a:font script=\"Olck\" typeface=\"Nirmala UI\"/> | |
<a:font script=\"Osma\" typeface=\"Ebrima\"/> | |
<a:font script=\"Phag\" typeface=\"Phagspa\"/> | |
<a:font script=\"Syrn\" typeface=\"Estrangelo Edessa\"/> | |
<a:font script=\"Syrj\" typeface=\"Estrangelo Edessa\"/> | |
<a:font script=\"Syre\" typeface=\"Estrangelo Edessa\"/> | |
<a:font script=\"Sora\" typeface=\"Nirmala UI\"/> | |
<a:font script=\"Tale\" typeface=\"Microsoft Tai Le\"/> | |
<a:font script=\"Talu\" typeface=\"Microsoft New Tai Lue\"/> | |
<a:font script=\"Tfng\" typeface=\"Ebrima\"/> | |
</a:majorFont> | |
<a:minorFont> | |
<a:latin typeface=\"Calibri\" panose=\"020F0502020204030204\"/> | |
<a:ea typeface=\"\"/> | |
<a:cs typeface=\"\"/> | |
<a:font script=\"Jpan\" typeface=\"游ゴシック\"/> | |
<a:font script=\"Hang\" typeface=\"맑은 고딕\"/> | |
<a:font script=\"Hans\" typeface=\"等线\"/> | |
<a:font script=\"Hant\" typeface=\"新細明體\"/> | |
<a:font script=\"Arab\" typeface=\"Arial\"/> | |
<a:font script=\"Hebr\" typeface=\"Arial\"/> | |
<a:font script=\"Thai\" typeface=\"Cordia New\"/> | |
<a:font script=\"Ethi\" typeface=\"Nyala\"/> | |
<a:font script=\"Beng\" typeface=\"Vrinda\"/> | |
<a:font script=\"Gujr\" typeface=\"Shruti\"/> | |
<a:font script=\"Khmr\" typeface=\"DaunPenh\"/> | |
<a:font script=\"Knda\" typeface=\"Tunga\"/> | |
<a:font script=\"Guru\" typeface=\"Raavi\"/> | |
<a:font script=\"Cans\" typeface=\"Euphemia\"/> | |
<a:font script=\"Cher\" typeface=\"Plantagenet Cherokee\"/> | |
<a:font script=\"Yiii\" typeface=\"Microsoft Yi Baiti\"/> | |
<a:font script=\"Tibt\" typeface=\"Microsoft Himalaya\"/> | |
<a:font script=\"Thaa\" typeface=\"MV Boli\"/> | |
<a:font script=\"Deva\" typeface=\"Mangal\"/> | |
<a:font script=\"Telu\" typeface=\"Gautami\"/> | |
<a:font script=\"Taml\" typeface=\"Latha\"/> | |
<a:font script=\"Syrc\" typeface=\"Estrangelo Edessa\"/> | |
<a:font script=\"Orya\" typeface=\"Kalinga\"/> | |
<a:font script=\"Mlym\" typeface=\"Kartika\"/> | |
<a:font script=\"Laoo\" typeface=\"DokChampa\"/> | |
<a:font script=\"Sinh\" typeface=\"Iskoola Pota\"/> | |
<a:font script=\"Mong\" typeface=\"Mongolian Baiti\"/> | |
<a:font script=\"Viet\" typeface=\"Arial\"/> | |
<a:font script=\"Uigh\" typeface=\"Microsoft Uighur\"/> | |
<a:font script=\"Geor\" typeface=\"Sylfaen\"/> | |
<a:font script=\"Armn\" typeface=\"Arial\"/> | |
<a:font script=\"Bugi\" typeface=\"Leelawadee UI\"/> | |
<a:font script=\"Bopo\" typeface=\"Microsoft JhengHei\"/> | |
<a:font script=\"Java\" typeface=\"Javanese Text\"/> | |
<a:font script=\"Lisu\" typeface=\"Segoe UI\"/> | |
<a:font script=\"Mymr\" typeface=\"Myanmar Text\"/> | |
<a:font script=\"Nkoo\" typeface=\"Ebrima\"/> | |
<a:font script=\"Olck\" typeface=\"Nirmala UI\"/> | |
<a:font script=\"Osma\" typeface=\"Ebrima\"/> | |
<a:font script=\"Phag\" typeface=\"Phagspa\"/> | |
<a:font script=\"Syrn\" typeface=\"Estrangelo Edessa\"/> | |
<a:font script=\"Syrj\" typeface=\"Estrangelo Edessa\"/> | |
<a:font script=\"Syre\" typeface=\"Estrangelo Edessa\"/> | |
<a:font script=\"Sora\" typeface=\"Nirmala UI\"/> | |
<a:font script=\"Tale\" typeface=\"Microsoft Tai Le\"/> | |
<a:font script=\"Talu\" typeface=\"Microsoft New Tai Lue\"/> | |
<a:font script=\"Tfng\" typeface=\"Ebrima\"/> | |
</a:minorFont> | |
</a:fontScheme> | |
<a:fmtScheme name=\"Office\"> | |
<a:fillStyleLst> | |
<a:solidFill> | |
<a:schemeClr val=\"phClr\"/> | |
</a:solidFill> | |
<a:gradFill rotWithShape=\"1\"> | |
<a:gsLst> | |
<a:gs pos=\"0\"> | |
<a:schemeClr val=\"phClr\"> | |
<a:lumMod val=\"110000\"/> | |
<a:satMod val=\"105000\"/> | |
<a:tint val=\"67000\"/> | |
</a:schemeClr> | |
</a:gs> | |
<a:gs pos=\"50000\"> | |
<a:schemeClr val=\"phClr\"> | |
<a:lumMod val=\"105000\"/> | |
<a:satMod val=\"103000\"/> | |
<a:tint val=\"73000\"/> | |
</a:schemeClr> | |
</a:gs> | |
<a:gs pos=\"100000\"> | |
<a:schemeClr val=\"phClr\"> | |
<a:lumMod val=\"105000\"/> | |
<a:satMod val=\"109000\"/> | |
<a:tint val=\"81000\"/> | |
</a:schemeClr> | |
</a:gs> | |
</a:gsLst> | |
<a:lin ang=\"5400000\" scaled=\"0\"/> | |
</a:gradFill> | |
<a:gradFill rotWithShape=\"1\"> | |
<a:gsLst> | |
<a:gs pos=\"0\"> | |
<a:schemeClr val=\"phClr\"> | |
<a:satMod val=\"103000\"/> | |
<a:lumMod val=\"102000\"/> | |
<a:tint val=\"94000\"/> | |
</a:schemeClr> | |
</a:gs> | |
<a:gs pos=\"50000\"> | |
<a:schemeClr val=\"phClr\"> | |
<a:satMod val=\"110000\"/> | |
<a:lumMod val=\"100000\"/> | |
<a:shade val=\"100000\"/> | |
</a:schemeClr> | |
</a:gs> | |
<a:gs pos=\"100000\"> | |
<a:schemeClr val=\"phClr\"> | |
<a:lumMod val=\"99000\"/> | |
<a:satMod val=\"120000\"/> | |
<a:shade val=\"78000\"/> | |
</a:schemeClr> | |
</a:gs> | |
</a:gsLst> | |
<a:lin ang=\"5400000\" scaled=\"0\"/> | |
</a:gradFill> | |
</a:fillStyleLst> | |
<a:lnStyleLst> | |
<a:ln w=\"6350\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"> | |
<a:solidFill> | |
<a:schemeClr val=\"phClr\"/> | |
</a:solidFill> | |
<a:prstDash val=\"solid\"/> | |
<a:miter lim=\"800000\"/> | |
</a:ln> | |
<a:ln w=\"12700\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"> | |
<a:solidFill> | |
<a:schemeClr val=\"phClr\"/> | |
</a:solidFill> | |
<a:prstDash val=\"solid\"/> | |
<a:miter lim=\"800000\"/> | |
</a:ln> | |
<a:ln w=\"19050\" cap=\"flat\" cmpd=\"sng\" algn=\"ctr\"> | |
<a:solidFill> | |
<a:schemeClr val=\"phClr\"/> | |
</a:solidFill> | |
<a:prstDash val=\"solid\"/> | |
<a:miter lim=\"800000\"/> | |
</a:ln> | |
</a:lnStyleLst> | |
<a:effectStyleLst> | |
<a:effectStyle> | |
<a:effectLst/> | |
</a:effectStyle> | |
<a:effectStyle> | |
<a:effectLst/> | |
</a:effectStyle> | |
<a:effectStyle> | |
<a:effectLst> | |
<a:outerShdw blurRad=\"57150\" dist=\"19050\" dir=\"5400000\" algn=\"ctr\" rotWithShape=\"0\"> | |
<a:srgbClr val=\"000000\"> | |
<a:alpha val=\"63000\"/> | |
</a:srgbClr> | |
</a:outerShdw> | |
</a:effectLst> | |
</a:effectStyle> | |
</a:effectStyleLst> | |
<a:bgFillStyleLst> | |
<a:solidFill> | |
<a:schemeClr val=\"phClr\"/> | |
</a:solidFill> | |
<a:solidFill> | |
<a:schemeClr val=\"phClr\"> | |
<a:tint val=\"95000\"/> | |
<a:satMod val=\"170000\"/> | |
</a:schemeClr> | |
</a:solidFill> | |
<a:gradFill rotWithShape=\"1\"> | |
<a:gsLst> | |
<a:gs pos=\"0\"> | |
<a:schemeClr val=\"phClr\"> | |
<a:tint val=\"93000\"/> | |
<a:satMod val=\"150000\"/> | |
<a:shade val=\"98000\"/> | |
<a:lumMod val=\"102000\"/> | |
</a:schemeClr> | |
</a:gs> | |
<a:gs pos=\"50000\"> | |
<a:schemeClr val=\"phClr\"> | |
<a:tint val=\"98000\"/> | |
<a:satMod val=\"130000\"/> | |
<a:shade val=\"90000\"/> | |
<a:lumMod val=\"103000\"/> | |
</a:schemeClr> | |
</a:gs> | |
<a:gs pos=\"100000\"> | |
<a:schemeClr val=\"phClr\"> | |
<a:shade val=\"63000\"/> | |
<a:satMod val=\"120000\"/> | |
</a:schemeClr> | |
</a:gs> | |
</a:gsLst> | |
<a:lin ang=\"5400000\" scaled=\"0\"/> | |
</a:gradFill> | |
</a:bgFillStyleLst> | |
</a:fmtScheme> | |
</a:themeElements> | |
<a:objectDefaults/> | |
<a:extraClrSchemeLst/> | |
<a:extLst> | |
<a:ext uri=\"{05A4C25C-085E-4340-85A3-A5531E510DB2}\"> | |
<thm15:themeFamily xmlns:thm15=\"http://schemas.microsoft.com/office/thememl/2012/main\" name=\"Office Theme\" id=\"{62F939B6-93AF-4DB8-9C6B-D6C7DFDC589F}\" vid=\"{4A3C46E8-61CC-4603-A589-7422A47A8E4A}\"/> | |
</a:ext> | |
</a:extLst> | |
</a:theme>") | |
(def ppt$viewProps$xml "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> | |
<p:viewPr xmlns:a=\"http://schemas.openxmlformats.org/drawingml/2006/main\" xmlns:r=\"http://schemas.openxmlformats.org/officeDocument/2006/relationships\" xmlns:p=\"http://schemas.openxmlformats.org/presentationml/2006/main\"> | |
<p:normalViewPr horzBarState=\"maximized\"> | |
<p:restoredLeft sz=\"19977\" autoAdjust=\"0\"/> | |
<p:restoredTop sz=\"94660\"/> | |
</p:normalViewPr> | |
<p:slideViewPr> | |
<p:cSldViewPr snapToGrid=\"0\"> | |
<p:cViewPr varScale=\"1\"> | |
<p:scale> | |
<a:sx n=\"88\" d=\"100\"/> | |
<a:sy n=\"88\" d=\"100\"/> | |
</p:scale> | |
<p:origin x=\"1182\" y=\"90\"/> | |
</p:cViewPr> | |
<p:guideLst/> | |
</p:cSldViewPr> | |
</p:slideViewPr> | |
<p:notesTextViewPr> | |
<p:cViewPr> | |
<p:scale> | |
<a:sx n=\"1\" d=\"1\"/> | |
<a:sy n=\"1\" d=\"1\"/> | |
</p:scale> | |
<p:origin x=\"0\" y=\"0\"/> | |
</p:cViewPr> | |
</p:notesTextViewPr> | |
<p:gridSpacing cx=\"76200\" cy=\"76200\"/> | |
</p:viewPr>") | |
(def pptx-files {"[Content_Types].xml" $Content_Types$$xml | |
"_rels/.rels" _rels$$rels | |
"docProps/app.xml" docProps$app$xml | |
"docProps/core.xml" docProps$core$xml | |
"ppt/_rels/presentation.xml.rels" ppt$_rels$presentation$xml$rels | |
"ppt/presProps.xml" ppt$presProps$xml | |
"ppt/presentation.xml" ppt$presentation$xml | |
"ppt/slideLayouts/_rels/slideLayout1.xml.rels" ppt$slideLayouts$_rels$slideLayout1$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout10.xml.rels" ppt$slideLayouts$_rels$slideLayout10$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout11.xml.rels" ppt$slideLayouts$_rels$slideLayout11$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout2.xml.rels" ppt$slideLayouts$_rels$slideLayout2$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout3.xml.rels" ppt$slideLayouts$_rels$slideLayout3$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout4.xml.rels" ppt$slideLayouts$_rels$slideLayout4$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout5.xml.rels" ppt$slideLayouts$_rels$slideLayout5$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout6.xml.rels" ppt$slideLayouts$_rels$slideLayout6$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout7.xml.rels" ppt$slideLayouts$_rels$slideLayout7$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout8.xml.rels" ppt$slideLayouts$_rels$slideLayout8$xml$rels | |
"ppt/slideLayouts/_rels/slideLayout9.xml.rels" ppt$slideLayouts$_rels$slideLayout9$xml$rels | |
"ppt/slideLayouts/slideLayout1.xml" ppt$slideLayouts$slideLayout1$xml | |
"ppt/slideLayouts/slideLayout10.xml" ppt$slideLayouts$slideLayout10$xml | |
"ppt/slideLayouts/slideLayout11.xml" ppt$slideLayouts$slideLayout11$xml | |
"ppt/slideLayouts/slideLayout2.xml" ppt$slideLayouts$slideLayout2$xml | |
"ppt/slideLayouts/slideLayout3.xml" ppt$slideLayouts$slideLayout3$xml | |
"ppt/slideLayouts/slideLayout4.xml" ppt$slideLayouts$slideLayout4$xml | |
"ppt/slideLayouts/slideLayout5.xml" ppt$slideLayouts$slideLayout5$xml | |
"ppt/slideLayouts/slideLayout6.xml" ppt$slideLayouts$slideLayout6$xml | |
"ppt/slideLayouts/slideLayout7.xml" ppt$slideLayouts$slideLayout7$xml | |
"ppt/slideLayouts/slideLayout8.xml" ppt$slideLayouts$slideLayout8$xml | |
"ppt/slideLayouts/slideLayout9.xml" ppt$slideLayouts$slideLayout9$xml | |
"ppt/slideMasters/_rels/slideMaster1.xml.rels" ppt$slideMasters$_rels$slideMaster1$xml$rels | |
"ppt/slideMasters/slideMaster1.xml" ppt$slideMasters$slideMaster1$xml | |
"ppt/slides/_rels/slide1.xml.rels" ppt$slides$_rels$slide1$xml$rels | |
"ppt/slides/_rels/slide2.xml.rels" ppt$slides$_rels$slide2$xml$rels | |
"ppt/slides/slide1.xml" ppt$slides$slide1$xml | |
"ppt/slides/slide2.xml" ppt$slides$slide2$xml | |
"ppt/tableStyles.xml" ppt$tableStyles$xml | |
"ppt/theme/theme1.xml" ppt$theme$theme1$xml | |
"ppt/viewProps.xml" ppt$viewProps$xml}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment