Brown Bag Lunch Series ‘Acting justly toward Earth’
360 360 people viewed this event.
All are welcome to these events.
March 5: Acting justly toward Earth. How to acknowledge the Earth-human relationship and bring healing to Earth and ourselves. Dominican Sister Sharon Zayac and Springfield Dominican Associate, Susan Hickman.
March 10: Approaching AI ethically. An exploration of ethical considerations in the development and use of Artificial Intelligence. Dominican Sister Beth Murphy and Ray Schroeder, professor emeritus of online learning, UIS.
- Register for one or all, free of charge.
- Bring your lunch.
- Water, tea, and coffee provided
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);
});
});