Difference between revisions of "Coursework Portfolio"

esse quam videri
Jump to: navigation, search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:AIM]]
+
'''Coursework Portfolio'''
[[Category:AIM Projects]]
 
'''Project 1: Class portfolio'''<br><br>
 
  
[[Category:AIM]]
+
You may be expected to create and maintain a class portfolio website for some of your courses to showcase your assignments.
Create Class Website
 
  
As part of this class you will be expected to create and maintain a class portfolio website. This website will showcase all of your in class and homework assignments. It is your responsibility to maintain links to all of your work. These links will be used for grading, and a missing link will be considered the same as a missing assignment.
+
==Suggestions==
 
+
* Separate content, markup, and presentation (i.e., use a language like CSS for presentation, not markup elements)
This can be basic XHTML with some CSS (just to color text, links and backgrounds and control the font types -- something beyond the default settings). <br><br>
+
* Pages are valid markup
 
+
* Pages follow accessibility guidelines
Basic requirements:<br><br>
 
 
 
1. Main page with active links to all other project and assignment pages.<br>
 
2. Nine assignment pages and three project pages. Yes, you do need to make a Project 1 page which explains that the class site is their first project, and that it uses XHTML+CSS.<br>
 
3. Full and consistent navigation on each page.<br>
 
4. Pages must be valid XHTML<br><br>
 
 
 
Date assigned [[AIM Class1]]<br>
 
Date due Version 1[[AIM Class2]]<br><br>
 
  
 +
==Example==
 +
For the course Authoring Interactive Media (AIM):
 
*In your pub folder on iam.colum.edu you'll need to create a folder called AIM.
 
*In your pub folder on iam.colum.edu you'll need to create a folder called AIM.
 
** The url will be http://iam.colum.edu/students/YOURLOGONNAME/AIM
 
** The url will be http://iam.colum.edu/students/YOURLOGONNAME/AIM
 
*This folder should contain an index file with links to all of your other work. Please use a logical folder structure.
 
*This folder should contain an index file with links to all of your other work. Please use a logical folder structure.
Example:
+
Example directory structure:
 
     /AIM/
 
     /AIM/
 
     /AIM/Projects/
 
     /AIM/Projects/
Line 37: Line 27:
 
The index file should be named '''index.htm''' or '''default.htm'''
 
The index file should be named '''index.htm''' or '''default.htm'''
  
Feel free to build on the example site below
+
==Example Coursework Portfolios==
 
+
* [http://iam.colum.edu/students/JEvers/MTD2/ Jason Evers]
The zip file contains a skeleton file system which will need to be expanded throughout the semester, a sample CSS page, and an index similar to the required for the course. If you need help building or publishing the site please contact your teacher or IAM tutors outside of class.
+
* [http://iam.colum.edu/students/KOmphroy/MTD2/ Kyle Omphroy]
 
+
* [http://iam.colum.edu/students/bsmith/wi/ Brian Smith]
==Course Objectives==
+
* [http://iam.colum.edu/students/Christopher.Hooker/MTD2/ Christopher Hooker]
This project supports the following course objectives:
+
* [http://iam.colum.edu/students/Jeremy.Kahn/MTD2/ Jeremy Kahn]
 
+
* [http://iam.colum.edu/students/JSisson/MTD2/ Jennifer Sisson]
# Demonstrate the ability to integrate media into an interactive multimedia project.
+
* [http://iam.colum.edu/students/Elizabeth.Rominski/MTD2/ Elizabeth Rominski]
# Demonstrate an understanding of the underlying concepts behind, and be able to create, interactive projects using current production technologies.
 
 
 
 
 
==Links==
 
Example site: [http://janellbaxter.com/edu/aim/files/exampleportfolio.zip Example Class Portfolio]
 
 
 
Introduction to HTML: [http://www.janellbaxter.com/jb/edu/web/authoring/ Introduction to HTML Authoring (pdf)]
 
 
 
Tutorials at: [http://www.w3schools.com/html/default.asp The W3C Schools]
 

Latest revision as of 15:46, 7 June 2019

Coursework Portfolio

You may be expected to create and maintain a class portfolio website for some of your courses to showcase your assignments.

Suggestions

  • Separate content, markup, and presentation (i.e., use a language like CSS for presentation, not markup elements)
  • Pages are valid markup
  • Pages follow accessibility guidelines

Example

For the course Authoring Interactive Media (AIM):

  • In your pub folder on iam.colum.edu you'll need to create a folder called AIM.
  • This folder should contain an index file with links to all of your other work. Please use a logical folder structure.

Example directory structure:

   /AIM/
   /AIM/Projects/
   /AIM/Projects/Project1/
   /AIM/Projects/Project2/
   /AIM/Projects/Project3/
   /AIM/Assignments/Assignment1/
   /AIM/Assignments/Assignment2/
   /AIM/Assignments/Assignment3/
   /AIM/InClass/
   /AIM/ExtraCredit/

The index file should be named index.htm or default.htm

Example Coursework Portfolios