Description
This assignment gives you a chance to practice (1) using RU Libraries resources to research a narrowly focused subject (i.e., the Dada art movement); (2) documenting print and online sources in MLA format; and (3) implementing internal page navigation and layout with HTML and CSS.
For this assignment you will make a short Further Reading Page (FRP) for visitors to the Surrealism Unbound exhibition at the Metropolitan Museum of Art in New York.
Your page should observe the conventions of the FRP as discussed in class.
Here is a typical further reading page, on marine biology, that uses MLA documentation style to organize the bibliographical information for each source.
Here is a similar page made for this class: "Through the Eyes of an Octopus".
Use the web to learn about Surrealism. Then use IRIS, the online indexes and databases available at the Rutgers Libraries website, and the search engine of your choice to find the best sources to satisfy the following FRP requirements.
topRequirements
Your page will need to include:
- A "General Interest" section listing at least three books on Surrealism.
- An "In Depth" section listing at least three articles on specific aspects of Surrealism. Follow each bibliographical item with a two sentence description of the article. Base your descriptions either on the article abstract or on the article's introduction.
- A "Surrealists" section listing at least three articles on one or more artists in the Dada movement. No description required.
- An "Online" section listing and briefly describing at least three really good/useful websites devoted to Surrealism in general or a particular Surrealist visual artist, writer, or film-maker.
- A few relevant images to decorate the page.
- Navigation ("subnav") between the top of the page and each section (see Castro 106).
- Back-to-top links from the end of each section to the top of the page, like this one:
- At least three levels of Header (
h1,h2,h3, etc.) to divide the page. As with your Bio Page, headers of at least one level should repeat several times (e.g., usingh2orh3headers to label each of your main sections). - A byline in that reads "Prepared by [your name]" under the the title/main header.
- A surrealistically themed banner.
- A one-column layout using divs.
- Style formatting using CSS.
Part 1
Note: These shouldn't be just any books, articles, or sites; they should be GOOD ones and they need to be genuinely relevant, if not the best you can find. So be selective.
Part 2
The last two requirements will come into play later, as we learn CSS and revise the FRP. Do not worry about them until weeks 3 and 4.
You should not use Dreamweaver or another WYSIWYG for this assignment. If you do, be sure to clean up your code so that it looks as if you did not.
Your page should follow the course Design Baseline, as discussed in class.
topResearching and Documenting
Use the RU Libraries IRIS and other catalogues to research books.
Use the RU Libraries indexes and databases to research articles in science journals.
Use the search engine of your choice to research websites.
For documenting books and articles, use Dianna Hacker's site on MLA style (or the MLA Handbook, if you have a copy).
topXHTML Reminders
As you work on your page, remember these features of good XHTML form:
- Include the following DOCTYPE declaration at the start of your file (above the opening
<html>tag):<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - Remember to declare the namespace inside the opening
<html>tag; thus:<html xmlns="http://www.w3.org/1999/xhtml"> - Close all paragraphs with a closing P tags (i.e.,
</p>) — despite what it says on the GetIT HTML tutorial. - Use only lowercase letters in your tags (i.e.,
<body>and not<BODY>).
Saving Your FRP
Save your Further Reading Page and related files in your "drafts" folder on Eden.
topAdding CSS
Add CSS to your Further Reading Page. First, use CSS to center the "wrapper" div containing your content. Next: use CSS to control the margins, padding, and font color(s), and background color(s).
Customize the links on your FRP so that subnav links look different from other links on the page.
Make sure your page has the following FRP design features (using CSS):
- Wrapper is no more than 770px wide
- Main content consists of darker text on lighter background (curious about this requirement? See these comments on readability from Max Design)
- Main textual content is left aligned and no more than 560px wide
- Main content has 15px or more padding left and right
- Main content has 20 px or more of padding top and bottom
- Main content has a background color
- The space outside the wrapper div (i.e., the body) has a different background color (or image)
- All intro and bibliographical data appears in a sans-serif font
- All headings (h1, h2, h3, etc.) in a contrasting serif font
- The subnav design is distinct (at least in color) from other links on the page
- The nav is customized and uses at least the hover pseudo-class
- The page has a banner of your own design
Note: Refer to Common Fonts page for some font options.
Finally (but essentially): Does your FRP show good use of contrast, proximity, alignment, and repetition?
top
