Difference between revisions of "Diane.Beauregard/sandbox"

From wiki
Jump to navigation Jump to search
 
(160 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CFR-CSS}}
+
[[FR:Communauté des régulateurs fédéraux]]
 
+
{| class="FCK__ShowTableBorders" style="border-bottom: white 3px solid; border-left: white 3px solid; background: white; color: black; border-top: white 3px solid; border-right: white 3px solid" width="1000"
<html>
+
|-
 
+
| <div style="text-align: center">
<head>
+
</div>
    <meta charset="utf-8">
+
<div style="background:#185267; color:white; font-family:Arial;padding:1em">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+
<big><big><big>Community of Federal Regulators</big></big></big>
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
 
    <title>Community of Federal Regulators GCpedia</title>
 
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
 
    <link rel="stylesheet" href="styles.css">
 
    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
 
    <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
 
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
 
    <style>
 
 
 
        /*==========INCLUDE CUSTOM CSS right here==============*/
 
 
 
.parallax {
 
    /* The image used */
 
    background-image: url("https://www.gcpedia.gc.ca/gcwiki/images/b/b1/CFR_Top_photo_site_V3.png");
 
 
 
    /* Set a specific height */
 
    min-height: 425px;
 
 
 
    /* Create the parallax scrolling effect */
 
    background-attachment: fixed;
 
    background-position-y: top;
 
    background-position-x: center;
 
    background-repeat: no-repeat;
 
}
 
 
 
.container{
 
    display: flex;
 
    justify-content: center;
 
    align-items: center;
 
}
 
 
 
p{margin-bottom:20px !important}
 
ul{margin-left:40px !important; color:#000}
 
.light-link{color:#00467F !important;}
 
 
 
.btn-styling {
 
background-color: rgba( 255, 255, 255, 0.3);
 
box-shadow: 0px 7px 20px;
 
border: none;
 
}
 
 
 
 
 
.ul {
 
    list-style-type:none;
 
    margin: 0;
 
    padding: 0;
 
}
 
 
 
#nav li a {
 
padding: 0px 40px;
 
color: #ffffff;
 
font-family: 'Lato', sans-serif;
 
font-weight: 400;
 
font-size: 20px;
 
}
 
 
 
 
 
.cta-btn {
 
background-color: rgba(255, 255, 255, 0.2);
 
color: #ffffff;
 
font-family: 'Lato',sans-serif;
 
font-weight: 700;
 
font-size: 25px;
 
padding: 20px 40px;
 
transition: all .2s;
 
}
 
 
 
.cta-btn:hover {
 
background-color: #329144;
 
border: 2px solid #ffffff;
 
color: #ffffff;
 
text-decoration: none;
 
}
 
 
 
.register-btn {
 
background-color: #329144;
 
font-family: 'Lato', sans-serif;
 
font-size: 15px;
 
font-weight: 700;
 
padding: 10px 20px;
 
transition: all .2s ease;
 
color: #fff;
 
margin-bottom: -35px;
 
}
 
 
 
.register-btn:hover {
 
background-color: #fff;
 
color: #329144;
 
border: 1px solid #C2CD23;
 
}
 
 
 
.fade-bg {
 
background-image: url("http://www.gcpedia.gc.ca/gcwiki/images/9/90/Fade-Proper-NextGenWeb.png");
 
background-position: center;
 
background-size: cover;
 
}
 
 
 
.section-2 {
 
background-image: url("https://www.gcpedia.gc.ca/gcwiki/images/a/ae/CFR_Background_section_2.png");
 
background-position: center;
 
background-size: cover;
 
}
 
 
 
/* vendor prefixes removed for clarity */
 
 
 
.ribbon {
 
    width: 350px;
 
    margin: 10px auto;
 
    padding: 0 10px 0;
 
    padding-top: 20px!important;
 
    position: relative;
 
    color: #444;
 
    background: #fff;
 
    border: 1px solid #d2d2d2;
 
    border-radius: 3px;
 
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
 
}
 
.ribbon h3 {
 
    display: block;
 
    height: 30px;
 
    line-height: 1.3;
 
    width: 360px;
 
    margin: 0;
 
    padding: 5px 10px;
 
    position: relative;
 
    left: -16px;
 
    top: -12px;
 
    color: #fff;
 
    background: #41b655;
 
    background: linear-gradient(top, #383838 0%, #262626 100%);
 
    border-radius: 2px 2px 0 0;
 
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
 
}
 
.ribbon h3::before,
 
.ribbon h3::after {
 
    content: '';
 
    display: block;
 
    width: 0;
 
    height: 0;
 
    position: absolute;
 
    bottom: -11px;
 
    z-index: -10;
 
    border: 5px solid;
 
    border-color: #242424 transparent transparent transparent;   
 
}
 
.ribbon h3::before {left: 0;}
 
.ribbon h3::after {right: 0;}
 
 
 
.row {
 
    display: flex;
 
}
 
 
 
.column {
 
    flex: 20%;
 
    padding: 5px;
 
}
 
 
 
    </style>
 
</head>
 
 
 
 
 
<body>
 
 
 
<section class="super-body">
 
 
 
<!-- Top Section -->
 
<div class="parallax"></div>
 
        <div style="padding-bottom: 0px; margin-top: -380px;">
 
            <div style="text-align:right; padding-right: 100px; margin-bottom: 75px; background-color: rgba(0, 70, 127, 0.2);">
 
                  <ul id="nav" style="position: relative; bottom: 15px">
 
                        <li><a class="navbar-brand" href="/wiki/Main_Page"><span style="font-family: Helvetica,Arial,sans-serif; padding: 10px; bottom: -30px; position: relative;"><span style="font-weight:800">GC</span>pedia</span></a></li>
 
                      <li style="display: inline;"><a href="https://twitter.com/cfr_crf?lang=en">Twitter</a></li>
 
                      <li style="display: inline;"><a href="https://ca.linkedin.com/in/cfr-crf">LinkedIn</a></li>
 
                      <li style="display: inline;"><a href="https://www.instagram.com/cfr_crf/">Instagram</a></li>                 
 
                      <li style="display: inline;"><a href="https://twitter.com/DigiAcademyCAN">Contact Us</a></li>
 
                      <li style="display: inline;"><a href="http://www.gcpedia.gc.ca/wiki/EFPCAN_VoletExcellence">FR</a></li>
 
                </ul>
 
 
 
 
</div>
 
</div>
<div class="container">
+
<div id="container; width:60%; float:left;">
</BR>
+
[[File:GCpedia files.png|link=|1000px]]
 
</div>
 
</div>
</BR>
+
{| class="FCK__ShowTableBorders" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px; background-color: #185267" width="100%" align="center"
      <section style="width:100%; padding-top: 10px; padding-bottom: 45px">
+
|-
          <div style="width:49.5%; display: inline-block">
+
|-
              <p></p>
+
| style="border-right: DimGray 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Cooper black); font-size: 13pt" width="10%" | '''[[CFR_events|<span style="color: Snow">'''Our Events'''</span>]]'''
          </div>
+
| style="border-right: DimGray 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Cooper black); font-size: 13pt" width="10%" | '''[[CFR collaboration|<span style="color: Snow">Collaboration</span>]]''' 
          <div style="width:49.5%; display: inline-block; padding-right: 100px; padding-bottom: 20px">
+
| style="border-right: DimGray 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Cooper black); font-size: 13pt" width="10%" | '''[[CFR career corner|<span style="color: Snow">'''Career Corner
        </div>
+
'''</span>]]'''
       
+
| style="border-right: DimGray 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Cooper black); font-size: 13pt" width="11%" | '''[[CFR partner departments and agencies|<span style="color: Snow">CFR Partners</span>]] '''
        <!----------------------------------------------------- Section 1 ------------------------------------------------------->
+
| style="border-right: DimGray 1px ridge; padding-right: 0px; padding-left: 0px; padding-bottom: 2px; padding-top: 2px; text-align: center; font-family: (Cooper black); font-size: 13pt" width="10%" | '''[https://www.gcpedia.gc.ca/wiki/Community_of_Federal_Regulators <span style="color: Snow">CFR on GCpedia</span>]''' 
 
+
|}
<section style="width:100%; padding-top: 200px; padding-bottom: 45px">
+
<br>
          <div style="width:49.5%; display: inline-block; text-align:center; vertical-align: top">
+
<br>
                <img style="width: 70%; margin-top: 50px" src="https://www.gcpedia.gc.ca/gcwiki/images/4/4a/TM_larger.jpg" alt="Welcome"><br><br>
+
[[File:Learning Days.jpg|500px|center]]
          </div>
+
<br>
 
+
<br>
              <div style="width:49.5%; display: inline-block; padding-right: 100px;">
+
<span style="color: #185267"><big>'''Day 1 Programme Overview:'''</big></span>
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px; padding-bottom: 15px"><span style="font-family: 'Lato', sans-serif; font-weight: 300;">Welcome to the</span><br>Community of Federal Regulators</h2>
+
{| class="wikitable"
 
+
|<span style="color: #185267"><big>'''Time'''</big></span>  
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#050505; font-size: 16px;">The Community of Federal Regulators (CFR) is a partnership of federal departments and agencies designed to facilitate collaboration and professional development of employees involved in the regulatory process across the federal government.
+
|<span style="color: #185267"><big>'''Proceedings'''</big></span>
 +
|-
 +
|width=10%|<span style="color: #185267">'''8:00 am'''</span>
 +
|<span style="color: #185267">'''Registration  Refreshments  Networking''' </span>
 +
|-
 +
|<span style="color: #185267">'''8:45 am'''</span>
 +
|<span style="color: #185267">'''Conference Opening'''</span>
 +
|-
 +
|
 +
|<span style="color: #185267">'''BIG CONVERSATIONS'''</span>
 +
|-
 +
|<span style="color: #185267">'''9:00 am'''</span>
 +
|<span style="color: #185267">'''Keynote:'''</span>
 +
<br>  
 +
How can we regulate complex technologies? International perspectives on the regulation of AI, including considerations, benefits, and potential future impacts
 +
<br><br>
 +
<span style="color: #783389">Professor Céline Castets-Renard, UOttawa</span>
 
<br><br>
 
<br><br>
 
+
|-
</p>
+
|<span style="color: #185267">'''9:50 am'''</span>
 
+
|<span style="color: #185267">'''Keynote:''' </span>
<p><a href="https://www.csps-efpc.gc.ca/About_us/Business_lines/digitalacademy-eng.aspx" class="btn btn-primary">Learn more about the CFR.</a>
 
</p>
 
</div>
 
</section>
 
 
 
<!----------------------------------------------------- Section 2 ------------------------------------------------------->
 
 
 
<section id="ApplyDrop" style="padding-bottom: 35px;" class="section-2">
 
 
 
<section style="width:100%; padding-top: 20px; padding-bottom: 20px">
 
 
 
          <div style="width:49.5%; display: inline-block; padding-left: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#ffffff; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;">Our Events:</h2>
 
 
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#ffffff; font-size: 16px;">
 
            </p>
 
          </div>
 
      </section>
 
 
 
<!----------------------------------------------------- Section 5 ------------------------------------------------------->
 
 
 
<section style="width:100%; padding-top: 20px; padding-bottom: 20px">
 
          <div style="width:49.5%; display: inline-block; padding-right: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#ffffff; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;">To complete your application, you will need the following:</h2>
 
            <p style="font-family: 'Lato', sans-serif; font-weight:400; color:#ffffff; font-size: 16px;">
 
            <br>
 
          </div>
 
      </section>
 
</section>
 
</section>
 
 
 
<!----------------------------------------------------- Section 1 ------------------------------------------------------->
 
      <section style="width:100%; padding-top: 10px; padding-bottom: 20px">
 
 
 
          <div style="width:49.5%; display: inline-block; padding-left: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;"><strong>Our Events</strong></h2>
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:##050505; font-size: 16px;">
 
The CFR hosts a variety of events to facilitate collaboration, strengthen the knowledge and competencies of regulatory professionals, and provide opportunities for innovation in the regulatory field.
 
 
<br>
 
<br>
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#00467F; font-size: 16px; LINE-HEIGHT:37px; padding-left: 75px">
+
Clarity through Chaos: Foresight, Systems Thinking and Alternatives for Navigating Disruption
&#8618; <a href="https://www.gcpedia.gc.ca/gcwiki/images/1/15/Video_Pitch.pdf" class="light-link"><strong>CFR Regulatory Conference</strong></a>
+
<br><br>
<br>&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong> Regulatory Speaker Series</strong></a>  
+
<span style="color: #783389">Dr. Richard Judge, Bartlett Judge Associates</span>
 +
<br><br>
 +
|-
 +
|<span style="color: #185267">'''10:40 am'''</span>
 +
|<span style="color: #185267">'''Break'''</span>
 +
|-
 +
|
 +
|<span style="color: #185267">'''SMALL CONVERSATIONS'''</span>
 +
|-
 +
|<span style="color: #185267">'''11:00 am'''</span>
 +
|<span style="color: #185267">'''Breakout:''' </span>
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Regulatory Law Enforcement Symposium</strong></a>  
+
Showcasing regulatory experiments and sandbox projects by federal regulators, hosted by the Centre for Regulatory Innovation-TBS
 +
<br><br>
 +
|-
 +
|<span style="color: #185267">''' 11:00 am''' </span>
 +
|<span style="color: #185267">''' Breakout:''' </span>
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Let's Talk Events</strong></a>  
+
Where do we start?  The Bank of Canada’s journey adopting a core regulatory function from design to implementation
 +
<br><br>
 +
|-
 +
|<span style="color: #185267">''' 12:00 pm''' </span>
 +
|<span style="color: #185267">''' Complimentary Lunch''' </span>
 +
|-
 +
|<span style="color: #185267">''' 1:00 pm''' </span>
 +
|<span style="color: #185267">''' Breakout:''' </span>
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Regulatory Excellence Awards</strong></a>  
+
Data, Risk Management and Digitization: Canadian Food Inspection Agency’s exploration and implementation of digital tools to enhance regulatory delivery
 +
<br><br>
 +
|-
 +
|<span style="color: #185267">''' 1:00 pm''' </span>
 +
|<span style="color: #185267">''' Workshop with Dr. W. Corneil:'''  </span>
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Regulatory Innovation Forums</strong></a>  
+
Hands-on message mapping exercise on how regulators and risk communicators collaborate to support informed public decision-making
 +
<br><br>
 +
|-
 +
|<span style="color: #185267">''' 2:15 pm'''</span>
 +
|<span style="color: #185267">''' Break''' </span>
 +
|-
 +
|<span style="color: #185267">''' 2:30 pm''' </span>
 +
|<span style="color: #185267">''' BIG CONVERSATIONS''' </span>
 +
|-
 +
|
 +
|<span style="color: #185267">'''Keynote:''' </span>
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Nymark Lecture Series</strong></a>  
+
Unleashing the potential of AI to improve regulations: Insights into applications under development in Canadian and international contexts
 +
<br><br>
 +
<span style="color: #783389">Héctor Cárdenas, PhD, The Ergo Group Inc.</span>
 +
<br><br>
 +
|-
 +
|<span style="color: #185267">''' 3:45 pm'''</span>  
 +
|<span style="color: #185267">''' Fireside Chat:'''</span>  
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Specialty Workshops</strong></a>  
+
Observations and Reflections on Regulatory Excellence A conversation with the Chair of the External Advisory Committee on Regulatory Competitiveness (EACRC)<br><br>
            </p>
+
<span style="color: #783389">Tina Green, Assistant Secretary, TBS<br>
          </div>
+
Laura Jones, EACRC Chair</span>
 
+
<br><br>
<div style="width:49.5%; display: inline-block; vertical-align: top; text-align: center; margin-top: 40px ">
+
|-
              <img style="width: 80%; padding-top: 60px;" src="https://www.gcpedia.gc.ca/gcwiki/images/a/a7/Panel_61.jpg" alt="candidate">
+
|<span style="color: #185267">'''4:30 pm'''</span>
          </div>
+
|Wrap Up of Day 1
      </section>
+
|-
 +
|}
  
<!----------------------------------------------------- Section 1 ------------------------------------------------------->
 
  <section style="width:100%; padding-top: 10px; padding-bottom: 20px">
 
  <div style="width:49.5%; display: inline-block; text-align:center; vertical-align: top">
 
                <img style="width: 80%; margin-top: 100px" src="https://www.gcpedia.gc.ca/gcwiki/images/f/f4/CFR_CoP_image.jpg" alt="Commitment"><br>
 
</div>
 
          <div style="width:49.5%; display: inline-block; padding-right: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;"><strong>Collaboration</strong></h2>
 
            <p style="font-family: 'Lato', sans-serif; font-weight:400; color:#050505; font-size: 16px;">
 
CFR's Communities of Practice and Working Groups are forums to share knowledge, discuss challenges and develop constructive approaches to addressing common challenges among employees with similar responsibilities.
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#00467F; font-size: 16px; LINE-HEIGHT:37px; padding-left: 75px">
 
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Risk-Based Regulatory Delivery COP</strong></a>
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Compliance & Enforcement COP</strong></a>
 
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Cost-Benefit Analysis COP</strong></a>  
+
<span style="color: #185267"><big>'''Day 2 Programme Overview:'''</big></span>
 +
{| class="wikitable"
 +
|<span style="color: #185267"><big>'''Time'''</big></span>
 +
|<span style="color: #185267"><big>'''Proceedings'''</big></span>
 +
|-
 +
|width=10%|<span style="color: #185267">'''8:00 am'''</span>
 +
|<span style="color: #185267">'''Registration  Refreshments  Networking''' </span>
 +
|-
 +
|<span style="color: #185267">'''8:45 am'''</span>
 +
|<span style="color: #185267">'''Conference Opening'''</span>
 +
|-
 +
|
 +
|<span style="color: #185267">'''BIG CONVERSATIONS'''</span>
 +
|-
 +
|<span style="color: #185267">'''8:50 am'''</span>
 +
|<span style="color: #185267">'''Panel:'''</span>
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Administrative Monetary Penalty System WG</strong></a>  
+
Fostering awareness of science knowledge systems and how they can enhance and complement each other to achieve better regulatory outcomes
 +
<br><br>
 +
<span style="color: #783389">Moderator: Linsey Hollett, Assistant Deputy Minister, Health Canada</span>
 +
<br><br>
 +
|-
 +
|<span style="color: #185267">'''10:10 am'''</span>
 +
|<span style="color: #185267">'''Structured Networking Opportunity:'''</span>
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Service Fees WG</strong></a>  
+
Join in person to connect with fellow colleagues and speakers - more information to come
 +
<br><br>
 +
|-
 +
|<span style="color: #185267">'''10:40 am'''</span>
 +
|<span style="color: #185267">'''Break'''</span>
 +
|-
 +
|
 +
|<span style="color: #185267">'''SMALL CONVERSATIONS'''</span>
 +
|-
 +
|<span style="color: #185267">'''11:00 am'''</span>
 +
|<span style="color: #185267">'''Keynote:</span><br>
 
<br>
 
<br>
&#8618; <a href="http://www.gcpedia.gc.ca/gcwiki/images/1/1b/DA_Premium_Technical_Requirements.pdf" class="light-link"><strong>Major Case Management WG</strong></a>  
+
Explore why cost-benefit analysis is used in regulatory decision-making and how it could be integrated with other social goals, such as equity and rights
            </p>
+
<br><br>
 +
<span style="color: #783389">Daniel J. Acland, University of California - Berkeley</span>
 +
<br><br>
 +
|-
 +
|<span style="color: #185267">'''12:00 pm'''</span>
 +
|<span style="color: #185267">'''Complimentary Lunch'''</span>
 +
|-
 +
|<span style="color: #185267">'''1:00 pm'''</span>
 +
|<span style="color: #185267">'''Breakout:'''</span><br>
 
<br>
 
<br>
<p><p style="padding-left: 75px">
+
Reconciliation, implementation of the ''UN Declaration on the Rights of Indigenous Peoples Act'', and regulatory consultation and cooperation with Indigenous Peoples
<a href="https://www.gcpedia.gc.ca/gcwiki/images/f/f4/CFR_CoP_image.jpg" class="btn btn-primary">See past engagements.</a>
+
<br><br>
            </p>
+
|-
          </div>
+
|<span style="color: #185267">'''1:00 pm'''</span>
      </section>
+
|<span style="color: #185267">'''Workshop with H. Cárdenas, PhD:'''</span><br>
 
+
Applying AI to improve regulations: hands-on exploration of design thinking through two case studies
<!----------------------------------------------------- Section 2 ------------------------------------------------------->
 
<section style="width:100%; padding-top: 30px; padding-bottom: 20px", class="section-2">
 
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center;">
 
    <div style="width:80%; display: inline-block; text-align:center; vertical-align: top;">
 
        <img style="width: 80%; margin: 0 auto !important;" src="https://www.gcpedia.gc.ca/gcwiki/images/6/6b/NEW_TIMELINE.png"><br><br>
 
    </div>
 
</div>
 
</section>
 
 
 
<!----------------------------------------------------- Section 1 ------------------------------------------------------->
 
      <section style="width:100%; padding-top: 10px; padding-bottom: 20px">
 
 
 
          <div style="width:49.5%; display: inline-block; padding-left: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;"><strong>Talent Management</strong></h2>
 
<p style="font-family: 'Lato', sans-serif; font-weight:400; color:#050505; font-size: 16px;">
 
As part of the application, you will be asked to propose a real business problem that is currently touching your team, department, or even government writ large.
 
 
<br><br>
 
<br><br>
This should be a problem that personally affects you in your day-to-day job and that you believe can be better solved or tackled by learning skills in one or more of the streams in Premium (data, design, DevOps, AI/ML, development).
+
|-
 +
|<span style="color: #185267">'''1:00 pm'''</span>
 +
|<span style="color: #185267">'''Special Technical Session:'''</span>
 +
Deep dive on two cost-benefit analysis topics
 
<br><br>
 
<br><br>
<strong>Note:</strong> Participants will be working on a real problem as part of their experience, but we cannot guarantee that you will be working on your specific problem during the practicum.
+
|-
 +
|<span style="color: #185267">'''2:15 pm'''</span>
 +
|<span style="color: #185267">'''Break'''</span>
 +
|-
 +
|<span style="color: #185267">'''2:30 pm'''</span>
 +
|<span style="color: #185267"> '''Breakout:'''</span>
 +
<br>
 +
Session in Development More Information to Follow
 
<br><br>
 
<br><br>
<p><a href="http://www.gcpedia.gc.ca/gcwiki/images/7/7d/What_is_a_good_business_problem.pdf" class="btn btn-primary">More on CFR's Talent Management Initiatives</a>
+
|-
            </p>
+
|<span style="color: #185267">'''2:30 pm'''</span>
          </div>
+
|<span style="color: #185267">'''Breakout:''' </span>
 
 
<div style="width:49.5%; display: inline-block; vertical-align: top; text-align: center; margin-top: 40px ">
 
              <img style="width: 65%" src="https://www.gcpedia.gc.ca/gcwiki/images/0/07/Collaboration_CFR.jpg" alt="brainstorm">
 
          </div>
 
 
 
      </section>
 
 
 
<!----------------------------------------------------- Section 1 ------------------------------------------------------->
 
  <section style="width:100%; padding-top: 20px; padding-bottom: 80px">
 
<div style="width:49.5%; display: inline-block; text-align:center; vertical-align: top">
 
                <img style="width: 80%; margin-top: 40px" src="https://www.gcpedia.gc.ca/gcwiki/images/c/c2/AI_booth_photo.jpg" alt="management"><br><br>
 
</div>
 
          <div style="width:49.5%; display: inline-block; padding-right: 100px;">
 
<h2 style="font-family: 'Lato', sans-serif; font-weight:700; color:#050505; font-size: 28px;"><span style="font-family: 'Lato', sans-serif; font-weight: 300;">
 
 
<br>
 
<br>
<strong>Experimentation</strong></h2>
+
The Canada Energy Regulator’s use of scenarios mapping to project Canada’s energy future and reaching net zero greenhouse gas emissions by 2050
            <p style="font-family: 'Lato', sans-serif; font-weight:400; color:#050505; font-size: 16px;">
 
The CFR has identified experimentation as one of its key priority areas. The goal is to position the CFR as an enabler – bringing the community together to explore, pioneer and test new approaches and delivery methods with potential application for creating efficiencies across the regulatory lifecycle.
 
 
<br><br>
 
<br><br>
Recent initiatives include leveraging AI to tackle regulatory challenges, a CFIA-CFR blockchain experiment, regulatory sandboxes, and rules as code.
+
|-
 +
|
 +
|<span style="color: #185267">'''BIG OBSERVATIONS'''</span>
 +
|-
 +
|<span style="color: #185267">'''3:45 pm'''</span>
 +
|<span style="color: #185267">'''Checking In:'''</span>
 +
<br>
 +
Building on your Conference Takeaways alongside Key Panelists
 
<br><br>
 
<br><br>
<p><a href="https://www.gcpedia.gc.ca/gcwiki/images/7/76/CSPSDA_Premium_Letter_of_Support.docx" class="btn btn-primary">Learn more about our work in this area.</a>
+
|-
            </p>
+
|<span style="color: #185267">'''4:30 pm'''</span>
          </div>
+
|Conference Wrap-Up
  </section>
+
|-
     
+
|}
<!----------------------------------------------------- Section 4 ------------------------------------------------------->
 
  
<section id="ContactDrop" style="padding: 70px 0px; background-color: #00467F; ;width: 100%">
 
<div style="text-align: center; font-family: 'Lato',sans-serif; color: #ffffff">
 
  <p style="font-size:19px; width: 40%; margin: auto; padding-bottom: 30px"><strong>We want to hear from you!</strong></p>
 
Our goal at the CFR is to enhance collaboration, dialogue, networking and innovation in the regulatory field.
 
 
<br>
 
<br>
Do you have a suggestion for a CFR event?
 
 
<br>
 
<br>
Is there a topic you would like to see covered in our learning activities?
 
 
<br>
 
<br>
</p>
 
 
<br>
 
<br>
 
<br>
 
<br>
</div>
+
{{Template:Gallery-CFR}}
    <div style="text-align: center;">
 
          <a href="mailto:csps.digitalacademy-academiedunumerique.efpc@canada.ca?subject=Question on CSPS Digital Academy Premium" class="cta-btn">
 
              Contact Us
 
          </a>
 
    </div>
 
</section>
 
 
 
<!----------------------------------------------------- Footer ------------------------------------------------------->
 
     
 
  <section style="padding: 20px 0px">
 
                  <div style="width: 95%; display: inline-block; text-align: right;">
 
                <p style="font-family: 'lato', sans-serif; color: #3F2A56">Brought to you by the Community of Federal Regulators</p>
 
            </div>
 
        </section>
 
 
 
    </section>
 
 
 
</body>
 
 
 
</html>
 

Latest revision as of 09:26, 26 September 2023

Community of Federal Regulators

GCpedia files.png

Our Events Collaboration Career Corner CFR Partners CFR on GCpedia



Learning Days.jpg



Day 1 Programme Overview:

Time Proceedings
8:00 am Registration Refreshments Networking
8:45 am Conference Opening
BIG CONVERSATIONS
9:00 am Keynote:


How can we regulate complex technologies? International perspectives on the regulation of AI, including considerations, benefits, and potential future impacts

Professor Céline Castets-Renard, UOttawa

9:50 am Keynote:


Clarity through Chaos: Foresight, Systems Thinking and Alternatives for Navigating Disruption

Dr. Richard Judge, Bartlett Judge Associates

10:40 am Break
SMALL CONVERSATIONS
11:00 am Breakout:


Showcasing regulatory experiments and sandbox projects by federal regulators, hosted by the Centre for Regulatory Innovation-TBS

11:00 am Breakout:


Where do we start? The Bank of Canada’s journey adopting a core regulatory function from design to implementation

12:00 pm Complimentary Lunch
1:00 pm Breakout:


Data, Risk Management and Digitization: Canadian Food Inspection Agency’s exploration and implementation of digital tools to enhance regulatory delivery

1:00 pm Workshop with Dr. W. Corneil:


Hands-on message mapping exercise on how regulators and risk communicators collaborate to support informed public decision-making

2:15 pm Break
2:30 pm BIG CONVERSATIONS
Keynote:


Unleashing the potential of AI to improve regulations: Insights into applications under development in Canadian and international contexts

Héctor Cárdenas, PhD, The Ergo Group Inc.

3:45 pm Fireside Chat:


Observations and Reflections on Regulatory Excellence A conversation with the Chair of the External Advisory Committee on Regulatory Competitiveness (EACRC)

Tina Green, Assistant Secretary, TBS
Laura Jones, EACRC Chair


4:30 pm Wrap Up of Day 1



Day 2 Programme Overview:

Time Proceedings
8:00 am Registration Refreshments Networking
8:45 am Conference Opening
BIG CONVERSATIONS
8:50 am Panel:


Fostering awareness of science knowledge systems and how they can enhance and complement each other to achieve better regulatory outcomes

Moderator: Linsey Hollett, Assistant Deputy Minister, Health Canada

10:10 am Structured Networking Opportunity:


Join in person to connect with fellow colleagues and speakers - more information to come

10:40 am Break
SMALL CONVERSATIONS
11:00 am Keynote:


Explore why cost-benefit analysis is used in regulatory decision-making and how it could be integrated with other social goals, such as equity and rights

Daniel J. Acland, University of California - Berkeley

12:00 pm Complimentary Lunch
1:00 pm Breakout:


Reconciliation, implementation of the UN Declaration on the Rights of Indigenous Peoples Act, and regulatory consultation and cooperation with Indigenous Peoples

1:00 pm Workshop with H. Cárdenas, PhD:

Applying AI to improve regulations: hands-on exploration of design thinking through two case studies

1:00 pm Special Technical Session:

Deep dive on two cost-benefit analysis topics

2:15 pm Break
2:30 pm Breakout:


Session in Development More Information to Follow

2:30 pm Breakout:


The Canada Energy Regulator’s use of scenarios mapping to project Canada’s energy future and reaching net zero greenhouse gas emissions by 2050

BIG OBSERVATIONS
3:45 pm Checking In:


Building on your Conference Takeaways alongside Key Panelists

4:30 pm Conference Wrap-Up