GOAL:
1. Place some examples of your work into your student portfolio page.
2. Give your examples appropriate annotation and cross links.
1.Login to your Project Vincent account. Then, go to your directory where you are storing Matlab files. For most of you, this will probably be your "home" directory, the directory where you are when you login.
2. Create appropriate plot file
In last week's lab, you created a plot of Q vs. Ts, and saved in as a postscript file. To use the plot in a Web page, it needs to be in "gif" format. If you did not save this plot in "gif" format last week, using the -dtiff option to print to disk and XVue to convert to gif, you need to recreate the plot now. Follow these steps:
3.No matter when you created "Q_Ts.gif", move it now to your Web directory:
> mv Q_Ts.gif ~/WWW
Note that there is a space between "gif" and "~".
4 Link Q_Ts.gif to your portfolio.
Switch yourself to your WWW directory, which contains your personal web
page file and, more important here, your portfolio file. You may find
it helpful at this point to start a Web browser, so you can look at
your portfolio file. Recall that it contains several categories in
which students should demonstrate their capabilities. One of the
categories is "Computer Programming and Modeling". We will make an
entry into this category in two ways:
5. Edit your portfolio file using emacs or your editor of choice. You need to make a link in your portfolio to your plot "Q_Ts.gif". You should do it after the "--examples--" line in the portfolio. You previously made a link to a figure in Lab 4, when you inserted your photo into your portfolio. This was done using the html tag, [img src="filename"]. (Recall that the real tag uses"<" and ">" instead of "[" and "]". Review Lab 2 if you do not remember why I have to use "[" and "]" in my instructions to you.)
6. Annotate your figure
You should move the editor's cursor or point to create a new, blank line betwee the "examples" and the "img src" lines. Type at least one paragraph describing the figure below it that you just now linked to your Web page. The paragraph should say
7.What I need to see.
You do not have to hand in anything to me on this lab. Instead, I
will look at your portfolio page to determine your grade for the lab.
The grade will be determined by the success of your link, and the
accuracy and completeness of your annotation to the figure.
Return to Meteorology 301 Lab List
Return to Meteorology 301 Homepage