Meteorology 301 - Lab 4


Introduction

In this lab, you will personalize your Portfolio page by putting a photo of yourself. This will give you practice in putting images into your Portfolio. Also, it will help the faculty recognize you when the portfolios are reviewed. If you don't like your picture - don't worry! You will learn enough to be able to do it again if you want.

GOAL: Put an electronic photograph of yourself into your Portfolio


Instructions

A. Electronic Photo

1.This step uses the cameras mounted on the SGI platforms. Lab groups should cluster around the three machines in the classroom.

2.On the actual camera, atop the monitor, slide the camera lens cover to the open position if it is closed.

3.Have one person login as "student".

4.Click on the "camera" icon, which is probably in the upper right corner of the screen.

A new window opens entitled "Media Recorder", and you should see yourself in its picture frame.

Note three icons in lower left corner. Put mouse arrow over the right icon of the three (the one with a face on it), hold down the mouse button, and when a new menu pops up, slide to "Image from connected source ..." While still holding down the mouse button,

A bigger window appears.

Go to the the "Tasks" menu at the top of the "Media Recorder" window. Pull down the "Tasks" menu, slide down to "Image", then slide over to the new menu that pops up and select "Screen Snapshot".

Steps 5. and 6. should be done in sequence by each student

5.Pull down the "Edit" menu, pause over "Record", hold still and smile(!), then release on the "Record". The screen will freeze momentarily while your snapshot is recorded. To the right of the window, under the word "File", a filename will appear, something like image1.rgb.

6.Open a unix shell (from the "Desktop" menu in the upper left corner) or go to an existing unix shell window.

Move the file holding your picture into a new file with your name, e.g., if the file appearing in the "Media Recorder" file list when you take your picture is entitled "image1.rgb", then enter the mv ("move") command in the unix shell window:

	mv image1.rgb yourname.rgb

7.We need to convert your photo's format from ".rgb" to something that Web browsers can read. Also, on many Web browsers, your photo will appear fine as taken, but on some it will be too dark, so you need to lighten it. This will all be done using a software utility on the SGI called "Image Works".

8.Transfer the file "yourname.jpg" to your Meteorolgy account:

From the "Desktop" submenu in the "Toolchest" menu, chose "Unix Shell". When the new window pops up, at the prompt enter an ftp command to connect for file transfer to your Vincent account:
ftp metl11.geol.iastate.edu
Then, at the prompt "Name (...):", enter your Vincent login name. At the "Password:" prompt, enter your Vincent password.
Then
cd WWW
put yourname.jpg

where again "yourname" is your name. Make sure "WWW" is in uppercase letters.

B. Photo --> Portfolio

9.Use any machine available with your partner to login to your account on the Meteorology machines.

10.Once logged in, change to your WWW directory:
cd WWW
Then, edit your portfolio file:
emacs portfolio-template.html

What you have done is created a table in your porfolio. One table entry is your photo, identified as an image ("img") whose source ("src") is "yourname.jpg". The other table entry is your name, major, etc.

11.Look at your Portfolio with the Web browser and correct it as needed. Your portfolio should be located at

http://www.meteor.iastate.edu/~your_Vincent_name/portfolio-template.html
You can check an example I created for guidance.

Return to Meteorology 301 Lab List

Return to Meteorology 301 Homepage