Skip to content

Instantly share code, notes, and snippets.

@redsuperbat
Created November 5, 2023 06:46
Show Gist options
  • Save redsuperbat/edafeaecd66d469bd20b7c7585046546 to your computer and use it in GitHub Desktop.
Save redsuperbat/edafeaecd66d469bd20b7c7585046546 to your computer and use it in GitHub Desktop.
python-pptx-0.6.21
--- locals/bad/[Content_Types].xml
+++ locals/good/[Content_Types].xml
@@ -1,12 +1,22 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types">
- <Default Extension="jpg" ContentType="image/jpeg"/>
+ <Default Extension="bmp" ContentType="image/bmp"/>
+ <Default Extension="gif" ContentType="image/gif"/>
+ <Default Extension="jpeg" ContentType="image/jpg"/>
+ <Default Extension="mov" ContentType="application/movie"/>
+ <Default Extension="pdf" ContentType="application/pdf"/>
<Default Extension="png" ContentType="image/png"/>
<Default Extension="rels" ContentType="application/vnd.openxmlformats-package.relationships+xml"/>
+ <Default Extension="tif" ContentType="image/tif"/>
+ <Default Extension="vml" ContentType="application/vnd.openxmlformats-officedocument.vmlDrawing"/>
+ <Default Extension="xlsx" ContentType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"/>
<Default Extension="xml" ContentType="application/xml"/>
<Override PartName="/docProps/app.xml" ContentType="application/vnd.openxmlformats-officedocument.extended-properties+xml"/>
<Override PartName="/docProps/core.xml" ContentType="application/vnd.openxmlformats-package.core-properties+xml"/>
<Override PartName="/ppt/commentAuthors.xml" ContentType="application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml"/>
+ <Override PartName="/ppt/media/image1.jpeg" ContentType="image/jpeg"/>
+ <Override PartName="/ppt/media/image2.jpeg" ContentType="image/jpeg"/>
+ <Override PartName="/ppt/media/image3.jpeg" ContentType="image/jpeg"/>
<Override PartName="/ppt/notesMasters/notesMaster1.xml" ContentType="application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml"/>
<Override PartName="/ppt/presProps.xml" ContentType="application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"/>
<Override PartName="/ppt/presentation.xml" ContentType="application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"/>
--- locals/bad/ppt/slideLayouts/_rels/slideLayout3.xml.rels
+++ locals/good/ppt/slideLayouts/_rels/slideLayout3.xml.rels
@@ -1,4 +1,6 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
+ <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image1.png"/>
+ <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image2.png"/>
<Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideMaster" Target="../slideMasters/slideMaster1.xml"/>
</Relationships>
--- locals/bad/ppt/slides/_rels/slide3.xml.rels
+++ locals/good/ppt/slides/_rels/slide3.xml.rels
@@ -1,5 +1,5 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
- <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image3.jpg"/>
+ <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image1.jpeg"/>
<Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout" Target="../slideLayouts/slideLayout1.xml"/>
</Relationships>
--- locals/bad/ppt/slides/_rels/slide5.xml.rels
+++ locals/good/ppt/slides/_rels/slide5.xml.rels
@@ -1,5 +1,5 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
- <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image4.png"/>
+ <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image3.png"/>
<Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout" Target="../slideLayouts/slideLayout1.xml"/>
</Relationships>
--- locals/bad/ppt/slides/_rels/slide8.xml.rels
+++ locals/good/ppt/slides/_rels/slide8.xml.rels
@@ -1,5 +1,5 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
- <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image5.jpg"/>
+ <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image2.jpeg"/>
<Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout" Target="../slideLayouts/slideLayout1.xml"/>
</Relationships>
--- locals/bad/ppt/slides/_rels/slide9.xml.rels
+++ locals/good/ppt/slides/_rels/slide9.xml.rels
@@ -1,5 +1,5 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
- <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image6.jpg"/>
+ <Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" Target="../media/image3.jpeg"/>
<Relationship Id="x" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout" Target="../slideLayouts/slideLayout1.xml"/>
</Relationships>
--- locals/bad/ppt/notesMasters/notesMaster1.xml
+++ locals/good/ppt/notesMasters/notesMaster1.xml
@@ -23,7 +23,7 @@
</p:grpSpPr>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="41" name="Shape 41"/>
+ <p:cNvPr id="45" name="Shape 45"/>
<p:cNvSpPr/>
<p:nvPr>
<p:ph type="sldImg"/>
@@ -48,7 +48,7 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="42" name="Shape 42"/>
+ <p:cNvPr id="46" name="Shape 46"/>
<p:cNvSpPr/>
<p:nvPr>
<p:ph type="body" sz="quarter" idx="1"/>
@@ -77,73 +77,73 @@
<p:notesStyle>
<a:lvl1pPr latinLnBrk="0">
<a:defRPr sz="1400">
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl1pPr>
<a:lvl2pPr indent="228600" latinLnBrk="0">
<a:defRPr sz="1400">
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl2pPr>
<a:lvl3pPr indent="457200" latinLnBrk="0">
<a:defRPr sz="1400">
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl3pPr>
<a:lvl4pPr indent="685800" latinLnBrk="0">
<a:defRPr sz="1400">
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl4pPr>
<a:lvl5pPr indent="914400" latinLnBrk="0">
<a:defRPr sz="1400">
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl5pPr>
<a:lvl6pPr indent="1143000" latinLnBrk="0">
<a:defRPr sz="1400">
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl6pPr>
<a:lvl7pPr indent="1371600" latinLnBrk="0">
<a:defRPr sz="1400">
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl7pPr>
<a:lvl8pPr indent="1600200" latinLnBrk="0">
<a:defRPr sz="1400">
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl8pPr>
<a:lvl9pPr indent="1828800" latinLnBrk="0">
<a:defRPr sz="1400">
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl9pPr>
--- locals/bad/ppt/presentation.xml
+++ locals/good/ppt/presentation.xml
@@ -79,7 +79,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:lvl1pPr>
<a:lvl2pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="0" hangingPunct="0">
@@ -109,7 +109,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:lvl2pPr>
<a:lvl3pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="0" hangingPunct="0">
@@ -139,7 +139,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:lvl3pPr>
<a:lvl4pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="0" hangingPunct="0">
@@ -169,7 +169,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:lvl4pPr>
<a:lvl5pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="0" hangingPunct="0">
@@ -199,7 +199,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:lvl5pPr>
<a:lvl6pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="0" hangingPunct="0">
@@ -229,7 +229,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:lvl6pPr>
<a:lvl7pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="0" hangingPunct="0">
@@ -259,7 +259,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:lvl7pPr>
<a:lvl8pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="0" hangingPunct="0">
@@ -289,7 +289,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:lvl8pPr>
<a:lvl9pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="0" hangingPunct="0">
@@ -319,7 +319,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:lvl9pPr>
</p:defaultTextStyle>
--- locals/bad/ppt/slideLayouts/slideLayout1.xml
+++ locals/good/ppt/slideLayouts/slideLayout1.xml
@@ -43,7 +43,7 @@
<p:spPr>
<a:xfrm>
<a:off x="0" y="4986439"/>
- <a:ext cx="9144001" cy="168879"/>
+ <a:ext cx="9144001" cy="168880"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
@@ -61,7 +61,7 @@
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="65229" y="5003105"/>
+ <a:off x="65228" y="5003105"/>
<a:ext cx="127001" cy="135546"/>
</a:xfrm>
<a:prstGeom prst="rect">
@@ -93,6 +93,10 @@
<a:solidFill>
<a:srgbClr val="FFFFFF"/>
</a:solidFill>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl1pPr>
</a:lstStyle>
@@ -113,7 +117,7 @@
<p:spPr>
<a:xfrm>
<a:off x="8870332" y="5003105"/>
- <a:ext cx="224596" cy="135546"/>
+ <a:ext cx="224595" cy="135546"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
@@ -144,6 +148,10 @@
<a:solidFill>
<a:srgbClr val="FFFFFF"/>
</a:solidFill>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl1pPr>
</a:lstStyle>
@@ -204,7 +212,7 @@
<p:spPr>
<a:xfrm>
<a:off x="8332971" y="355054"/>
- <a:ext cx="533988" cy="367117"/>
+ <a:ext cx="533989" cy="367118"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
--- locals/bad/ppt/slideLayouts/slideLayout3.xml
+++ locals/good/ppt/slideLayouts/slideLayout3.xml
@@ -6,7 +6,7 @@
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
showMasterPhAnim="1"
- showMasterSp="1"
+ showMasterSp="0"
type="tx"
>
<p:cSld name="TITLE">
@@ -24,9 +24,177 @@
<a:chExt cx="0" cy="0"/>
</a:xfrm>
</p:grpSpPr>
- <p:sp>
- <p:nvSpPr>
- <p:cNvPr id="34" name="Title Text"/>
+ <p:pic>
+ <p:nvPicPr>
+ <p:cNvPr id="34" name="Image" descr="Image"/>
+ <p:cNvPicPr>
+ <a:picLocks noChangeAspect="1"/>
+ </p:cNvPicPr>
+ <p:nvPr/>
+ </p:nvPicPr>
+ <p:blipFill>
+ <a:blip r:embed="rId2">
+ <a:extLst/>
+ </a:blip>
+ <a:stretch>
+ <a:fillRect/>
+ </a:stretch>
+ </p:blipFill>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="8332971" y="355054"/>
+ <a:ext cx="533988" cy="367118"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ </p:spPr>
+ </p:pic>
+ <p:pic>
+ <p:nvPicPr>
+ <p:cNvPr id="35" name="Image" descr="Image"/>
+ <p:cNvPicPr>
+ <a:picLocks noChangeAspect="1"/>
+ </p:cNvPicPr>
+ <p:nvPr/>
+ </p:nvPicPr>
+ <p:blipFill>
+ <a:blip r:embed="rId3">
+ <a:extLst/>
+ </a:blip>
+ <a:stretch>
+ <a:fillRect/>
+ </a:stretch>
+ </p:blipFill>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="0" y="4986439"/>
+ <a:ext cx="9144001" cy="168880"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ </p:spPr>
+ </p:pic>
+ <p:sp>
+ <p:nvSpPr>
+ <p:cNvPr id="36" name="0"/>
+ <p:cNvSpPr txBox="1"/>
+ <p:nvPr/>
+ </p:nvSpPr>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="65228" y="5003105"/>
+ <a:ext cx="127001" cy="135546"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:effectLst>
+ <a:outerShdw sx="100000" sy="100000" kx="0" ky="0" algn="b" rotWithShape="0" blurRad="190500" dist="12700" dir="5400000">
+ <a:srgbClr val="000000">
+ <a:alpha val="75000"/>
+ </a:srgbClr>
+ </a:outerShdw>
+ </a:effectLst>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
+ </p:spPr>
+ <p:txBody>
+ <a:bodyPr wrap="none" lIns="0" tIns="0" rIns="0" bIns="0">
+ <a:spAutoFit/>
+ </a:bodyPr>
+ <a:lstStyle>
+ <a:lvl1pPr>
+ <a:defRPr b="1" sz="1000">
+ <a:solidFill>
+ <a:srgbClr val="FFFFFF"/>
+ </a:solidFill>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:defRPr>
+ </a:lvl1pPr>
+ </a:lstStyle>
+ <a:p>
+ <a:pPr/>
+ <a:r>
+ <a:t>0</a:t>
+ </a:r>
+ </a:p>
+ </p:txBody>
+ </p:sp>
+ <p:sp>
+ <p:nvSpPr>
+ <p:cNvPr id="37" name="100"/>
+ <p:cNvSpPr txBox="1"/>
+ <p:nvPr/>
+ </p:nvSpPr>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="8870332" y="5003105"/>
+ <a:ext cx="224595" cy="135546"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:effectLst>
+ <a:outerShdw sx="100000" sy="100000" kx="0" ky="0" algn="b" rotWithShape="0" blurRad="190500" dist="12700" dir="5400000">
+ <a:srgbClr val="000000">
+ <a:alpha val="75000"/>
+ </a:srgbClr>
+ </a:outerShdw>
+ </a:effectLst>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
+ </p:spPr>
+ <p:txBody>
+ <a:bodyPr wrap="none" lIns="0" tIns="0" rIns="0" bIns="0">
+ <a:spAutoFit/>
+ </a:bodyPr>
+ <a:lstStyle>
+ <a:lvl1pPr>
+ <a:defRPr b="1" sz="1000">
+ <a:solidFill>
+ <a:srgbClr val="FFFFFF"/>
+ </a:solidFill>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:defRPr>
+ </a:lvl1pPr>
+ </a:lstStyle>
+ <a:p>
+ <a:pPr/>
+ <a:r>
+ <a:t>100</a:t>
+ </a:r>
+ </a:p>
+ </p:txBody>
+ </p:sp>
+ <p:sp>
+ <p:nvSpPr>
+ <p:cNvPr id="38" name="Title Text"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr>
<p:ph type="title"/>
@@ -34,15 +202,17 @@
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="914400" y="2074898"/>
- <a:ext cx="7315201" cy="993704"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- </p:spPr>
- <p:txBody>
- <a:bodyPr/>
+ <a:off x="914400" y="2074897"/>
+ <a:ext cx="7315201" cy="993705"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ </p:spPr>
+ <p:txBody>
+ <a:bodyPr>
+ <a:normAutofit fontScale="100000" lnSpcReduction="0"/>
+ </a:bodyPr>
<a:lstStyle>
<a:lvl1pPr algn="ctr"/>
</a:lstStyle>
@@ -56,17 +226,13 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="35" name="Slide Number"/>
+ <p:cNvPr id="39" name="Slide Number"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr>
<p:ph type="sldNum" sz="quarter" idx="2"/>
</p:nvPr>
</p:nvSpPr>
<p:spPr>
- <a:xfrm>
- <a:off x="6279552" y="4635137"/>
- <a:ext cx="273652" cy="264251"/>
- </a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
</a:prstGeom>
--- locals/bad/ppt/slideMasters/slideMaster1.xml
+++ locals/good/ppt/slideMasters/slideMaster1.xml
@@ -47,7 +47,7 @@
<p:spPr>
<a:xfrm>
<a:off x="8332971" y="355054"/>
- <a:ext cx="533987" cy="367117"/>
+ <a:ext cx="533988" cy="367118"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
@@ -76,7 +76,7 @@
<p:spPr>
<a:xfrm>
<a:off x="0" y="4986439"/>
- <a:ext cx="9144001" cy="168879"/>
+ <a:ext cx="9144001" cy="168880"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
@@ -94,7 +94,7 @@
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="65229" y="5003105"/>
+ <a:off x="65228" y="5003105"/>
<a:ext cx="127001" cy="135546"/>
</a:xfrm>
<a:prstGeom prst="rect">
@@ -126,6 +126,10 @@
<a:solidFill>
<a:srgbClr val="FFFFFF"/>
</a:solidFill>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl1pPr>
</a:lstStyle>
@@ -177,6 +181,10 @@
<a:solidFill>
<a:srgbClr val="FFFFFF"/>
</a:solidFill>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl1pPr>
</a:lstStyle>
@@ -310,7 +318,12 @@
</a:bodyPr>
<a:lstStyle>
<a:lvl1pPr algn="r">
- <a:defRPr sz="1200"/>
+ <a:defRPr sz="1200">
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:defRPr>
</a:lvl1pPr>
</a:lstStyle>
<a:p>
@@ -586,9 +599,9 @@
<a:srgbClr val="000000"/>
</a:solidFill>
<a:uFillTx/>
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl1pPr>
@@ -612,9 +625,9 @@
<a:srgbClr val="000000"/>
</a:solidFill>
<a:uFillTx/>
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl2pPr>
@@ -638,9 +651,9 @@
<a:srgbClr val="000000"/>
</a:solidFill>
<a:uFillTx/>
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl3pPr>
@@ -664,9 +677,9 @@
<a:srgbClr val="000000"/>
</a:solidFill>
<a:uFillTx/>
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl4pPr>
@@ -690,9 +703,9 @@
<a:srgbClr val="000000"/>
</a:solidFill>
<a:uFillTx/>
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl5pPr>
@@ -716,9 +729,9 @@
<a:srgbClr val="000000"/>
</a:solidFill>
<a:uFillTx/>
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl6pPr>
@@ -742,9 +755,9 @@
<a:srgbClr val="000000"/>
</a:solidFill>
<a:uFillTx/>
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl7pPr>
@@ -768,9 +781,9 @@
<a:srgbClr val="000000"/>
</a:solidFill>
<a:uFillTx/>
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl8pPr>
@@ -794,9 +807,9 @@
<a:srgbClr val="000000"/>
</a:solidFill>
<a:uFillTx/>
- <a:latin typeface="+mj-lt"/>
- <a:ea typeface="+mj-ea"/>
- <a:cs typeface="+mj-cs"/>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
<a:sym typeface="Arial"/>
</a:defRPr>
</a:lvl9pPr>
--- locals/bad/ppt/slides/slide1.xml
+++ locals/good/ppt/slides/slide1.xml
@@ -25,7 +25,7 @@
</p:grpSpPr>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="44" name="Google Shape;16;p1"/>
+ <p:cNvPr id="48" name="Google Shape;16;p1"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
@@ -55,10 +55,16 @@
<a:lnSpc>
<a:spcPct val="115000"/>
</a:lnSpc>
- <a:defRPr sz="3800"/>
+ <a:defRPr sz="3800">
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:defRPr>
</a:lvl1pPr>
</a:lstStyle>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>Blööö</a:t>
</a:r>
@@ -67,7 +73,7 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="45" name="Google Shape;18;p1"/>
+ <p:cNvPr id="49" name="Google Shape;18;p1"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
@@ -103,6 +109,7 @@
</a:lvl1pPr>
</a:lstStyle>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>CIM – Collaborative Intelligence Measurement</a:t>
</a:r>
@@ -111,14 +118,14 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="46" name="Google Shape;19;p1"/>
+ <p:cNvPr id="50" name="Google Shape;19;p1"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="641796" y="1857050"/>
- <a:ext cx="3000011" cy="429779"/>
+ <a:off x="641795" y="1857050"/>
+ <a:ext cx="3000013" cy="429779"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
@@ -141,10 +148,16 @@
<a:lnSpc>
<a:spcPct val="115000"/>
</a:lnSpc>
- <a:defRPr sz="1700"/>
+ <a:defRPr sz="1700">
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:defRPr>
</a:lvl1pPr>
</a:lstStyle>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>2023-10-28</a:t>
</a:r>
--- locals/bad/ppt/slides/slide2.xml
+++ locals/good/ppt/slides/slide2.xml
@@ -1,8 +1,12 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<p:sld
+ xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
+ xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
+ showMasterPhAnim="1"
+ showMasterSp="1"
>
<p:cSld>
<p:spTree>
@@ -11,22 +15,36 @@
<p:cNvGrpSpPr/>
<p:nvPr/>
</p:nvGrpSpPr>
- <p:grpSpPr/>
+ <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"/>
- <p:cNvSpPr>
- <a:spLocks noGrp="1"/>
- </p:cNvSpPr>
+ <p:cNvPr id="52" name="Title 1"/>
+ <p:cNvSpPr txBox="1"/>
<p:nvPr>
- <p:ph type="title"/>
+ <p:ph type="ctrTitle"/>
</p:nvPr>
</p:nvSpPr>
- <p:spPr/>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="546098" y="353663"/>
+ <a:ext cx="7782177" cy="581049"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ </p:spPr>
<p:txBody>
<a:bodyPr/>
<a:lstStyle/>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>The Conducting of the Survey</a:t>
</a:r>
@@ -35,71 +53,107 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="3" name="TextBox 2"/>
+ <p:cNvPr id="53" name="TextBox 2"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="914400"/>
- <a:ext cx="7772400" cy="5143500"/>
+ <a:off x="594360" y="914400"/>
+ <a:ext cx="7680961" cy="1279424"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
</a:prstGeom>
- <a:noFill/>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
</p:spPr>
<p:txBody>
- <a:bodyPr wrap="square">
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
<a:lstStyle/>
<a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
<a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
</a:pPr>
<a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
<a:t>The survey has been conducted using the survey tool CIM - Collaborative Intelligence Measurement.</a:t>
</a:r>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
</a:p>
<a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
<a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
</a:pPr>
<a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
<a:t>The survey was answered during the period 2023-10-28 to 2023-10-28</a:t>
</a:r>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
</a:p>
<a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
<a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
</a:pPr>
<a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
<a:t>2 out of 2 individuals responded to the survey, resulting in an overall response rate of 100%</a:t>
</a:r>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
</a:p>
- <a:p/>
</p:txBody>
</p:sp>
</p:spTree>
@@ -107,4 +161,5 @@
<p:clrMapOvr>
<a:masterClrMapping/>
</p:clrMapOvr>
+ <p:transition xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main" spd="med" advClick="1"/>
</p:sld>
--- locals/bad/ppt/slides/slide3.xml
+++ locals/good/ppt/slides/slide3.xml
@@ -1,8 +1,12 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<p:sld
+ xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
+ xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
+ showMasterPhAnim="1"
+ showMasterSp="1"
>
<p:cSld>
<p:spTree>
@@ -11,22 +15,36 @@
<p:cNvGrpSpPr/>
<p:nvPr/>
</p:nvGrpSpPr>
- <p:grpSpPr/>
+ <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"/>
- <p:cNvSpPr>
- <a:spLocks noGrp="1"/>
- </p:cNvSpPr>
+ <p:cNvPr id="55" name="Title 1"/>
+ <p:cNvSpPr txBox="1"/>
<p:nvPr>
- <p:ph type="title"/>
+ <p:ph type="ctrTitle"/>
</p:nvPr>
</p:nvSpPr>
- <p:spPr/>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="546098" y="353663"/>
+ <a:ext cx="7782177" cy="581049"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ </p:spPr>
<p:txBody>
<a:bodyPr/>
<a:lstStyle/>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>The Conducting of the Survey</a:t>
</a:r>
@@ -35,30 +53,44 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="3" name="TextBox 2"/>
+ <p:cNvPr id="56" name="TextBox 2"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="914400"/>
- <a:ext cx="7772400" cy="914400"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- <a:noFill/>
+ <a:off x="594360" y="914400"/>
+ <a:ext cx="7680961" cy="280799"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
</p:spPr>
<p:txBody>
- <a:bodyPr wrap="square">
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
- <a:lstStyle/>
- <a:p>
- <a:r>
- <a:rPr sz="1400">
+ <a:lstStyle>
+ <a:lvl1pPr>
+ <a:defRPr>
<a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:lvl1pPr>
+ </a:lstStyle>
+ <a:p>
+ <a:pPr/>
+ <a:r>
<a:t>Participants in the survey</a:t>
</a:r>
</a:p>
@@ -66,68 +98,96 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="4" name="TextBox 3"/>
+ <p:cNvPr id="57" name="TextBox 3"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="1234440"/>
- <a:ext cx="4572000" cy="5143500"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- <a:noFill/>
+ <a:off x="594360" y="1234439"/>
+ <a:ext cx="4480561" cy="949225"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
</p:spPr>
<p:txBody>
- <a:bodyPr wrap="square">
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
<a:lstStyle/>
<a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
<a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
</a:pPr>
<a:r>
- <a:rPr sz="1400">
+ <a:t>ok</a:t>
+ </a:r>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ <a:p>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
<a:latin typeface="Calibri"/>
- </a:rPr>
- <a:t>ok</a:t>
- </a:r>
- </a:p>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
</a:pPr>
<a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
<a:t>et</a:t>
</a:r>
- </a:p>
- <a:p/>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
</p:txBody>
</p:sp>
<p:pic>
<p:nvPicPr>
- <p:cNvPr id="5" name="Picture 4" descr="image.jpg"/>
+ <p:cNvPr id="58" name="Picture 4" descr="Picture 4"/>
<p:cNvPicPr>
<a:picLocks noChangeAspect="1"/>
</p:cNvPicPr>
<p:nvPr/>
</p:nvPicPr>
<p:blipFill>
- <a:blip r:embed="rId2"/>
+ <a:blip r:embed="rId2">
+ <a:extLst/>
+ </a:blip>
<a:stretch>
<a:fillRect/>
</a:stretch>
@@ -135,11 +195,14 @@
<p:spPr>
<a:xfrm>
<a:off x="5257800" y="1337310"/>
- <a:ext cx="3200400" cy="3200400"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
+ <a:ext cx="3200400" cy="3200401"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
</p:spPr>
</p:pic>
</p:spTree>
@@ -147,4 +210,5 @@
<p:clrMapOvr>
<a:masterClrMapping/>
</p:clrMapOvr>
+ <p:transition xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main" spd="med" advClick="1"/>
</p:sld>
--- locals/bad/ppt/slides/slide4.xml
+++ locals/good/ppt/slides/slide4.xml
@@ -1,8 +1,12 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<p:sld
+ xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
+ xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
+ showMasterPhAnim="1"
+ showMasterSp="1"
>
<p:cSld>
<p:spTree>
@@ -11,22 +15,36 @@
<p:cNvGrpSpPr/>
<p:nvPr/>
</p:nvGrpSpPr>
- <p:grpSpPr/>
+ <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"/>
- <p:cNvSpPr>
- <a:spLocks noGrp="1"/>
- </p:cNvSpPr>
+ <p:cNvPr id="60" name="Title 1"/>
+ <p:cNvSpPr txBox="1"/>
<p:nvPr>
- <p:ph type="title"/>
+ <p:ph type="ctrTitle"/>
</p:nvPr>
</p:nvSpPr>
- <p:spPr/>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="546098" y="353663"/>
+ <a:ext cx="7782177" cy="581049"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ </p:spPr>
<p:txBody>
<a:bodyPr/>
<a:lstStyle/>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>Collaborative Intelligence Measurement</a:t>
</a:r>
@@ -35,71 +53,107 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="3" name="TextBox 2"/>
+ <p:cNvPr id="61" name="TextBox 2"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="914400"/>
- <a:ext cx="7772400" cy="5143500"/>
+ <a:off x="594360" y="914400"/>
+ <a:ext cx="7680961" cy="2193824"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
</a:prstGeom>
- <a:noFill/>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
</p:spPr>
<p:txBody>
- <a:bodyPr wrap="square">
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
<a:lstStyle/>
<a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
<a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
</a:pPr>
<a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
<a:t>CIM provides organizations with a tool for working data-driven in the development of cross-functional collaboration.</a:t>
</a:r>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
</a:p>
<a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
<a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
</a:pPr>
<a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
<a:t>The survey has been developed by organizational psychologists based on research about how groups collaborate. It consists of 11 questions of importance for succeeding with cross-functional collaboration.</a:t>
</a:r>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
</a:p>
<a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
<a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
</a:pPr>
<a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
<a:t>CIM can be used to investigate collaboration between groups or within a group, most commonly in a leadership group.</a:t>
</a:r>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
</a:p>
- <a:p/>
</p:txBody>
</p:sp>
</p:spTree>
@@ -107,4 +161,5 @@
<p:clrMapOvr>
<a:masterClrMapping/>
</p:clrMapOvr>
+ <p:transition xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main" spd="med" advClick="1"/>
</p:sld>
--- locals/bad/ppt/slides/slide5.xml
+++ locals/good/ppt/slides/slide5.xml
@@ -1,8 +1,12 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<p:sld
+ xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
+ xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
+ showMasterPhAnim="1"
+ showMasterSp="1"
>
<p:cSld>
<p:spTree>
@@ -11,22 +15,36 @@
<p:cNvGrpSpPr/>
<p:nvPr/>
</p:nvGrpSpPr>
- <p:grpSpPr/>
+ <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"/>
- <p:cNvSpPr>
- <a:spLocks noGrp="1"/>
- </p:cNvSpPr>
+ <p:cNvPr id="63" name="Title 1"/>
+ <p:cNvSpPr txBox="1"/>
<p:nvPr>
- <p:ph type="title"/>
+ <p:ph type="ctrTitle"/>
</p:nvPr>
</p:nvSpPr>
- <p:spPr/>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="546098" y="353663"/>
+ <a:ext cx="7782177" cy="581049"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ </p:spPr>
<p:txBody>
<a:bodyPr/>
<a:lstStyle/>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>Interpretation of the result</a:t>
</a:r>
@@ -35,125 +53,186 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="3" name="TextBox 2"/>
+ <p:cNvPr id="64" name="TextBox 2"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="914400"/>
- <a:ext cx="4572000" cy="5143500"/>
+ <a:off x="594360" y="914400"/>
+ <a:ext cx="4480561" cy="4454424"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
</a:prstGeom>
- <a:noFill/>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
</p:spPr>
<p:txBody>
- <a:bodyPr wrap="square">
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
<a:lstStyle/>
<a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>Experience shows that we tend to rate cross-functional collaboration within the group relatively higher than collaboration with functions outside the group. Therefore, the thresholds for evaluating the group\'s internal CIM results are set slightly higher than for the interpretation of collaboration between groups.</a:t>
</a:r>
- </a:p>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ <a:p>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>Color coding of the CIM graphs follows the thresholds in shaded transition.</a:t>
</a:r>
- </a:p>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ <a:p>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>CIM generates comprehensive data. Based on the survey results and proven experience, insights and so-called action points that you should focus on to improve collaboration are suggested.</a:t>
</a:r>
- </a:p>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ <a:p>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>Your CIM facilitator ultimately chooses which results are highlighted in the report.</a:t>
</a:r>
- </a:p>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ <a:p>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>Interpret your report in consultation with a certified CIM facilitator.</a:t>
</a:r>
- </a:p>
- <a:p/>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
</p:txBody>
</p:sp>
<p:pic>
<p:nvPicPr>
- <p:cNvPr id="4" name="Picture 3" descr="image.png"/>
+ <p:cNvPr id="65" name="Picture 3" descr="Picture 3"/>
<p:cNvPicPr>
<a:picLocks noChangeAspect="1"/>
</p:cNvPicPr>
<p:nvPr/>
</p:nvPicPr>
<p:blipFill>
- <a:blip r:embed="rId2"/>
+ <a:blip r:embed="rId2">
+ <a:extLst/>
+ </a:blip>
<a:stretch>
<a:fillRect/>
</a:stretch>
</p:blipFill>
<p:spPr>
<a:xfrm>
- <a:off x="6364946" y="1245870"/>
- <a:ext cx="986108" cy="3200400"/>
+ <a:off x="6364945" y="1245869"/>
+ <a:ext cx="986110" cy="3200401"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
</a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
</p:spPr>
</p:pic>
</p:spTree>
@@ -161,4 +240,5 @@
<p:clrMapOvr>
<a:masterClrMapping/>
</p:clrMapOvr>
+ <p:transition xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main" spd="med" advClick="1"/>
</p:sld>
--- locals/bad/ppt/slides/slide6.xml
+++ locals/good/ppt/slides/slide6.xml
@@ -1,8 +1,12 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<p:sld
+ xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
+ xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
+ showMasterPhAnim="1"
+ showMasterSp="1"
>
<p:cSld>
<p:spTree>
@@ -11,22 +15,36 @@
<p:cNvGrpSpPr/>
<p:nvPr/>
</p:nvGrpSpPr>
- <p:grpSpPr/>
+ <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"/>
- <p:cNvSpPr>
- <a:spLocks noGrp="1"/>
- </p:cNvSpPr>
+ <p:cNvPr id="67" name="Title 1"/>
+ <p:cNvSpPr txBox="1"/>
<p:nvPr>
<p:ph type="title"/>
</p:nvPr>
</p:nvSpPr>
- <p:spPr/>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="914400" y="2074897"/>
+ <a:ext cx="7315201" cy="993705"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ </p:spPr>
<p:txBody>
<a:bodyPr/>
<a:lstStyle/>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>Results – Collaboration Within the Group</a:t>
</a:r>
@@ -38,4 +56,5 @@
<p:clrMapOvr>
<a:masterClrMapping/>
</p:clrMapOvr>
+ <p:transition xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main" spd="med" advClick="1"/>
</p:sld>
--- locals/bad/ppt/slides/slide7.xml
+++ locals/good/ppt/slides/slide7.xml
@@ -1,8 +1,12 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<p:sld
+ xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
+ xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
+ showMasterPhAnim="1"
+ showMasterSp="1"
>
<p:cSld>
<p:spTree>
@@ -11,22 +15,36 @@
<p:cNvGrpSpPr/>
<p:nvPr/>
</p:nvGrpSpPr>
- <p:grpSpPr/>
- <p:sp>
- <p:nvSpPr>
- <p:cNvPr id="2" name="Title 1"/>
- <p:cNvSpPr>
- <a:spLocks noGrp="1"/>
- </p:cNvSpPr>
+ <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="69" name="Title 1"/>
+ <p:cNvSpPr txBox="1"/>
<p:nvPr>
- <p:ph type="title"/>
+ <p:ph type="ctrTitle"/>
</p:nvPr>
</p:nvSpPr>
- <p:spPr/>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="546098" y="353663"/>
+ <a:ext cx="7782177" cy="581049"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ </p:spPr>
<p:txBody>
<a:bodyPr/>
<a:lstStyle/>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>CIM Index</a:t>
</a:r>
@@ -35,30 +53,44 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="3" name="TextBox 2"/>
+ <p:cNvPr id="70" name="TextBox 2"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="914400"/>
- <a:ext cx="7772400" cy="914400"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- <a:noFill/>
- </p:spPr>
- <p:txBody>
- <a:bodyPr wrap="square">
+ <a:off x="594360" y="914400"/>
+ <a:ext cx="7680961" cy="509399"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
+ </p:spPr>
+ <p:txBody>
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
- <a:lstStyle/>
- <a:p>
- <a:r>
- <a:rPr sz="1400">
+ <a:lstStyle>
+ <a:lvl1pPr>
+ <a:defRPr>
<a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:lvl1pPr>
+ </a:lstStyle>
+ <a:p>
+ <a:pPr/>
+ <a:r>
<a:t>The CIM index indicates the overall measurement value for all measurement units, themes, and questions. The value provides feedback on how well the collaboration is functioning overall.</a:t>
</a:r>
</a:p>
@@ -66,69 +98,101 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="4" name="TextBox 3"/>
+ <p:cNvPr id="71" name="TextBox 3"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="1554480"/>
- <a:ext cx="7772400" cy="5143500"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- <a:noFill/>
- </p:spPr>
- <p:txBody>
- <a:bodyPr wrap="square">
+ <a:off x="594360" y="1554480"/>
+ <a:ext cx="7680961" cy="619024"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
+ </p:spPr>
+ <p:txBody>
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
- <a:lstStyle/>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
+ <a:lstStyle>
+ <a:lvl1pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
<a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
+ <a:defRPr>
<a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:lvl1pPr>
+ </a:lstStyle>
+ <a:p>
+ <a:pPr/>
+ <a:r>
<a:t>CIM index among group members: 49</a:t>
</a:r>
- </a:p>
- <a:p/>
- </p:txBody>
- </p:sp>
- <p:sp>
- <p:nvSpPr>
- <p:cNvPr id="5" name="TextBox 4"/>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ </p:txBody>
+ </p:sp>
+ <p:sp>
+ <p:nvSpPr>
+ <p:cNvPr id="72" name="TextBox 4"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="3771900"/>
- <a:ext cx="7772400" cy="914400"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- <a:noFill/>
- </p:spPr>
- <p:txBody>
- <a:bodyPr wrap="square">
+ <a:off x="594360" y="3771900"/>
+ <a:ext cx="7680961" cy="737999"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
+ </p:spPr>
+ <p:txBody>
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
- <a:lstStyle/>
- <a:p>
- <a:r>
- <a:rPr sz="1400" i="1">
+ <a:lstStyle>
+ <a:lvl1pPr>
+ <a:defRPr i="1">
<a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:lvl1pPr>
+ </a:lstStyle>
+ <a:p>
+ <a:pPr/>
+ <a:r>
<a:t>Tip: Use the CIM index to establish common goals for the development of your collaboration. Go through each of your respective individual reports to see how you can contribute to raising the CIM Index and collaboration within the group.</a:t>
</a:r>
</a:p>
@@ -139,4 +203,5 @@
<p:clrMapOvr>
<a:masterClrMapping/>
</p:clrMapOvr>
+ <p:transition xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main" spd="med" advClick="1"/>
</p:sld>
--- locals/bad/ppt/slides/slide8.xml
+++ locals/good/ppt/slides/slide8.xml
@@ -1,8 +1,12 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<p:sld
+ xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
+ xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
+ showMasterPhAnim="1"
+ showMasterSp="1"
>
<p:cSld>
<p:spTree>
@@ -11,22 +15,36 @@
<p:cNvGrpSpPr/>
<p:nvPr/>
</p:nvGrpSpPr>
- <p:grpSpPr/>
+ <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"/>
- <p:cNvSpPr>
- <a:spLocks noGrp="1"/>
- </p:cNvSpPr>
+ <p:cNvPr id="74" name="Title 1"/>
+ <p:cNvSpPr txBox="1"/>
<p:nvPr>
- <p:ph type="title"/>
+ <p:ph type="ctrTitle"/>
</p:nvPr>
</p:nvSpPr>
- <p:spPr/>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="546098" y="353663"/>
+ <a:ext cx="7782177" cy="581049"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ </p:spPr>
<p:txBody>
<a:bodyPr/>
<a:lstStyle/>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>Collaboration themes within the group</a:t>
</a:r>
@@ -35,30 +53,44 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="3" name="TextBox 2"/>
+ <p:cNvPr id="75" name="TextBox 2"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="914400"/>
- <a:ext cx="7772400" cy="914400"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- <a:noFill/>
+ <a:off x="594360" y="914400"/>
+ <a:ext cx="7680961" cy="280799"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
</p:spPr>
<p:txBody>
- <a:bodyPr wrap="square">
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
- <a:lstStyle/>
- <a:p>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:lstStyle>
+ <a:lvl1pPr>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:lvl1pPr>
+ </a:lstStyle>
+ <a:p>
+ <a:pPr/>
+ <a:r>
<a:t>The index for each theme provides an overview of strengths and areas for improvement.</a:t>
</a:r>
</a:p>
@@ -66,153 +98,228 @@
</p:sp>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="4" name="TextBox 3"/>
+ <p:cNvPr id="76" name="TextBox 3"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="1234440"/>
- <a:ext cx="4572000" cy="5143500"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- <a:noFill/>
+ <a:off x="594360" y="1234439"/>
+ <a:ext cx="4480561" cy="1939825"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
</p:spPr>
<p:txBody>
- <a:bodyPr wrap="square">
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
<a:lstStyle/>
<a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>Need for Collaboration: 48</a:t>
</a:r>
- </a:p>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ <a:p>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>Depth of Collaboration: 35.665</a:t>
</a:r>
- </a:p>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ <a:p>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>Coordination: 58</a:t>
</a:r>
- </a:p>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ <a:p>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>Communication: 47</a:t>
</a:r>
- </a:p>
- <a:p>
- <a:pPr marL="0" indent="171450">
- <a:spcAft>
- <a:spcPts val="800.0"/>
- </a:spcAft>
- <a:buFont typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
- <a:buChar char="•"/>
- </a:pPr>
- <a:r>
- <a:rPr sz="1400">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
+ <a:p>
+ <a:pPr marL="171450" indent="-171450">
+ <a:spcBef>
+ <a:spcPts val="800"/>
+ </a:spcBef>
+ <a:buSzPct val="100000"/>
+ <a:buFont typeface="Arial"/>
+ <a:buChar char="•"/>
+ <a:defRPr>
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:pPr>
+ <a:r>
<a:t>Leadership: 50</a:t>
</a:r>
- </a:p>
- <a:p/>
+ <a:endParaRPr>
+ <a:latin typeface="+mn-lt"/>
+ <a:ea typeface="+mn-ea"/>
+ <a:cs typeface="+mn-cs"/>
+ <a:sym typeface="Arial"/>
+ </a:endParaRPr>
+ </a:p>
</p:txBody>
</p:sp>
<p:pic>
<p:nvPicPr>
- <p:cNvPr id="5" name="Picture 4" descr="image.jpg"/>
+ <p:cNvPr id="77" name="Picture 4" descr="Picture 4"/>
<p:cNvPicPr>
<a:picLocks noChangeAspect="1"/>
</p:cNvPicPr>
<p:nvPr/>
</p:nvPicPr>
<p:blipFill>
- <a:blip r:embed="rId2"/>
+ <a:blip r:embed="rId2">
+ <a:extLst/>
+ </a:blip>
<a:stretch>
<a:fillRect/>
</a:stretch>
</p:blipFill>
<p:spPr>
<a:xfrm>
- <a:off x="4686300" y="1580197"/>
- <a:ext cx="4343400" cy="2714625"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
+ <a:off x="4686300" y="1580196"/>
+ <a:ext cx="4343400" cy="2714626"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
</p:spPr>
</p:pic>
<p:sp>
<p:nvSpPr>
- <p:cNvPr id="6" name="TextBox 5"/>
+ <p:cNvPr id="78" name="TextBox 5"/>
<p:cNvSpPr txBox="1"/>
<p:nvPr/>
</p:nvSpPr>
<p:spPr>
<a:xfrm>
- <a:off x="548640" y="3771900"/>
- <a:ext cx="4572000" cy="914400"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- <a:noFill/>
+ <a:off x="594360" y="3771900"/>
+ <a:ext cx="4480561" cy="966599"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
+ <a:extLst>
+ <a:ext uri="{C572A759-6A51-4108-AA02-DFA0A04FC94B}">
+ <ma14:wrappingTextBoxFlag xmlns:ma14="http://schemas.microsoft.com/office/mac/drawingml/2011/main" val="1"/>
+ </a:ext>
+ </a:extLst>
</p:spPr>
<p:txBody>
- <a:bodyPr wrap="square">
+ <a:bodyPr lIns="45719" rIns="45719">
<a:spAutoFit/>
</a:bodyPr>
- <a:lstStyle/>
- <a:p>
- <a:r>
- <a:rPr sz="1400" i="1">
- <a:latin typeface="Calibri"/>
- </a:rPr>
+ <a:lstStyle>
+ <a:lvl1pPr>
+ <a:defRPr i="1">
+ <a:latin typeface="Calibri"/>
+ <a:ea typeface="Calibri"/>
+ <a:cs typeface="Calibri"/>
+ <a:sym typeface="Calibri"/>
+ </a:defRPr>
+ </a:lvl1pPr>
+ </a:lstStyle>
+ <a:p>
+ <a:pPr/>
+ <a:r>
<a:t>Tip: Integrate the work on your development areas into structures and processes when organizing your group\'s collaborations, meetings, and workshops. On the following page, the five themes are specified, question by question.</a:t>
</a:r>
</a:p>
@@ -223,4 +330,5 @@
<p:clrMapOvr>
<a:masterClrMapping/>
</p:clrMapOvr>
+ <p:transition xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main" spd="med" advClick="1"/>
</p:sld>
--- locals/bad/ppt/slides/slide9.xml
+++ locals/good/ppt/slides/slide9.xml
@@ -1,8 +1,12 @@
<?xml version=\'1.0\' encoding=\'UTF-8\' standalone=\'yes\'?>
<p:sld
+ xmlns:a14="http://schemas.microsoft.com/office/drawing/2010/main"
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"
+ xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
+ showMasterPhAnim="1"
+ showMasterSp="1"
>
<p:cSld>
<p:spTree>
@@ -11,22 +15,36 @@
<p:cNvGrpSpPr/>
<p:nvPr/>
</p:nvGrpSpPr>
- <p:grpSpPr/>
+ <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"/>
- <p:cNvSpPr>
- <a:spLocks noGrp="1"/>
- </p:cNvSpPr>
+ <p:cNvPr id="80" name="Title 1"/>
+ <p:cNvSpPr txBox="1"/>
<p:nvPr>
- <p:ph type="title"/>
+ <p:ph type="ctrTitle"/>
</p:nvPr>
</p:nvSpPr>
- <p:spPr/>
+ <p:spPr>
+ <a:xfrm>
+ <a:off x="546098" y="353663"/>
+ <a:ext cx="7782177" cy="581049"/>
+ </a:xfrm>
+ <a:prstGeom prst="rect">
+ <a:avLst/>
+ </a:prstGeom>
+ </p:spPr>
<p:txBody>
<a:bodyPr/>
<a:lstStyle/>
<a:p>
+ <a:pPr/>
<a:r>
<a:t>Deepening based on questions</a:t>
</a:r>
@@ -35,58 +53,37 @@
</p:sp>
<p:pic>
<p:nvPicPr>
- <p:cNvPr id="3" name="Picture 2" descr="image.jpg"/>
+ <p:cNvPr id="81" name="Picture 2" descr="Picture 2"/>
<p:cNvPicPr>
<a:picLocks noChangeAspect="1"/>
</p:cNvPicPr>
<p:nvPr/>
</p:nvPicPr>
<p:blipFill>
- <a:blip r:embed="rId2"/>
+ <a:blip r:embed="rId2">
+ <a:extLst/>
+ </a:blip>
<a:stretch>
<a:fillRect/>
</a:stretch>
</p:blipFill>
<p:spPr>
<a:xfrm>
- <a:off x="914400" y="1220470"/>
- <a:ext cx="7315200" cy="3251200"/>
+ <a:off x="914400" y="1220469"/>
+ <a:ext cx="7315200" cy="3251201"/>
</a:xfrm>
<a:prstGeom prst="rect">
<a:avLst/>
</a:prstGeom>
+ <a:ln w="12700">
+ <a:miter lim="400000"/>
+ </a:ln>
</p:spPr>
</p:pic>
- <p:sp>
- <p:nvSpPr>
- <p:cNvPr id="4" name="TextBox 3"/>
- <p:cNvSpPr txBox="1"/>
- <p:nvPr/>
- </p:nvSpPr>
- <p:spPr>
- <a:xfrm>
- <a:off x="914400" y="4471670"/>
- <a:ext cx="7315200" cy="914400"/>
- </a:xfrm>
- <a:prstGeom prst="rect">
- <a:avLst/>
- </a:prstGeom>
- <a:noFill/>
- </p:spPr>
- <p:txBody>
- <a:bodyPr wrap="none">
- <a:spAutoFit/>
- </a:bodyPr>
- <a:lstStyle/>
- <a:p/>
- <a:p>
- <a:pPr algn="just"/>
- </a:p>
- </p:txBody>
- </p:sp>
</p:spTree>
</p:cSld>
<p:clrMapOvr>
<a:masterClrMapping/>
</p:clrMapOvr>
+ <p:transition xmlns:p14="http://schemas.microsoft.com/office/powerpoint/2010/main" spd="med" advClick="1"/>
</p:sld>
--- locals/bad/ppt/theme/theme1.xml
+++ locals/good/ppt/theme/theme1.xml
@@ -45,14 +45,14 @@
</a:clrScheme>
<a:fontScheme name="Office Theme">
<a:majorFont>
+ <a:latin typeface="Helvetica"/>
+ <a:ea typeface="Helvetica"/>
+ <a:cs typeface="Helvetica"/>
+ </a:majorFont>
+ <a:minorFont>
<a:latin typeface="Arial"/>
<a:ea typeface="Arial"/>
<a:cs typeface="Arial"/>
- </a:majorFont>
- <a:minorFont>
- <a:latin typeface="Helvetica"/>
- <a:ea typeface="Helvetica"/>
- <a:cs typeface="Helvetica"/>
</a:minorFont>
</a:fontScheme>
<a:fmtScheme name="Office Theme">
@@ -236,7 +236,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:defPPr>
<a:lvl1pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="1" hangingPunct="0">
@@ -807,7 +807,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:defPPr>
<a:lvl1pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="1" hangingPunct="0">
--- locals/bad/ppt/theme/theme2.xml
+++ locals/good/ppt/theme/theme2.xml
@@ -45,14 +45,14 @@
</a:clrScheme>
<a:fontScheme name="Office Theme">
<a:majorFont>
+ <a:latin typeface="Helvetica"/>
+ <a:ea typeface="Helvetica"/>
+ <a:cs typeface="Helvetica"/>
+ </a:majorFont>
+ <a:minorFont>
<a:latin typeface="Arial"/>
<a:ea typeface="Arial"/>
<a:cs typeface="Arial"/>
- </a:majorFont>
- <a:minorFont>
- <a:latin typeface="Helvetica"/>
- <a:ea typeface="Helvetica"/>
- <a:cs typeface="Helvetica"/>
</a:minorFont>
</a:fontScheme>
<a:fmtScheme name="Office Theme">
@@ -236,7 +236,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:defPPr>
<a:lvl1pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="1" hangingPunct="0">
@@ -807,7 +807,7 @@
<a:latin typeface="+mj-lt"/>
<a:ea typeface="+mj-ea"/>
<a:cs typeface="+mj-cs"/>
- <a:sym typeface="Arial"/>
+ <a:sym typeface="Helvetica"/>
</a:defRPr>
</a:defPPr>
<a:lvl1pPr marL="0" marR="0" indent="0" algn="l" defTabSz="914400" rtl="0" fontAlgn="auto" latinLnBrk="1" hangingPunct="0">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment