NAVIGATING AI IN THE LAW CLASSROOM: A PRACTICAL GUIDE FOR ACADEMICIANS
281 281 people viewed this event.
š¢ Attention All AIKOL Staff!
You are required to attend the upcoming session titled:
š” āNavigating AI in the Law Classroom: A Practical Guide for Academiciansā
š Speaker: Prof. Ts. Dr. Mira Kartiwi
Director, Centre for Professional Development
Kulliyyah of Information and Communication Technology (KICT), IIUM
š Date: Friday, 17th October 2025
š Time: 9:00 a.m. ā 12:00 p.m.
š Venue: Al-Nawawi Conference Room, Level 4, Ahmad Ibrahim Kulliyyah of Laws
This session will equip academic staff with practical insights on integrating Artificial Intelligence tools effectively and ethically in teaching and learning. Donāt miss this important opportunity to enhance your classroom practice in line with IIUMās vision of Tawhidic and Ummah-centric excellence.
AIKOL #IIUM #ArtificialIntelligence #AcademicDevelopment #LegalEducation #AIinLaw #IIUMLeadingTheWay
jQuery(document).ready(function() {
jQuery('.wpem_related_events-slider').slick({
arrow: true,
infinite: false,
slidesToShow: 3,
slidesToScroll: 1,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 2
}
},
{
breakpoint: 767,
settings: {
slidesToShow: 1
}
}
]
});
});
jQuery(document).ready(function() {
jQuery('.wpem-single-event-slider').slick({
dots: true,
infinite: true,
speed: 500,
fade: true,
cssEase: 'linear',
adaptiveHeight: true,
responsive: [{
breakpoint: 992,
settings: {
dots: true,
infinite: true,
speed: 500,
fade: true,
cssEase: 'linear',
adaptiveHeight: true
}
}]
});
/* Get iframe src attribute value i.e. YouTube video url
and store it in a variable */
var url = jQuery("#wpem-youtube-modal-popup .wpem-modal-content iframe").attr('src');
/* Assign empty url value to the iframe src attribute when
modal hide, which stop the video playing */
jQuery(".wpem-modal-close").on('click', function() {
jQuery("#wpem-youtube-modal-popup .wpem-modal-content iframe").attr('src', '');
});
jQuery(".wpem-modal-overlay").on('click', function() {
jQuery("#wpem-youtube-modal-popup .wpem-modal-content iframe").attr('src', '');
});
/* Assign the initially stored url back to the iframe src
attribute when modal is displayed again */
jQuery("#event-youtube-button").on('click', function() {
jQuery("#wpem-youtube-modal-popup .wpem-modal-content iframe").attr('src', url);
});
});