Back in September, Jeremy Boggs asked how historians use or should use footnotes on the web. A brief discussion of when they’re useful and what they should contain followed.
Coincidentally, I had just recently finished the database structure and some basic code to process references and citations on AotW for that very purpose. Jeremy’s entry made me think about the subject a little more.
Not being an academic, I felt unqualified to comment then, but it seems to me that footnoting on the web has nearly the same benefits and requirements as it does in print. So to footnote or not isn’t a tough decision; it just depends on what kind of website you run. Where you put the notes (i.e., bottom, side, tool-tip) and how you jump back from the note to the text again seem minor distinctions as well. Finally, on whether to hyperlink directly to online sources, I do it in the footnote rather than in the body text so as not to lose the reader entirely.
Here’s how I’ve implemented footnotes on AotW:
- I have database tables for references (bibliographic records), citations (instances of specific cites or stand alone notes), and locations (association of citations with specific articles and their sequence on the page), all linked by numeric keys.
- While drafting an item for publication on the site, I create biblio reference records for each source and citations for each individual note using html forms, which then populate the data tables. There are variations in citation style for different print and electronic sources, so I identify several categories and gather slightly different data for each. Citation data also includes a “switch” to turn bibliographic display on or off, so these can be used strictly as endnotes, if needed.
- I then paste standard html code in the body of the new article where the superscript reference is needed, vis:
This contains both a hyperlink to the footnote and a link ID so readers can return to the same spot in the main text after viewing the note. Only the number changes for subsequent citations in a page.
- Then I publish the piece to the database.
- When a user requests the article, the code in an AotW master template gathers the contents of the page, and looks to see if there are applicable footnotes in the database. If there are, it adds them, in sequence, to the bottom of the requested page. The number on each resulting footnote is also a link back to the referring text.
- Because references and citations are in the database independent of the site content, I can slice/dice and display them in a number of ways. So far, I’ve only used this power to start a site bibliography.
So, that’s how it works. I’ve probably made it sound tougher than it is. See a simple example in action.
Creating and inserting notes and citations does slow me down. It can sometimes be painful – tracking volume and page numbers, getting cites in sequence, and so on – but I don’t believe AotW would be as valuable without them. I plan to keep using them.
Now that I’m sensitive to it, I notice that a few online history sites cite their sources, but most don’t. Very few use linked footnotes.To me, the issues about footnoting are:
- Is footnoting on the web like trying to teach a pig to sing?
- What do studious readers expect from a Civil War website, if anything?
- Am I taking this too seriously?
Perhaps the web is seen as more like popular than scholarly history: sources, particularly footnotes, distract the reader. Require too much thought. Open scary paths of exploration. Get in the way of the story.
Wouldn’t want that.


Leave a Reply to Brian Downey Cancel reply