Professor(s)
Notes
As countries round the world struggle to bring the spread of Covid-19 under control, this online module introduces the world of international pandemic management. While addressing the policy frameworks that guide global health responses, the module will focus on the practical aspects of emergency pandemic response: preparedness, rapid needs assessments, inter-agency coordination, emergency program design and implementation, crisis communication, humanitarian financing, emergency operations and donor compliance.
Assigned readings, online learning and lectures will be applied through multiple simulations during the module. Upon completing this module, students will have a foundational understanding of UN action in response to global pandemics and they will develop real-world skills in emergency response work.
Syllabus
<?php
$SROfferID = $entity->field_cams_id['und']['0']['value'];
if (course_syllabus_view_access_callback($SROfferID)) {
$url = 'sites/default/files/fields/field_course_syllabi_pdf/Syllabus '.$entity->title.'.pdf';
if (file_exists($url)) {
print '<p>' . l('View Syllabus PDF Archive', $url) . '</p>';
}
else {
$syllabi = course_syllabus_query('get_syllabus_list', '('.$SROfferID.')');
if (isset($syllabi[$SROfferID])) {
$url = 'course/' . $SROfferID . '/syllabus/view';
print '<p>' . l('View this course syllabus', $url) . '</p>';
}
else {
print t('There is no published syllabus for this course offering');
}
}
}
else {
print t('Please !login to view this course syllabi.', array(
'!login' => l(t('log in'), 'saml/login', array('query' => drupal_get_destination()))));
}
?>
Schedule
| Day | Start Time | End Time | Room |
|---|---|---|---|
Saturday | 12:00 | 18:00 | Q-704 |
Tuesday | 18:00 | 22:00 | Q-704 |
Wednesday | 19:00 | 22:00 | Q-704 |
Thursday | 19:00 | 22:00 | Q-704 |
Friday | 19:00 | 22:00 | Q-704 |