














<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:20220101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Asia/Kolkata":20220219T090000
DTEND;TZID="Asia/Kolkata":20220219T170000
DTSTAMP:20260901T213648
CREATED:20220104T013915Z
LAST-MODIFIED:20220213T052425Z
UID:17894-1645261200-1645290000@isaca-chennai.org
SUMMARY:ISACA Accredited training program - CRISC
DESCRIPTION:CRISC Review Course – ISACA ATP Accredited Program \n19-Feb to 27-feb \nThe CRISC 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\n19-Feb\nSaturday\n09:00 am to 12:00 pm\n1:00 pm to 4:00 pm\nDomain 1—Governance (26%)\n\n\n20-Feb\nSunday\n09:00 am to 12:00 pm\n1:00 pm to 4:00 pm\nDomain 2—IT Risk Assessment  (20%)\n\n\n26-Feb\nSaturday\n9:00 am to 1:00 pm\n2:00 pm to 3:30 pm\nDomain 3 Risk Response and Reporting (32%)\n\n\n27-Feb\nSunday\n9:00 am to 1:00 pm\n2:00 pm to 4:00 pm\nDomain 4- Information Technology and Security  ( 22%)\n\n\n27-Feb\nSunday\n4:00 pm to 6:00 pm\nPractice Test\n\n\n\n\n\n\n\n\n\n
URL:https://isaca-chennai.org/events/isaca-accredited-training-program-crisc/
LOCATION:Virtual Event\, India
ORGANIZER;CN="ISACA%20Chennai%20Chapter":MAILTO:officemanager@isaca-chennai.org / hon.secretary@isaca-chennai.org
END:VEVENT
END:VCALENDAR