<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="htmlcss.css"?>
<?xml-stylesheet type="text/css" href="navigation.css"?>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>About this project</title>
    </head>
    <body>
        <!--navigation menu bar-->
        <div id="navbar">
            <ul id="nav">
                <li><a href="index.xhtml">Home</a></li>
                <li><a href="about.xml">About</a></li>
                <li><a href="blake.xml">Poems</a></li>
                <li><a href="blakeprojectmarkups.xml" target="_blank">XML</a></li>
                <li><a href="schema_blake project.rnc" target="_blank">Schema</a></li>
                <li><a>Frequency Tables</a>
                    <ul>
                        <li><a>Full Text</a>
                            <ul>
                                <li><a href="freq_full_alpha.xml">Sort Alphabetically</a></li>
                                <li><a href="freq_full_num.xml">Sort by Frequency</a></li>
                            </ul></li>
                        <li><a>Comparison by book</a>
                            <ul>
                                <li><a href="freq_comp_alpha.xml">Sort Alphabetically</a></li>
                                <li><a href="freq_comp_num.xml">Sort by Frequency</a></li>
                            </ul>
                        </li>
                    </ul>
                </li>
                <li><a href="search.xhtml">Search</a></li>
                <li><a href="conclusions.xml">Future Directions</a></li>
            </ul>
        </div>
        <!--end menu bar -->

        <h1>About this project</h1>
        <hr />
        <p>This site is a project for the University of Pittsburgh's fall semester offering of the
            course, Computational Methods in the Humanities. It is focused around a textual analysis
            of William Blake's collection of poetry <i>Songs of Innocence and Experience</i>.
        </p>
        <p>    
            Created in the late 18th century, <i>Songs of Innocence and Experience</i> is a series
            of printings by Blake consisting of illustration-accompanied poetry organized into
            two sections: Innocence and Experience. Within each section, Blake
            explores their titular themes as well as using them as a lens with which to view other
            topics and aspects of the human experience. In accordance with this style, some of the
            poems in the collection play off of a mirroring poem in their complementary section. For
            example, within the <i>Innocence</i> section there is poem entitled "The Lamb,"
            which mirrors a poem contained in the <i>Experience</i> section entitled "The Tyger.".
        </p>
        <p>        It is this project's goal, in addition to offering a textual transcription of Blake's
            printings, to gain a better understanding of Blake's interpretation of "innocence" and
            "experience" through certain textual aspects of his work. We hope to accomplish this
            beginning with a tool for viewing each poem within the collection side-by-side while also
            investigating some of each poem's different properties: prevalence of certain
            words/phrases, word count, rhyme scheme and stanza organization, etc... In this manner,
            certain tendencies of each section can be derived and articulated. For example: poems in
            the <i>Innocence</i> section may gravitate towards rhyme schemes and stanza organization
            in line with the stereotypical nursery rhyme; poems in <i>Experience</i> may be
            generally longer than their Innocence counterparts; each section may contain
            greater usage of certain words respectively. We feel that in collecting elements such as
            these, a reader is able to come to a better understanding of Blake's idea of "innocence"
            or "experience" and how he applies these labels to his views on religion, sexuality,
            societal organization, etc.
        </p>
        <p> Thank you for visiting this site, we hope it provides a comfortable and informative
            experience.
        </p>
        <p></p>
        <br/>
        <h2>How to use this site</h2>
        <hr />
        <p>By clicking the "Poems" tab, you will find all of the poems in Blake's collection arranged in two panels for easy comparison. The poems that have corresponding matches in the other work appear as red, bolded links. Clicking one will simultaneously scroll the other panel and allow you to read both poems concurrently. You can return to the index of each side by clicking the links at the bottom of the page.</p>
        <p>The frequency of words occuring in full text as well as individual "Songs" is displayed in the "Frequency" pages. You have the option of viewing the list alphabetically or in order of appearance. Additionally, the "Search" page is a utility tool for readers to investigate a particular word in context of the poems. For example, after reviewing the word frequency, you can search for a word of interest and find the title of the poems that contain the particular word.</p>        
        <p></p>
        <h5>Text source: Blake, William. <i>Songs of Innocence and of Experience: Shewing the Two
            Contrary States of the Human Soul</i>. New York: Oxford University Press, 1977.
        </h5>
    </body>
</html>
