Merge pull request #214 from katrinleinweber/resolve-DOIs-securely
authorRaniere Silva <raniere@rgaiacs.com>
Mon, 5 Mar 2018 11:10:12 +0000 (11:10 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Mar 2018 11:10:12 +0000 (11:10 +0000)
Link DOIs to preferred resolver

12 files changed:
CONDUCT.md
LICENSE.md
_includes/lc/syllabus.html
_includes/lesson_footer.html
_includes/links.md
_includes/workshop_footer.html
assets/css/lesson.scss
assets/img/swc-icon-blue.svg
assets/img/swc-logo-blue.svg
assets/img/swc-logo-white.svg
bin/generate_md_episodes.R
bin/lesson_initialize.py

index 5e4943b4caf8680fce2d651c01b542b8feddc5be..acf6fb69a2966172764542a6ae3284cf96d1f0e1 100644 (file)
@@ -4,42 +4,9 @@ title: "Contributor Code of Conduct"
 permalink: /conduct/
 ---
 As contributors and maintainers of this project,
-we pledge to respect all people who contribute through reporting issues,
-posting feature requests,
-updating documentation,
-submitting pull requests or patches,
-and other activities.
-
-We are committed to making participation in this project a harassment-free experience for everyone,
-regardless of level of experience,
-gender,
-gender identity and expression,
-sexual orientation,
-disability,
-personal appearance,
-body size,
-race,
-ethnicity,
-age,
-or religion.
-
-Examples of unacceptable behavior by participants include the use of sexual language or imagery,
-derogatory comments or personal attacks,
-trolling,
-public or private harassment,
-insults,
-or other unprofessional conduct.
-
-Project maintainers have the right and responsibility to remove, edit, or reject
-comments, commits, code, wiki edits, issues, and other contributions
-that are not aligned to our [Code of Conduct][coc].
-Project maintainers who do not follow the Code of Conduct may be removed from the project team.
+we pledge to follow the [Carpentry Code of Conduct][coc].
 
 Instances of abusive, harassing, or otherwise unacceptable behavior
 may be reported by following our [reporting guidelines][coc-reporting].
 
-
-- [Software and Data Carpentry Code of Conduct][coc]
-- [Code of Conduct Reporting Guide][coc-reporting]
-
 {% include links.md %}
index e1075991773ef62626c0a813ba0f5e57e65e821c..0e87b5877a1cb3753b50851a10e70fb51568dd95 100644 (file)
@@ -78,6 +78,6 @@ are registered trademarks of [NumFOCUS][numfocus].
 
 [cc-by-human]: https://creativecommons.org/licenses/by/4.0/
 [cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
-[mit-license]: http://opensource.org/licenses/mit-license.html
-[numfocus]: http://numfocus.org/
-[osi]: http://opensource.org
+[mit-license]: https://opensource.org/licenses/mit-license.html
+[numfocus]: https://numfocus.org/
+[osi]: https://opensource.org
index 4dc20776d4908e2d7c6703ba525073e90d4dcd25..e2c7012e071afedfdf6d0e91c101a6539ffe5e26 100644 (file)
@@ -8,7 +8,7 @@
       <li>Plain text formats</li>
       <li>Naming files</li>
       <li>Regular expressions</li>
-      <li><a href="http://data-lessons.github.io/library-data-intro/reference/">Reference...</a></li>
+      <li><a href="https://data-lessons.github.io/library-data-intro/reference/">Reference...</a></li>
     </ul>
   </div>
   <div class="col-md-6">
@@ -19,7 +19,7 @@
       <li>Counting and sorting contents in files</li>
       <li>Pipes and redirection</li>
       <li>Mining or searching in files</li>
-      <li><a href="http://data-lessons.github.io/library-shell/reference/">Reference...</a></li>
+      <li><a href="https://data-lessons.github.io/library-shell/reference/">Reference...</a></li>
     </ul>
   </div>
 
@@ -35,7 +35,7 @@
       <li>Viewing state changes with <code>status</code></li>
       <li>Working on the web: <code>clone</code>, <code>pull</code>, <code>push</code>, ...</li>
       <li>Where to host work, and why</li>
-      <li><a href="http://data-lessons.github.io/library-git/reference">Reference...</a></li>
+      <li><a href="https://data-lessons.github.io/library-git/reference">Reference...</a></li>
     </ul>
   </div>
   <div class="col-md-6">
@@ -46,7 +46,7 @@
         <li>Importing data</li>
         <li>Basic functions</li>
         <li>Advanced Functions</li>
-        <li><a href="http://data-lessons.github.io/library-openrefine/reference">Reference...</a></li>
+        <li><a href="https://data-lessons.github.io/library-openrefine/reference">Reference...</a></li>
       </ul>
     </div>
   </div>
@@ -62,7 +62,7 @@
       <li>Filtering with <code>where</code></li>
       <li>Combining values using aggregation</li>
       <li>Combining information from multiple tables using <code>join</code></li>
-      <li><a href="http://data-lessons.github.io//library-sql/reference/">Reference...</a></li>
+      <li><a href="https://data-lessons.github.io//library-sql/reference/">Reference...</a></li>
     </ul>
   </div>
 </div>
index f36bc09c368d0b741ffdb0127156e556313233a1..e88210ef728b02dc96e627d049fbeee80945e1ad 100644 (file)
@@ -31,7 +31,7 @@
        /
        <a href="{{ site.github.repository_url }}/blob/gh-pages/CITATION">Cite</a>
        /
-       <a href="{{ site.email }}">Contact</a>
+       <a href="mailto:{{ site.email }}">Contact</a>
       </h4>
     </div>
   </div>
index 71ee7ee671a93f894865ecbd7552129cc5fc63e0..273d63ea4dcf836caaaf52639722dc9d11879dcd 100644 (file)
@@ -1,8 +1,8 @@
 [cc-by-human]: https://creativecommons.org/licenses/by/4.0/
 [cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
-[concept-maps]: http://carpentries.github.io/instructor-training/05-memory/
+[concept-maps]: https://carpentries.github.io/instructor-training/05-memory/
 [email]: mailto:lessons@software-carpentry.org
-[contrib-covenant]: http://contributor-covenant.org/
+[contrib-covenant]: https://contributor-covenant.org/
 [contributing]: {{ site.github.repository_url }}/blob/gh-pages/CONTRIBUTING.md
 [cran-checkpoint]: https://cran.r-project.org/web/packages/checkpoint/index.html
 [cran-knitr]: https://cran.r-project.org/web/packages/knitr/index.html
 [jekyll-windows]: http://jekyll-windows.juthilo.com/
 [jekyll]: https://jekyllrb.com/
 [jupyter]: https://jupyter.org/
-[mit-license]: http://opensource.org/licenses/mit-license.html
+[mit-license]: https://opensource.org/licenses/mit-license.html
 [morea]: https://morea-framework.github.io/
-[numfocus]: http://numfocus.org/
-[osi]: http://opensource.org
+[numfocus]: https://numfocus.org/
+[osi]: https://opensource.org
 [pandoc]: https://pandoc.org/
 [paper-now]: https://github.com/PeerJ/paper-now
 [python-gapminder]: https://swcarpentry.github.io/python-novice-gapminder/
 [r-markdown]: http://rmarkdown.rstudio.com/
 [rstudio]: https://www.rstudio.com/
 [ruby-install-guide]: https://www.ruby-lang.org/en/downloads/
-[ruby-installer]: http://rubyinstaller.org/
+[ruby-installer]: https://rubyinstaller.org/
 [rubygems]: https://rubygems.org/pages/download/
 [styles]: https://github.com/swcarpentry/styles/
-[training]: http://swcarpentry.github.io/instructor-training/
+[training]: https://swcarpentry.github.io/instructor-training/
 [workshop-repo]: {{ site.workshop_repo }}
 [yaml]: http://yaml.org/
 [coc]: https://software-carpentry.org/conduct/
 [coc-reporting]: https://software-carpentry.org/CoC-reporting/
+[lesson-example]: https://swcarpentry.github.io/lesson-example/
index 897e421d0ad452383ab9528e866a127f58f0fef5..bc44f286ad2cf01ee60bf9d32596088564a34f30 100644 (file)
@@ -5,7 +5,7 @@
   <div class="row">
     <div class="col-md-6" align="left">
       <h4>
-       Copyright &copy; 2016
+       Copyright &copy; 2016–{{ 'now' | date: "%Y" }}
        {% if site.carpentry == "swc" %}
        <a href="{{ site.swc_site }}">Software Carpentry Foundation</a>
        {% elsif site.carpentry == "dc" %}
index abbaecb738f85f74f69134bc3f3d2956faf73570..d2a2f29f6b21d7afccb07ffff29988ab24d481ec 100644 (file)
@@ -39,22 +39,28 @@ $color-testimonial: #fc8dc1 !default;
 .output { @include cdSetup($color-output); }
 .source { @include cdSetup($color-source); }
 
-.bash   { @include cdSetup($color-source); }
-.make   { @include cdSetup($color-source); }
-.matlab { @include cdSetup($color-source); }
-.python { @include cdSetup($color-source); }
-.r      { @include cdSetup($color-source); }
-.sql    { @include cdSetup($color-source); }
+.bash, .language-bash     { @include cdSetup($color-source); }
+.make, .language-make     { @include cdSetup($color-source); }
+.matlab, .language-matlab { @include cdSetup($color-source); }
+.python, .language-python { @include cdSetup($color-source); }
+.r, .language-r           { @include cdSetup($color-source); }
+.sql, .langauge-sql       { @include cdSetup($color-source); }
 
 .error pre,
 .output pre,
 .source pre,
 .bash pre,
+.language-bash pre,
 .make pre,
+.language-make pre,
 .matlab pre,
+.language-matlab pre,
 .python pre,
+.language-python pre,
 .r pre,
-.sql pre {
+.language-r pre,
+.sql pre ,
+.language-sql pre {
   border-radius: 0 4px 4px 0;
 }
 
index d2ebb55360ffabf1894f50dbad3343ff7cd48ff5..c60af9c8c4f9875262a77aedf0a54fefaa2cfc6a 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-<svg version="1.2" baseProfile="tiny" width="30.48mm" height="23.11mm" viewBox="0 0 3048 2311" preserveAspectRatio="xMidYMid" fill-rule="evenodd" clip-path="url(#presentation_clip_path)" stroke-width="28.222" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve">
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" baseProfile="tiny" width="30.48mm" height="23.11mm" viewBox="0 0 3048 2311" preserveAspectRatio="xMidYMid" fill-rule="evenodd" stroke-width="28.222" stroke-linejoin="round" xml:space="preserve">
  <defs class="ClipPathGroup">
   <clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
    <rect x="0" y="0" width="3048" height="2311"/>
@@ -68,4 +67,4 @@
    </g>
   </g>
  </g>
-</svg>
\ No newline at end of file
+</svg>
index 00c1b07626a193c4fb20d43aa72e44b680e19f31..4a0fa2279f2a2143d6688868b62348c86053d6bc 100644 (file)
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:ooo="http://xml.openoffice.org/svg/export"
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.2"
-   width="125.90001mm"
-   height="25.779827mm"
-   viewBox="0 0 12590.001 2577.9828"
-   preserveAspectRatio="xMidYMid"
-   clip-path="url(#presentation_clip_path)"
-   xml:space="preserve"
-   id="svg3882"
-   inkscape:version="0.91 r13725"
-   sodipodi:docname="logo-blue.svg"
-   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
-     id="metadata4388"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1076"
-     inkscape:window-height="726"
-     id="namedview4386"
-     showgrid="false"
-     showguides="false"
-     fit-margin-top="0.2"
-     fit-margin-left="0.2"
-     fit-margin-right="0.2"
-     fit-margin-bottom="0.2"
-     inkscape:zoom="0.72287584"
-     inkscape:cx="219.13423"
-     inkscape:cy="112.13459"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="svg3882" /><defs
-     class="ClipPathGroup"
-     id="defs3884"><clipPath
-       id="presentation_clip_path"
-       clipPathUnits="userSpaceOnUse"><rect
-         x="0"
-         y="0"
-         width="27940"
-         height="21590"
-         id="rect3887" /></clipPath></defs><defs
-     class="TextShapeIndex"
-     id="defs3889"><g
-       ooo:slide="id1"
-       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92"
-       id="g3891" /></defs><defs
-     class="EmbeddedBulletChars"
-     id="defs3893"><g
-       id="bullet-char-template(57356)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 580,1141 1163,571 580,0 -4,571 580,1141 Z"
-         id="path3896"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(57354)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 Z"
-         id="path3899"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(10146)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 174,0 602,739 174,1481 1456,739 174,0 Z m 1184,739 -1049,607 350,-607 699,0 z"
-         id="path3902"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(10132)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
-         id="path3905"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(10007)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
-         id="path3908"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(10004)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
-         id="path3911"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(9679)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
-         id="path3914"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(8226)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
-         id="path3917"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(8211)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
-         id="path3920"
-         inkscape:connector-curvature="0" /></g></defs><defs
-     class="TextEmbeddedBitmaps"
-     id="defs3922" /><g
-     id="g3924"
-     transform="translate(-562.8506,-450.05897)"><g
-       id="id2"
-       class="Master_Slide"><g
-         id="bg-id2"
-         class="Background" /><g
-         id="bo-id2"
-         class="BackgroundObjects" /></g></g><g
-     id="id34"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4094"
-       d="m 12771,986 c -40,-43 -239,-38 -294,-39 -302,-2 -866,15 -1148,15 -11,0 -50,19 -44,35 -200,0 -306,1 -548,-2 -131,-1 -443,15 -451,-216 -4,-116 102,-218 227,-342 -80,-24 -160,29 -241,74 -39,39 -66,65 -99,98 -122,178 -170,358 -141,538 110,-21 192,130 115,201 l -69,1 c -33,0 -59,34 -58,74 l 2,160 c 1,41 28,68 60,68 l 348,0 c 32,-1 58,-34 57,-75 l -2,-160 c 0,-40 -27,-73 -60,-72 l -43,0 c -77,-215 170,-187 310,-185 262,2 350,1 581,1 13,16 7,46 43,61 23,9 1412,6 1437,0 25,-6 18,-18 27,-27 12,-48 39,-155 -9,-208 z m -2343,388 0,170 c 0,0 -5,-111 -50,-118 -46,-7 -20,-52 -20,-52 l 70,0 z m 2328,-312 c 0,0 -41,-14 -74,-35 -71,-46 -1331,-5 -1331,-5 l 36,-30 c 0,0 1284,-22 1328,0 44,22 41,70 41,70 z" /></g><g
-     id="id35"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4099"
-       d="m 9763,2584 c 25,-36 37,-79 37,-129 0,-33 -9,-63 -27,-88 -19,-26 -46,-49 -82,-68 -36,-19 -83,-36 -140,-50 -50,-12 -87,-22 -115,-30 -28,-8 -50,-19 -67,-32 -18,-13 -26,-30 -26,-51 0,-23 11,-43 35,-58 23,-14 52,-22 86,-22 34,0 60,6 80,17 20,11 37,26 51,45 17,21 32,38 45,48 13,10 28,15 46,15 25,0 44,-6 58,-19 13,-13 20,-29 20,-49 0,-18 -7,-38 -19,-57 -13,-20 -33,-38 -58,-55 -25,-16 -57,-29 -94,-39 -38,-10 -81,-15 -129,-15 -60,0 -112,10 -155,29 -42,19 -75,46 -96,78 -22,32 -33,67 -33,103 0,40 12,75 35,102 24,28 55,51 95,68 40,17 92,34 155,50 57,14 99,28 124,43 26,16 39,41 39,76 0,23 -13,43 -38,60 -24,17 -56,26 -94,26 -46,0 -84,-9 -111,-25 -27,-17 -50,-42 -70,-76 -9,-17 -19,-30 -29,-39 -9,-9 -23,-13 -42,-13 -21,0 -38,7 -52,20 -13,14 -20,30 -20,49 0,30 11,60 33,90 22,30 57,55 104,75 47,20 104,30 169,30 69,0 129,-9 177,-28 47,-18 84,-45 108,-81 z" /></g><g
-     id="id36"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4104"
-       d="m 11083,1671 c -61,0 -109,8 -143,23 -34,15 -59,40 -73,73 -14,33 -22,79 -22,136 l 0,61 -48,0 c -60,0 -89,20 -89,62 0,19 7,33 21,45 14,12 34,18 61,18 l 55,0 0,496 c 0,36 9,63 25,81 17,19 38,28 63,28 26,0 48,-10 64,-28 17,-18 25,-45 25,-81 l 0,-496 50,0 c 33,0 58,-4 76,-12 18,-8 26,-25 26,-54 0,-40 -33,-59 -102,-59 l -50,0 0,-49 c 0,-37 5,-67 15,-87 10,-21 33,-32 69,-32 12,0 27,1 45,4 18,3 30,4 37,4 14,0 26,-5 37,-17 10,-11 16,-25 16,-41 0,-50 -54,-75 -158,-75 z" /></g><g
-     id="id37"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4109"
-       d="m 11728,2605 c 0,-16 -5,-30 -16,-41 -11,-12 -24,-17 -38,-17 -10,0 -24,2 -42,6 -19,4 -34,6 -45,6 -22,0 -37,-6 -47,-17 -9,-10 -15,-24 -17,-40 -2,-16 -4,-39 -4,-68 l 0,-346 40,0 c 36,0 64,-5 82,-15 19,-9 28,-25 28,-48 0,-18 -7,-33 -20,-44 -13,-12 -32,-18 -57,-18 l -73,0 0,-131 c 0,-31 -1,-55 -5,-72 -3,-16 -10,-29 -22,-41 -18,-16 -39,-25 -61,-25 -16,0 -31,4 -44,11 -12,8 -22,18 -29,30 -7,11 -11,25 -13,42 -1,17 -2,40 -2,70 l 0,116 -25,0 c -27,0 -48,6 -62,18 -13,11 -20,26 -20,44 0,18 6,33 20,45 13,12 32,18 58,18 l 29,0 0,361 c 0,57 4,103 14,137 9,33 28,60 57,78 29,19 72,29 129,29 60,0 107,-8 139,-23 31,-16 46,-37 46,-65 z" /></g><g
-     id="id38"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4114"
-       d="m 12639,2550 152,-445 c 14,-38 21,-66 21,-85 0,-19 -8,-37 -23,-51 -15,-15 -34,-22 -55,-22 -21,0 -37,5 -48,14 -11,10 -19,21 -24,34 -5,13 -11,35 -19,64 l -127,431 -115,-401 c -11,-39 -20,-66 -26,-81 -6,-15 -17,-29 -32,-42 -15,-13 -36,-19 -62,-19 -26,0 -47,6 -61,19 -15,13 -26,26 -31,40 -6,15 -14,43 -26,83 l -115,401 -125,-431 c -12,-41 -24,-71 -35,-88 -9,-16 -29,-24 -58,-24 -22,0 -41,8 -56,23 -15,15 -22,31 -22,50 0,15 7,44 22,85 l 151,445 c 4,12 9,28 17,48 7,20 15,37 24,51 9,15 21,25 34,33 14,7 31,11 50,11 38,0 65,-12 80,-36 16,-25 30,-63 44,-113 l 107,-377 111,377 c 9,33 17,59 25,79 7,20 19,37 34,50 15,14 37,20 63,20 26,0 47,-6 62,-18 15,-13 26,-27 33,-44 7,-16 17,-43 30,-81 z" /></g><g
-     id="id39"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4119"
-       d="m 13568,2551 c -12,-38 -18,-76 -18,-111 1,-37 1,-71 1,-101 1,-30 1,-68 1,-111 0,-68 -10,-123 -29,-164 -19,-41 -51,-71 -96,-90 -46,-18 -111,-28 -191,-28 -72,0 -134,10 -182,30 -48,19 -83,44 -106,74 -22,30 -34,61 -34,93 0,19 7,35 22,48 14,12 31,19 51,19 21,0 35,-4 41,-11 7,-9 19,-26 36,-52 17,-27 39,-47 63,-61 24,-13 61,-20 109,-20 56,0 94,12 112,36 18,24 28,61 30,111 l 1,3 -4,1 c -38,11 -74,21 -109,29 -33,8 -73,17 -120,27 -49,10 -76,15 -88,18 -55,12 -98,36 -130,71 -31,35 -47,77 -47,127 0,36 10,71 29,102 19,32 46,57 81,75 35,18 77,28 124,28 51,0 98,-9 139,-26 42,-18 85,-44 129,-78 l 4,-3 3,4 c 21,34 40,59 59,77 17,17 35,26 53,26 21,0 41,-8 58,-23 17,-15 25,-30 25,-48 0,-11 -6,-35 -17,-72 z m -190,-200 c 0,65 -8,113 -25,141 -15,26 -39,48 -71,64 -31,17 -66,25 -103,25 -36,0 -65,-10 -87,-31 -22,-21 -34,-46 -34,-75 0,-29 10,-51 29,-67 19,-16 39,-26 59,-32 20,-5 56,-13 108,-24 52,-11 92,-22 118,-32 l 7,-2 0,33 -1,0 z" /></g><g
-     id="id40"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4124"
-       d="m 14145,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -90,28 -23,19 -46,48 -68,85 l -8,14 -1,-16 c -1,-37 -8,-65 -21,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 1,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 17,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z" /></g><g
-     id="id41"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4129"
-       d="m 14874,2559 c 13,-21 19,-40 19,-56 0,-18 -5,-31 -16,-41 -11,-9 -25,-14 -43,-14 -17,0 -29,3 -38,11 -23,22 -42,39 -56,51 -15,13 -31,25 -48,37 -18,11 -36,19 -55,25 -19,5 -40,8 -62,8 -34,0 -66,-9 -94,-26 -28,-16 -50,-41 -67,-74 -17,-33 -26,-71 -26,-114 l 0,-4 368,0 c 47,0 85,-7 111,-21 25,-13 37,-42 37,-86 0,-50 -13,-99 -38,-147 -25,-47 -64,-87 -115,-117 -51,-30 -113,-45 -184,-45 -55,0 -106,9 -151,27 -45,17 -84,43 -114,76 -31,33 -55,73 -71,119 -16,46 -24,97 -24,151 0,115 33,207 98,274 65,67 158,101 275,101 52,0 98,-7 137,-21 40,-13 73,-30 99,-50 26,-20 46,-42 58,-64 z m -486,-299 c 6,-63 25,-112 55,-144 30,-33 70,-50 117,-50 50,0 91,17 121,49 30,32 48,81 53,145 l 0,5 -347,0 1,-5 z" /></g><g
-     id="id42"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4134"
-       d="m 16055,2540 c 13,-25 20,-50 20,-72 0,-18 -7,-36 -21,-52 -14,-16 -32,-24 -53,-24 -18,0 -33,5 -45,16 -13,12 -25,28 -36,48 -21,36 -45,63 -72,81 -27,17 -60,26 -98,26 -29,0 -55,-5 -78,-16 -24,-11 -45,-27 -61,-49 -17,-20 -30,-46 -39,-76 -8,-29 -13,-62 -13,-97 0,-76 18,-136 52,-179 34,-44 80,-66 136,-66 39,0 71,9 97,26 25,18 49,44 72,79 12,17 24,30 34,37 9,8 21,11 35,11 22,0 42,-7 57,-21 16,-15 24,-32 24,-54 0,-20 -8,-43 -22,-68 -14,-24 -35,-48 -63,-70 -27,-21 -61,-39 -100,-53 -40,-14 -84,-21 -131,-21 -77,0 -143,16 -198,47 -55,32 -97,77 -126,134 -29,58 -44,125 -44,200 0,111 32,200 95,266 64,66 153,99 266,99 53,0 102,-7 144,-21 42,-15 78,-34 106,-57 28,-23 49,-48 62,-74 z" /></g><g
-     id="id43"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4139"
-       d="m 16872,2551 c -12,-38 -18,-76 -18,-111 1,-37 1,-71 1,-101 1,-30 1,-68 1,-111 0,-68 -10,-123 -29,-164 -19,-41 -51,-71 -96,-90 -46,-18 -110,-28 -191,-28 -72,0 -133,10 -182,30 -48,19 -83,44 -106,74 -22,30 -34,61 -34,93 0,19 7,35 22,48 14,13 31,19 51,19 21,0 35,-4 41,-11 7,-9 19,-26 36,-52 18,-27 39,-47 63,-61 24,-13 61,-20 109,-20 56,0 94,12 112,36 18,24 28,61 31,111 l 0,3 -4,1 c -38,12 -75,21 -109,29 -33,8 -73,17 -120,27 -49,10 -76,15 -87,18 -56,12 -99,36 -131,71 -31,35 -47,77 -47,127 0,36 10,71 29,102 19,31 46,57 81,75 35,18 77,28 124,28 51,0 98,-9 139,-26 42,-18 85,-44 129,-78 l 4,-3 3,4 c 21,34 40,59 59,77 17,17 35,26 53,26 21,0 41,-8 58,-23 17,-15 25,-30 25,-48 0,-11 -6,-35 -17,-72 z m -189,-200 c 0,65 -9,113 -26,141 -15,26 -39,48 -71,64 -31,17 -66,25 -103,25 -36,0 -65,-10 -87,-31 -22,-20 -34,-46 -34,-75 0,-29 10,-51 29,-67 19,-16 39,-26 59,-32 20,-5 56,-13 108,-24 52,-11 92,-22 118,-32 l 7,-2 0,33 z" /></g><g
-     id="id44"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4144"
-       d="m 17450,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -91,28 -22,19 -45,48 -67,85 l -8,14 0,-16 c -2,-37 -9,-65 -22,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 2,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 16,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z" /></g><g
-     id="id45"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4149"
-       d="m 18209,2594 c 27,-32 49,-72 65,-119 16,-47 24,-100 24,-156 0,-77 -14,-144 -41,-200 -28,-55 -66,-98 -113,-127 -47,-29 -99,-44 -155,-44 -47,0 -89,10 -126,30 -37,20 -73,52 -107,94 l -9,10 0,-35 c 0,-33 -8,-58 -23,-75 -16,-16 -36,-25 -61,-25 -26,0 -46,8 -60,25 -15,16 -22,42 -22,76 l 0,802 c 0,39 5,69 16,90 11,19 32,29 66,29 57,0 84,-39 84,-118 l 0,-292 9,10 c 32,41 66,72 101,93 36,21 80,31 132,31 43,0 84,-8 121,-26 38,-17 71,-41 99,-73 z m -113,-145 c -16,36 -38,64 -64,82 -27,19 -57,28 -89,28 -53,0 -98,-21 -133,-63 -36,-42 -54,-101 -54,-176 0,-79 18,-140 54,-181 36,-41 81,-62 133,-62 33,0 64,9 91,29 27,19 49,47 64,83 15,35 23,78 23,128 0,51 -9,95 -25,132 z" /></g><g
-     id="id46"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4154"
-       d="m 19049,2559 c 13,-21 19,-40 19,-56 0,-18 -5,-31 -16,-41 -11,-10 -25,-14 -43,-14 -17,0 -29,3 -38,11 -23,22 -42,39 -56,51 -15,13 -31,25 -48,37 -18,11 -36,19 -55,25 -19,5 -40,8 -62,8 -34,0 -66,-9 -94,-26 -28,-16 -50,-41 -67,-74 -17,-33 -26,-71 -26,-114 l 0,-4 368,0 c 47,0 85,-7 111,-21 25,-13 37,-42 37,-86 0,-50 -13,-99 -38,-147 -25,-47 -64,-87 -115,-117 -51,-30 -113,-45 -184,-45 -56,0 -106,9 -151,27 -45,17 -83,43 -114,76 -31,33 -55,73 -71,119 -16,46 -24,97 -24,151 0,115 33,207 98,274 65,67 158,101 275,101 52,0 98,-7 137,-21 40,-13 73,-30 99,-50 26,-20 45,-42 58,-64 z m -486,-299 c 6,-63 25,-112 55,-144 30,-33 70,-50 117,-50 50,0 91,17 121,49 30,32 48,81 53,145 l 0,5 -347,0 1,-5 z" /></g><g
-     id="id47"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4159"
-       d="m 19847,2239 c 0,-40 -2,-74 -5,-100 -4,-26 -12,-50 -24,-72 -18,-38 -47,-68 -84,-89 -38,-20 -81,-31 -129,-31 -50,0 -94,10 -132,30 -38,20 -74,51 -106,93 l -8,11 0,-36 c 0,-21 -4,-39 -11,-54 -8,-15 -18,-26 -30,-33 -13,-7 -27,-11 -42,-11 -25,0 -46,8 -60,25 -15,16 -22,42 -22,76 l 0,537 c 0,35 8,62 25,81 16,18 37,27 62,27 27,0 48,-9 65,-27 16,-17 25,-45 25,-81 l 0,-233 c 0,-77 4,-128 13,-156 13,-36 34,-64 62,-84 28,-20 59,-30 93,-30 53,0 88,17 106,51 17,33 26,81 26,142 l 0,310 c 0,35 8,62 25,81 16,18 38,27 64,27 26,0 46,-9 63,-27 16,-18 24,-45 24,-81 l 0,-346 z" /></g><g
-     id="id48"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4164"
-       d="m 20429,2605 c 0,-17 -5,-30 -16,-41 -11,-12 -24,-17 -37,-17 -11,0 -25,2 -43,6 -19,4 -34,6 -45,6 -22,0 -37,-6 -47,-17 -9,-10 -15,-24 -17,-40 -2,-16 -4,-39 -4,-68 l 0,-346 40,0 c 36,0 64,-5 83,-15 18,-9 27,-25 27,-48 0,-18 -7,-33 -20,-44 -13,-12 -32,-18 -57,-18 l -73,0 0,-131 c 0,-31 -1,-55 -5,-72 -3,-16 -10,-29 -22,-41 -18,-16 -39,-25 -61,-25 -16,0 -31,4 -43,11 -13,8 -23,18 -30,30 -7,11 -11,25 -13,42 -1,17 -2,40 -2,70 l 0,116 -25,0 c -27,0 -48,6 -62,18 -13,11 -20,26 -20,44 0,18 6,33 20,45 13,12 32,18 58,18 l 29,0 0,361 c 0,57 4,103 14,137 9,33 28,60 57,78 29,19 72,29 129,29 60,0 107,-8 139,-23 31,-16 46,-37 46,-65 z" /></g><g
-     id="id49"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4169"
-       d="m 20963,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -91,28 -22,19 -45,48 -67,85 l -8,14 -1,-16 c -1,-37 -8,-65 -21,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 1,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 16,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z" /></g><g
-     id="id50"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4174"
-       d="m 21395,2872 c 20,-31 40,-75 61,-130 l 242,-634 c 6,-17 11,-33 15,-48 4,-16 7,-28 9,-37 0,-12 -3,-25 -10,-37 -7,-12 -16,-21 -28,-28 -12,-7 -25,-11 -39,-11 -18,0 -33,3 -42,10 -10,6 -20,18 -29,37 -9,19 -20,47 -32,81 l -153,438 -162,-470 c -10,-32 -22,-56 -35,-72 -13,-16 -31,-24 -57,-24 -15,0 -29,4 -42,12 -14,7 -25,18 -32,31 -8,13 -12,27 -12,42 0,14 7,38 21,70 l 229,578 -17,43 c -13,30 -25,54 -35,70 -10,16 -21,28 -34,34 -13,7 -31,10 -53,10 -9,0 -19,-1 -31,-4 -10,-3 -19,-4 -29,-4 -24,0 -42,6 -54,16 -12,11 -18,26 -18,46 0,30 12,50 38,61 27,11 67,17 121,17 55,0 99,-8 131,-25 32,-17 58,-41 77,-72 z" /></g><g
-     id="id51"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4179"
-       d="m 10145,1768 c 0,0 -9,28 0,37 8,9 51,12 51,12 l 0,534 85,61 72,-68 0,-522 22,-5 c 34,9 42,-21 42,-21 l 0,-28 -272,0 z m 178,570 -24,10 0,-523 24,-8 0,521 z m 64,-544 c -25,2 -187,-17 -187,-17 l 187,0 c 0,0 26,16 0,17 z" /></g><g
-     id="id52"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#2b3990;fill-opacity:1"><path
-       style="fill:#2b3990;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4184"
-       d="m 10544,2000 -2,-1 c -14,-14 -33,-22 -53,-22 -43,0 -77,35 -77,77 0,20 7,39 22,54 l 1,1 c 2,3 5,5 8,7 53,47 84,115 84,185 0,137 -111,247 -248,247 -136,0 -247,-110 -247,-247 0,-69 29,-136 81,-182 22,-15 34,-39 34,-65 0,-42 -34,-77 -77,-77 -20,0 -39,8 -54,22 l -1,2 -1,-1 c -87,76 -136,186 -136,301 0,221 180,401 401,401 221,0 401,-180 401,-401 0,-115 -49,-225 -136,-301 z" /></g></svg>
\ No newline at end of file
+<svg xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.2" width="125.90001mm" height="25.779827mm" viewBox="0 0 12590.001 2577.9828" preserveAspectRatio="xMidYMid" xml:space="preserve" id="svg3882" inkscape:version="0.91 r13725" sodipodi:docname="logo-blue.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round">
+  <metadata id="metadata4388">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1076" inkscape:window-height="726" id="namedview4386" showgrid="false" showguides="false" fit-margin-top="0.2" fit-margin-left="0.2" fit-margin-right="0.2" fit-margin-bottom="0.2" inkscape:zoom="0.72287584" inkscape:cx="219.13423" inkscape:cy="112.13459" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="0" inkscape:current-layer="svg3882"/>
+  <defs class="ClipPathGroup" id="defs3884">
+    <clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
+      <rect x="0" y="0" width="27940" height="21590" id="rect3887"/>
+    </clipPath>
+  </defs>
+  <defs class="TextShapeIndex" id="defs3889">
+    <g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92" id="g3891"/>
+  </defs>
+  <defs class="EmbeddedBulletChars" id="defs3893">
+    <g id="bullet-char-template(57356)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 580,1141 1163,571 580,0 -4,571 580,1141 Z" id="path3896" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(57354)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 Z" id="path3899" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(10146)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 174,0 602,739 174,1481 1456,739 174,0 Z m 1184,739 -1049,607 350,-607 699,0 z" id="path3902" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(10132)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z" id="path3905" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(10007)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path3908" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(10004)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path3911" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(9679)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path3914" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(8226)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path3917" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(8211)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="m -4,459 1139,0 0,147 -1139,0 0,-147 z" id="path3920" inkscape:connector-curvature="0"/>
+    </g>
+  </defs>
+  <defs class="TextEmbeddedBitmaps" id="defs3922"/>
+  <g id="g3924" transform="translate(-562.8506,-450.05897)">
+    <g id="id2" class="Master_Slide">
+      <g id="bg-id2" class="Background"/>
+      <g id="bo-id2" class="BackgroundObjects"/>
+    </g>
+  </g>
+  <g id="id34" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4094" d="m 12771,986 c -40,-43 -239,-38 -294,-39 -302,-2 -866,15 -1148,15 -11,0 -50,19 -44,35 -200,0 -306,1 -548,-2 -131,-1 -443,15 -451,-216 -4,-116 102,-218 227,-342 -80,-24 -160,29 -241,74 -39,39 -66,65 -99,98 -122,178 -170,358 -141,538 110,-21 192,130 115,201 l -69,1 c -33,0 -59,34 -58,74 l 2,160 c 1,41 28,68 60,68 l 348,0 c 32,-1 58,-34 57,-75 l -2,-160 c 0,-40 -27,-73 -60,-72 l -43,0 c -77,-215 170,-187 310,-185 262,2 350,1 581,1 13,16 7,46 43,61 23,9 1412,6 1437,0 25,-6 18,-18 27,-27 12,-48 39,-155 -9,-208 z m -2343,388 0,170 c 0,0 -5,-111 -50,-118 -46,-7 -20,-52 -20,-52 l 70,0 z m 2328,-312 c 0,0 -41,-14 -74,-35 -71,-46 -1331,-5 -1331,-5 l 36,-30 c 0,0 1284,-22 1328,0 44,22 41,70 41,70 z"/>
+  </g>
+  <g id="id35" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4099" d="m 9763,2584 c 25,-36 37,-79 37,-129 0,-33 -9,-63 -27,-88 -19,-26 -46,-49 -82,-68 -36,-19 -83,-36 -140,-50 -50,-12 -87,-22 -115,-30 -28,-8 -50,-19 -67,-32 -18,-13 -26,-30 -26,-51 0,-23 11,-43 35,-58 23,-14 52,-22 86,-22 34,0 60,6 80,17 20,11 37,26 51,45 17,21 32,38 45,48 13,10 28,15 46,15 25,0 44,-6 58,-19 13,-13 20,-29 20,-49 0,-18 -7,-38 -19,-57 -13,-20 -33,-38 -58,-55 -25,-16 -57,-29 -94,-39 -38,-10 -81,-15 -129,-15 -60,0 -112,10 -155,29 -42,19 -75,46 -96,78 -22,32 -33,67 -33,103 0,40 12,75 35,102 24,28 55,51 95,68 40,17 92,34 155,50 57,14 99,28 124,43 26,16 39,41 39,76 0,23 -13,43 -38,60 -24,17 -56,26 -94,26 -46,0 -84,-9 -111,-25 -27,-17 -50,-42 -70,-76 -9,-17 -19,-30 -29,-39 -9,-9 -23,-13 -42,-13 -21,0 -38,7 -52,20 -13,14 -20,30 -20,49 0,30 11,60 33,90 22,30 57,55 104,75 47,20 104,30 169,30 69,0 129,-9 177,-28 47,-18 84,-45 108,-81 z"/>
+  </g>
+  <g id="id36" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4104" d="m 11083,1671 c -61,0 -109,8 -143,23 -34,15 -59,40 -73,73 -14,33 -22,79 -22,136 l 0,61 -48,0 c -60,0 -89,20 -89,62 0,19 7,33 21,45 14,12 34,18 61,18 l 55,0 0,496 c 0,36 9,63 25,81 17,19 38,28 63,28 26,0 48,-10 64,-28 17,-18 25,-45 25,-81 l 0,-496 50,0 c 33,0 58,-4 76,-12 18,-8 26,-25 26,-54 0,-40 -33,-59 -102,-59 l -50,0 0,-49 c 0,-37 5,-67 15,-87 10,-21 33,-32 69,-32 12,0 27,1 45,4 18,3 30,4 37,4 14,0 26,-5 37,-17 10,-11 16,-25 16,-41 0,-50 -54,-75 -158,-75 z"/>
+  </g>
+  <g id="id37" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4109" d="m 11728,2605 c 0,-16 -5,-30 -16,-41 -11,-12 -24,-17 -38,-17 -10,0 -24,2 -42,6 -19,4 -34,6 -45,6 -22,0 -37,-6 -47,-17 -9,-10 -15,-24 -17,-40 -2,-16 -4,-39 -4,-68 l 0,-346 40,0 c 36,0 64,-5 82,-15 19,-9 28,-25 28,-48 0,-18 -7,-33 -20,-44 -13,-12 -32,-18 -57,-18 l -73,0 0,-131 c 0,-31 -1,-55 -5,-72 -3,-16 -10,-29 -22,-41 -18,-16 -39,-25 -61,-25 -16,0 -31,4 -44,11 -12,8 -22,18 -29,30 -7,11 -11,25 -13,42 -1,17 -2,40 -2,70 l 0,116 -25,0 c -27,0 -48,6 -62,18 -13,11 -20,26 -20,44 0,18 6,33 20,45 13,12 32,18 58,18 l 29,0 0,361 c 0,57 4,103 14,137 9,33 28,60 57,78 29,19 72,29 129,29 60,0 107,-8 139,-23 31,-16 46,-37 46,-65 z"/>
+  </g>
+  <g id="id38" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4114" d="m 12639,2550 152,-445 c 14,-38 21,-66 21,-85 0,-19 -8,-37 -23,-51 -15,-15 -34,-22 -55,-22 -21,0 -37,5 -48,14 -11,10 -19,21 -24,34 -5,13 -11,35 -19,64 l -127,431 -115,-401 c -11,-39 -20,-66 -26,-81 -6,-15 -17,-29 -32,-42 -15,-13 -36,-19 -62,-19 -26,0 -47,6 -61,19 -15,13 -26,26 -31,40 -6,15 -14,43 -26,83 l -115,401 -125,-431 c -12,-41 -24,-71 -35,-88 -9,-16 -29,-24 -58,-24 -22,0 -41,8 -56,23 -15,15 -22,31 -22,50 0,15 7,44 22,85 l 151,445 c 4,12 9,28 17,48 7,20 15,37 24,51 9,15 21,25 34,33 14,7 31,11 50,11 38,0 65,-12 80,-36 16,-25 30,-63 44,-113 l 107,-377 111,377 c 9,33 17,59 25,79 7,20 19,37 34,50 15,14 37,20 63,20 26,0 47,-6 62,-18 15,-13 26,-27 33,-44 7,-16 17,-43 30,-81 z"/>
+  </g>
+  <g id="id39" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4119" d="m 13568,2551 c -12,-38 -18,-76 -18,-111 1,-37 1,-71 1,-101 1,-30 1,-68 1,-111 0,-68 -10,-123 -29,-164 -19,-41 -51,-71 -96,-90 -46,-18 -111,-28 -191,-28 -72,0 -134,10 -182,30 -48,19 -83,44 -106,74 -22,30 -34,61 -34,93 0,19 7,35 22,48 14,12 31,19 51,19 21,0 35,-4 41,-11 7,-9 19,-26 36,-52 17,-27 39,-47 63,-61 24,-13 61,-20 109,-20 56,0 94,12 112,36 18,24 28,61 30,111 l 1,3 -4,1 c -38,11 -74,21 -109,29 -33,8 -73,17 -120,27 -49,10 -76,15 -88,18 -55,12 -98,36 -130,71 -31,35 -47,77 -47,127 0,36 10,71 29,102 19,32 46,57 81,75 35,18 77,28 124,28 51,0 98,-9 139,-26 42,-18 85,-44 129,-78 l 4,-3 3,4 c 21,34 40,59 59,77 17,17 35,26 53,26 21,0 41,-8 58,-23 17,-15 25,-30 25,-48 0,-11 -6,-35 -17,-72 z m -190,-200 c 0,65 -8,113 -25,141 -15,26 -39,48 -71,64 -31,17 -66,25 -103,25 -36,0 -65,-10 -87,-31 -22,-21 -34,-46 -34,-75 0,-29 10,-51 29,-67 19,-16 39,-26 59,-32 20,-5 56,-13 108,-24 52,-11 92,-22 118,-32 l 7,-2 0,33 -1,0 z"/>
+  </g>
+  <g id="id40" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4124" d="m 14145,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -90,28 -23,19 -46,48 -68,85 l -8,14 -1,-16 c -1,-37 -8,-65 -21,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 1,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 17,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z"/>
+  </g>
+  <g id="id41" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4129" d="m 14874,2559 c 13,-21 19,-40 19,-56 0,-18 -5,-31 -16,-41 -11,-9 -25,-14 -43,-14 -17,0 -29,3 -38,11 -23,22 -42,39 -56,51 -15,13 -31,25 -48,37 -18,11 -36,19 -55,25 -19,5 -40,8 -62,8 -34,0 -66,-9 -94,-26 -28,-16 -50,-41 -67,-74 -17,-33 -26,-71 -26,-114 l 0,-4 368,0 c 47,0 85,-7 111,-21 25,-13 37,-42 37,-86 0,-50 -13,-99 -38,-147 -25,-47 -64,-87 -115,-117 -51,-30 -113,-45 -184,-45 -55,0 -106,9 -151,27 -45,17 -84,43 -114,76 -31,33 -55,73 -71,119 -16,46 -24,97 -24,151 0,115 33,207 98,274 65,67 158,101 275,101 52,0 98,-7 137,-21 40,-13 73,-30 99,-50 26,-20 46,-42 58,-64 z m -486,-299 c 6,-63 25,-112 55,-144 30,-33 70,-50 117,-50 50,0 91,17 121,49 30,32 48,81 53,145 l 0,5 -347,0 1,-5 z"/>
+  </g>
+  <g id="id42" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4134" d="m 16055,2540 c 13,-25 20,-50 20,-72 0,-18 -7,-36 -21,-52 -14,-16 -32,-24 -53,-24 -18,0 -33,5 -45,16 -13,12 -25,28 -36,48 -21,36 -45,63 -72,81 -27,17 -60,26 -98,26 -29,0 -55,-5 -78,-16 -24,-11 -45,-27 -61,-49 -17,-20 -30,-46 -39,-76 -8,-29 -13,-62 -13,-97 0,-76 18,-136 52,-179 34,-44 80,-66 136,-66 39,0 71,9 97,26 25,18 49,44 72,79 12,17 24,30 34,37 9,8 21,11 35,11 22,0 42,-7 57,-21 16,-15 24,-32 24,-54 0,-20 -8,-43 -22,-68 -14,-24 -35,-48 -63,-70 -27,-21 -61,-39 -100,-53 -40,-14 -84,-21 -131,-21 -77,0 -143,16 -198,47 -55,32 -97,77 -126,134 -29,58 -44,125 -44,200 0,111 32,200 95,266 64,66 153,99 266,99 53,0 102,-7 144,-21 42,-15 78,-34 106,-57 28,-23 49,-48 62,-74 z"/>
+  </g>
+  <g id="id43" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4139" d="m 16872,2551 c -12,-38 -18,-76 -18,-111 1,-37 1,-71 1,-101 1,-30 1,-68 1,-111 0,-68 -10,-123 -29,-164 -19,-41 -51,-71 -96,-90 -46,-18 -110,-28 -191,-28 -72,0 -133,10 -182,30 -48,19 -83,44 -106,74 -22,30 -34,61 -34,93 0,19 7,35 22,48 14,13 31,19 51,19 21,0 35,-4 41,-11 7,-9 19,-26 36,-52 18,-27 39,-47 63,-61 24,-13 61,-20 109,-20 56,0 94,12 112,36 18,24 28,61 31,111 l 0,3 -4,1 c -38,12 -75,21 -109,29 -33,8 -73,17 -120,27 -49,10 -76,15 -87,18 -56,12 -99,36 -131,71 -31,35 -47,77 -47,127 0,36 10,71 29,102 19,31 46,57 81,75 35,18 77,28 124,28 51,0 98,-9 139,-26 42,-18 85,-44 129,-78 l 4,-3 3,4 c 21,34 40,59 59,77 17,17 35,26 53,26 21,0 41,-8 58,-23 17,-15 25,-30 25,-48 0,-11 -6,-35 -17,-72 z m -189,-200 c 0,65 -9,113 -26,141 -15,26 -39,48 -71,64 -31,17 -66,25 -103,25 -36,0 -65,-10 -87,-31 -22,-20 -34,-46 -34,-75 0,-29 10,-51 29,-67 19,-16 39,-26 59,-32 20,-5 56,-13 108,-24 52,-11 92,-22 118,-32 l 7,-2 0,33 z"/>
+  </g>
+  <g id="id44" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4144" d="m 17450,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -91,28 -22,19 -45,48 -67,85 l -8,14 0,-16 c -2,-37 -9,-65 -22,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 2,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 16,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z"/>
+  </g>
+  <g id="id45" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4149" d="m 18209,2594 c 27,-32 49,-72 65,-119 16,-47 24,-100 24,-156 0,-77 -14,-144 -41,-200 -28,-55 -66,-98 -113,-127 -47,-29 -99,-44 -155,-44 -47,0 -89,10 -126,30 -37,20 -73,52 -107,94 l -9,10 0,-35 c 0,-33 -8,-58 -23,-75 -16,-16 -36,-25 -61,-25 -26,0 -46,8 -60,25 -15,16 -22,42 -22,76 l 0,802 c 0,39 5,69 16,90 11,19 32,29 66,29 57,0 84,-39 84,-118 l 0,-292 9,10 c 32,41 66,72 101,93 36,21 80,31 132,31 43,0 84,-8 121,-26 38,-17 71,-41 99,-73 z m -113,-145 c -16,36 -38,64 -64,82 -27,19 -57,28 -89,28 -53,0 -98,-21 -133,-63 -36,-42 -54,-101 -54,-176 0,-79 18,-140 54,-181 36,-41 81,-62 133,-62 33,0 64,9 91,29 27,19 49,47 64,83 15,35 23,78 23,128 0,51 -9,95 -25,132 z"/>
+  </g>
+  <g id="id46" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4154" d="m 19049,2559 c 13,-21 19,-40 19,-56 0,-18 -5,-31 -16,-41 -11,-10 -25,-14 -43,-14 -17,0 -29,3 -38,11 -23,22 -42,39 -56,51 -15,13 -31,25 -48,37 -18,11 -36,19 -55,25 -19,5 -40,8 -62,8 -34,0 -66,-9 -94,-26 -28,-16 -50,-41 -67,-74 -17,-33 -26,-71 -26,-114 l 0,-4 368,0 c 47,0 85,-7 111,-21 25,-13 37,-42 37,-86 0,-50 -13,-99 -38,-147 -25,-47 -64,-87 -115,-117 -51,-30 -113,-45 -184,-45 -56,0 -106,9 -151,27 -45,17 -83,43 -114,76 -31,33 -55,73 -71,119 -16,46 -24,97 -24,151 0,115 33,207 98,274 65,67 158,101 275,101 52,0 98,-7 137,-21 40,-13 73,-30 99,-50 26,-20 45,-42 58,-64 z m -486,-299 c 6,-63 25,-112 55,-144 30,-33 70,-50 117,-50 50,0 91,17 121,49 30,32 48,81 53,145 l 0,5 -347,0 1,-5 z"/>
+  </g>
+  <g id="id47" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4159" d="m 19847,2239 c 0,-40 -2,-74 -5,-100 -4,-26 -12,-50 -24,-72 -18,-38 -47,-68 -84,-89 -38,-20 -81,-31 -129,-31 -50,0 -94,10 -132,30 -38,20 -74,51 -106,93 l -8,11 0,-36 c 0,-21 -4,-39 -11,-54 -8,-15 -18,-26 -30,-33 -13,-7 -27,-11 -42,-11 -25,0 -46,8 -60,25 -15,16 -22,42 -22,76 l 0,537 c 0,35 8,62 25,81 16,18 37,27 62,27 27,0 48,-9 65,-27 16,-17 25,-45 25,-81 l 0,-233 c 0,-77 4,-128 13,-156 13,-36 34,-64 62,-84 28,-20 59,-30 93,-30 53,0 88,17 106,51 17,33 26,81 26,142 l 0,310 c 0,35 8,62 25,81 16,18 38,27 64,27 26,0 46,-9 63,-27 16,-18 24,-45 24,-81 l 0,-346 z"/>
+  </g>
+  <g id="id48" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4164" d="m 20429,2605 c 0,-17 -5,-30 -16,-41 -11,-12 -24,-17 -37,-17 -11,0 -25,2 -43,6 -19,4 -34,6 -45,6 -22,0 -37,-6 -47,-17 -9,-10 -15,-24 -17,-40 -2,-16 -4,-39 -4,-68 l 0,-346 40,0 c 36,0 64,-5 83,-15 18,-9 27,-25 27,-48 0,-18 -7,-33 -20,-44 -13,-12 -32,-18 -57,-18 l -73,0 0,-131 c 0,-31 -1,-55 -5,-72 -3,-16 -10,-29 -22,-41 -18,-16 -39,-25 -61,-25 -16,0 -31,4 -43,11 -13,8 -23,18 -30,30 -7,11 -11,25 -13,42 -1,17 -2,40 -2,70 l 0,116 -25,0 c -27,0 -48,6 -62,18 -13,11 -20,26 -20,44 0,18 6,33 20,45 13,12 32,18 58,18 l 29,0 0,361 c 0,57 4,103 14,137 9,33 28,60 57,78 29,19 72,29 129,29 60,0 107,-8 139,-23 31,-16 46,-37 46,-65 z"/>
+  </g>
+  <g id="id49" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4169" d="m 20963,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -91,28 -22,19 -45,48 -67,85 l -8,14 -1,-16 c -1,-37 -8,-65 -21,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 1,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 16,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z"/>
+  </g>
+  <g id="id50" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4174" d="m 21395,2872 c 20,-31 40,-75 61,-130 l 242,-634 c 6,-17 11,-33 15,-48 4,-16 7,-28 9,-37 0,-12 -3,-25 -10,-37 -7,-12 -16,-21 -28,-28 -12,-7 -25,-11 -39,-11 -18,0 -33,3 -42,10 -10,6 -20,18 -29,37 -9,19 -20,47 -32,81 l -153,438 -162,-470 c -10,-32 -22,-56 -35,-72 -13,-16 -31,-24 -57,-24 -15,0 -29,4 -42,12 -14,7 -25,18 -32,31 -8,13 -12,27 -12,42 0,14 7,38 21,70 l 229,578 -17,43 c -13,30 -25,54 -35,70 -10,16 -21,28 -34,34 -13,7 -31,10 -53,10 -9,0 -19,-1 -31,-4 -10,-3 -19,-4 -29,-4 -24,0 -42,6 -54,16 -12,11 -18,26 -18,46 0,30 12,50 38,61 27,11 67,17 121,17 55,0 99,-8 131,-25 32,-17 58,-41 77,-72 z"/>
+  </g>
+  <g id="id51" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4179" d="m 10145,1768 c 0,0 -9,28 0,37 8,9 51,12 51,12 l 0,534 85,61 72,-68 0,-522 22,-5 c 34,9 42,-21 42,-21 l 0,-28 -272,0 z m 178,570 -24,10 0,-523 24,-8 0,521 z m 64,-544 c -25,2 -187,-17 -187,-17 l 187,0 c 0,0 26,16 0,17 z"/>
+  </g>
+  <g id="id52" transform="translate(-9152,-411.01738)" style="fill:#2b3990;fill-opacity:1">
+    <path style="fill:#2b3990;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4184" d="m 10544,2000 -2,-1 c -14,-14 -33,-22 -53,-22 -43,0 -77,35 -77,77 0,20 7,39 22,54 l 1,1 c 2,3 5,5 8,7 53,47 84,115 84,185 0,137 -111,247 -248,247 -136,0 -247,-110 -247,-247 0,-69 29,-136 81,-182 22,-15 34,-39 34,-65 0,-42 -34,-77 -77,-77 -20,0 -39,8 -54,22 l -1,2 -1,-1 c -87,76 -136,186 -136,301 0,221 180,401 401,401 221,0 401,-180 401,-401 0,-115 -49,-225 -136,-301 z"/>
+  </g>
+</svg>
index 473f9978fb48a8aa64c4dc507cad6152de470058..1a7f7ad04ad98ea070c5cc69321f5da657e25e6b 100644 (file)
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
-   xmlns:ooo="http://xml.openoffice.org/svg/export"
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   version="1.2"
-   width="125.90001mm"
-   height="25.779827mm"
-   viewBox="0 0 12590.001 2577.9828"
-   preserveAspectRatio="xMidYMid"
-   clip-path="url(#presentation_clip_path)"
-   xml:space="preserve"
-   id="svg3882"
-   inkscape:version="0.91 r13725"
-   sodipodi:docname="logo-source.svg"
-   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
-     id="metadata4388"><rdf:RDF><cc:Work
-         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1076"
-     inkscape:window-height="726"
-     id="namedview4386"
-     showgrid="false"
-     showguides="false"
-     fit-margin-top="0.2"
-     fit-margin-left="0.2"
-     fit-margin-right="0.2"
-     fit-margin-bottom="0.2"
-     inkscape:zoom="0.72287584"
-     inkscape:cx="274.46877"
-     inkscape:cy="-219.87263"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="svg3882" /><defs
-     class="ClipPathGroup"
-     id="defs3884"><clipPath
-       id="presentation_clip_path"
-       clipPathUnits="userSpaceOnUse"><rect
-         x="0"
-         y="0"
-         width="27940"
-         height="21590"
-         id="rect3887" /></clipPath></defs><defs
-     class="TextShapeIndex"
-     id="defs3889"><g
-       ooo:slide="id1"
-       ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92"
-       id="g3891" /></defs><defs
-     class="EmbeddedBulletChars"
-     id="defs3893"><g
-       id="bullet-char-template(57356)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 580,1141 1163,571 580,0 -4,571 580,1141 Z"
-         id="path3896"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(57354)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 Z"
-         id="path3899"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(10146)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 174,0 602,739 174,1481 1456,739 174,0 Z m 1184,739 -1049,607 350,-607 699,0 z"
-         id="path3902"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(10132)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z"
-         id="path3905"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(10007)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
-         id="path3908"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(10004)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
-         id="path3911"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(9679)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
-         id="path3914"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(8226)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
-         id="path3917"
-         inkscape:connector-curvature="0" /></g><g
-       id="bullet-char-template(8211)"
-       transform="scale(4.8828125e-4,-4.8828125e-4)"><path
-         d="m -4,459 1139,0 0,147 -1139,0 0,-147 z"
-         id="path3920"
-         inkscape:connector-curvature="0" /></g></defs><defs
-     class="TextEmbeddedBitmaps"
-     id="defs3922" /><g
-     id="g3924"
-     transform="translate(-562.8506,-450.05897)"><g
-       id="id2"
-       class="Master_Slide"><g
-         id="bg-id2"
-         class="Background" /><g
-         id="bo-id2"
-         class="BackgroundObjects" /></g></g><g
-     id="id34"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4094"
-       d="m 12771,986 c -40,-43 -239,-38 -294,-39 -302,-2 -866,15 -1148,15 -11,0 -50,19 -44,35 -200,0 -306,1 -548,-2 -131,-1 -443,15 -451,-216 -4,-116 102,-218 227,-342 -80,-24 -160,29 -241,74 -39,39 -66,65 -99,98 -122,178 -170,358 -141,538 110,-21 192,130 115,201 l -69,1 c -33,0 -59,34 -58,74 l 2,160 c 1,41 28,68 60,68 l 348,0 c 32,-1 58,-34 57,-75 l -2,-160 c 0,-40 -27,-73 -60,-72 l -43,0 c -77,-215 170,-187 310,-185 262,2 350,1 581,1 13,16 7,46 43,61 23,9 1412,6 1437,0 25,-6 18,-18 27,-27 12,-48 39,-155 -9,-208 z m -2343,388 0,170 c 0,0 -5,-111 -50,-118 -46,-7 -20,-52 -20,-52 l 70,0 z m 2328,-312 c 0,0 -41,-14 -74,-35 -71,-46 -1331,-5 -1331,-5 l 36,-30 c 0,0 1284,-22 1328,0 44,22 41,70 41,70 z" /></g><g
-     id="id35"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4099"
-       d="m 9763,2584 c 25,-36 37,-79 37,-129 0,-33 -9,-63 -27,-88 -19,-26 -46,-49 -82,-68 -36,-19 -83,-36 -140,-50 -50,-12 -87,-22 -115,-30 -28,-8 -50,-19 -67,-32 -18,-13 -26,-30 -26,-51 0,-23 11,-43 35,-58 23,-14 52,-22 86,-22 34,0 60,6 80,17 20,11 37,26 51,45 17,21 32,38 45,48 13,10 28,15 46,15 25,0 44,-6 58,-19 13,-13 20,-29 20,-49 0,-18 -7,-38 -19,-57 -13,-20 -33,-38 -58,-55 -25,-16 -57,-29 -94,-39 -38,-10 -81,-15 -129,-15 -60,0 -112,10 -155,29 -42,19 -75,46 -96,78 -22,32 -33,67 -33,103 0,40 12,75 35,102 24,28 55,51 95,68 40,17 92,34 155,50 57,14 99,28 124,43 26,16 39,41 39,76 0,23 -13,43 -38,60 -24,17 -56,26 -94,26 -46,0 -84,-9 -111,-25 -27,-17 -50,-42 -70,-76 -9,-17 -19,-30 -29,-39 -9,-9 -23,-13 -42,-13 -21,0 -38,7 -52,20 -13,14 -20,30 -20,49 0,30 11,60 33,90 22,30 57,55 104,75 47,20 104,30 169,30 69,0 129,-9 177,-28 47,-18 84,-45 108,-81 z" /></g><g
-     id="id36"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4104"
-       d="m 11083,1671 c -61,0 -109,8 -143,23 -34,15 -59,40 -73,73 -14,33 -22,79 -22,136 l 0,61 -48,0 c -60,0 -89,20 -89,62 0,19 7,33 21,45 14,12 34,18 61,18 l 55,0 0,496 c 0,36 9,63 25,81 17,19 38,28 63,28 26,0 48,-10 64,-28 17,-18 25,-45 25,-81 l 0,-496 50,0 c 33,0 58,-4 76,-12 18,-8 26,-25 26,-54 0,-40 -33,-59 -102,-59 l -50,0 0,-49 c 0,-37 5,-67 15,-87 10,-21 33,-32 69,-32 12,0 27,1 45,4 18,3 30,4 37,4 14,0 26,-5 37,-17 10,-11 16,-25 16,-41 0,-50 -54,-75 -158,-75 z" /></g><g
-     id="id37"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4109"
-       d="m 11728,2605 c 0,-16 -5,-30 -16,-41 -11,-12 -24,-17 -38,-17 -10,0 -24,2 -42,6 -19,4 -34,6 -45,6 -22,0 -37,-6 -47,-17 -9,-10 -15,-24 -17,-40 -2,-16 -4,-39 -4,-68 l 0,-346 40,0 c 36,0 64,-5 82,-15 19,-9 28,-25 28,-48 0,-18 -7,-33 -20,-44 -13,-12 -32,-18 -57,-18 l -73,0 0,-131 c 0,-31 -1,-55 -5,-72 -3,-16 -10,-29 -22,-41 -18,-16 -39,-25 -61,-25 -16,0 -31,4 -44,11 -12,8 -22,18 -29,30 -7,11 -11,25 -13,42 -1,17 -2,40 -2,70 l 0,116 -25,0 c -27,0 -48,6 -62,18 -13,11 -20,26 -20,44 0,18 6,33 20,45 13,12 32,18 58,18 l 29,0 0,361 c 0,57 4,103 14,137 9,33 28,60 57,78 29,19 72,29 129,29 60,0 107,-8 139,-23 31,-16 46,-37 46,-65 z" /></g><g
-     id="id38"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4114"
-       d="m 12639,2550 152,-445 c 14,-38 21,-66 21,-85 0,-19 -8,-37 -23,-51 -15,-15 -34,-22 -55,-22 -21,0 -37,5 -48,14 -11,10 -19,21 -24,34 -5,13 -11,35 -19,64 l -127,431 -115,-401 c -11,-39 -20,-66 -26,-81 -6,-15 -17,-29 -32,-42 -15,-13 -36,-19 -62,-19 -26,0 -47,6 -61,19 -15,13 -26,26 -31,40 -6,15 -14,43 -26,83 l -115,401 -125,-431 c -12,-41 -24,-71 -35,-88 -9,-16 -29,-24 -58,-24 -22,0 -41,8 -56,23 -15,15 -22,31 -22,50 0,15 7,44 22,85 l 151,445 c 4,12 9,28 17,48 7,20 15,37 24,51 9,15 21,25 34,33 14,7 31,11 50,11 38,0 65,-12 80,-36 16,-25 30,-63 44,-113 l 107,-377 111,377 c 9,33 17,59 25,79 7,20 19,37 34,50 15,14 37,20 63,20 26,0 47,-6 62,-18 15,-13 26,-27 33,-44 7,-16 17,-43 30,-81 z" /></g><g
-     id="id39"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4119"
-       d="m 13568,2551 c -12,-38 -18,-76 -18,-111 1,-37 1,-71 1,-101 1,-30 1,-68 1,-111 0,-68 -10,-123 -29,-164 -19,-41 -51,-71 -96,-90 -46,-18 -111,-28 -191,-28 -72,0 -134,10 -182,30 -48,19 -83,44 -106,74 -22,30 -34,61 -34,93 0,19 7,35 22,48 14,12 31,19 51,19 21,0 35,-4 41,-11 7,-9 19,-26 36,-52 17,-27 39,-47 63,-61 24,-13 61,-20 109,-20 56,0 94,12 112,36 18,24 28,61 30,111 l 1,3 -4,1 c -38,11 -74,21 -109,29 -33,8 -73,17 -120,27 -49,10 -76,15 -88,18 -55,12 -98,36 -130,71 -31,35 -47,77 -47,127 0,36 10,71 29,102 19,32 46,57 81,75 35,18 77,28 124,28 51,0 98,-9 139,-26 42,-18 85,-44 129,-78 l 4,-3 3,4 c 21,34 40,59 59,77 17,17 35,26 53,26 21,0 41,-8 58,-23 17,-15 25,-30 25,-48 0,-11 -6,-35 -17,-72 z m -190,-200 c 0,65 -8,113 -25,141 -15,26 -39,48 -71,64 -31,17 -66,25 -103,25 -36,0 -65,-10 -87,-31 -22,-21 -34,-46 -34,-75 0,-29 10,-51 29,-67 19,-16 39,-26 59,-32 20,-5 56,-13 108,-24 52,-11 92,-22 118,-32 l 7,-2 0,33 -1,0 z" /></g><g
-     id="id40"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4124"
-       d="m 14145,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -90,28 -23,19 -46,48 -68,85 l -8,14 -1,-16 c -1,-37 -8,-65 -21,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 1,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 17,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z" /></g><g
-     id="id41"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4129"
-       d="m 14874,2559 c 13,-21 19,-40 19,-56 0,-18 -5,-31 -16,-41 -11,-9 -25,-14 -43,-14 -17,0 -29,3 -38,11 -23,22 -42,39 -56,51 -15,13 -31,25 -48,37 -18,11 -36,19 -55,25 -19,5 -40,8 -62,8 -34,0 -66,-9 -94,-26 -28,-16 -50,-41 -67,-74 -17,-33 -26,-71 -26,-114 l 0,-4 368,0 c 47,0 85,-7 111,-21 25,-13 37,-42 37,-86 0,-50 -13,-99 -38,-147 -25,-47 -64,-87 -115,-117 -51,-30 -113,-45 -184,-45 -55,0 -106,9 -151,27 -45,17 -84,43 -114,76 -31,33 -55,73 -71,119 -16,46 -24,97 -24,151 0,115 33,207 98,274 65,67 158,101 275,101 52,0 98,-7 137,-21 40,-13 73,-30 99,-50 26,-20 46,-42 58,-64 z m -486,-299 c 6,-63 25,-112 55,-144 30,-33 70,-50 117,-50 50,0 91,17 121,49 30,32 48,81 53,145 l 0,5 -347,0 1,-5 z" /></g><g
-     id="id42"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4134"
-       d="m 16055,2540 c 13,-25 20,-50 20,-72 0,-18 -7,-36 -21,-52 -14,-16 -32,-24 -53,-24 -18,0 -33,5 -45,16 -13,12 -25,28 -36,48 -21,36 -45,63 -72,81 -27,17 -60,26 -98,26 -29,0 -55,-5 -78,-16 -24,-11 -45,-27 -61,-49 -17,-20 -30,-46 -39,-76 -8,-29 -13,-62 -13,-97 0,-76 18,-136 52,-179 34,-44 80,-66 136,-66 39,0 71,9 97,26 25,18 49,44 72,79 12,17 24,30 34,37 9,8 21,11 35,11 22,0 42,-7 57,-21 16,-15 24,-32 24,-54 0,-20 -8,-43 -22,-68 -14,-24 -35,-48 -63,-70 -27,-21 -61,-39 -100,-53 -40,-14 -84,-21 -131,-21 -77,0 -143,16 -198,47 -55,32 -97,77 -126,134 -29,58 -44,125 -44,200 0,111 32,200 95,266 64,66 153,99 266,99 53,0 102,-7 144,-21 42,-15 78,-34 106,-57 28,-23 49,-48 62,-74 z" /></g><g
-     id="id43"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4139"
-       d="m 16872,2551 c -12,-38 -18,-76 -18,-111 1,-37 1,-71 1,-101 1,-30 1,-68 1,-111 0,-68 -10,-123 -29,-164 -19,-41 -51,-71 -96,-90 -46,-18 -110,-28 -191,-28 -72,0 -133,10 -182,30 -48,19 -83,44 -106,74 -22,30 -34,61 -34,93 0,19 7,35 22,48 14,13 31,19 51,19 21,0 35,-4 41,-11 7,-9 19,-26 36,-52 18,-27 39,-47 63,-61 24,-13 61,-20 109,-20 56,0 94,12 112,36 18,24 28,61 31,111 l 0,3 -4,1 c -38,12 -75,21 -109,29 -33,8 -73,17 -120,27 -49,10 -76,15 -87,18 -56,12 -99,36 -131,71 -31,35 -47,77 -47,127 0,36 10,71 29,102 19,31 46,57 81,75 35,18 77,28 124,28 51,0 98,-9 139,-26 42,-18 85,-44 129,-78 l 4,-3 3,4 c 21,34 40,59 59,77 17,17 35,26 53,26 21,0 41,-8 58,-23 17,-15 25,-30 25,-48 0,-11 -6,-35 -17,-72 z m -189,-200 c 0,65 -9,113 -26,141 -15,26 -39,48 -71,64 -31,17 -66,25 -103,25 -36,0 -65,-10 -87,-31 -22,-20 -34,-46 -34,-75 0,-29 10,-51 29,-67 19,-16 39,-26 59,-32 20,-5 56,-13 108,-24 52,-11 92,-22 118,-32 l 7,-2 0,33 z" /></g><g
-     id="id44"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4144"
-       d="m 17450,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -91,28 -22,19 -45,48 -67,85 l -8,14 0,-16 c -2,-37 -9,-65 -22,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 2,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 16,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z" /></g><g
-     id="id45"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4149"
-       d="m 18209,2594 c 27,-32 49,-72 65,-119 16,-47 24,-100 24,-156 0,-77 -14,-144 -41,-200 -28,-55 -66,-98 -113,-127 -47,-29 -99,-44 -155,-44 -47,0 -89,10 -126,30 -37,20 -73,52 -107,94 l -9,10 0,-35 c 0,-33 -8,-58 -23,-75 -16,-16 -36,-25 -61,-25 -26,0 -46,8 -60,25 -15,16 -22,42 -22,76 l 0,802 c 0,39 5,69 16,90 11,19 32,29 66,29 57,0 84,-39 84,-118 l 0,-292 9,10 c 32,41 66,72 101,93 36,21 80,31 132,31 43,0 84,-8 121,-26 38,-17 71,-41 99,-73 z m -113,-145 c -16,36 -38,64 -64,82 -27,19 -57,28 -89,28 -53,0 -98,-21 -133,-63 -36,-42 -54,-101 -54,-176 0,-79 18,-140 54,-181 36,-41 81,-62 133,-62 33,0 64,9 91,29 27,19 49,47 64,83 15,35 23,78 23,128 0,51 -9,95 -25,132 z" /></g><g
-     id="id46"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4154"
-       d="m 19049,2559 c 13,-21 19,-40 19,-56 0,-18 -5,-31 -16,-41 -11,-10 -25,-14 -43,-14 -17,0 -29,3 -38,11 -23,22 -42,39 -56,51 -15,13 -31,25 -48,37 -18,11 -36,19 -55,25 -19,5 -40,8 -62,8 -34,0 -66,-9 -94,-26 -28,-16 -50,-41 -67,-74 -17,-33 -26,-71 -26,-114 l 0,-4 368,0 c 47,0 85,-7 111,-21 25,-13 37,-42 37,-86 0,-50 -13,-99 -38,-147 -25,-47 -64,-87 -115,-117 -51,-30 -113,-45 -184,-45 -56,0 -106,9 -151,27 -45,17 -83,43 -114,76 -31,33 -55,73 -71,119 -16,46 -24,97 -24,151 0,115 33,207 98,274 65,67 158,101 275,101 52,0 98,-7 137,-21 40,-13 73,-30 99,-50 26,-20 45,-42 58,-64 z m -486,-299 c 6,-63 25,-112 55,-144 30,-33 70,-50 117,-50 50,0 91,17 121,49 30,32 48,81 53,145 l 0,5 -347,0 1,-5 z" /></g><g
-     id="id47"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4159"
-       d="m 19847,2239 c 0,-40 -2,-74 -5,-100 -4,-26 -12,-50 -24,-72 -18,-38 -47,-68 -84,-89 -38,-20 -81,-31 -129,-31 -50,0 -94,10 -132,30 -38,20 -74,51 -106,93 l -8,11 0,-36 c 0,-21 -4,-39 -11,-54 -8,-15 -18,-26 -30,-33 -13,-7 -27,-11 -42,-11 -25,0 -46,8 -60,25 -15,16 -22,42 -22,76 l 0,537 c 0,35 8,62 25,81 16,18 37,27 62,27 27,0 48,-9 65,-27 16,-17 25,-45 25,-81 l 0,-233 c 0,-77 4,-128 13,-156 13,-36 34,-64 62,-84 28,-20 59,-30 93,-30 53,0 88,17 106,51 17,33 26,81 26,142 l 0,310 c 0,35 8,62 25,81 16,18 38,27 64,27 26,0 46,-9 63,-27 16,-18 24,-45 24,-81 l 0,-346 z" /></g><g
-     id="id48"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4164"
-       d="m 20429,2605 c 0,-17 -5,-30 -16,-41 -11,-12 -24,-17 -37,-17 -11,0 -25,2 -43,6 -19,4 -34,6 -45,6 -22,0 -37,-6 -47,-17 -9,-10 -15,-24 -17,-40 -2,-16 -4,-39 -4,-68 l 0,-346 40,0 c 36,0 64,-5 83,-15 18,-9 27,-25 27,-48 0,-18 -7,-33 -20,-44 -13,-12 -32,-18 -57,-18 l -73,0 0,-131 c 0,-31 -1,-55 -5,-72 -3,-16 -10,-29 -22,-41 -18,-16 -39,-25 -61,-25 -16,0 -31,4 -43,11 -13,8 -23,18 -30,30 -7,11 -11,25 -13,42 -1,17 -2,40 -2,70 l 0,116 -25,0 c -27,0 -48,6 -62,18 -13,11 -20,26 -20,44 0,18 6,33 20,45 13,12 32,18 58,18 l 29,0 0,361 c 0,57 4,103 14,137 9,33 28,60 57,78 29,19 72,29 129,29 60,0 107,-8 139,-23 31,-16 46,-37 46,-65 z" /></g><g
-     id="id49"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4169"
-       d="m 20963,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -91,28 -22,19 -45,48 -67,85 l -8,14 -1,-16 c -1,-37 -8,-65 -21,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 1,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 16,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z" /></g><g
-     id="id50"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4174"
-       d="m 21395,2872 c 20,-31 40,-75 61,-130 l 242,-634 c 6,-17 11,-33 15,-48 4,-16 7,-28 9,-37 0,-12 -3,-25 -10,-37 -7,-12 -16,-21 -28,-28 -12,-7 -25,-11 -39,-11 -18,0 -33,3 -42,10 -10,6 -20,18 -29,37 -9,19 -20,47 -32,81 l -153,438 -162,-470 c -10,-32 -22,-56 -35,-72 -13,-16 -31,-24 -57,-24 -15,0 -29,4 -42,12 -14,7 -25,18 -32,31 -8,13 -12,27 -12,42 0,14 7,38 21,70 l 229,578 -17,43 c -13,30 -25,54 -35,70 -10,16 -21,28 -34,34 -13,7 -31,10 -53,10 -9,0 -19,-1 -31,-4 -10,-3 -19,-4 -29,-4 -24,0 -42,6 -54,16 -12,11 -18,26 -18,46 0,30 12,50 38,61 27,11 67,17 121,17 55,0 99,-8 131,-25 32,-17 58,-41 77,-72 z" /></g><g
-     id="id51"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4179"
-       d="m 10145,1768 c 0,0 -9,28 0,37 8,9 51,12 51,12 l 0,534 85,61 72,-68 0,-522 22,-5 c 34,9 42,-21 42,-21 l 0,-28 -272,0 z m 178,570 -24,10 0,-523 24,-8 0,521 z m 64,-544 c -25,2 -187,-17 -187,-17 l 187,0 c 0,0 26,16 0,17 z" /></g><g
-     id="id52"
-     transform="translate(-9152,-411.01738)"
-     style="fill:#ffffff;fill-opacity:1"><path
-       style="fill:#ffffff;stroke:none;fill-opacity:1"
-       inkscape:connector-curvature="0"
-       id="path4184"
-       d="m 10544,2000 -2,-1 c -14,-14 -33,-22 -53,-22 -43,0 -77,35 -77,77 0,20 7,39 22,54 l 1,1 c 2,3 5,5 8,7 53,47 84,115 84,185 0,137 -111,247 -248,247 -136,0 -247,-110 -247,-247 0,-69 29,-136 81,-182 22,-15 34,-39 34,-65 0,-42 -34,-77 -77,-77 -20,0 -39,8 -54,22 l -1,2 -1,-1 c -87,76 -136,186 -136,301 0,221 180,401 401,401 221,0 401,-180 401,-401 0,-115 -49,-225 -136,-301 z" /></g></svg>
\ No newline at end of file
+<svg xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.2" width="125.90001mm" height="25.779827mm" viewBox="0 0 12590.001 2577.9828" preserveAspectRatio="xMidYMid" xml:space="preserve" id="svg3882" inkscape:version="0.91 r13725" sodipodi:docname="logo-source.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round">
+  <metadata id="metadata4388">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" borderopacity="1" objecttolerance="10" gridtolerance="10" guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1076" inkscape:window-height="726" id="namedview4386" showgrid="false" showguides="false" fit-margin-top="0.2" fit-margin-left="0.2" fit-margin-right="0.2" fit-margin-bottom="0.2" inkscape:zoom="0.72287584" inkscape:cx="274.46877" inkscape:cy="-219.87263" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="0" inkscape:current-layer="svg3882"/>
+  <defs class="ClipPathGroup" id="defs3884">
+    <clipPath id="presentation_clip_path" clipPathUnits="userSpaceOnUse">
+      <rect x="0" y="0" width="27940" height="21590" id="rect3887"/>
+    </clipPath>
+  </defs>
+  <defs class="TextShapeIndex" id="defs3889">
+    <g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92" id="g3891"/>
+  </defs>
+  <defs class="EmbeddedBulletChars" id="defs3893">
+    <g id="bullet-char-template(57356)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 580,1141 1163,571 580,0 -4,571 580,1141 Z" id="path3896" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(57354)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="m 8,1128 1129,0 L 1137,0 8,0 8,1128 Z" id="path3899" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(10146)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 174,0 602,739 174,1481 1456,739 174,0 Z m 1184,739 -1049,607 350,-607 699,0 z" id="path3902" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(10132)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 2015,739 1276,0 717,0 l 543,543 -1086,0 0,393 1086,0 -543,545 557,0 741,-742 z" id="path3905" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(10007)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path3908" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(10004)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 l 0,-122 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path3911" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(9679)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path3914" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(8226)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path3917" inkscape:connector-curvature="0"/>
+    </g>
+    <g id="bullet-char-template(8211)" transform="scale(4.8828125e-4,-4.8828125e-4)">
+      <path d="m -4,459 1139,0 0,147 -1139,0 0,-147 z" id="path3920" inkscape:connector-curvature="0"/>
+    </g>
+  </defs>
+  <defs class="TextEmbeddedBitmaps" id="defs3922"/>
+  <g id="g3924" transform="translate(-562.8506,-450.05897)">
+    <g id="id2" class="Master_Slide">
+      <g id="bg-id2" class="Background"/>
+      <g id="bo-id2" class="BackgroundObjects"/>
+    </g>
+  </g>
+  <g id="id34" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4094" d="m 12771,986 c -40,-43 -239,-38 -294,-39 -302,-2 -866,15 -1148,15 -11,0 -50,19 -44,35 -200,0 -306,1 -548,-2 -131,-1 -443,15 -451,-216 -4,-116 102,-218 227,-342 -80,-24 -160,29 -241,74 -39,39 -66,65 -99,98 -122,178 -170,358 -141,538 110,-21 192,130 115,201 l -69,1 c -33,0 -59,34 -58,74 l 2,160 c 1,41 28,68 60,68 l 348,0 c 32,-1 58,-34 57,-75 l -2,-160 c 0,-40 -27,-73 -60,-72 l -43,0 c -77,-215 170,-187 310,-185 262,2 350,1 581,1 13,16 7,46 43,61 23,9 1412,6 1437,0 25,-6 18,-18 27,-27 12,-48 39,-155 -9,-208 z m -2343,388 0,170 c 0,0 -5,-111 -50,-118 -46,-7 -20,-52 -20,-52 l 70,0 z m 2328,-312 c 0,0 -41,-14 -74,-35 -71,-46 -1331,-5 -1331,-5 l 36,-30 c 0,0 1284,-22 1328,0 44,22 41,70 41,70 z"/>
+  </g>
+  <g id="id35" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4099" d="m 9763,2584 c 25,-36 37,-79 37,-129 0,-33 -9,-63 -27,-88 -19,-26 -46,-49 -82,-68 -36,-19 -83,-36 -140,-50 -50,-12 -87,-22 -115,-30 -28,-8 -50,-19 -67,-32 -18,-13 -26,-30 -26,-51 0,-23 11,-43 35,-58 23,-14 52,-22 86,-22 34,0 60,6 80,17 20,11 37,26 51,45 17,21 32,38 45,48 13,10 28,15 46,15 25,0 44,-6 58,-19 13,-13 20,-29 20,-49 0,-18 -7,-38 -19,-57 -13,-20 -33,-38 -58,-55 -25,-16 -57,-29 -94,-39 -38,-10 -81,-15 -129,-15 -60,0 -112,10 -155,29 -42,19 -75,46 -96,78 -22,32 -33,67 -33,103 0,40 12,75 35,102 24,28 55,51 95,68 40,17 92,34 155,50 57,14 99,28 124,43 26,16 39,41 39,76 0,23 -13,43 -38,60 -24,17 -56,26 -94,26 -46,0 -84,-9 -111,-25 -27,-17 -50,-42 -70,-76 -9,-17 -19,-30 -29,-39 -9,-9 -23,-13 -42,-13 -21,0 -38,7 -52,20 -13,14 -20,30 -20,49 0,30 11,60 33,90 22,30 57,55 104,75 47,20 104,30 169,30 69,0 129,-9 177,-28 47,-18 84,-45 108,-81 z"/>
+  </g>
+  <g id="id36" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4104" d="m 11083,1671 c -61,0 -109,8 -143,23 -34,15 -59,40 -73,73 -14,33 -22,79 -22,136 l 0,61 -48,0 c -60,0 -89,20 -89,62 0,19 7,33 21,45 14,12 34,18 61,18 l 55,0 0,496 c 0,36 9,63 25,81 17,19 38,28 63,28 26,0 48,-10 64,-28 17,-18 25,-45 25,-81 l 0,-496 50,0 c 33,0 58,-4 76,-12 18,-8 26,-25 26,-54 0,-40 -33,-59 -102,-59 l -50,0 0,-49 c 0,-37 5,-67 15,-87 10,-21 33,-32 69,-32 12,0 27,1 45,4 18,3 30,4 37,4 14,0 26,-5 37,-17 10,-11 16,-25 16,-41 0,-50 -54,-75 -158,-75 z"/>
+  </g>
+  <g id="id37" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4109" d="m 11728,2605 c 0,-16 -5,-30 -16,-41 -11,-12 -24,-17 -38,-17 -10,0 -24,2 -42,6 -19,4 -34,6 -45,6 -22,0 -37,-6 -47,-17 -9,-10 -15,-24 -17,-40 -2,-16 -4,-39 -4,-68 l 0,-346 40,0 c 36,0 64,-5 82,-15 19,-9 28,-25 28,-48 0,-18 -7,-33 -20,-44 -13,-12 -32,-18 -57,-18 l -73,0 0,-131 c 0,-31 -1,-55 -5,-72 -3,-16 -10,-29 -22,-41 -18,-16 -39,-25 -61,-25 -16,0 -31,4 -44,11 -12,8 -22,18 -29,30 -7,11 -11,25 -13,42 -1,17 -2,40 -2,70 l 0,116 -25,0 c -27,0 -48,6 -62,18 -13,11 -20,26 -20,44 0,18 6,33 20,45 13,12 32,18 58,18 l 29,0 0,361 c 0,57 4,103 14,137 9,33 28,60 57,78 29,19 72,29 129,29 60,0 107,-8 139,-23 31,-16 46,-37 46,-65 z"/>
+  </g>
+  <g id="id38" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4114" d="m 12639,2550 152,-445 c 14,-38 21,-66 21,-85 0,-19 -8,-37 -23,-51 -15,-15 -34,-22 -55,-22 -21,0 -37,5 -48,14 -11,10 -19,21 -24,34 -5,13 -11,35 -19,64 l -127,431 -115,-401 c -11,-39 -20,-66 -26,-81 -6,-15 -17,-29 -32,-42 -15,-13 -36,-19 -62,-19 -26,0 -47,6 -61,19 -15,13 -26,26 -31,40 -6,15 -14,43 -26,83 l -115,401 -125,-431 c -12,-41 -24,-71 -35,-88 -9,-16 -29,-24 -58,-24 -22,0 -41,8 -56,23 -15,15 -22,31 -22,50 0,15 7,44 22,85 l 151,445 c 4,12 9,28 17,48 7,20 15,37 24,51 9,15 21,25 34,33 14,7 31,11 50,11 38,0 65,-12 80,-36 16,-25 30,-63 44,-113 l 107,-377 111,377 c 9,33 17,59 25,79 7,20 19,37 34,50 15,14 37,20 63,20 26,0 47,-6 62,-18 15,-13 26,-27 33,-44 7,-16 17,-43 30,-81 z"/>
+  </g>
+  <g id="id39" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4119" d="m 13568,2551 c -12,-38 -18,-76 -18,-111 1,-37 1,-71 1,-101 1,-30 1,-68 1,-111 0,-68 -10,-123 -29,-164 -19,-41 -51,-71 -96,-90 -46,-18 -111,-28 -191,-28 -72,0 -134,10 -182,30 -48,19 -83,44 -106,74 -22,30 -34,61 -34,93 0,19 7,35 22,48 14,12 31,19 51,19 21,0 35,-4 41,-11 7,-9 19,-26 36,-52 17,-27 39,-47 63,-61 24,-13 61,-20 109,-20 56,0 94,12 112,36 18,24 28,61 30,111 l 1,3 -4,1 c -38,11 -74,21 -109,29 -33,8 -73,17 -120,27 -49,10 -76,15 -88,18 -55,12 -98,36 -130,71 -31,35 -47,77 -47,127 0,36 10,71 29,102 19,32 46,57 81,75 35,18 77,28 124,28 51,0 98,-9 139,-26 42,-18 85,-44 129,-78 l 4,-3 3,4 c 21,34 40,59 59,77 17,17 35,26 53,26 21,0 41,-8 58,-23 17,-15 25,-30 25,-48 0,-11 -6,-35 -17,-72 z m -190,-200 c 0,65 -8,113 -25,141 -15,26 -39,48 -71,64 -31,17 -66,25 -103,25 -36,0 -65,-10 -87,-31 -22,-21 -34,-46 -34,-75 0,-29 10,-51 29,-67 19,-16 39,-26 59,-32 20,-5 56,-13 108,-24 52,-11 92,-22 118,-32 l 7,-2 0,33 -1,0 z"/>
+  </g>
+  <g id="id40" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4124" d="m 14145,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -90,28 -23,19 -46,48 -68,85 l -8,14 -1,-16 c -1,-37 -8,-65 -21,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 1,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 17,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z"/>
+  </g>
+  <g id="id41" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4129" d="m 14874,2559 c 13,-21 19,-40 19,-56 0,-18 -5,-31 -16,-41 -11,-9 -25,-14 -43,-14 -17,0 -29,3 -38,11 -23,22 -42,39 -56,51 -15,13 -31,25 -48,37 -18,11 -36,19 -55,25 -19,5 -40,8 -62,8 -34,0 -66,-9 -94,-26 -28,-16 -50,-41 -67,-74 -17,-33 -26,-71 -26,-114 l 0,-4 368,0 c 47,0 85,-7 111,-21 25,-13 37,-42 37,-86 0,-50 -13,-99 -38,-147 -25,-47 -64,-87 -115,-117 -51,-30 -113,-45 -184,-45 -55,0 -106,9 -151,27 -45,17 -84,43 -114,76 -31,33 -55,73 -71,119 -16,46 -24,97 -24,151 0,115 33,207 98,274 65,67 158,101 275,101 52,0 98,-7 137,-21 40,-13 73,-30 99,-50 26,-20 46,-42 58,-64 z m -486,-299 c 6,-63 25,-112 55,-144 30,-33 70,-50 117,-50 50,0 91,17 121,49 30,32 48,81 53,145 l 0,5 -347,0 1,-5 z"/>
+  </g>
+  <g id="id42" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4134" d="m 16055,2540 c 13,-25 20,-50 20,-72 0,-18 -7,-36 -21,-52 -14,-16 -32,-24 -53,-24 -18,0 -33,5 -45,16 -13,12 -25,28 -36,48 -21,36 -45,63 -72,81 -27,17 -60,26 -98,26 -29,0 -55,-5 -78,-16 -24,-11 -45,-27 -61,-49 -17,-20 -30,-46 -39,-76 -8,-29 -13,-62 -13,-97 0,-76 18,-136 52,-179 34,-44 80,-66 136,-66 39,0 71,9 97,26 25,18 49,44 72,79 12,17 24,30 34,37 9,8 21,11 35,11 22,0 42,-7 57,-21 16,-15 24,-32 24,-54 0,-20 -8,-43 -22,-68 -14,-24 -35,-48 -63,-70 -27,-21 -61,-39 -100,-53 -40,-14 -84,-21 -131,-21 -77,0 -143,16 -198,47 -55,32 -97,77 -126,134 -29,58 -44,125 -44,200 0,111 32,200 95,266 64,66 153,99 266,99 53,0 102,-7 144,-21 42,-15 78,-34 106,-57 28,-23 49,-48 62,-74 z"/>
+  </g>
+  <g id="id43" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4139" d="m 16872,2551 c -12,-38 -18,-76 -18,-111 1,-37 1,-71 1,-101 1,-30 1,-68 1,-111 0,-68 -10,-123 -29,-164 -19,-41 -51,-71 -96,-90 -46,-18 -110,-28 -191,-28 -72,0 -133,10 -182,30 -48,19 -83,44 -106,74 -22,30 -34,61 -34,93 0,19 7,35 22,48 14,13 31,19 51,19 21,0 35,-4 41,-11 7,-9 19,-26 36,-52 18,-27 39,-47 63,-61 24,-13 61,-20 109,-20 56,0 94,12 112,36 18,24 28,61 31,111 l 0,3 -4,1 c -38,12 -75,21 -109,29 -33,8 -73,17 -120,27 -49,10 -76,15 -87,18 -56,12 -99,36 -131,71 -31,35 -47,77 -47,127 0,36 10,71 29,102 19,31 46,57 81,75 35,18 77,28 124,28 51,0 98,-9 139,-26 42,-18 85,-44 129,-78 l 4,-3 3,4 c 21,34 40,59 59,77 17,17 35,26 53,26 21,0 41,-8 58,-23 17,-15 25,-30 25,-48 0,-11 -6,-35 -17,-72 z m -189,-200 c 0,65 -9,113 -26,141 -15,26 -39,48 -71,64 -31,17 -66,25 -103,25 -36,0 -65,-10 -87,-31 -22,-20 -34,-46 -34,-75 0,-29 10,-51 29,-67 19,-16 39,-26 59,-32 20,-5 56,-13 108,-24 52,-11 92,-22 118,-32 l 7,-2 0,33 z"/>
+  </g>
+  <g id="id44" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4144" d="m 17450,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -91,28 -22,19 -45,48 -67,85 l -8,14 0,-16 c -2,-37 -9,-65 -22,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 2,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 16,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z"/>
+  </g>
+  <g id="id45" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4149" d="m 18209,2594 c 27,-32 49,-72 65,-119 16,-47 24,-100 24,-156 0,-77 -14,-144 -41,-200 -28,-55 -66,-98 -113,-127 -47,-29 -99,-44 -155,-44 -47,0 -89,10 -126,30 -37,20 -73,52 -107,94 l -9,10 0,-35 c 0,-33 -8,-58 -23,-75 -16,-16 -36,-25 -61,-25 -26,0 -46,8 -60,25 -15,16 -22,42 -22,76 l 0,802 c 0,39 5,69 16,90 11,19 32,29 66,29 57,0 84,-39 84,-118 l 0,-292 9,10 c 32,41 66,72 101,93 36,21 80,31 132,31 43,0 84,-8 121,-26 38,-17 71,-41 99,-73 z m -113,-145 c -16,36 -38,64 -64,82 -27,19 -57,28 -89,28 -53,0 -98,-21 -133,-63 -36,-42 -54,-101 -54,-176 0,-79 18,-140 54,-181 36,-41 81,-62 133,-62 33,0 64,9 91,29 27,19 49,47 64,83 15,35 23,78 23,128 0,51 -9,95 -25,132 z"/>
+  </g>
+  <g id="id46" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4154" d="m 19049,2559 c 13,-21 19,-40 19,-56 0,-18 -5,-31 -16,-41 -11,-10 -25,-14 -43,-14 -17,0 -29,3 -38,11 -23,22 -42,39 -56,51 -15,13 -31,25 -48,37 -18,11 -36,19 -55,25 -19,5 -40,8 -62,8 -34,0 -66,-9 -94,-26 -28,-16 -50,-41 -67,-74 -17,-33 -26,-71 -26,-114 l 0,-4 368,0 c 47,0 85,-7 111,-21 25,-13 37,-42 37,-86 0,-50 -13,-99 -38,-147 -25,-47 -64,-87 -115,-117 -51,-30 -113,-45 -184,-45 -56,0 -106,9 -151,27 -45,17 -83,43 -114,76 -31,33 -55,73 -71,119 -16,46 -24,97 -24,151 0,115 33,207 98,274 65,67 158,101 275,101 52,0 98,-7 137,-21 40,-13 73,-30 99,-50 26,-20 45,-42 58,-64 z m -486,-299 c 6,-63 25,-112 55,-144 30,-33 70,-50 117,-50 50,0 91,17 121,49 30,32 48,81 53,145 l 0,5 -347,0 1,-5 z"/>
+  </g>
+  <g id="id47" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4159" d="m 19847,2239 c 0,-40 -2,-74 -5,-100 -4,-26 -12,-50 -24,-72 -18,-38 -47,-68 -84,-89 -38,-20 -81,-31 -129,-31 -50,0 -94,10 -132,30 -38,20 -74,51 -106,93 l -8,11 0,-36 c 0,-21 -4,-39 -11,-54 -8,-15 -18,-26 -30,-33 -13,-7 -27,-11 -42,-11 -25,0 -46,8 -60,25 -15,16 -22,42 -22,76 l 0,537 c 0,35 8,62 25,81 16,18 37,27 62,27 27,0 48,-9 65,-27 16,-17 25,-45 25,-81 l 0,-233 c 0,-77 4,-128 13,-156 13,-36 34,-64 62,-84 28,-20 59,-30 93,-30 53,0 88,17 106,51 17,33 26,81 26,142 l 0,310 c 0,35 8,62 25,81 16,18 38,27 64,27 26,0 46,-9 63,-27 16,-18 24,-45 24,-81 l 0,-346 z"/>
+  </g>
+  <g id="id48" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4164" d="m 20429,2605 c 0,-17 -5,-30 -16,-41 -11,-12 -24,-17 -37,-17 -11,0 -25,2 -43,6 -19,4 -34,6 -45,6 -22,0 -37,-6 -47,-17 -9,-10 -15,-24 -17,-40 -2,-16 -4,-39 -4,-68 l 0,-346 40,0 c 36,0 64,-5 83,-15 18,-9 27,-25 27,-48 0,-18 -7,-33 -20,-44 -13,-12 -32,-18 -57,-18 l -73,0 0,-131 c 0,-31 -1,-55 -5,-72 -3,-16 -10,-29 -22,-41 -18,-16 -39,-25 -61,-25 -16,0 -31,4 -43,11 -13,8 -23,18 -30,30 -7,11 -11,25 -13,42 -1,17 -2,40 -2,70 l 0,116 -25,0 c -27,0 -48,6 -62,18 -13,11 -20,26 -20,44 0,18 6,33 20,45 13,12 32,18 58,18 l 29,0 0,361 c 0,57 4,103 14,137 9,33 28,60 57,78 29,19 72,29 129,29 60,0 107,-8 139,-23 31,-16 46,-37 46,-65 z"/>
+  </g>
+  <g id="id49" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4169" d="m 20963,1976 c -36,-19 -74,-29 -112,-29 -38,0 -68,10 -91,28 -22,19 -45,48 -67,85 l -8,14 -1,-16 c -1,-37 -8,-65 -21,-84 -13,-18 -34,-27 -63,-27 -58,0 -86,39 -86,121 l 0,517 c 0,36 8,63 25,81 16,18 37,27 62,27 26,0 48,-9 64,-27 17,-17 26,-45 26,-81 l 0,-155 c 0,-56 1,-104 5,-142 4,-39 10,-73 20,-102 10,-29 24,-51 42,-66 31,-25 76,-30 140,-9 32,10 43,12 48,12 16,0 33,-7 47,-21 15,-14 22,-31 22,-53 0,-30 -17,-54 -52,-73 z"/>
+  </g>
+  <g id="id50" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4174" d="m 21395,2872 c 20,-31 40,-75 61,-130 l 242,-634 c 6,-17 11,-33 15,-48 4,-16 7,-28 9,-37 0,-12 -3,-25 -10,-37 -7,-12 -16,-21 -28,-28 -12,-7 -25,-11 -39,-11 -18,0 -33,3 -42,10 -10,6 -20,18 -29,37 -9,19 -20,47 -32,81 l -153,438 -162,-470 c -10,-32 -22,-56 -35,-72 -13,-16 -31,-24 -57,-24 -15,0 -29,4 -42,12 -14,7 -25,18 -32,31 -8,13 -12,27 -12,42 0,14 7,38 21,70 l 229,578 -17,43 c -13,30 -25,54 -35,70 -10,16 -21,28 -34,34 -13,7 -31,10 -53,10 -9,0 -19,-1 -31,-4 -10,-3 -19,-4 -29,-4 -24,0 -42,6 -54,16 -12,11 -18,26 -18,46 0,30 12,50 38,61 27,11 67,17 121,17 55,0 99,-8 131,-25 32,-17 58,-41 77,-72 z"/>
+  </g>
+  <g id="id51" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4179" d="m 10145,1768 c 0,0 -9,28 0,37 8,9 51,12 51,12 l 0,534 85,61 72,-68 0,-522 22,-5 c 34,9 42,-21 42,-21 l 0,-28 -272,0 z m 178,570 -24,10 0,-523 24,-8 0,521 z m 64,-544 c -25,2 -187,-17 -187,-17 l 187,0 c 0,0 26,16 0,17 z"/>
+  </g>
+  <g id="id52" transform="translate(-9152,-411.01738)" style="fill:#ffffff;fill-opacity:1">
+    <path style="fill:#ffffff;stroke:none;fill-opacity:1" inkscape:connector-curvature="0" id="path4184" d="m 10544,2000 -2,-1 c -14,-14 -33,-22 -53,-22 -43,0 -77,35 -77,77 0,20 7,39 22,54 l 1,1 c 2,3 5,5 8,7 53,47 84,115 84,185 0,137 -111,247 -248,247 -136,0 -247,-110 -247,-247 0,-69 29,-136 81,-182 22,-15 34,-39 34,-65 0,-42 -34,-77 -77,-77 -20,0 -39,8 -54,22 l -1,2 -1,-1 c -87,76 -136,186 -136,301 0,221 180,401 401,401 221,0 401,-180 401,-401 0,-115 -49,-225 -136,-301 z"/>
+  </g>
+</svg>
index 4ea9835037a81c7e9c657681b12c46cfa30b235f..6c27d9c9245fc5b6d1c5aaa82af2ea4073e59b80 100644 (file)
@@ -27,12 +27,26 @@ generate_md_episodes <- function() {
     ## find all the Rmd files, and generate the paths for their respective outputs
     src_rmd <- list.files(pattern = "??-*.Rmd$", path = "_episodes_rmd", full.names = TRUE)
     dest_md <- file.path("_episodes", gsub("Rmd$", "md", basename(src_rmd)))
-
+    
     ## knit the Rmd into markdown
     mapply(function(x, y) {
         knitr::knit(x, output = y)
     }, src_rmd, dest_md)
-
+    
+    # Read the generated md files and add comments advising not to edit them
+    vapply(dest_md, function(y) {
+      con <- file(y)
+      mdfile <- readLines(con)
+      if (mdfile[1] != "---")
+        stop("Input file does not have a valid header")
+      mdfile <- append(mdfile, "# Please do not edit this file directly; it is auto generated.", after = 1)
+      mdfile <- append(mdfile, paste("# Instead, please edit", 
+                                     basename(y), "in _episodes_rmd/"), after = 2)
+      writeLines(mdfile, con)
+      close(con)
+      return(paste("Warning added to YAML header of", y))
+    },
+    character(1))
 }
 
 generate_md_episodes()
index c513c52ed9fcbf7f787182b948d6cca72b065922..acb253b542fc9009602a3c7351352f6b37aeba04 100755 (executable)
@@ -89,9 +89,9 @@ from writing new exercises and improving existing ones
 to updating or filling in the documentation
 and and submitting [bug reports][issues]
 about things that don't work, aren't clear, or are missing.
-If you are looking for ideas,
-please see [the list of issues for this repository][issues],
-or the issues for [Data Carpentry][dc-issues]
+If you are looking for ideas, please see the 'Issues' tab for
+a list of issues associated with this repository,
+or you may also look at the issues for [Data Carpentry][dc-issues]
 and [Software Carpentry][swc-issues] projects.
 
 Comments on issues and reviews of pull requests are just as welcome:
@@ -119,32 +119,30 @@ our lessons must run equally well on all three.
 
 ## Using GitHub
 
-If you choose to contribute via GitHub,
-you may want to look at
+If you choose to contribute via GitHub, you may want to look at
 [How to Contribute to an Open Source Project on GitHub][how-contribute].
-In brief:
-
-1.  The published copy of the lesson is in the `gh-pages` branch of the repository
-    (so that GitHub will regenerate it automatically).
-    Please create all branches from that,
-    and merge the [master repository][repo]'s `gh-pages` branch into your `gh-pages` branch
-    before starting work.
-    Please do *not* work directly in your `gh-pages` branch,
-    since that will make it difficult for you to work on other contributions.
-
-2.  We use [GitHub flow][github-flow] to manage changes:
-    1.  Create a new branch in your desktop copy of this repository for each significant change.
-    2.  Commit the change in that branch.
-    3.  Push that branch to your fork of this repository on GitHub.
-    4.  Submit a pull request from that branch to the [master repository][repo].
-    5.  If you receive feedback,
-        make changes on your desktop and push to your branch on GitHub:
-        the pull request will update automatically.
-
-Each lesson has two maintainers who review issues and pull requests
-or encourage others to do so.
-The maintainers are community volunteers,
-and have final say over what gets merged into the lesson.
+To manage changes, we follow [GitHub flow][github-flow]. 
+Each lesson has two maintainers who review issues and pull requests or encourage others to do so.
+The maintainers are community volunteers and have final say over what gets merged into the lesson.
+To use the web interface for contributing to a lesson:
+
+1.  Fork the master repository to your GitHub profile.
+2.  Within your version of the forked repository, move to the `gh-pages` branch and
+create a new branch for each significant change being made.
+3.  Navigate to the file(s) you wish to change within the new branches and make revisions as required.
+4.  Commit all changed files within the appropriate branches.
+5.  Create individual pull requests from each of your changed branches
+to the `gh-pages` branch within the master repository.
+6.  If you receive feedback, make changes using your issue-specific branches of the forked
+repository and the pull requests will update automatically.
+7.  Repeat as needed until all feedback has been addressed.
+
+When starting work, please make sure your clone of the master `gh-pages` branch is up-to-date
+before creating your own revision-specific branch(es) from there.
+Additionally, please only work from your newly-created branch(es) and *not*
+your clone of the master `gh-pages` branch.
+Lastly, published copies of all the lessons are available in the `gh-pages` branch of the master
+repository for reference while revising.
 
 ## Other Resources
 
@@ -158,15 +156,14 @@ You can also [reach us by email][email].
 [dc-lessons]: http://datacarpentry.org/lessons/
 [dc-site]: http://datacarpentry.org/
 [discuss-list]: http://lists.software-carpentry.org/listinfo/discuss
-[github]: http://github.com
+[github]: https://github.com
 [github-flow]: https://guides.github.com/introduction/flow/
 [github-join]: https://github.com/join
 [how-contribute]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
-[issues]: https://github.com/swcarpentry/FIXME/issues/
-[repo]: https://github.com/swcarpentry/FIXME/
+[issues]: https://guides.github.com/features/issues/
 [swc-issues]: https://github.com/issues?q=user%3Aswcarpentry
-[swc-lessons]: http://software-carpentry.org/lessons/
-[swc-site]: http://software-carpentry.org/
+[swc-lessons]: https://software-carpentry.org/lessons/
+[swc-site]: https://software-carpentry.org/
 '''
 
 ROOT_CONFIG_YML = '''\
@@ -202,7 +199,7 @@ dc_site: "http://datacarpentry.org"
 swc_github: "https://github.com/swcarpentry"
 swc_site: "https://software-carpentry.org"
 swc_pages: "https://swcarpentry.github.io"
-lc_site: "http://librarycarpentry.github.io/"
+lc_site: "https://librarycarpentry.github.io/"
 template_repo: "https://github.com/swcarpentry/styles"
 example_repo: "https://github.com/swcarpentry/lesson-example"
 example_site: "https://swcarpentry.github.com/lesson-example"