Professor(s)
Notes
Learning Outcomes
- Students will be able to identify theory and use it to recognize and compare policies between European states (assessed via classroom participation and discussion)
- Students will be able to formulate arguments within policy areas (assessed via two written assignments)
- Students will be able to summarize complex arguments in their own words, and discuss their significance (assessed via blackboard assignments and the final exam)
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 | 14:30 | 18:00 | Q-509 |
Tuesday | 14:30 | 18:00 | Q-509 |
Wednesday | 14:30 | 18:00 | Q-509 |
Thursday | 14:30 | 18:00 | Q-509 |