














<script>
document.addEventListener("DOMContentLoaded", function () {

    const tabs = document.querySelectorAll(".workshop-tabs li");
    const panes = document.querySelectorAll(".tab-pane");

    tabs.forEach(tab => {

        tab.addEventListener("click", function(){

            tabs.forEach(item => item.classList.remove("active"));
            panes.forEach(item => item.classList.remove("active"));

            this.classList.add("active");

            document.getElementById(this.dataset.tab).classList.add("active");

        });

    });

});

</script>

<script>
    function saveAsPDF() {
        const form = document.getElementById('speakerConsentForm');

        if (!form.reportValidity()) {
            return;
        }

        window.print();
    }
</script>


<script>
document.addEventListener("DOMContentLoaded", function () {
    const iconMap = {
        "fa-linkedin": "fab",
        "fa-facebook": "fab",
        "fa-twitter": "fab",
        "fa-youtube": "fab",
        "fa-instagram": "fab"
    };

    document.querySelectorAll("i").forEach(function(icon) {
        Object.keys(iconMap).forEach(function(cls) {
            if (icon.classList.contains(cls)) {
                icon.classList.remove("fa");
                icon.classList.add(iconMap[cls]);
            }
        });
    });
});
</script>









BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ISACA Chennai Chapter - ECPv4.9.4//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:ISACA Chennai Chapter
X-ORIGINAL-URL:https://isaca-chennai.org
X-WR-CALDESC:Events for ISACA Chennai Chapter
BEGIN:VTIMEZONE
TZID:"Asia/Kolkata"
BEGIN:STANDARD
TZOFFSETFROM:+0530
TZOFFSETTO:+0530
TZNAME:IST
DTSTART:20210101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20210807T090000
DTEND;TZID="Asia/Kolkata":20210807T170000
DTSTAMP:20260717T115544
CREATED:20210717T073207Z
LAST-MODIFIED:20210717T073638Z
UID:14931-1628326800-1628355600@isaca-chennai.org
SUMMARY:CISM Review Course - ISACA ATP Accredited Program-Aug21
DESCRIPTION:CISM Review Course – ISACA ATP Accredited Program \nAug 7 – Aug 15. The CISM Review course\, a 4-day program spanning two weekends scheduled \nThis program helps the participants in supplementing their study program towards their certification via review classes\, special lectures\, and case studies. \n  \n\n\n\nDATE\nDAY\nTIME\nTOPIC\n\n\n7 -Aug\nSaturday\n9:00 am to 12:00 pm\n2:00 pm to 5:00 pm\nDomain 1 – Information Security Governance (24%)\n\n\n8-Aug\nSunday\n9:00 am to 2:00 pm\nDomain 2 – Information Risk Management (30%)\n\n\n14-Aug\nSaturday\n9:00 am to 12:30 pm\n1:15pm to 4:15pm\nDomain 3 – Information Security Program Development and Management (27%)\n\n\n15-Aug\nSunday\n9:00 am to1:00 pm\n2:00 pm to 3:30 pm\nDomain 4 – Information Security Incident Management (19%)\n\n\n15-Aug\nSunday\n3:30 pm to 6:00 pm\nPractice Test\n\n\n\n
URL:https://isaca-chennai.org/events/cism-review-course-isaca-atp-accredited-program-aug21/
LOCATION:Virtual Event\, India
CATEGORIES:Review Program
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR