Professor(s)
Notes
Learning Outcomes
- Develop one’s skills in art historical inquiry, writing, and critical thinking.
- Further one’s understanding of the history of colonialism in a global context.
- Learn to identify and analyze works of art from different regions, situating them in their religious and cultural contexts.
- Practice reading and evaluating scholarly readings, attending to an author’s thesis and argumentation.
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 |
|---|---|---|---|
Monday | 15:20 | 16:40 | C-101 |
Wednesday | 12:10 | 13:30 | VISIT-1 |
Wednesday | 13:45 | 15:05 | C-101 |