Professor(s)
Notes
Learning Outcomes
- Know to explain what is an algorithm and algorithmic thinking;
- Learn how to write computer programs (in a visual java-based programming tool SCRATCH) from simple to relatively complex interactive ones;
- Have a general understanding of the role of simulation and modelling in modern arts and sciences;
- Be able to formulate and construct simple models in different media: narratives, movie scripts, scale models, SCRATCH language computer language, as well as LEGO Mindstorms robotic kit;
- Have acquired critical skills to take advantage of modern digital environments;
- Have an appreciation of the creative process in the arts and sciences;
- Increased ability to creatively approach different problems;
- Local and Global Perspectives: Students will enhance their intercultural understanding of languages, cultures, and histories of local societies and the global issues to which these relate (CCI 1)
- Aesthetic Inquiry and Creative Expression: Students will engage with artistic or creative objects (e.g., visual art, theatrical works, film) in different media and from a range of cultural traditions (CCI 4).
- Information Literacy: Students will comprehend how information is produced and valued in order to discover, evaluate, use, and create information and knowledge effectively and ethically. In FirstBridge, students will demonstrate the conversational nature of scholarship, and recognize their potential role and responsibilities as contributors to that conversation. For each discipline taught in FirstBridge, students will identify reference works, journals, databases and/or major works in history, in order to start effective research in the field.
- Life at University: Students will acquire the study skills, time management, and interpersonal skills needed to meet the demands of university-level academic work at a Liberal Arts College individually or as a team. Students will value the multiple meanings of place through experiential learning at AUP and beyond in the Parisian or global context.
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 | 12:40 | 14:15 | Q-604 |
Thursday | 18:10 | 19:45 | Q-604 |