Course Master:
Term:
Fall 2020
Discipline:
RS (Reflective Seminar)
Credits:
0 credits
Type:
Regular
Level:
Undergraduate
Can be taken twice for credit?:
No
Pre-requisites:
None
Co-requisites:
None
In this First Bridge, we explore the economic and political mechanisms that hold society together. Given how selfish we think humans are, isn’t it astonishing how individuals manage to cooperate on such a gigantic scale every day? Hundreds of millions of people are ferried rapidly across distances unimaginable a few centuries ago just to get to work in the morning, doing jobs that allow you to turn on the light, drink a coffee and text your bestie! At the same time, we accept, as if it were fate, vertiginous inequalities and structural injustice for certain people as part of that cooperation. Can humans do better in organizing society?
<?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()))));
}
?>
| Day | Start Time | End Time | Room |
|---|---|---|---|
Thursday | 12:40 | 14:15 | PL-3 |