<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jefferson&#039;s Newspaper &#187; digital humanities</title>
	<atom:link href="http://jeffersonsnewspaper.org/tags/digital-humanities/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffersonsnewspaper.org</link>
	<description>A blog about information, education, and the (digital) humanities...</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:01:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Migrating from ContentDM to Omeka</title>
		<link>http://jeffersonsnewspaper.org/2011/migrating-from-contentdm-to-omeka/</link>
		<comments>http://jeffersonsnewspaper.org/2011/migrating-from-contentdm-to-omeka/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 13:47:46 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[contentDM]]></category>
		<category><![CDATA[csv import]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[library stuff]]></category>
		<category><![CDATA[omeka]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tab delimited export]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=423</guid>
		<description><![CDATA[Seems like the Omeka forums get a lot of traffic from people looking to migrate from ContentDM to Omeka. I, personally, get inquiries about this all the time (for some unknown reason). So I figured I may as well share what I know about the process here so I can just send a link or you can find it on Google or whatever. It&#8217;s worth noting at the outset that I don&#8217;t know anything about...]]></description>
			<content:encoded><![CDATA[<p><img src="http://jeffersonsnewspaper.org/wp-content/uploads/2009/08/box.png" alt="" title="box" width="630" height="auto" class="aligncenter size-full wp-image-1128" /><br />
Seems like the Omeka forums get a lot of traffic from people looking to migrate from ContentDM to Omeka. I, personally, get inquiries about this all the time (for some unknown reason). So I figured I may as well share what I know about the process here so I can just send a link or you can find it on Google or whatever. </p>
<p><span id="more-423"></span></p>
<p>It&#8217;s worth noting at the outset that I don&#8217;t know anything about generating ContentDM export files <del datetime="2011-09-23T13:48:55+00:00">(partially because even the ContentDM <em><a href="http://www.oclc.org/us/en/contentdm/support/default.htm" title="Good luck with this...">documentation</a></em> is proprietary, or at least hidden behind a login)</del>. But I do know that every time someone has sent me a cDM export file, it is in tab-delimited format (<strong>UPDATE:</strong> here is the <a href="http://www.contentdm.org/help6/collection-admin/exporting2.asp" title="Exporting to Tab-delimited Text Files @ ContentDM">Tab-delimited export documentation</a>), which is basically a plain text spreadsheet. I gather these spreadsheets can be produced pretty easily so I think we can start by assuming you already have the spreadsheet and need to prep it for import into Omeka, which will be done in this tutorial using the CSV Import plugin. If you are not already familiar with how that plugin works, check out the <a href="http://omeka.org/codex/Plugins/CsvImport" title="CSV Import plugin @ Omeka.org">documentation page at Omeka.org</a> before continuing.</p>
<h4>You probably need to use Excel</h4>
<p>First, open the tab-delimited spreadsheet in Microsoft Excel. You will later save this file in CSV format. If you prefer using non-MS spreadsheet software, you are probably out of luck. As far as I know, neither OpenOffice/LibreOffice nor Apple&#8217;s Numbers have an equivalent &#8216;Text-to-Columns&#8230;&#8217; functionality, which will be used in this process. </p>
<h4>Remove unwanted and problematic rows/columns, Rename column headers</h4>
<p>Once you have your spreadsheet open in Excel, go ahead and remove any ContentDM-specific administrative metadata, or anything else you don&#8217;t wish to carry over to Omeka during the migration. At this point, you should probably rename the column headings to something meaningful. This will help with the crosswalk step later.</p>
<h4>Breaking out semicolon-delimited values</h4>
<p>Next, you will want to check for columns having multiple entries within a single cell. At the very least, this will probably include the Subjects column (because archivists/librarians are <em>never</em> satisfied with assigning just one subject term&#8230; subject classification being the <a href="http://youtu.be/QRzcjw9l6xo" title="Lay's 'Betcha Can't Eat Just One' commercial, circa 1980s">Lay&#8217;s potato chip</a> of librarianship). By default, these multiple subjects will be separated by a semicolon (e.g. &#8220;Librarianship &#8212; Potato Chip Analogies; Librarianship &#8212; Puns; Librarianship &#8212; Personality Disorders;&#8221; ). Instead of copying each one of these entries into a new Subjects column, you can just use the &#8220;Data > Text to Columns&#8230;&#8221; feature in Excel. I recommend using a separate worksheet for this step as the new columns will overwrite your existing ones if you are not careful.</p>
<h4>Getting the File Path URLs</h4>
<p>So you&#8217;ve shaped up all the metadata on the spreadsheet. Now you need to define the path to the item file in ContentDM. This is probably the trickiest part to come up with on your own, especially if you are not so familiar with ContentDM. Basically, our starting point will be the cDM &#8220;Reference URL.&#8221; Those look something like this: <a href="http://images.ulib.csuohio.edu/u?/press,59" title="example of a ContentDM reference URL from the Cleveland Memory Project">http://images.ulib.csuohio.edu/u?/press,59</a>. Assuming you have a whole column of Reference URLs, you need to run a Find and Replace to create your file path (again, I recommend doing this in a separate worksheet so you don&#8217;t accidentally overwrite important data). Let&#8217;s begin.</p>
<p><strong>UPDATE:</strong> in ContentDM version 6+, <a href="http://www.contentdm.org/help6/custom/customize2ai.asp" title="GetFile @ ContentDM">ShowFile is replaced by GetFile</a>. Adjust the following instructions as needed (i.e. in the first Find and Replace, swap out showfile.exe with getfile.exe).</p>
<p>Start with something like:<br />
<code>http://images.ulib.csuohio.edu/u?/press,59</code></p>
<p>FIND this:<br />
<code>u?/</code><br />
&#8230; and REPLACE with this:<br />
<code>cgi-bin/showfile.exe?CISOROOT=/</code></p>
<p>Next, FIND this:<br />
<code>,</code><br />
&#8230;and REPLACE with:<br />
<code>&#038;CISOPTR=</code></p>
<p>So now we have something that looks like:<br />
<code>http://images.ulib.csuohio.edu/cgi-bin/showfile.exe?CISOROOT=/press&#038;CISOPTR=59</code></p>
<p>This is a working file path that can be used by the CSV Import plugin to ingest the item file along with the metadata record. </p>
<p>In some instances, you might need to tweak this process. For example, if your ContentDM installation includes JP2 or TIF files (or some other unfriendly image format) but you don&#8217;t want the hassle of building a custom display wrapper into your Omeka theme, you can append some additional query string parameters to your file URL. </p>
<p>So if you want ContentDM to serve up a JPG instead of a JP2 (or other&#8230;) file, add this to your file column<br />
<code>&#038;DMSCALE=100.00000&#038;DMWIDTH=1600&#038;DMHEIGHT=1600&#038;DMX=0&#038;DMY=0&#038;DMTEXT=&#038;REC=1&#038;DMTHUMB=0&#038;DMROTATE=0</code><br />
&#8230;using this Excel function (where A2 is the first column/cell in need of appending):<br />
<code>=CONCATENATE(A2,"&#038;DMSCALE=100.00000&#038;DMWIDTH=1600&#038;DMHEIGHT=1600&#038;DMX=0&#038;DMY=0&#038;DMTEXT=&#038;REC=1&#038;DMTHUMB=0&#038;DMROTATE=0")</code></p>
<p>Finally, you need to swap <em>showfile</em> with <em>getimage</em> in the file URL above by running one more find and replace in Excel.</p>
<p>So now, your file path looks like:<br />
<code>http://images.ulib.csuohio.edu/cgi-bin/getimage.exe?CISOROOT=/press&#038;CISOPTR=59&#038;DMSCALE=100.00000&#038;DMWIDTH=1600&#038;DMHEIGHT=1600&#038;DMX=0&#038;DMY=0&#038;DMTEXT=&#038;REC=1&#038;DMTHUMB=0&#038;DMROTATE=0</code></p>
<p>This will return a JPG file, which is pretty handy. <del datetime="2011-09-23T13:48:55+00:00">These additional parameters will vary by installation and file type. I don&#8217;t know what all of the parameters are or even what each one does; only that this usually works. Again, this is a case where actual ContentDM documentation would be really handy.</del> <strong>UPDATE: </strong>Keep in mind that this only works with image file types. For more details, check out the <a href="http://www.contentdm.org/help6/custom/customize2aj.asp" title="GetImage @ ContentDM">GetImage documentation</a>.</p>
<h4>Metadata Crosswalk</h4>
<p>It&#8217;s usually a good idea to plan out your <a href="http://en.wikipedia.org/wiki/Schema_crosswalk" title="Schema Crosswalk @ Wikipedia">metadata crosswalk</a> in advance, especially if you have multiple export files (and you should if your collection is bigger than a few hundred items; more on that later).  Remember that Omeka – out of the box – only uses the <a href="http://omeka.org/codex/Working_with_Dublin_Core" title="Working with Dublin Core @ Omeka Codex">first 15 Dublin Core elements</a>.  You may need to <a href="http://omeka.org/codex/Managing_Item_Types" title="Managing Item Types @ Omeka Codex">add a new Item Type</a> or install <a href="http://omeka.org/codex/Plugins/DublinCoreExtended" title="DublinCoreExtended @ Omeka Codex ">Dublin Core Extended</a> in order to find/create an appropriate home for your legacy/custom metadata in Omeka. </p>
<h4>Batching</h4>
<p>To avoid server timeouts, you should consider breaking your spreadsheets into manageable batches. I try not to import more than a few hundred items at a time, and even then one of the two servers involved is likely to timeout or throw an error or something. Keeping the batches small makes it easier to isolate problems, avoid import errors, and undo problematic imports.</p>
<h4>Using the CSV Import Plugin</h4>
<p>From here, just follow the standard instructions for using the <a href="http://omeka.org/codex/Plugins/CsvImport" title="CSV Import plugin @ Omeka.org">CSV Import plugin</a>.</p>
<h4>Bugs, Known Issues, and Limitations</h4>
<p>As of version 1.3, there are still some quirks. For example, your file path – that hideous long URL you worked so hard to create – will become the actual name of your imported/migrated file. In some instances, your files may be ingested sans file extension (e.g. .pdf, .jpg, .mp3), which can cause various headaches (though it&#8217;s worth noting that these files will generally display inline on your site, due to the way most Omeka themes handle media files, and will only break down when someone tries to download the file, in which case they would need to manually add the file extension). From time to time, you could have an import that hangs indefinitely, never finishing and never failing &#8212; and thus not easily &#8220;undo-able&#8221; (at least, the &#8220;Undo Import&#8221; button will not be visible). In such a case, you can manually create that button by entering the following URL pattern into your address bar: </p>
<p><code>http://[PATH TO YOUR OMEKA INSTALLATION]/admin/csv-import/index/undo-import/id/[IMPORT ID]</code> </p>
<p>&#8211; this is on the plugin documentation page by the way, as are several other points in this tutorial. </p>
<p>One of the biggest limitations of the CSV import strategy is that you will probably have issues migrating compound objects and other multi-file items, primarily because of the way ContentDM formats the export file and serves compound objects online and partially due to limitations in the way the plugin works with Omeka. Basically, you need all the files for an item to be in the same row as all of the other item-level metadata (e.g. in columns like &#8220;File 1,&#8221; &#8220;File 2,&#8221; &#8220;File 3,&#8221; etc). And there is currently no way to use the CSV Import plugin to assign file-level metadata. For example, if you had a postcard in your ContentDM collection and it had distinct metadata for each side (say, for front.jpg and verso.jpg), along with general metadata for the object as whole, something is going to be lost in the migration without some serious elbow grease.</p>
<p>The <a href="https://groups.google.com/forum/#!searchin/omeka-dev/csv" title="CSV search results @ Omeka Dev">Omeka Dev forums</a> are the best place to report bugs, inquire about error messages, discuss workarounds, and submit patches. The general <a href="http://omeka.org/forums/" title="Omeka Forums">Omeka Forums</a> are also great for more basic questions; happily, most questions get answered in fairly short order. <em>Please do not post support questions here.</em> Please <em>do</em>, however, feel free to leave general comments, suggestions for improvement, requests for clarification, etc.</p>
<p>IMAGE NOTE: poorly Photoshopped post image contains assets by multiple artists and designers, including the amazing &#8220;Bob&#8221; sketch from <a href="http://twinpeaksarchive.blogspot.com/2007/07/exclusive-matt-haley-interview.html" title="Matt Haley interview @ Twin Peaks Archive">Matt Haley&#8217;s unreleased but totally awesome sounding <em>Twin Peaks: Season 3</em> graphic novel</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2011/migrating-from-contentdm-to-omeka/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Acronyms and Initialisms My Library Degree Failed to Teach</title>
		<link>http://jeffersonsnewspaper.org/2011/acronyms-and-initialisms-my-library-degree-failed-to-teach/</link>
		<comments>http://jeffersonsnewspaper.org/2011/acronyms-and-initialisms-my-library-degree-failed-to-teach/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 08:38:21 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[curriculum]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[graduate school]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[MLIS]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=886</guid>
		<description><![CDATA[I&#8217;ve been told many times since completing my M.L.I.S. that most skills related to library and archival work are developed on the job.  In fact, I realized about halfway through my degree program that my professional training would continue well after grad school. Not unlike other professional-academic hybrid programs, library school provided a sufficient foundation, but the bigger challenges and learning experiences came during my practicum and in my daily work, as well as in...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been told many times since completing my M.L.I.S. that most skills related to library and archival work are developed <em>on the job</em>.  In fact, I realized about halfway through my degree program that my professional training would continue well after grad school. Not unlike other professional-academic hybrid programs, library school provided a sufficient foundation, but the bigger challenges and learning experiences came during my practicum and in my daily work, as well as in the various (un)conferences and workshops I&#8217;ve attended and professional development courses I&#8217;ve elected to take since graduation.  In many ways, this suits the overall learning style and personality of the &#8220;typical&#8221; librarian or archivist (without getting onto a tangent, I think it&#8217;s safe to assume that most librarians would <em>consider themselves </em>to be relatively eclectic and prolific learners).  Generally, this approach to learning is indeed a very comfortable one for me.  While I enjoyed the rich academic world of the humanities as an undergrad &#8211; exploring ideas through research, reading and writing &#8211; library and information science requires a higher degree of  hands-on experience and purposeful technical training.  Sure, LIS programs include conventional graduate reading seminars, research papers, etc. But unlike, say, history, where a historian-in-training may expect to use and hone these skills over the course of a long career in scholarly research and writing, the average librarian or archivist will not be publishing books, writing for academic journals, or conducting original research.  Information professionals certainly need an academic, scholarly background, but I&#8217;m not sure I consider them (us) to be academics or scholars in the usual sense.  We have too many responsibilities, too many constituencies, too many rules and protocols, and too many acronyms and abbreviations.</p>
<p><span id="more-886"></span>Though we know information work is highly technical, it seems most library and information science programs are not &#8212; even when the faculty are involved in cutting edge technical research.  The programs are relatively short, culminating after just 1-2 years &#8212; not much time, especially considering that, unlike most other graduate programs, LIS students are generally starting from scratch with degrees in unrelated fields.  As such, the curriculum is broad but mostly shallow, save for some specialized tracks and doctoral programs. The following is my shortlist of abbreviations and acronyms that I&#8217;ve come to view as important to my work in public/digital history, digital humanities, and educational technology.  I don&#8217;t work in a library exactly, but I know firsthand that many of these are also important in that setting as well.</p>
<p>&nbsp;</p>
<p><strong>API</strong><br />
<em> Application Programming Interface</em><br />
APIs connect different platforms and programs, most often via established functions and methods.  Twitter, Facebook, Flickr, Google and many other web services provide open APIs that allow you to embed, feed, and connect with their services on your own site or application.  Operating systems, content management systems (WordPress, Drupal, dSpace, etc.), game engines, and programming languages (Ruby on Rails, jQuery, etc.) all have APIs that allow programmers to tap into, customize and extend functionality.</p>
<ul>
<li><a title="API @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Application_programming_interface">API @ Wikipedia</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>XML </strong><br />
<em> eXtensible Markup Language</em><br />
XML is the core of several languages, tool, and protocols used in digital archives, digital humanities, and general web development.  In my experience, it is kind of a bear to work with, but is nonetheless worth investigating as it is the basis of RSS, EAD, and TEI, among others familiar to M.L.I.S.s.</p>
<ul>
<li><a title="XML @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Xml">XML @ Wikipedia</a></li>
<li><a title="XSLT @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/XSLT">XSLT @ Wikipedia</a></li>
<li><a title="TEI @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Text_Encoding_Initiative">TEI @ Wikipedia</a></li>
<li><a title="EAD @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Encoded_Archival_Description">EAD @ Wikipedia</a></li>
<li><a title="RSS @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/RSS">RSS @ Wikipedia </a></li>
</ul>
<p>&nbsp;</p>
<p><strong>JSON</strong><br />
<em> JavaScript Object Notation</em><br />
JSON is a lightweight, <em>language-independent</em> data interchange format, billed as &#8220;<a title="JSON: The Fat Free Alternative to XML @ json.org" href="http://json.org/xml.html">The Fat Free Alternative to XML</a>.&#8221; I&#8217;ve never worked with it, but probably will at some point.</p>
<ul>
<li><a title="JSON @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/JSON">JSON @ Wikipedia</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>OOP</strong><br />
<em> Object Oriented Programming</em><br />
Okay, well, I&#8217;m listing OOP here as a placeholder for various programming languages, some of which are not, strictly speaking, object-oriented by definition. The point is that, while I was introduced to HTML and CSS for the first time in an elective grad school workshop, there&#8217;s really not that much you can do with those tools alone. Static webpages have limited use these days. Most libraries, archives, and digital humanities projects need someone who understands &#8211; or better, can do &#8211; programming/scripting on some level. The languages listed below are probably the most commonly used in the field, though as more projects start to involve mobile app development, <a title="Objective-C @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Objective-C">Objective-C</a> (iPhone) and <a title="JAVA @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Java_%28programming_language%29">Java</a> (Android) will also be in demand.</p>
<ul>
<li><a title="OOP @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Object-oriented_programming">OOP @ Wikipedia</a></li>
<li><a title="PHP @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/PHP">PHP @ Wikipedia</a></li>
<li><a title="Javascript @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/JavaScript">Javascript @ Wikipedia</a></li>
<li><a title="Ruby on Rails @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Ruby_on_Rails">Ruby on Rails @ Wikipedia</a></li>
<li><a title="Python @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Python_%28programming_language%29">Python @ Wikipedia</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>LAMP</strong><br />
<em>Linux Apache MySQL Perl/PHP/Python</em><br />
Basically, a LAMP server is composed of several open source components, including MySQL for database service, Apache as the HTTP server, and pre-installed &#8220;P&#8221; programming languages (Perl/PHP/Python) running on some variety of Linux operating system. This LAMP &#8220;stack&#8221; is the basis of most sites on the web today.</p>
<ul>
<li><a title="LAMP @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/LAMP_%28software_bundle%29">LAMP @ Wikipedia</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>SQL</strong><br />
<em> Structured Query Language</em><br />
SQL, and particularly MySQL, is one of the most common relational database platforms in use on the web today. As part of the open source LAMP stack, it is available on nearly all web servers by default and forms the underlying data structure for most open source content management systems.  In recent years, a variety of alternative platforms have emerged under the banner of NoSQL, sparking some <a title="MySQL Diehard vs. NoSQL Fanboi: The Animated Movie @ RWW" href="http://www.readwriteweb.com/cloud/2010/09/an-amusing-take-mysql-diehard.php">amusing yet mostly incomprehensible (to me) debate</a>.</p>
<ul>
<li><a title="SQL @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Sql">SQL @ Wikipedia</a></li>
<li><a title="MySQL @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/MySQL">MySQL @ Wikipedia</a></li>
<li><a title="PostgreSQL @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/PostgreSQL">PostgreSQL @ Wikipedia</a></li>
<li><a title="NoSQL @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/NoSQL">NoSQL @ Wikipedia</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>DCMI</strong><br />
<em> Dublin Core Metadata Initiative</em><br />
A metadata schema for describing &#8220;physical resources such as books, digital materials such as video, sound, image, or text files, and composite media like web pages.&#8221; It is often said that Dublin Core is &#8220;capable of describing anything, though not particularly well.&#8221; Still, a good place to start.  Like the two metadata standards that follow, it is often used in conjunction with some type of XML. I&#8217;m listing just a few here but there are many others one might add to this list.</p>
<ul>
<li><a title="DCMI @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/DCMI">DCMI @ Wikipedia</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>METS</strong><br />
<em> Metadata Encoding and Transmission Standard</em><br />
Another metadata standard &#8220;for encoding descriptive, administrative, and structural metadata regarding objects within a digital library&#8221; using XML.</p>
<ul>
<li><a title="METS @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/METS">METS @ Wikipedia</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>DACS</strong><br />
<em>Describing Archives: A Content Standards </em><br />
And another metadata standard &#8220;for describing archives, personal papers, and manuscript collections.&#8221;</p>
<ul>
<li><a title="DACS @ Wikipedia" href="http://en.wikipedia.org/wiki/Describing_Archives:_A_Content_Standard">DACS @ Wikipedia</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>DMCA</strong><br />
<em>Digital Millennium Copyright Act</em><br />
Understanding copyright legislation is essential for many projects in libraries, archives, education and digital publishing.  I name DMCA here mainly because it&#8217;s an abbreviation and thus fits into the scope of this post. It is difficult to imagine a web consisting only of the publisher&#8217;s own original content. Today we share, link, quote, and remix content created by others as part of our daily routines. Scholars post research material for students; archivists post manuscripts for researchers; librarians share book reviews; students and other user communities contribute to projects by uploading content. While most institutions have a copyright policy, it&#8217;s important that it be kept up to date, both for the organization&#8217;s protection, but also for the protection of our collective legal rights. If we take a casual view of copyright, we risk legal action on one end and the forfeiture of our power on the other. A large part of DMCA applies specifically to Digital Rights Management software (DRM) and the legality of circumventing it. Archivists of film, videogames, music and other commonly DRM&#8217;ed material obviously have something at stake here.</p>
<ul>
<li><a title="DMCA @ Wikipedia" href="https://secure.wikimedia.org/wikipedia/en/wiki/Digital_Millennium_Copyright_Act">DMCA @ Wikipedia</a></li>
<li><a title="Copyright @ ALA" href="http://www.ala.org/ala/issuesadvocacy/copyright/index.cfm">Copyright @ ALA</a></li>
<li><a title="DMCA @ EFF" href="https://www.eff.org/issues/dmca">DMCA @ EFF</a></li>
</ul>
<p>&nbsp;</p>
<p><strong>General Resources</strong><br />
<em> </em></p>
<ul>
<li><a title="W3 Schools" href="http://www.w3schools.com/">W3 Schools</a></li>
<li><a title="Mozilla School of WebCraft @ P2PU" href="http://p2pu.org/webcraft">Mozilla School of Web Craft @ P2PU</a></li>
</ul>
<p>&nbsp;</p>
<p>This list may seem overwhelming.  I wrote it and it overwhelms me, even two years out of grad school. And it&#8217;s not even comprehensive. But you have to start somewhere.</p>
<p>My progression from HTML newb only a couple years ago to, well, a newb of several additional, more difficult  things, came by way of hacking WordPress.  I&#8217;m sure this is quite  common. There are plenty of other ways to learn a programming  language, but from what I can tell the key factors are always going to be <em>necessity</em> and <em>specificity</em>. If your motivation is to complete a <em>specific</em> project (regardless of languages involved), you will be far more  likely to succeed and learn something than if you are simply trying to grasp the language  itself in an abstract, academic way. I have a book on Objective C sitting on my shelf, but until I  need to complete a real life project with Objective C, I probably won&#8217;t get much further than &#8220;Hello World!.&#8221; Find an actual need to develop these skills and you will probably make some progress. If nothing else, you will discover along the way all the things you don&#8217;t know, which is also helpful.</p>
<p>Another important thing to remember is that you will almost never be working from scratch. When you plan out a project, find something to serve as a solid foundation.  It may be a document to use as an example, a description of an existing project, an open source code base, or  some other fundamental element that <em>almost</em> fits your needs perfectly, and then figure out what needs to change to make it your own. As you go deeper and begin to produce your own content, this will seem less like copying and more like learning from and contributing to a community of practice.</p>
<p>Just to be clear, I want to close in defense of my education and alma mater (to which I will always be true or whatever). I was taught <em>of</em> these things (well, some of them), but not in any great detail; something that would be near  impossible in the context of a broad-based 1-2 year LIS program.  It&#8217;s worth noting that I was in a generic public library track and may have learned more about these issues in a more specialized setting.  I also  should clarify that I&#8217;m hardly an expert in most if any of these topics  and languages; there may be some better resources and explanations out there so please  share in the comments and/or via <a title="Twitter @ebellempire" href="http://twitter.com/ebellempire">twitter</a>.</p>
<p>What was/has been your experience with your MLIS program?  Did/do you feel prepared for a professional position coming out of grad school?  What would you add to this list?</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2011/acronyms-and-initialisms-my-library-degree-failed-to-teach/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unpacking My Record Collection</title>
		<link>http://jeffersonsnewspaper.org/2010/unpacking-my-record-collection/</link>
		<comments>http://jeffersonsnewspaper.org/2010/unpacking-my-record-collection/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 02:30:52 +0000</pubDate>
		<dc:creator>James Calder</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[Digital Media]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Walter Benjamin]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=715</guid>
		<description><![CDATA[Collecting Records and Walter Benjamin I recently picked up a copy of Walter Benjamin&#8217;s Illuminations. I was completely struck by the first essay, “Unpacking My Library”, where Benjamin discusses book collecting. And while I myself take pride in my ever growing personal library, I almost immediately began to translate all his references to books as pertaining to record collecting. Not only this, but Benjamin&#8217;s words somehow summed up, far more eloquently than my own I...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-716 aligncenter" title="highfidelity" src="http://jeffersonsnewspaper.org/wp-content/uploads/2010/04/highfidelity.jpg" alt="" width="630" height="417" /><em>Collecting Records and Walter Benjamin</em></p>
<p>I recently picked up a copy of Walter Benjamin&#8217;s <em>Illuminations</em>. I was  completely struck by the first essay, “Unpacking My Library”, where Benjamin discusses book collecting.  And while I myself take pride in my ever growing personal library, I almost immediately began to translate all his references to books as pertaining to record collecting.  Not only this, but Benjamin&#8217;s words somehow summed up, far more eloquently than my own I might add, why, despite my professional stance that everything should be digitized and widely disseminated, I don&#8217;t and never will own an ipod.  It made me rethink a few ideas I&#8217;ve become accustomed to, things like ownership and physicality, that have become essential to my work as a Digital Humanist.  So, I thought I&#8217;d share&#8230;</p>
<p><span id="more-715"></span></p>
<p>Let me start by quoting part of Benjamin&#8217;s conclusion,</p>
<blockquote>
<p style="text-align: center;">“&#8230;ownership is the most intimate relationship that one can have to objects”.</p>
</blockquote>
<p>While this statement would possibly seem insignificant enough to your average person, “ownership” is an extremely weighted word for the Digital Humanist.  Putting it simply, Digital Humanists hate ownership.  Often, this disdain is directed towards corporations and their claims to proprietary software. This is easy enough, especially with the aggressive (unethical?) business practices of companies like Blackboard.  The music industry, with its severely outdated business model, is another common target.  Many Digital Humanists go further though.  They challenge their colleagues and institutions, especially universities and museums, to give up traditional rights to scholarship, educational content and primary sources.</p>
<p>However, we can think of ownership from another side.  What about an individual&#8217;s ownership of something?  Now, as I&#8217;m pretty sure not all Digital Humanists are total Communists (just kind of), I think most are comfortable with the idea of an individual owning possessions like a house, car, whatever.  Its more intellectual property rights, especially of digitized intellectual property, that irk us.  Because Digital Humanists have created this distinction, most of us can live in relative peace with the belief that its okay for us to own all sorts of things, but Microsoft needs to stop charging people for software.  It works for me at least.</p>
<p>There are some cases, however, where this distinction begins to blur, and I think music is an excellent example.  I&#8217;m not necessarily talking about the consumption of music here, but the collecting of music.      Lets return to Benjamin&#8217;s idea of ownership.  I&#8217;ll throw another quote at you because I genuinely like how he writes:</p>
<blockquote>
<p style="text-align: center;">“Even though public collections may be less objectionable socially and more useful academically than private collections [as the Digital Humanist knows very well] … the phenomenon of collecting loses its meaning as it looses is personal owner”</p>
</blockquote>
<p>Think about that for a second and let me pose a question: do you own the songs on your ipod?  I mean, not legally, that all depends on how you acquired them.  But, do you feel ownership of them?  Is that Vampire Weekend (or whatever the kids are into these days) mp3 yours?  Speaking strictly for myself, I don&#8217;t really feel like a song on a copied CD is mine, let alone an mp3 file.  Even if some feel that they do in fact own their mp3 files, looking deeper into Benjamin&#8217;s essay, I think I can demonstrate why this definition of ownership is inadequate or at least very distinct from the ownership I am trying to describe.  Let me explain.</p>
<p><em>The Thrill of the Hunt</em></p>
<p>I really miss hunting for records.  Don&#8217;t get me wrong, I still go to the record store to look for things, but its just not the same when what I&#8217;m looking for could just as easily be bought online while I&#8217;m watching TV.  Especially for the collector of underground music, the joy of finding something you&#8217;ve sought for literally years is pretty hard to describe.  However, guess who describes it perfectly?</p>
<blockquote>
<p style="text-align: center;">“I am not exaggerating when I say that to a true collector the acquisition of an old birth is its rebirth”</p>
</blockquote>
<p>In explanation of this rather odd statement, Benjamin explains how, for the collector, the acquisition of an item quite literally fulfills that item&#8217;s destiny, which is of course, to become part of your collection.  All of that item&#8217;s history, from its production, to its past owners, real or imagined, becomes an additional property of the item (think of it like invisible metadata that exists in the collector&#8217;s head). Honestly, it sounds dumb, but I have to admit that I&#8217;ve shared this extraordinary feeling.  Putting all real probabilities aside, it truly seems like destiny when you uncover that record that you&#8217;ve been searching for, perhaps for years, in the used bin at some crappy record store you dragged your girlfriend to on vacation.  Every crease on the album sleeve, every marking, all the writing, it all stays with you, forever becoming part of a collection that includes but is not limited to the music itself.  Basically, it all adds up to much more than the music itself.</p>
<p><em>Physicality, Ownership and the Digital World</em></p>
<p>The point of all this nonsense, besides that record collecting is cool, is that while the digital world has not necessarily changed music itself, it has certainly qualitatively changed the collecting of music.  Physicality is one aspect of this, as the physical marks on something like a used record can perhaps be used to conjure up a richer history of that item, which, as Benjamin suggests, adds to the many joyful histories contained within in a collection, inseparable but distinct from the music itself.  However, I would argue that physicality, while perhaps the most obvious, is not the most important factor.  For instance, back in the days of peer to peer file sharing, I certainly felt Benjamin&#8217;s “thrill of acquisition” when finding an album after countless unsuccessful searches.  I believe the more essential element is that “ownership”, in the Benjamin sense, is directly dependent on a meaningful acquisition.  One that produces “profound enchantment” and a literal sense of destiny.</p>
<p>Its interesting for myself, as a Digital Humanist, to consider that part of Benjamin&#8217;s “ownership” as defined in his quotation, cites public ownership in direct opposition to this personal ownership that makes collecting so desirable in the first place.  Its easy to see why this is so, if only because widespread availability would necessarily lesson the difficulties and joys of acquisition.  Thus, some of my most cherished goals of dissemination and the eradication of the ownership of digital “property” also contribute to the deterioration of a different kind of “ownership”, that of an individual to that personal, intangible, yet very real aspect of his or her collection.  In this case, its music.  But perhaps the example can be applied elsewhere.  When I reflect on all of this, I realize that receiving information of any kind, academic for instance, is not necessarily so different from listening to a record.  Its certainly more than just memorization, critical thinking, or other mental processes normally associated with learning.  In fact, my “collection” of academic knowledge has been dramatically enriched by everything else that took place while in school, at conferences, or in the archive.  From the thrill of putting on those white gloves the first time I handled historic photographs to the memories of my music professor&#8217;s leather pants and rants about punk music (“Roots of Rock and Soul”, a legendary class).   Of course, I&#8217;m not saying Digital Humanists should abandon our, in my view, very essential goals.  Its just that, thinking of Walter Benjamin&#8217;s library and my record collection, I think its also important to remember the central importance of the process of acquisition, not simply the content acquired.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2010/unpacking-my-record-collection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Punk Rock and the Digital Humanities, part 1</title>
		<link>http://jeffersonsnewspaper.org/2009/punk-rock-and-the-digital-humanities/</link>
		<comments>http://jeffersonsnewspaper.org/2009/punk-rock-and-the-digital-humanities/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 01:59:03 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[CreativeCommons]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[edupunk]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[punk rock]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=225</guid>
		<description><![CDATA[As the dialogue on the emergent (yet increasingly passe?) edupunk movement has begun to penetrate the mainstream press, I&#8217;ve been thinking a lot about what the term might mean to my present occupation, and also about what punk rock has meant to me historically (both in terms of my personal history and also my views on History with a capital H). I&#8217;ll spare you the many cliched &#8220;life experiences&#8221; I&#8217;ve enjoyed as a result of...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.southern.com/southern/label/CRC/07002.html"><img class="aligncenter" title="StationsOfTheCrass" src="http://www.southern.com/southern/band/CRASS/pics/07002p1.jpg" alt="" width="630" height="auto" /></a></p>
<p>As the  dialogue on the emergent (yet increasingly passe?) edupunk movement has begun to penetrate the <a title="Edupunk @ NY Times" href="http://query.nytimes.com/search/sitesearch?query=edupunk&amp;srchst=cse">mainstream press</a>, I&#8217;ve been thinking  a lot about what the term might mean to my present occupation, and also about what punk rock has meant to me historically (both in terms of my personal history and also my views on History with a capital H).  I&#8217;ll spare you the many cliched &#8220;life experiences&#8221; I&#8217;ve enjoyed as a result of my involvement in punk culture, and focus here on how it has impacted my views on art, literature, politics, society, technology and education (i.e. the (digital) humanities).</p>
<p><span id="more-225"></span>My friend Joe, a newspaper editor, once said something to the effect of &#8220;It&#8217;s kind of crazy how all the punks end up doing such interesting and serious work outside of punk when they &#8216;grow up.&#8217;&#8221;  Okay, he probably said something a lot better and more impactful than that because I remember the gist of it years later.  For some reason this brief conversation has stuck with me.  As I moved through undergrad and grad school and into the professional world, I have consistently noticed the phenomenon in action.  The best students, the best teachers, the best writers, and the best researchers all seem to have this common background.  I have seen it and confirmed it in many of my (more interesting) colleagues and it shows in the work of many others whom I&#8217;ve never met.  It&#8217;s a certain flair for innovation, improvisation, and investigation; a proclivity for self-education and DIY solutions; a disdain for convention and privilege; and an eye for finding humor and absurdity in unexpected places.</p>
<p style="text-align: center;"><strong>3 Chords is All You Need (&#8230; at Least to Start)</strong></p>
<p><a href="http://thislife.org/images/shows/104/guitar.gif"><img class="alignleft" src="http://thislife.org/images/shows/104/guitar.gif" alt="" width="180" height="258" /></a>Yep.  The Ramones first album proved among other things that you only need to know three guitar chords to make great music.  But like many other punk bands, the music matured over time, becoming more complex as the artists began to hone their skills and increase their repertoire.  Sometimes the music got better, sometimes it got worse as a result.  Even though I never was able to master even the requisite three chords to start my own band, the &#8220;anyone can do this&#8221; attitude that punk embodied has carried over into everything I do.  Most everything one might pursue has those metaphorical three chords &#8212; the trick, as with the guitar, is figuring out what they are.</p>
<p>In digital humanities, those three chords might be HTML, CSS, and PHP.  (Maybe others have a different idea.  I&#8217;m focusing here on the digital part because the humanities part &#8211; the content &#8211; is understood.  Afterall, if you don&#8217;t have something to say, you shouldn&#8217;t be starting a &#8220;band.&#8221;)  The degree to which you need these &#8220;chords&#8221; will vary depending on what you are trying to accomplish, as well as on the tools you use and the people you work with.  But generally speaking, these three will set you up to start web publishing,  and also give you a solid base for understanding other more complex programming languages and projects.</p>
<p>So you find the chords, you master them.  Then on to the next challenge&#8230; and the next.  Before you know it, you&#8217;ll be soloing on your hand-built keytar as your self-produced album rockets to the top of the prog rock charts.  Or not.  Maybe you&#8217;ll just keep pounding away at those same chords and finding new ways to use them.  But the point is that it&#8217;s alright to start small (and/or stay small).</p>
<p style="text-align: center;"><strong>DIY or Die!</strong></p>
<p><a href="http://www.akpress.org/2008/items/becomingthemedia"><img class="alignleft" src="http://www.akpress.org/images/cms/4996_popup.jpg" alt="" width="180" height="276" /></a>It&#8217;s not just that you <em>can</em> do it yourself but that you <em>should</em>.  To me, there is no such thing as a major label punk rock band (at least not after about 1980).  Being punk has always been about doing it yourself &#8211; sometimes out of necessity, sometimes by preference, and occasionally as an anti-capitalist or anti-authoritarian gesture.  If you do it yourself, you are free to do it however you want.</p>
<p>Thus far, a lot of the digital humanities projects I&#8217;ve seen are tied to institutional funding and labor, proprietary content and technology, and bound by copyright and contractual obligations.  It&#8217;s not that these projects are bad.  Many are great.  And they often benefit especially from connections gained through these affiliations.  They also employ people, which is good.  It&#8217;s just that they can also become organizationally bloated, unwieldy, and tenuous as a result.  This doesn&#8217;t mean you have to run your semantic search think tank from your mom&#8217;s garage (though, hell, why not?), it just means keeping hierarchies in check and making sure you don&#8217;t lose control of your project, or lose sight of your goals.  It also means learning as you go; tinkering, experimenting, and failing are all important.</p>
<p style="text-align: center;"><strong>No Rights Reserved</strong></p>
<p style="text-align: left;"><a href="http://www.norightsreserved.org"><img class="alignleft" src="http://www.norightsreserved.org/img/NoRightsReserved-medium.png" alt="" width="182" height="63" /></a>DIY is not about individualism, it can also be about leaning on (and contributing to) like-minded communities.  Open source technologies and <a title="Creative Commons" href="http://creativecommons.org/">Creative Commons</a> licenses are totally punk rock.  Open platforms (like <a title="WordPress.org" href="http://wordpress.org">WordPress</a>, <a title="Drupal.org" href="http://drupal.org/">Drupal</a>, <a title="Omeka.org" href="http://Omeka.org">Omeka</a>, etc.) and software packages (<a title="Gimp.org" href="http://www.gimp.org/">Gimp</a>, <a title="OpenOffice.org" href="http://www.openoffice.org/">OpenOffice</a>, <a title="Firefox @ Mozilla.org" href="http://www.mozilla.com/en-US/firefox/personal.html">FireFox</a>) share their code, encourage non-proprietary standards, and are often developed and maintained by a community of users/contributors.  If you want to use them, you can do so for free.  If you want to study them, make them better or bend them to your own needs, you can usually do that too.  Most open source projects operate under some kind of Creative Commons license.</p>
<p>But open <em>content</em> is also important.  Humanities research requires the use of all kinds of content.  Running up against unnecessary copyright restrictions can be not only frustrating but can actually bring projects to a halt &#8211; especially digital archival projects operating under the aegis of larger institutions; institutions that are understandably (though sometimes paranoically) wary of litigation. There are two (or maybe three) significant archival repositories in my neighborhood.  One opens its content to all comers because they have defined themselves as an institution committed to education and community.  They allow hands-on access, digitization, and non-profit use of nearly everything in their collections.  At the other end of the spectrum is the more hallowed institution.  They believe that their collections are sacrosanct and that their artifacts exist to be preserved.  They do not make anything available online and they forbid reproduction of any type (unless you pay a ridiculous fee) for fear that everyone is out to steal their content.  They really believe that if they increase access, they will <em>lose</em> their standing.  Direct quote: &#8220;These items are all we have!  We can&#8217;t just let people download them!  Then how will we make money or get funding?&#8221;  As if they are bringing in a lot of money in their current state: offline, behind lock and key, and crippled by the analog DRM called fear of obsolecense.  The people who will pay (i.e. commercial projects like documentaries), will pay anyway.  If they can find your content.  Overprotection creates a situation where the &#8220;wondrous&#8221; artifacts they preserve may as well have burned in Alexandria.  It&#8217;s pretty annoying to know that the perfect set of historic image sits just across town, waiting to help you complete your groundbreaking, non-profit, community-based public history project, but it will cost you $1000 (or the equivalent in months of grovelling) to use it.</p>
<p>So why add to this problem with your own unnecessary copyright barriers?  Open it up, and let people benefit from and build on your work.  They&#8217;ll do it anyway, so what do you have to lose?  (see also <a title="How I learned to stop worrying and love Attribution-ShareAlike " href="http://www.stuartgeiger.com/wordpress/random-thoughts/2008/07/24/how-i-learned-to-stop-worrying-and-love-attribution-sharealike/">Stuart Geiger&#8217;s post</a> on the topic).  The point of your work is to make an impact (on communities, people, scholarship, your reputation, etc.).  While nothing is more punk rock than throwing the ole&#8217; &#8220;No Rights Reserved&#8221; on your blood, sweat and tears creation, CreativeCommons allows you to choose the degree of openness that suits your project, so no pressure&#8230; you poser.</p>
<p style="text-align: center;"><strong>Death to Posers and EduJocks</strong></p>
<p style="text-align: left;"><a href="http://www.pierretristam.com/images/reaganmissiles.jpg"><img class="alignleft" src="http://www.pierretristam.com/images/reaganmissiles.jpg" alt="" width="180" height="239" /></a>Punks hate nothing more than posers and jocks (and maybe Ronald Reagan).  They are antithetical to all the punk believes in.  Posers are an affront to the punk rocker&#8217;s unending need to measure and display authenticity.  In edupunk and in the digital humanities (interesting how these seem to be tied together), there are also what might be called posers.  We will call them EduJocks (I sure hope you heard it here first, but I doubt it).  EduJocks adopt the outward persona of the digital humanist/edupunk, but lack the internalized commitment and understanding of the bigger picture.  If you hear someone saying, &#8220;Well, BlackBoard is good for <em>some</em> things&#8230;&#8221; or &#8220;Too bad there&#8217;s no alternative to Microsoft Office/ContentDM/Adobe&#8230;&#8221;, cut them off and walk away immediately.  You are in the presence of an EduJock.  This could be like a Jeff Foxworthy bit.  You know you&#8217;re an EduJock if&#8230; [ahem - this is what blog comments are for].</p>
<p style="text-align: left;">
<p style="text-align: left;">That&#8217;s it for Part 1.  I&#8217;m getting tired of this right now, but I have plenty more to say.  Stay tuned for Part 2, wherein I will blow your mind with another ludicrous application of the time-honored punk rock tradition of making everything you like be about punk rock.</p>
<p style="text-align: left;">
<p style="text-align: left;">Yes, this post ends abruptly.  That&#8217;s because it&#8217;s punk rock.  I&#8217;m exploring the form.</p>
<p style="text-align: left;">Here are some<strong> </strong>teaser topics for the next installation:</p>
<p style="text-align: left;"><strong>Framing: The Decline of Western Civilization</strong></p>
<p style="text-align: left;"><strong>Liner Notes: The Original People&#8217;s University or Citation City</strong></p>
<p style="text-align: left;"><strong>Lies My <span style="text-decoration: line-through;">Teacher</span> Professor Told Me</strong></p>
<p style="text-align: left;"><strong>Judging an Album by it&#8217;s Cover (and/or the Record Label) or Style is Substance (the Medium is the Message)</strong></p>
<p style="text-align: left;"><strong>Nihilism as a Valid Academic Perspective</strong></p>
<p style="text-align: left;"><strong>Technology of Resistance?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2009/punk-rock-and-the-digital-humanities/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Barriers to Institutional Digital History</title>
		<link>http://jeffersonsnewspaper.org/2009/barriers-to-institutional-digital-history/</link>
		<comments>http://jeffersonsnewspaper.org/2009/barriers-to-institutional-digital-history/#comments</comments>
		<pubDate>Sun, 17 May 2009 07:19:57 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[digital humanities]]></category>
		<category><![CDATA[flowcharts!]]></category>
		<category><![CDATA[knowledge management]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=45</guid>
		<description><![CDATA[So, I really like the looks of this nifty little flowchart, though I&#8217;m not sure it&#8217;s logically consistent.  In fact, it kind of reminds me of the inscrutable maintenance manual that came with my Taiwanese scooter.   I&#8217;m feeling compelled to take it down and make some revisions, but I think it best to just move on to writing my little article about the challenges inherent in digital history at the institutional level.  So here...]]></description>
			<content:encoded><![CDATA[<p><a href="http://jeffersonsnewspaper.org/wp-content/uploads/2009/05/flowchart.jpg"><img class="size-large wp-image-63" title="Digital History -- Now With 100% More Operational Flowcharts!" src="http://jeffersonsnewspaper.org/wp-content/uploads/2009/05/flowchart-1024x372.jpg" alt="Digital History -- Now With 100% More Operational Flowcharts!" width="630" height="auto" /></a></p>
<p>So, I really like the looks of this nifty little flowchart, though I&#8217;m not sure it&#8217;s logically consistent.  In fact, it kind of reminds me of the inscrutable maintenance manual that came with my Taiwanese scooter.   I&#8217;m feeling compelled to take it down and make some revisions, but I think it best to just move on to writing my little article about the challenges inherent in digital history at the institutional level.  So here it is&#8230;</p>
<p><span id="more-45"></span></p>
<p style="text-align: center;"><strong>Introduction</strong></p>
<p>After reading through the latest issue of <em>Perspectives on History</em> (<a title="Perspectives on History, May 2009" href="http://www.historians.org/Perspectives/issues/2009/0905/index.cfm">May 2009</a>),  I&#8217;m thinking a lot about what exactly is meant by terms like &#8220;digital history&#8221; and &#8220;digital humanities.&#8221;  On the surface these seem like pretty intuitive ideas.  You can slap a &#8220;digital&#8221; in front of just about anything and the meaning conveyed is more or less &#8220;on the web.&#8221;  In general, the actual practice of digital history bears this out.  Every history professor has a blog, every city has its own digital archive (in Ohio, they seem to all be named &#8220;[yourCityOrState] Memory&#8221;), and every modern historical event has a commemorative website or two.  Increasingly, discreet areas of historical inquiry are also well-represented online.  Each of these has a value.  Some are well executed and well used.  Others are well meaning and&#8230; well&#8230; ignored.  The best projects engage both teachers and learners, as well as the general public, with tightly focused, organized and comprehensive research and presentations.  Many others struggle in ways that are predictable (notably aesthetic design, usability and information architecture, and an apparent failure to comprehend the strengths, weaknesses, and demands of the media they are working in).</p>
<p>Nevertheless, we want and need more of whatever digital history is or is going to be.  My impression is that many would-be digital historians jump into new and exciting projects without fully understanding what they are getting into and what it takes to realize their vision.  Most projects seem simple at the outset, but, as you can see from <a title="View Full Size Flowchart" href="http://jeffersonsnewspaper.org/wp-content/uploads/2009/05/flowchart.jpg">my totally mad flowchart</a>, even projects with modest goals can be jarringly complicated.</p>
<p>Before I get into the nitty gritty I should point out here that I am not an educator &#8212; though I do plenty of staff training and instructional sessions.  Nor am I an academic in the conventional sense.  I have an undergraduate degree in History and a graduate degree in Library and Information Science, as well as a few years under my belt managing various oral, public and digital history projects, including some on-the-job training in website development.  My professional expertise in not in content creation, nor in technology, but rather in conceptualizing practical ways to bring the two together in an educational context.  With these qualifications and caveats in mind, I will attempt to describe what I see as the barriers to operationalizing digital history at the institutional level.</p>
<p><em>Note: I am operating on a university model in which professors set project goals, providing direction and instruction, and using class time, staff and/or student labor resources, as well as university or grant funding to achieve completion.  The end result being an online resource of some type.<br />
</em></p>
<p style="text-align: center;"><strong>Core Competencies for Teaching, Learning, and Doing Digital History</strong></p>
<p><strong>Content</strong>:  You need to know your stuff.  If you are creating a digital history exhibit about Content X, then all participants (those who conceptualize the project and those who populate it with content) must have a reasonably advanced understanding of Content X as well as an ability to communicate that knowledge.  The final content must be of publishable quality since it is more or less <em>being</em> published.</p>
<p><strong>Technology</strong>:  Although it is often assumed that the current generation of students is more technically competent than their instructors, this is often not the case.  Just because a student brings a laptop to class and uses email and social networking sites does not mean he or she understand how to use complex software and publishing platforms.  Assuming that students will &#8220;pick it up as they go&#8221; misses the reality that technical learning requires the building of experience through use and training, along with ample time to explore, experiment and fail.</p>
<p>In most scenarios, students are the technological proletarians of the project, contributing the bulk of the content and spending the most time using the technology.  Thus, they need to know how to use the tools at their disposal.  Professors and other supervisors have the luxury of guiding outcomes and watching content amass, but also bear the burden of <em>bigger picture</em> and <em>behind the scenes</em> technological matters such as data security, workflow management, server and site administration, and perhaps even a healthy dose of coding, designing, and debugging.</p>
<p><strong>Law and Ethics</strong>:  Digital history, like &#8220;regular&#8221; history, often involves collecting and analyzing primary and secondary sources.  Traditional history is typically filtered through rounds of vetting and editing before it reaches the public.  Digital history can be &#8220;published&#8221; without such constraints.  Professors and other supervisors are not always able to comb through all the content that students collect in the course of their research.  As a result, there is often a risk of unwittingly publishing someone else&#8217;s work.  Leaving the issue of blatant plagiarism aside, what students deem fair use and what actually <em>is </em>fair use can differ greatly.</p>
<p>In my experience I have seen many images taken from commercial websites (some with giant watermarks and embedded logos!) and embedded or reposted without attribution or permission.  Students must understand that they have a responsibility to not only respect relevant laws, but also to not do things that make the primary investigator look like a total jerk.  There are appropriate and inappropriate sources, and there are sources for which appropriate use depends entirely on the way and the context in which they are being used.  These issues are not self-evident and must be explored and codified at the outset.</p>
<p>Likewise, there are often ethical questions that should be fully addressed.  Consider the use of digital oral history files.  Due to their length, file size, and meandering nature; we often edit them down to excerpts or reframe them in new contexts such as film or video.  We do this for any number of reasons: to tell stories, to increase use and access, to accommodate bandwidth restrictions, etc.  But with each modification and recontextualization, we run the risk of betraying not only the historical integrity of the item, but also the trust of our subjects.  The mere act of cataloging an oral history in the library takes a new meaning in the digital age, when recorded political beliefs and entire life stories (sometimes in full text or streaming audio) are only a name search away.  The potential for harm cannot be ignored.</p>
<p><strong>Organization of Information</strong>:  Surely one of the least discussed aspects of digital history.  Supposing your team has a strong understanding of content, is attentive to legal and ethical responsibilities, and is reasonably skilled at using technology;  a final gauntlet awaits.  Yes, I speak of the soul crushing demands of metadata and information architecture.</p>
<p>Historians, like others in the Humanities, pride themselves on weaving complex and idiosyncratic narratives, employing deep analysis and rich vocabularies in the process.  Librarians in contrast use plain and objective language to create clean, accessible resources that are predictably organized and easy to understand.   This famously boring approach to information is actually one of the most useful tools that libraries employ to create usable collections and resources.  Digital history projects are likely to involve any number of cataloging and metadata standards, which must be implemented consistently with the help of considerable documentation and training.</p>
<p>Information architecture is also important.  Just as metadata needs to be consistent, so too does the organization of websites and other interactive resources.  Navigation must be clear and intuitive, but defined according to project-specific needs and amenable to many different use scenarios.  Most of this is laid out in the planning and design stages, but must be continually monitored lest the system break down.  As a resource loses organization, it also loses value.</p>
<p style="text-align: center;"><strong>The Primary Challenges<br />
</strong></p>
<p><strong>Training</strong>:  Each of these core competencies requires some degree of training.  A common critique of digital humanities education has been its rotation between conventional history training (content mastery, research, writing, et al.) and &#8220;digital&#8221; training (technology, metadata, information theory, etc.).  This will be a necessary reality into the foreseeable future.  Thus, digital historians should expect pushback at the institutional level from those concerned with maintaining tradition in history education.  Furthermore, some history students will ruffle at the idea of being graded on such non-history competencies as the use of software, HTML, and Dublin Core.</p>
<p><strong>Time</strong>:  Training takes time, as does the required planning and management.  Instructors need time to teach all that needs to be taught and have limited classroom time to do so.  Personal time is likely to become a consideration as well; as projects evolve, they can become unwieldy and demanding.  Other professional expectations (i.e. traditional publication activities) are often set aside, to the chagrin of tenure review boards. Students also have limited time in their day.  Most students today work at least part-time and also have family and social lives to maintain.  At my place of employment, the majority of students commute to and from <em>full-time</em> commitments at both work and school.  Unless a project has a regular paid support staff, time is certainly a major barrier.</p>
<p><strong>Money</strong>:  Costs can add up.  Server space, domain names, web design, hardware and software, as well as administrative and other staff all cost money.  Though it is often possible to find alternate sources of finance (grants, fellowships, etc.), most funding is likely to originate at the institution.</p>
<p>Of course, it need not be this way.  At the risk of devaluing my own position as a facilitator, I suggest that most digital history projects could be accomplished cheaply and effectively by a small team of informed and devoted volunteers working outside of the institution.  Students often devise ambitious projects, but never follow through for lack of financial or intellectual support, time, and know-how.  A recent post by Dave Lester suggests the possible emergence of &#8220;<a title="&quot;Dreams of Digital History Street Teams&quot; -- DaveLester.org" href="http://blog.davelester.org/2009/03/31/dreams-of-digital-history-street-teams/">digital history street teams</a>.&#8221;  I really like this idea, which reflects a rising interest in DIY approaches to education and scholarship (the kids are calling it &#8220;edupunk&#8221; these days, and I heartily approve).   So while the barriers I outlined above are very real and require some serious thought, there are also alternatives for creative and motivated individuals and groups &#8211; both inside and outside the Ivory Tower.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2009/barriers-to-institutional-digital-history/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

