Understand cybersecurity concepts and principles as well as the leading kinds of cyber threats such as malware, phishing, ransomware, denial-of-service and data breaches.
Learning
Protect Your Organization: Cybersecurity in
Senior Care
October 10, 17, and 24, 2024 , 10 AM – 12 PM, (3-part webinar series)
$150 Members/Webinar or $420 for all three sessions ($30 discount)
$225 Non-members or $645 for all three sessions ($30 discount)
Data breaches, financial losses, reputational damage and liability issues are all potential risks for not-for-profit senior care organizations as cyber attacks continue to rise. Help your home or service take action by learning about the most current threats and strategies to prevent, prepare for and mitigate malicious cyber incidents.
This tailored series will broaden your awareness of the scope and potential impacts of these threats and teach principles and best practices applicable to all member settings. Learn how to prevent and respond to cyber attacks and breaches, and pick up risk mitigation tools and resources. Industry experts and AdvantAge Ontario members will address critical questions designed to help ready your organization’s defenses against bad actors in the cyber space.
Webinar 1 October 10, 2024
Fundamentals of Cybersecurity
Explore the session’s speakers!
Francis Syms, Associate Dean, FAST, Humber College
Karine Taillefer, Manager, Program Evolution, Canadian Centre for Cyber Security
Ahmer Mustafa, Senior Executive President, Indusflow Systems Inc
Webinar 2 October 17, 2024
Cyber Threats are Real: Learning from Real-World Examples
Explore the session’s speakers!
Holly Odoardi, Senior Administrator, Long Term Care Division, Macassa Lodge & Wentworth Lodge, Healthy & Safe Communities Department, City of Hamilton
Imran Ahmad, Partner and Head of Technology, Co-Chair Cybersecurity and Data Privacy, Norton Rose Fulbright
Hesam Mahdavi, CEO, Zodiac Light Waves Shahbaz Haque, HIROC
Jonathan Bracaqmonte, HIROC
Cyrus Tehrani, Chief Digital Officer and Director of Innovation, Long Term Care Division, Macassa Lodge & Wentworth Lodge, Healthy & Safe Communities Department, City of Hamilton
Webinar 3 October 24, 2024
Data Backup and Disaster Recovery: What, Why, How
Explore the session’s speakers!
Michelle Harris, Director of Homes and Seniors Services, Elgin County Homes
Jennifer Ford, Director of Financial Services and Treasurer, Elgin County
Derek Soares, Director, Information and Support Services, St. Joseph’s Continuing Care, Guelph
Paul Cronin, CEO, Apogee IT Services
Privacy Statement: Registration information is collected to process registrations and payments for education events, correspond with registered delegates, notify participants about other AdvantAge Ontario programs and services and to publish delegate lists for event participants. If you do not wish to have your registration information used for these purposes, please email education@advantageontario.ca. To access our privacy policy click here.
Cancellations: Cancellations will be accepted up to five working days prior to the date of the program less a 15% administration fee that will apply regardless of the status of payment. Registrants who fail to attend the program or cancel after the deadline date shall be liable for the full fee. There is no charge for delegate substitutions. The AdvantAge Ontario Education Department reserves the right to cancel or reschedule this program.
<div id="tooltip1" class="tooltip-content"> <img src="path-to-your-image.jpg" alt="Tooltip Image"> <p>This is the content for Tooltip 1.</p> </div> <style> .tooltip-content { display: none; /* Hidden by default */ position: absolute; background-color: #333; color: #fff; padding: 10px; border-radius: 5px; width: 200px; /* Adjust as needed */ z-index: 10; } .tooltip-content img { max-width: 100%; border-radius: 5px; } .tooltip-content p { margin-top: 10px; } </style> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { const anchors = document.querySelectorAll(".tooltip-anchor"); anchors.forEach(anchor => { anchor.addEventListener("click", function(event) { event.preventDefault(); // Get the associated tooltip const tooltipId = this.getAttribute("data-tooltip"); const tooltip = document.getElementById(tooltipId); // Hide all other tooltips document.querySelectorAll(".tooltip-content").forEach(el => el.style.display = "none"); // Toggle the visibility of the selected tooltip if (tooltip.style.display === "block") { tooltip.style.display = "none"; } else { tooltip.style.display = "block"; // Position the tooltip near the anchor const rect = this.getBoundingClientRect(); tooltip.style.top = `${window.scrollY + rect.bottom}px`; tooltip.style.left = `${window.scrollX + rect.left}px`; } }); }); // Close tooltip if clicking outside of it document.addEventListener("click", function(event) { if (!event.target.closest(".tooltip-anchor")) { document.querySelectorAll(".tooltip-content").forEach(el => el.style.display = "none"); } }); }); </script>