Professor(s)
Notes
Learning Outcomes
- Students will demonstrate a clear understanding of the significance and limitations of international human rights law with respect to technology.
- Students will demonstrate familiarity with the contours of the computer science and digital technology revolutions.
- Students will demonstrate familiarity with key components of the functionality of information technology.
- Students will demonstrate reflective, well-structured thinking in linking international human rights law and technology.
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()))));
}
?>
Book List
| Title | Author | Publisher | ISBN Number |
|---|
Schedule
| Day | Start Time | End Time | Room |
|---|---|---|---|
Friday | 13:45 | 15:05 | C-103 |
Tuesday | 09:00 | 10:20 | C-103 |