KCII

From wiki
Jump to navigation Jump to search

<html> <head>

   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
   <title>Knowledge Circle for Indigenous Inclusion</title>

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">

   <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.3/css/fontawesome.min.css" integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni" crossorigin="anonymous"> 

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> <link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">


<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.2/js/bootstrap.js"></script>

   <style>
 html,
 body {
     height: 100%;
     -webkit-animation: fadein .5s;
     animation: fadein .5s;
 }
 
 @keyframes fadein {
     from {
         opacity: 0;
     }
     to {
         opacity: 1;
     }
 }
 
 @-webkit-keyframes fadein {
     from {
         opacity: 0;
     }
     to {
         opacity: 1;
     }
 }
 
 @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic&display=swap');
 * {
     margin: 0;
     padding: 0;
 }
 /* THIS IS THE SECRET SAUCE for GCpedia, BODY AND SUPER-BODY classes */
 
 body {
     overflow-y: hidden;
     background-color: #f8f8f8;
 }
 
 .super-body {
     position: fixed;
     overflow-y: scroll;
     overflow-x: hidden;
     -ms-overflow-x: hidden;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 10000;
     background-color: #fff;
     -webkit-transition: all .2s ease-in;
     transition: all .5s ease-in;
     font-family: 'Roboto', sans-serif;
     font-size: 14px;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
 }
 
 div#mw-head {
     position: absolute;
     top: 145px;
     right: 0;
     width: 100%;
     display: none;
 }
 
 div#mw-panel {
     font-size: inherit;
     position: absolute;
     top: 160px;
     padding-top: 1em;
     width: 10em;
     left: 0;
     display: none;
 }
 
 #footer {
     display: none;
  }


 .mw-content-ltr ul,
 .mw-content-rtl .mw-content-ltr ul {
     margin: 0;
 }
 
 .mw-body .mw-body-content h1 {
     margin-top: 0;
 }
 
 .mw-body h1,
 .mw-body h2 {
     font-family: sans-serif;
     line-height: 1.3;
     margin-bottom: .25em;
     padding: 0;
     border-bottom: 1px solid transparent;
 }
 /*new css*/
 
 h4 {
     padding-top: 0;
 }
 
 .mw-body h3,
 .mw-body h4,
 .mw-body h5,
 .mw-body h6 {
     line-height: 1.2;
     margin-top: .1em;
     margin-bottom: .1em;
     padding-bottom: 0;
 }
 
 .navbar {
     position: relative;
     min-height: 50px;
     margin-bottom: 0px;
     border: 1px solid transparent;
 }
 
 .navbar-default {
     background-color: #fff;
     border-color: #e7e7e7;
 }
 
 .navbar-default .navbar-brand {
     color: #222;
 }
 
 .navbar-default .navbar-brand:hover,
 .navbar-default .navbar-brand:focus {
     color: #5e5e5e;
     background-color: transparent;
 }
 
 .navbar-default .navbar-text {
     color: #222;
 }
 
 .navbar-default .navbar-nav>li>a {
     color: #222;
 }
 
 .navbar-default .navbar-nav>li>a:hover,
 .navbar-default .navbar-nav>li>a:focus {
     color: #111;
     background-color: transparent;
 }
 
 .navbar-default .navbar-nav>.active>a,
 .navbar-default .navbar-nav>.active>a:hover,
 .navbar-default .navbar-nav>.active>a:focus {
     color: #555;
     background-color: #e7e7e7;
 }
 
 .navbar-default .navbar-nav>.disabled>a,
 .navbar-default .navbar-nav>.disabled>a:hover,
 .navbar-default .navbar-nav>.disabled>a:focus {
     color: #ccc;
     background-color: transparent;
 }
 
 .navbar-default .navbar-toggle {
     border-color: #ddd;
 }
 
 .navbar-default .navbar-toggle:hover,
 .navbar-default .navbar-toggle:focus {
     background-color: #ddd;
 }
 
 .navbar-default .navbar-toggle .icon-bar {
     background-color: #888;
 }
 
 .navbar-default .navbar-collapse,
 .navbar-default .navbar-form {
     border-color: #e7e7e7;
 }
 
 .navbar-default .navbar-nav>.open>a,
 .navbar-default .navbar-nav>.open>a:hover,
 .navbar-default .navbar-nav>.open>a:focus {
     color: #555;
     background-color: #e7e7e7;
 }
 
 @media (max-width: 767px) {
     .navbar-default .navbar-nav .open .dropdown-menu>li>a {
         color: #777;
     }
     .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
     .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
         color: #333;
         background-color: transparent;
     }
     .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
     .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
     .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
         color: #555;
         background-color: #e7e7e7;
     }
     .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
     .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
     .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
         color: #ccc;
         background-color: transparent;
     }
 }
 
 .navbar-default .navbar-link {
     color: #777;
 }
 
 .navbar-default .navbar-link:hover {
     color: #333;
 }
 
 .navbar-default .btn-link {
     color: #777;
 }
 
 .navbar-default .btn-link:hover,
 .navbar-default .btn-link:focus {
     color: #333;
 }
 
 .navbar-default .btn-link[disabled]:hover,
 fieldset[disabled] .navbar-default .btn-link:hover,
 .navbar-default .btn-link[disabled]:focus,
 fieldset[disabled] .navbar-default .btn-link:focus {
     color: #ccc;
 }
 
 .navbar-brand {
     font-weight: bolder;
 }
 
 .logo {
     height: 21px;
 }
 
 .btn {
     min-height: 34px;
 }
 
 .navbar-default .navbar-nav>li>a:visited {
     color: #222;
 }
 
 ul.dropdown-menu {
     padding: 0;
 }
 
 .dropdown-menu>li>a {
     display: block;
     padding: 15px 20px;
     clear: both;
     font-weight: 400;
     line-height: 1.42857143;
     color: #333;
     white-space: nowrap;
     border-bottom: 1px solid #e8e8e8;
 }
 
 .home {
     padding: 20px;
     background-color: #fff;
 }
 
 .home p {
     font-size: 20px;
     font-weight: 400;
 }
 
 .home h2 {
     font-size: 3em;
     font-weight: bolder;
     margin-bottom: 20px;
 }
 
 .home h3 {
     font-weight: bolder;
     margin-top: 40px;
 }
 
 .home {
     padding: 0 0 30px;
 }
 
 .home .filter-button-group {
     padding: 15px 0;
 }
 
 .jumbotron--background-image {
     color: #222;
     min-height: 20vh;
     justify-content: center;
     background-position: 50% 100%;
     background-size: cover;
     background-repeat: no-repeat;
     background-color: #fff;
     text-align: center;
 }
 .jumbotron--background-image h1 {
     font-weight: bolder;
 }
 
 
 .jumbotron--background-image h3 {
     line-height: 1.4em;
     font-size: 24px;
     font-weight: bold;
 }
 
 div[class^="col-"] {
     margin-bottom: 20px;
 }
 
 div[class^="col-"] img {
     margin: 30px auto;
 }
 
 .footer {
     padding: 30px 0;
     background-color: #232323;
     color: #e8e8e8;
 }
 
 .footer a {
     color: #e8e8e8;
 }


 .navbar-inverse {
     background: rgba(0, 0, 0, 0.8);
 }
 
 .align-top {
     -ms-flex-item-align: start;
     align-self: flex-start;
 }


 </style>
 </head>

<body>


<section class="super-body">


<nav class="navbar navbar-fixed-top navbar-expand-lg navbar-dark bg-dark">

    <a class="navbar-brand" href="https://www.gcpedia.gc.ca/wiki/Main_Page">Knowledge Circlefor Indigenous Inclusion</a>
      <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">        
     
       </button>
 </nav>



<section class="home">

                     <a href="https://www.gcpedia.gc.ca/gcwiki/index.php?title=KCII/champion-corner&action=edit" class="btn btn-xs btn-default"> Edit page</a>


Knowledge Circle for Indigenous Inclusion

Reconciliation within the public service requires fundamental change and a government-wide commitment to action. To make this change a reality, the Knowledge Circle for Indigenous Inclusion (KCII) works as a liaison between public service managers and Indigenous employees. The KCII provides culturally competent guidance, support, and advice to Indigenous employees and public service managers within a safe space. As a source of expertise, the KCII is building an inventory of smart practices in the areas of recruitment, retention, talent management, training and development, and career mobility. The KCII reports to Canada’s Deputy Minister Champion for Indigenous Federal Employees and supports her in leading the transformational change required for Indigenous Inclusion within the public service.

Many Voices One Mind: A Pathway to Reconciliation Action Plan

<a class="link" href="https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/diversity-inclusion-public-service/knowledge-circle/many-voices.html">Many Voices One Mind: a Pathway to Reconciliation (MVOM)</a> action plan is a whole-of-government strategy. It seeks to reduce and remove barriers to public service employment encountered by Indigenous peoples. The KCII is an outcome of this strategy.

The strategy has five key objectives:

Encourage and support Indigenous People to join the public service; Address bias, racism, discrimination and harassment, and improve cultural competence in the public service; Address training, development and career advancement concerns expressed by Indigenous employees; Manage Indigenous talent and promote advancement to and within the executive group; and Support, engage and communicate with Indigenous employees and partners.

Summary Report of Departmental Progress Scorecard Findings

The <a class="link" href="https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/diversity-inclusion-public-service/knowledge-circle/many-voices/summary-report-departmental-progress-scorecard-findings.html">Summary Report of Departmental Progress Scorecard Findings</a> is a summary of the implementation of the Many Voices One Mind Action Plan that highlights the accomplishment and promising practices reported by departments and agencies. This report also shines a light on the areas that require additional focus and efforts moving forward.

</section>


<section class="home" style="background-color:#edeff2">

Message from Deputy Minister Gina Wilson

In my role as Deputy Minister Champion for Indigenous Federal Employees, I had the honor of leading the work that led to <a class="link" href="https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/diversity-inclusion-public-service/knowledge-circle/many-voices.html">Many Voices One Mind: a Pathway to Reconciliation (MVOM)</a> action plan, where the focus was placed on supporting transformational change in the Public Service for Indigenous inclusion.

One of the first initiatives that I announced in April 2019, was the launch of the Knowledge Circle for Indigenous Inclusion (KCII), which fulfills one of the key outcomes stemming from the Action Plan outlined in MVOM. In addition to supporting me with the tracking and monitoring of progress on the implementation of the MVOM Action Plan, the KCII acts as a culturally competent focal point for liaison and offers a safe space for conversations on Indigenous wellbeing in the workplace. As well, KCII is a source of expertise for guidance, support, and advice to Indigenous employees and Public Service Executives and Managers. It also provides Secretariat support to the Indigenous Executive Network, and the newly established Indigenous Senior Leaders Circle that I Co-Chair with Valerie Gideon, Associate Deputy Minister, Indigenous Services Canada.

Indigenous Peoples continue to face multiple barriers to public service employment, despite the rich resources, skills and diversity they can provide. I am pleased that Deputy Ministers committed to the implementation of the MVOM Action Plan. In September 2020, we launched the Progress Scorecard Summary report, reflecting the summary of the Departmental Progress Scorecard findings for 2018-2019. This report highlighted the accomplishment and promising practices reported by departments and agencies and shined a light on the areas that required additional focus and efforts moving forward.

Recently we launched the 2019-2020 MVOM Departmental Progress Scorecard Summary Report (the Report). (Add link here) This report is a consolidated overview of the quantitative progress achieved after two years of implementation of the MVOM Action Plan. It provides a statistical analysis of federal Indigenous employees in three categories:

  • Representation, hiring and retention.
  • Training, development and career advancement; and,
  • Executive talent management and advancement.

Departmental practices focused on Indigenous inclusion are highlighted throughout the Report. The Report also provides a benchmark for future reporting and a beginning as the Federal Public Service moves forward with the Clerk’s <a class="link" href="https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.canada.ca%2Fen%2Fprivy-council%2Fcorporate%2Fclerk%2Fcall-to-action-anti-racism-equity-inclusion-federal-public-service.html&data=04%7C01%7CRepresentationMatters-ValeursRepresentatives%40tbs-sct.gc.ca%7C3a659a0ed2524246359908d8e231eae0%7C6397df10459540479c4f03311282152b%7C0%7C0%7C637508051333382334%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=WJJ1jMPoqi55K7A%2F8UB01fSpLC0DB0JLNT%2BB1nJMKgE%3D&reserved=0">Call to action on anti-racism, equity, and inclusion in the Federal Public Service</a> made in January 2021, and the Treasury Board Directive on <a class="link" href="https://www.canada.ca/en/government/publicservice/wellness-inclusion-diversity-public-service/diversity-inclusion-public-service/diversity-inclusion-priorities-public-service.html"> employment equity, diversity and inclusion </a> areas of focus for the public service, that came into effect on April 1, 2020. Together these initiatives are helping to build a public service that is more diverse, inclusive, and accessible.

It is time for transformational change in the federal public service, and as the Deputy Minister Champion for Indigenous Federal Employees, I am committed to ensuring Indigenous voices are heard. Now is the moment for reconciliation in action.

                               <img class="" src="https://www.gcpedia.gc.ca/gcwiki/images/f/fb/Gina-wilson1-bil.png" class="img-fluid" style="width:150px;">

Gina Wilson

Deputy Minister Champion for Indigenous Federal Employees

</section>

 <a href="#" class="back-to-top">Top</a>



</section>

</html>