Difference between revisions of "LearnX-ApprentissageX"

From wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
[[FR:Académie_du_numérique/Accélérateur_du_numérique_EFPC]]
 
{{#css:
 
{{#css:
 
body {
 
font-family: 'Nunito Sans', sans-serif;
 
            }
 
 
.res-img img {
 
        max-width:100%;
 
        height:auto;
 
            }
 
 
#topten {
 
        margin-top: 2.2em;
 
            }
 
 
 
.btn {
 
.btn {
 
   display: inline-block;
 
   display: inline-block;
Line 20: Line 7:
 
   text-align: center;
 
   text-align: center;
 
   white-space: nowrap;
 
   white-space: nowrap;
   vertical-align: middle;
+
   horizontal-align: middle;
 
   -ms-touch-action: manipulation;
 
   -ms-touch-action: manipulation;
 
   touch-action: manipulation;
 
   touch-action: manipulation;
Line 26: Line 13:
 
   background-image: none;
 
   background-image: none;
 
   border: 1px solid transparent;
 
   border: 1px solid transparent;
   padding: 6px 6px;
+
   padding: 8px 12px;
 
   font-size: 14px;
 
   font-size: 14px;
 
   line-height: 1.42857143;
 
   line-height: 1.42857143;
   border-radius: 20px;
+
   border-radius: 10px;
 
         width: auto;   
 
         width: auto;   
 
         height: auto;
 
         height: auto;
         background-color: rgba(108,77,133,0.8);
+
         background-color: rgb(255,255,255);
         border: 1px solid rgb(108,77,133);
+
         border: 1px solid rgb(192,192,192);
 
         transition: 1s ease;
 
         transition: 1s ease;
 
             }
 
             }
 
 
.btn a {
 
.btn a {
         color: rgb(255, 255, 255);
+
         color: rgb(225,225,225);
 
         text-decoration: none;
 
         text-decoration: none;
 
             }
 
             }
  
 
.btn a.external {
 
.btn a.external {
         color: rgb(255, 255, 255);
+
         color: rgb(225,225,225);
 
         text-decoration: none;
 
         text-decoration: none;
 
             }
 
             }
  
 
.btn a.external:visited {
 
.btn a.external:visited {
color: rgb(255, 255, 255);
+
color: rgb(225,225,225);
 
         text-decoration: none;
 
         text-decoration: none;
 
             }
 
             }
  
 
.btn a.external:hover {
 
.btn a.external:hover {
color: rgb(255,255,255);
+
color: rgb(225,225,225);
 
         text-decoration: underline;
 
         text-decoration: underline;
 
             }
 
             }
  
 
.btn:hover {
 
.btn:hover {
   background-color: rgba(108,77,133,0.5);
+
   background-color: rgb(192,192,192);
 
         transition: 1s ease;
 
         transition: 1s ease;
 
         text-decoration: underline;
 
         text-decoration: underline;
 
             }
 
             }
 +
a:link {
 +
  color: black;
 +
  text-decoration: none;
 +
}
  
 +
a:visited {
 +
  color: black;
 +
  text-decoration: none;
 +
}
  
.mainpage_row {
+
a:hover {
display: flex;
+
  color: white;
flex-direction: row;
+
  text-decoration: underline;
flex-flow: row wrap;
+
}
justify-content: space-between;
 
padding: 0;
 
margin: 0 -5px 0 -5px;
 
            }
 
 
 
.mainpage_box {
 
flex: 1;
 
margin: 5px;
 
min-width: 210px;
 
border: 0px solid #CCC;
 
padding: 10px 10px 10px 10px;
 
            }
 
 
 
.mainpage_box h2 {
 
    color: rgb(109,82,139);
 
    font-family: 'Rubik', sans-serif;
 
    font-size: 24px;
 
            }
 
 
 
.mainpage_box h3 {
 
color: rgb(109,82,139);
 
font-family: 'Rubik', sans-serif;
 
font-size: 21px;
 
font-weight: normal;
 
            }
 
 
 
.learnBar {
 
        padding: 10px;
 
        margin: 5px 0px 0px 0px;
 
  border: 1px solid purple;
 
        border-radius: 20px;
 
            }
 
 
 
.searchBar {
 
        background-color: rgb(0,0,128);
 
        color: rgb(255,255,255);
 
        padding: 10px;
 
  border: 1px solid transparent;
 
        border-radius: 20px;
 
            }
 
 
 
.searchBar a {
 
        color: rgb(255,255,255);
 
            }
 
 
 
.start {
 
        font-family: 'Nunito Sans', sans-serif;
 
        background-color: rgba(108,77,133,0.8);
 
        border: 1px solid rgb(108,77,133);
 
        color: rgb(255,255,255);
 
        padding: 10px;
 
        max-width:50%;
 
        height:auto;
 
            }
 
 
 
.start:hover {
 
  background-color: rgba(108,77,133,0.5);
 
        transition: 1s ease;
 
            }
 
 
 
.items a {
 
color: rgb(255,255,255);
 
        text-decoration: none;
 
white-space: nowrap;
 
            }
 
 
 
.items a:visited {
 
color: rgb(255,255,255);
 
        text-decoration: none;
 
            }
 
 
 
.items a:hover {
 
color: rgb(255,255,255);
 
        text-decoration: underline;
 
            }
 
 
 
.items a.external {
 
color: rgb(255,255,255);
 
        text-decoration: none;
 
            }
 
 
 
.items a.external:visited {
 
color: rgb(255,255,255);
 
        text-decoration: none;
 
            }
 
 
 
.items a.external:hover {
 
color: rgb(255,255,255);
 
        text-decoration: underline;
 
            }
 
 
 
.fadein img {
 
opacity:1;
 
        transition: 1s ease;
 
            }
 
 
 
.fadein img:hover {
 
opacity:0.5;
 
transition: 1s ease;
 
            }
 
 
 
.start-icon {
 
margin: 0px 5px 0px 5px;
 
            }
 
 
 
.alert {
 
border: 1px solid transparent;
 
            }
 
 
 
.alert-primary {
 
background-color: rgba(1, 204, 220, 0.16);
 
box-shadow: 0px 0px 2px #03fff5;
 
border-color: rgb(1, 204, 220);
 
border-style: solid;
 
border-left: 3px solid  #2f6aa5;
 
border-right: 3px solid  #2f6aa5;
 
border-bottom-right-radius: 6px;
 
border-top-right-radius: 6px;
 
border-bottom-left-radius: 6px;
 
border-top-left-radius: 6px;
 
padding: 3px 10px 3px 10px;
 
            }
 
 
 
.alert-primary:hover {
 
background-color: rgba(1, 204, 220, 0.3);
 
transition: 0.5s;
 
            }
 
 
 
.times
 
{
 
-webkit-animation: blink 2s 1 both;
 
        animation: blink 2s 1 both;
 
            }
 
 
 
@-webkit-keyframes blink {
 
  0%,
 
  50%,
 
  100% {
 
    opacity: 1;
 
  }
 
  25%,
 
  75% {
 
    opacity: 0;
 
  }
 
            }
 
@keyframes blink {
 
  0%,
 
  50%,
 
  100% {
 
    opacity: 1;
 
  }
 
  25%,
 
  75% {
 
    opacity: 0;
 
  }
 
            }
 
 
 
 
}}
 
}}
 +
<center>[[File:Wiki CSPS BIL-EN1st.png|left|frameless|1517x1517px]]
 +
{| style="background-color:#3f2a56; width:91%; color:white; float:left;"
 +
|+
 +
!<big>[[#Overview|<span style="color:#ffffff">Program</span>]]</big>
 +
!<big>[[#Team|<span style="color:#ffffff">Biographies</span>]]</big>
 +
!<big>[[#Right Problems|<span style="color:#ffffff">Partners</span>]]</big>
 +
!<big>[[#Intake|<span style="color:#ffffff">Sponsors</span>]]</big>
 +
!<big>[[#Cohort 1|<span style="color:#ffffff">Keynotes</span>]]</big>
 +
!<big>[[#Partners|<span style="color:#ffffff">Sessions</span>]]</big>
 +
!Kiosks
 +
|}
 +
</center>
 +
__NOTOC__
  
<multilang>
+
{| class="FCK__ShowTableBorders" width="90%" style="background: white; border: 3px solid white; border-image: none; color: black;"
@en|__NOTOC__
 
<!--SYSTEM NOTICE
 
<div class="alert alert-primary>
 
      <p><span class="start-icon times" role="presentation" aria-hidden="true"></span>
 
 
 
'''Possible Service Shutdown '''<br />
 
<br>
 
A possible interruption of services may occur this weekend as we perform an update. During this period, GCwiki may experience intermittent downtime.
 
</p>
 
</div>-->
 
 
 
<!--<div class="alert alert-primary>
 
      <p> <span class="start-icon times" role="presentation" aria-hidden="true">[[File:Promotion.png|25px|middle|link=]]</span>Welcome to the GCwiki's new main page. We hope the content on this page is helpful to you. Let us know what you think or how we can improve this page by adding your comments to the [https://wiki.gccollab.ca/index.php?title=Talk:Main_Page&action=edit discussion section].</p>
 
</div>-->
 
 
 
<div class="mainpage_row">
 
<div class="mainpage_box">
 
<h2><span> Welcome to the GCwiki!</span></h2>
 
<div>
 
The GCwiki is a public wiki hosted by the Government of Canada to facilitate collaboration and knowledge sharing.
 
</div>
 
<div class="searchBar"><div class="btn">[[Special:Search|Search]]</div> for one of the <u>[[Special:AllPages|5,000+ pages]]</u> in <u>[[Special:Categories|240+ categories]]</u>.
 
</div>
 
<div class="learnBar"><div class="btn">[https://support.gccollab.ca/en/support/solutions/folders/2100032745 Learn]</div> about GCwiki from the <u>[https://support.gccollab.ca/en/support/solutions/folders/2100032745 articles]</u> in the GCTools support portal.
 
</div>
 
</div>
 
 
 
<div class="mainpage_box">
 
<h2>Featured communities</h2>
 
<br>
 
{| style="text-align: center;"
 
|- 
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:FYN logo.png|100px|link=https://wiki.gccollab.ca/FYN_Virtual_Learning_Series]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Profile-FLEXGC.jpg|100px|link=https://gccollab.ca/groups/profile/1605187/enflexgcfrflexgc]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:CFA leaf.PNG|100px|link=https://wiki.gccollab.ca/Canada%27s_Free_Agents]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:AGzz IOCN RICO shorter logo.jpg|100px|link=https://wiki.gccollab.ca/Interdepartmental_Organizational_Change_Network_/_R%C3%A9seau_interminist%C3%A9riel_du_changement_organisationnel]]
 
 
|-
 
|-
| style="padding: 0px 10px" | [[FYN_Virtual_Learning_Series|Federal Youth Network]]
+
|
| style="padding: 0px 10px" | [[FlexGC]]
+
<div style="text-align: left">
| style="padding: 0px 10px" | [[Canada%27s_Free_Agents|Canada's Free Agents]]
+
<h1 style="color:#3f2a56"><strong>Welcome to <big>LEARNX 2022: Optimizing Learning in a Digital and Accessible Environment</big></strong></h1><big>The Canada School of Public Service and the Heads of Learning Forum (HOLF) are proud to host LEARNX 2022: Optimizing Learning in a Digital and Accessible World. This annual conference is the only professional development event for performance and learning professionals in the public service!</big><big>Our world has changed since the onset of the pandemic, and learning professionals need to adapt and evolve. With this new reality has come the importance of digital upskilling and of optimizing the learning experience for learners with accommodation needs.</big>
| style="padding: 0px 10px" | [[Interdepartmental_Organizational_Change_Network_/_Réseau_interministériel_du_changement_organisationnel|Interdepartmental Organizational Change Network]]
 
|}
 
  
</div>
 
</div>
 
  
<div class="mainpage_row">
+
<big>Employees who work as trainers, instructional designers, learning advisors, learning experience designers, learning project managers, eLearning developers or learning executives should attend this event.</big>
<div class="mainpage_box">
 
<h2>Getting started</h2>
 
    <div class="items">
 
Browse these resources to become familiar with GCwiki and start contributing:
 
  [[File:Student.png|33px|link=]]  <span class="start" style="margin: 1px; line-height: 4em;">[https://support.gccollab.ca/en/support/solutions/folders/2100032745 Learn about GCwiki]</span>
 
  [[File:Heart.png|33px|link=]]  <span class="start" style="margin: -8px; line-height: 4em">[[GCwiki:Cheatsheet_-_Aide-M%C3%A9moire|Add to GCwiki (quick start guide)]]</span>
 
  [[File:Search.png|33px|link=]]  <span nowrap class="start" style="margin: 1px; line-height: 4em">[[Special:Search|Find information (search)]]</span>
 
</div>
 
</div>
 
  
<div class="mainpage_box">
+
===<big>Participants will learn about the latest digital techniques, trends, and tools and how to:</big>===
<h2>Pages you may be interested in</h2>
+
{|
{| style="width: 100%;" -
+
|[[File:Checkmark.png|left|frameless|50x50px|alt=checkmark]]
| style="padding: 0px 0px 0px 30px; width: 50%" | 1. [[M365|M365]]  
+
|<big>implement accessible learning best practices at work</big>
| style="padding: 0px 0px 0px 30px; width: 50%" | 6. [[Community of Official Languages]]
 
 
|-
 
|-
| style="padding: 0px 0px 0px 30px; width: 50%" | 2. [[FYN Virtual Learning Series]]  
+
|[[File:Checkmark.png|left|frameless|50x50px|alt=checkmark]]
| style="padding: 0px 0px 0px 30px; width: 50%" | 7. [[LeadersGC/Home|LeadersGC]]
+
|<big>identify upskilling techniques that can be used to bridge the performance gap within their department</big>
 
|-
 
|-
| style="padding: 0px 0px 0px 30px; width: 50%" | 3. [[GC Cloud Infocentre]]
+
|[[File:Checkmark.png|left|frameless|50x50px|alt=checkmark]]
| style="padding: 0px 0px 0px 30px; width: 50%" | 8. [[CSPS Digital Academy Innovation Services - Services d'innovation de l'Académie du numérique de L'ÉFPC|CSPS Innovation Services]]
+
|<big>improve the learner experience for those with adaptive, accessibility, and accommodation requirements</big>
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 4. [[COVID content guidance|COVID Content Guidance]]
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 9. [[Security Centre of Excellence]]
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 5. [[M365/Home|M365 Training Materials]]
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 10. [[HTML colour chart]]
 
 
|}
 
|}
 +
<br>
 +
<br>
  
<h2>Pages looking for your input</h2>
+
===<big>KEYNOTE SPEAKERS</big>===
{| style="width: 100%;" -
+
{|
| style="padding: 0px 0px 0px 30px; width: 50%" | 1. [[Technology Trends]]
+
|+
| style="padding: 0px 0px 0px 30px; width: 50%" |
+
|[[File:Learning by doing.png|left|frameless|85x85px|alt=Decorative image - hand using a pencil to write]]
|-
+
|
| style="padding: 0px 0px 0px 30px; width: 50%" | 2. [[Analytics]]
+
=====<big>'''''Taki Sarantakis'''''</big>=====
| style="padding: 0px 0px 0px 30px; width: 50%" |
+
President, Canada School of Public Service
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 3. [[Agile]]
 
| style="padding: 0px 0px 0px 30px; width: 50%" |
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 4. [[Big Data]]
 
| style="padding: 0px 0px 0px 30px; width: 50%" |
 
 
|-
 
|-
| style="padding: 0px 0px 0px 30px; width: 50%" | 5. [[Data Governance]]
+
|[[File:Unlock.png|left|frameless|85x85px|alt=Decorative image - a lock unlocked]]
| style="padding: 0px 0px 0px 30px; width: 50%" |
+
|<big>'''''Shannon Archibald'''''</big><br><big>Deputy Chief Technology Officer and Assistant Deputy Minister, Shared Services Canada</big>
|}
 
</div>
 
</div>
 
  
<div class="mainpage_row">
 
<div class="mainpage_box">
 
<h2>About the platform</h2>
 
<br>
 
{| style="text-align: center;"
 
|- 
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Question mark icon.png|100px|link=https://wiki.gccollab.ca/wiki:About]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Chat icon.png|100px|link=https://support.gccollab.ca/en/support/home]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Twitter2.png|100px|link=https://twitter.com/gccollab]]
 
 
|-
 
|-
| style="padding: 0px 10px" | [[wiki:About|About the platform]]
+
|[[File:Strong.png|left|frameless|85x85px|alt=Decorative image - muscle ]]
| style="padding: 0px 10px" | [https://support.gccollab.ca/en/support/home Contact the Help Desk]
+
|<big>'''''Elliott Masie'''''</big><br><big>Director and Chief Executive Officer, Masie Innovations</big>
| style="padding: 0px 10px" | [https://twitter.com/gccollab Follow us on Twitter]
 
 
|}
 
|}
 +
<br><br>
  
</div>
+
<br>
</div>
+
<br>
 
+
===MASTERS OF CEREMONIES===
<div class="mainpage_row">
+
{|
<div class="mainpage_box">
+
|+
<h2>Help resources by <span class="header_icon" role="presentation" aria-hidden="true">[[File:Mediawikiwiki.png|35px|middle|link=]]</span> MediaWiki</h2>
+
|[[File:Learning by doing.png|left|frameless|85x85px|alt=Decorative image - hand using a pencil to write]]
<br>
+
|
{| style="text-align: center;"
+
=====<big>'''''Kony Trudel'''''</big>=====
|
+
Certified Training and Development Professional, Canada School of Public Service
| class="res-img fadein" style="padding: 0px 10px" | [[File:Compass.png|100px|link=https://www.mediawiki.org/wiki/Help:Navigation]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Edit2.png|100px|link=https://www.mediawiki.org/wiki/Help:Editing_pages]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Text.png|100px|link=https://www.mediawiki.org/wiki/Help:Formatting]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:More.png|100px|link=https://www.mediawiki.org/wiki/Help:Contents]]
 
 
|-
 
|-
| style="padding: 0px 10px" | [https://www.mediawiki.org/wiki/Help:Navigation Navigation]
+
|[[File:Unlock.png|left|frameless|85x85px|alt=Decorative image - a lock unlocked]]
| style="padding: 0px 10px" | [https://www.mediawiki.org/wiki/Help:Editing_pages Editing]
+
|<big>'''''Alan Daly'''''</big><br><big>Certified Training and Development Professional, Shared Services Canada</big>
| style="padding: 0px 10px" | [https://www.mediawiki.org/wiki/Help:Formatting Formatting]
 
| style="padding: 0px 10px" | [https://www.mediawiki.org/wiki/Help:Contents More]
 
 
|}
 
|}
  
</div>
 
</div>
 
  
  
  
<!-- French Starts here -->  
+
<br>
 
+
{| class="wikitable"
 
+
|+
 +
!<big>REGISTRATION</big>
 +
|-
 +
|'''Date and time:'''<nowiki> March 7, 2022 | 10:00 am to 4:00 pm (</nowiki><abbr>ET</abbr>)
  
@fr|__NOTOC__
+
'''Registration deadline:''' March 6, 2022, 4:00 pm (ET)
<!--Avis système
 
<div class="alert alert-primary>
 
      <p><span class="start-icon times" role="presentation" aria-hidden="true"></span>
 
  
'''Possibilité d'interruption de service'''<br />
+
'''Language:''' Bilingual, with interpretation in both official languages
<br />
 
 
Une interruption de service pourrait avoir lieu cette fin de semaine pour une mise à jour. Durant cette période, GCwiki peut rencontrer des temps d'arrêt intermittents.
 
</p>
 
</div>-->
 
<!--<div class="alert alert-primary>
 
      <p> <span class="start-icon times" role="presentation" aria-hidden="true">[[File:Promotion.png|25px|middle|link=]]</span> Bienvenue à la nouvelle page d’accueil de GCwiki. Nous espérons que son contenu vous sera utile. Faites-nous part de vos opinions ou indiquez-nous comment nous pouvons améliorer cette page en formulant vos commentaires dans la [https://wiki.gccollab.ca/index.php?title=Talk:Main_Page&action=edit section de discussion].</p>
 
</div>-->
 
  
<div class="mainpage_row">
+
'''Location:''' This event will be delivered virtually. A link to the live broadcast will be provided to registered participants.
<div class="mainpage_box">
 
<h2><span> Bienvenue sur le GCwiki!</span></h2>
 
<div>
 
GCwiki est un wiki public hébergé par le gouvernement du Canada et destiné à faciliter la collaboration et l’échange de connaissances.
 
</div>
 
<div class="searchBar"><div class="btn">[[Special:Search|Trouvez]]</div> une des plus de <u>[[Special:AllPages|5 000 pages]]</u> dans plus de <u>[[Special:Categories|240 catégories]]</u>.
 
</div>
 
<div class="learnBar"><div class="btn">[https://support.gccollab.ca/fr/support/solutions/folders/2100032745 Apprenez-en davantage]</div> au sujet de GCwiki à partir de <u>[https://support.gccollab.ca/fr/support/solutions/folders/2100032745 13 articles]</u> dans le portail d’aide OutilsGC.
 
</div>
 
</div>
 
  
<div class="mainpage_box">
+
'''Audience:''' All public servants at all levels
<h2>Communautés en vedette</h2>
 
<br>
 
{| style="text-align: center;"
 
|- 
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:FYN logo.png|100px|link=https://wiki.gccollab.ca/FYN_Virtual_Learning_Series]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Profile-FLEXGC.jpg|100px|link=https://gccollab.ca/groups/profile/1605187/enflexgcfrflexgc]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:CFA leaf.PNG|100px|link=https://wiki.gccollab.ca/Agents_libres_du_Canada]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:AGzz IOCN RICO shorter logo.jpg|100px|link=https://wiki.gccollab.ca/Interdepartmental_Organizational_Change_Network_/_R%C3%A9seau_interminist%C3%A9riel_du_changement_organisationnel]]
 
 
|-
 
|-
| style="padding: 0px 10px" | [[FYN_Virtual_Learning_Series|Le Réseau des jeunes fonctionnaires fédéraux]]
 
| style="padding: 0px 10px" | [[FlexGC]]
 
| style="padding: 0px 10px" | [[Agents libres du Canada|Agents libres du Canada]]
 
| style="padding: 0px 10px" | [[Interdepartmental_Organizational_Change_Network_/_Réseau_interministériel_du_changement_organisationnel|Réseau interministériel du changement organisationnel]]
 
|}
 
  
</div>
+
|<div class="btn">'''<big><big><span style="color:#3f2a56">[https://www.csps-efpc.gc.ca/events/learnx2022/index-eng.aspx Register now to attend LEARNX2022]</span></big></big>'''<br>
 
</div>
 
</div>
 
+
<div style="text-align: center;"></div>
<div class="mainpage_row">
 
<div class="mainpage_box">
 
<h2>Pour commencer</h2>
 
    <div class="items">
 
Consultez ces ressources afin de connaître GCwiki et commencer à contribuer :
 
  [[File:Student.png|33px|link=]]  <span class="start" style="margin: 1px; line-height: 4em;">[https://support.gccollab.ca/fr/support/solutions/folders/2100032745 En savoir plus sur GCwiki]</span>
 
  [[File:Heart.png|33px|link=]]  <span class="start" style="margin: 1px; line-height: 4em">[[GCwiki:Cheatsheet_-_Aide-M%C3%A9moire|Ajoutez à GCwiki (guide de démarrage rapide)]]</span>
 
  [[File:Search.png|33px|link=]]  <span class="start" style="margin: 1px; line-height: 4em">[[Special:Search|Trouver de l'information (rechercher)]]</span>
 
</div>
 
</div>
 
 
 
<div class="mainpage_box">
 
<h2>Pages qui peuvent vous intéresser</h2>
 
{| style="width: 100%;" -
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 1. [[M365|M365]]
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 6. [[Communauté des langues officielles]]
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 2. [[FYN Virtual Learning Series|La Série d’apprentissage virtuel du RJFF]]
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 7. [[LeadersGC/Accueil|LeadersGC]]
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 3. [[L'infocentre de l'infonuagique]]
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 8. [[CSPS Digital Academy Innovation Services - Services d'innovation de l'Académie du numérique de L'ÉFPC|Services d'innovation de l'Académie du numérique de L'ÉFPC]]
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 4. [[COVID content guidance]] (anglais seulement)
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 9. [[Centre d'excellence en sécurité]]
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 5. [[M365/Accueil|M365 matériel de formation et événements]]
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 10. [[HTML colour chart|Tableau des couleurs HTML]]
 
 
|}
 
|}
 
+
<br>
<h2>Ces pages n’attendent que vos commentaires</h2>
+
<center></center>
{| style="width: 100%;" -
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 1. [[Tendances Technologiques]]
 
| style="padding: 0px 0px 0px 30px; width: 50%" |
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 2. [[Analytics]] (anglais seulement)
 
| style="padding: 0px 0px 0px 30px; width: 50%" |
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 3. [[Agile]] (anglais seulement)
 
| style="padding: 0px 0px 0px 30px; width: 50%" |
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 4. [[Big Data]] (anglais seulement)
 
| style="padding: 0px 0px 0px 30px; width: 50%" |
 
|-
 
| style="padding: 0px 0px 0px 30px; width: 50%" | 5. [[Data Governance]] (anglais seulement)
 
| style="padding: 0px 0px 0px 30px; width: 50%" |
 
|}
 
</div>
 
</div>
 
 
 
<div class="mainpage_row">
 
<div class="mainpage_box">
 
<h2>À propos de la plateforme</h2>
 
<br>
 
{| style="text-align: center;"
 
|- 
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Question mark icon.png|100px|link=https://wiki.gccollab.ca/wiki:About]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Chat icon.png|100px|link=https://support.gccollab.ca/fr/support/home]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Twitter2.png|100px|link=https://twitter.com/gccollab]]
 
|-
 
| style="padding: 0px 10px" | [[wiki:About|À propos de la plateforme]]
 
| style="padding: 0px 10px" | [https://support.gccollab.ca/fr/support/home Communiquer avec le Centre d’aide d’OutilsGC]
 
| style="padding: 0px 10px" | [https://twitter.com/gccollab Suivez-nous sur Twitter]
 
|}
 
 
 
</div>
 
</div>
 
 
 
<div class="mainpage_row">
 
<div class="mainpage_box">
 
<h2>Ressources d'aide de <span class="header_icon" role="presentation" aria-hidden="true">[[File:Mediawikiwiki.png|35px|middle|link=]]</span> MediaWiki</h2>
 
<br>
 
{| style="text-align: center;"
 
|- 
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Compass.png|100px|link=https://www.mediawiki.org/wiki/Help:Navigation/fr]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Edit2.png|100px|link=https://www.mediawiki.org/wiki/Help:Editing_pages/fr]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:Text.png|100px|link=https://www.mediawiki.org/wiki/Help:Formatting/fr]]
 
| class="res-img fadein" style="padding: 0px 10px" | [[File:More.png|100px|link=https://www.mediawiki.org/wiki/Help:Contents/fr]]
 
|-
 
| style="padding: 0px 10px" | [https://www.mediawiki.org/wiki/Help:Navigation/fr Navigation]
 
| style="padding: 0px 10px" | [https://www.mediawiki.org/wiki/Help:Editing_pages/fr Modifier des pages]
 
| style="padding: 0px 10px" | [https://www.mediawiki.org/wiki/Help:Formatting/fr Mise en forme]
 
| style="padding: 0px 10px" | [https://www.mediawiki.org/wiki/Help:Contents/fr Plus]
 
|}
 
 
 
</div>
 
</div>
 
 
 
</multilang>
 

Revision as of 21:22, 5 February 2022


Wiki CSPS BIL-EN1st.png
Program Biographies Partners Sponsors Keynotes Sessions Kiosks


Welcome to LEARNX 2022: Optimizing Learning in a Digital and Accessible Environment

The Canada School of Public Service and the Heads of Learning Forum (HOLF) are proud to host LEARNX 2022: Optimizing Learning in a Digital and Accessible World. This annual conference is the only professional development event for performance and learning professionals in the public service!Our world has changed since the onset of the pandemic, and learning professionals need to adapt and evolve. With this new reality has come the importance of digital upskilling and of optimizing the learning experience for learners with accommodation needs.


Employees who work as trainers, instructional designers, learning advisors, learning experience designers, learning project managers, eLearning developers or learning executives should attend this event.

Participants will learn about the latest digital techniques, trends, and tools and how to:

checkmark
implement accessible learning best practices at work
checkmark
identify upskilling techniques that can be used to bridge the performance gap within their department
checkmark
improve the learner experience for those with adaptive, accessibility, and accommodation requirements



KEYNOTE SPEAKERS

Decorative image - hand using a pencil to write
Taki Sarantakis

President, Canada School of Public Service

Decorative image - a lock unlocked
Shannon Archibald
Deputy Chief Technology Officer and Assistant Deputy Minister, Shared Services Canada
Decorative image - muscle
Elliott Masie
Director and Chief Executive Officer, Masie Innovations





MASTERS OF CEREMONIES

Decorative image - hand using a pencil to write
Kony Trudel

Certified Training and Development Professional, Canada School of Public Service

Decorative image - a lock unlocked
Alan Daly
Certified Training and Development Professional, Shared Services Canada




REGISTRATION
Date and time: March 7, 2022 | 10:00 am to 4:00 pm (ET)

Registration deadline: March 6, 2022, 4:00 pm (ET)

Language: Bilingual, with interpretation in both official languages

Location: This event will be delivered virtually. A link to the live broadcast will be provided to registered participants.

Audience: All public servants at all levels