Computer Science 112
The Art & Science of Computer Graphics
Fall 2015, The College of Saint Rose
To get us started, your first Studio/Lab task will be to set up and add your first sections to the class Wiki that we'll be using for you to share your work for the class.
Logging In
Your username and password on the Macs in the lab are the same as your campus-wide computer accounts. Once logged in, you will be presented with your Macintosh desktop. As long as you store your files on the campus file server, it does not matter which computer in the lab you use. Once we start writing programs and rendering images, we will have to take extra care to ensure all files are being saved in the right place.
The Mac environment may be a bit unfamiliar for those who are primarily Windows users, but it is quite intuitive and you should be able to get around fairly quickly. Please do not hesitate to ask for help if you are not sure how to proceed or if you have trouble with anything as you work on this lab.
Setting Up Your Wiki Page
Using the Firefox web browser, which you can launch using the round blue and orange icon in the "Dock" at the bottom of your desktop, follow these steps to set up your wiki page. There is a quick reference at the end of this document that will help you accomplish these tasks.
Your page should include:
Submitting Your Work
When you have completed all of this and your wiki page is complete, send me an e-mail at terescoj AT strose.edu stating that it is ready for me to look at, so you can get credit.
Grading
This assignment is worth 10 points, which are distributed as follows:
> Feature | Value | Score |
Paragraph about yourself | 2 | |
Using at least one "section" | 2 | |
Including at least one image | 2 | |
Correct image file name | 2 | |
Page in required categories | 2 | |
Total | 10 | |
Wiki Editors' Quick Reference
This section is a quick reference for our wiki and the wiki markup language you will use to develop your wiki pages. You might want to keep this sheet handy until you get used to the wiki markup language.
Our wiki uses the same software (called MediaWiki) that is used by Wikipedia, so your experience with this will help prepare you to be a contributor to Wikipedia and other similar projects.
> General | |
To visit our wiki | Go to http://ascg-wiki.teresco.org/ |
To create a new page | Enter the page name in the search box |
Section | Paragraphs |
==Section Title== | Blank line starts a paragraph |
===Subsection Title=== | Space at beginning of a line boxes code |
====Subsubsection Title==== | : Colon indents paragraph |
--- (four dashes insert line) | :: More colons increase indenting |
(four tildes add username and date) | ; phrase : definition |
Formatting | |
' 'Two single quotes make text italic ' ' | ' ' 'Three single quotes make text bold ' ' ' |
Lists | |
* bulleted list item | # numbered list item |
** bulleted sublist item | ## numbered sublist item |
*** bulleted subsublist item | ### numbered subsublist item |
Links (Help:Editing on the wiki) | |
Internal: [[Page Title]] | e.g., See [[Jim Teresco]] for details. |
Internal: [[Page Title|alt text]] | e.g., See [[Jim Teresco|me]] for details. |
External: [URL] | e.g., Visit space at [http://www.nasa.gov/]. |
External: [URL alt text] | e.g., Visit space at [http://www.nasa.gov NASA]. |
Images (Help:Images_and_media on the wiki) | |
Two steps: upload image to server, link into document. | |
Use PNG format when you can. Prefix images with your name. | |
Inline image: [[Image:file]] | e.g., [[Image:Taos.png]] |
Frame/Caption: [[Image:file|frame|caption]] | e.g., [[Image:Taos.png|frame|Great skiing!]] |
Thumbnail: [[Image:file|thumb|caption]] | e.g., [[Image:Taos.png|thumb|The Back Side.]] |
Add "left", "center", "right" as hints | e.g., [[Image:Taos.png|right|thumb]] |
Categories (Help:Category on the Mead wiki) | |
A category page lists all similar pages on the wiki. | |
Add page to category X: [[Category:X]] | e.g., [[Category:Artists]] |
Link to category X page: [[:Category:X]] | e.g., Find artists at [[:Category:Artists]] |