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
The Reflective Seminar will be organized around the concept of creativity. We will analyze the historical evolution of the concept, its current meaning in different cultures. We’ll look into contemporary creativity research and into techniques which allow exploring and developing one’s creativity.
<?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 |
|---|---|---|---|
Tuesday | 14:30 | 16:05 | C-104 |