<?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; Education</title>
	<atom:link href="http://jeffersonsnewspaper.org/topics/edu/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>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>Deco, an Omeka Theme</title>
		<link>http://jeffersonsnewspaper.org/2010/deco-an-omeka-theme/</link>
		<comments>http://jeffersonsnewspaper.org/2010/deco-an-omeka-theme/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 04:38:59 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[deco]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[omeka]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=813</guid>
		<description><![CDATA[Deco is a free theme for Omeka. Though I started working on an Omeka theme for use by a more general audience and without any particular motivation beyond having a lame sense of fun, as I got going, I realized it might be really useful for the group of social studies teachers with whom I&#8217;ve been working this past week. As part of a grant-funded workshop, the teachers needed to start their own WordPress- and...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-large wp-image-974" title="Deco screen: smoothbrown.css" src="http://jeffersonsnewspaper.org/wp-content/uploads/2010/07/Screen-shot-2010-12-06-at-3.31.13-AM-1024x541.png" alt="" width="620" height="327" /></p>
<p>Deco is a free theme for <a title="Omeka.org" href="http://omeka.org/">Omeka</a>.  Though I started working on an Omeka theme for use by a more general audience and without any particular motivation beyond having a lame sense of fun, as I got going, I realized it might be really useful for the group of social studies teachers with whom I&#8217;ve been working this past week.  As part of a grant-funded workshop, the teachers needed to start their own WordPress- and Omeka-based websites (for use in their classrooms).  As you might expect, none of the teachers had experience with such things.  After an arduous 4 hour workshop in which the group got all of their hosting plans purchased and sites installed and configured, we kind of slowly came to a realization that there was still foundational work to be done.  Though Omeka is quite user friendly, it&#8217;s still best managed (in a self-hosted environment that is), by users having at least some experience with and understanding of web publishing.  (<a href="http://omeka.net/">omeka.net</a> is a great hosted alternative by the way, and works much like <a title="wordpress.com" href="http://wordpress.com/">wordpress.com</a>, but for various reasons was not right for our project).  And so the scope of this little side project grew as I tried to anticipate some of the problems novice users might encounter.</p>
<p><span id="more-813"></span></p>
<p>For one, <a title="Omeka themes directory" href="http://omeka.org/add-ons/themes/">Omeka&#8217;s publicly available themes</a> sometimes seem lacking when combined with certain plugins.  Each of the available themes is quite nice on its own terms and perfect for building out by experienced users (in fact, this theme is built on the very excellent Berlin theme by Jeremy Boggs and Ken Albers), but even for those with a moderate amount of design and coding knowledge, changing things up can be daunting, requiring a lot of time querying the forums, and browsing the documentation.  I knew that most of the teachers would be using a set of plugins that require additional styling and code insertion and so I tried to prepare the theme with as much plugin-specific styling and conditional templating I could so that they would not have to fool around too much.  The most common needs should hopefully be addressed by the core templates and through the many configurable theme options</p>
<p>This is my first public theme and it&#8217;s been quite an experience thinking   through all the possible use cases.  I think I have accounted for the most   common possibilities, but it&#8217;s possible something could still come up and   present a problem: there could be errors to debug, display problems in older browsers, poorly formed functions, etc..  Thus, I&#8217;m calling this version 0.9, just to be safe, but I think it is certainly usable at this point.  Nevertheless, the usual &#8220;no warranty&#8221; caveat applies.</p>
<h3>Deco theme for Omeka</h3>
<p><strong>Designed for: </strong>Omeka Version: 1.3</p>
<p><strong>Browser tested in: </strong>Internet Explorer 8+, and current versions of Firefox, Chrome, Safari, and Opera</p>
<p><strong>License: </strong>GPL</p>
<p><strong>Changelog</strong>:</p>
<ul>
<li>Dec 06 2010 &#8212; v. 0.9: initial release</li>
<li>Jan 15 2011 &#8212; v. 0.9.5: updated for compatibility with Omeka 1.3 and new plugin releases, various bug fixes</li>
<li>March 06 2011 &#8212; v. 0.9.6: added html5/flash video support, improved image gallery on homepage (now uses any featured item that has an image attached, randomized display), started cleaning up ugly code, various bug fixes and layout tweaks</li>
<li>April 27 2011 &#8212; v. 0.9.6.1: added deco_display_rss() function to custom.php, fixed bug in Featured Exhibit function on homepage to detect if Exhibit Builder plugin was installed/activated, minor layout tweaks</li>
<li>June 26 2011 &#8212; v. 0.9.6.2: removed show_untitled_items() function due to incompatibility with Omeka 1.4</li>
<li>August 30, 2011 &#8212; v. 0.9.6.3: fixed minor bug in config.ini that was affecting some users</li>
</ul>
<p><strong>Unique Features:</strong></p>
<ul>
<li>Featured Item slideshow on homepage (jQuery, <a title="Awkward Showcase" href="http://www.awkward.se/sandbox/awkward-showcase-a-jquery-plugin/">Awkward Showcase</a>)</li>
<li>Lightbox effect for images on items/show (jQuery, <a title="FancyBox" href="http://fancybox.net/">FancyBox</a>)</li>
<li>Built in support for HTML 5 Video with Flash fallback (<a title="VideoJS" href="http://videojs.com/">VideoJS</a>, <a title="FlowPlayer" href="http://flowplayer.org/">Flowplayer</a>)</li>
<li>&#8220;Edit this Item&#8221; button on items/show</li>
<li>Add an RSS feed anywhere on your site using the deco_display_rss($feedUrl,$num) function (uses <a title="Zend RSS" href="http://framework.zend.com/manual/en/zend.feed.consuming-rss.html">Zend RSS</a>, note that using this function may lead to slower load times)</li>
<li>Configurable theme options
<ul>
<li>stylesheet-switching with 4 designs in the initial version (plus a custom.css option for advanced users)</li>
<li>user-defined tagline</li>
<li>user-defined &#8220;About&#8221; text on the homepage</li>
<li>user-defined number of recent items to display on the homepage</li>
<li>toggle lightbox on items/show</li>
<li>toggle slideshow on homepage</li>
<li>toggle &#8220;Random Featured Collection&#8221; on homepage</li>
<li>toggle images with &#8220;Random Featured Collection&#8221; on homepage</li>
<li>toggle &#8220;Related Exhibits&#8221; on items/show</li>
<li>toggle theme credits in footer</li>
</ul>
</li>
<li>Built in support for common plugins
<ul>
<li>MyOmeka (user status in footer, CSS styles)</li>
<li>Exhibit Builder (CSS styles)</li>
<li>DocsViewer (ideal placement in items/show if user does not choose the default embed on items/show option)</li>
</ul>
</li>
</ul>
<p><strong>Known Issues and Planned Improvements</strong></p>
<ul>
<li>ISSUE: Conflict with Image Annotation plugin breaks the gallery and fancybox scripts.</li>
<li>PLANNED IMPROVEMENT: Additional stylesheet choices (better, more varied)</li>
<li>PLANNED IMPROVEMENT: L<span style="color: #000000;"><del></del>et users configure or at least turn off HTML5 video options in theme settings.</span></li>
</ul>
<h3 style="text-align: center;"><a title="Deco (beta), version 0.9.6.4" href="http://github.com/ebellempire/Deco">Download Deco, version 0.9.6.4 [GitHub]</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2010/deco-an-omeka-theme/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Should Your Syllabus Include a Note on Web Browsers?</title>
		<link>http://jeffersonsnewspaper.org/2010/should-your-syllabus-include-a-note-on-web-browsers/</link>
		<comments>http://jeffersonsnewspaper.org/2010/should-your-syllabus-include-a-note-on-web-browsers/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 01:53:51 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[higher ed]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[syllabi]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=860</guid>
		<description><![CDATA[Given that one of my primary occupational roles is providing tech support, I offer the following question in part as preemption in my own self-interest but also in the interest of exploring the scope of instruction in the digital humanities (or the &#8220;digital&#8221; anything for that matter): Should Your Syllabus Include a Note on Web Browsers? If you teach an online class or a class with a significant online component, the answer might be yes....]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-871" title="BROWSERS - Harmonia Pastelis Icon Pack by Teekatas" src="http://jeffersonsnewspaper.org/wp-content/uploads/2010/08/BROWSERS-Harmonia_Pastelis_Icon_Pack_by_Teekatas.jpg" alt="" width="630" height="130" /></p>
<p>Given that one of my primary occupational roles is providing tech support, I offer the following question in part as preemption in my own self-interest but also in the interest of exploring the scope of instruction in the digital humanities (or the &#8220;digital&#8221; anything for that matter): Should Your Syllabus Include a Note on Web Browsers?  If you teach an online class or a class with a significant online component, the answer might be yes. </p>
<p><span id="more-860"></span></p>
<p>Whether you are using BlackBoard, a blog platform, or a &#8220;proper&#8221; CMS, if your course site is doing anything remotely interesting, one of your students is probably using a browser that is not up to the task.</p>
<p>I get questions all the time about browser-related issues and even when I do instructional sessions and warn against using certain old browsers, the questions still roll in. My first troubleshooting question is invariably &#8220;what browser are you using?&#8221; If the answer is Internet Explorer, that&#8217;s usually the last question, followed by many &#8220;informative&#8221; statements of (arguably) questionable relevance and utility. If nothing else, my mini-rants leave a student with &#8212; if not a full understanding of the problem &#8212; at least a sense that the &#8220;blue e&#8221; on their desktop is called a browser, that it&#8217;s used to &#8220;open the Internet,&#8221; and that there apparently are multiple options from which to choose.  For many this is a revelation of no small impact.</p>
<p>While not the higher order stuff we (<em>think</em> we) should need to teach at a college level, understanding browsers can still be an opening to understanding lots of &#8220;entry level&#8221; issues in new media and web publishing.  HTML, CSS, JavaScript, and more all rely on the surprisingly fragile ecosystem created by both the browser and the coder (even when the coder is a giant billion dollar company like Google, who themselves <a href="http://www.readwriteweb.com/archives/cartoon_weve_sent_ie6_to_live_on_a_nice_farm.php"> have given up on supporting old browser tech</a>).  If you plan to even broach the topic of web development and design, the browser is the natural place to start.  Even if you just want your students to be able to use and evaluate web sources and digital projects, using an old browser is going to work against your sanity and their success.</p>
<p>Browsers are also an obvious choice for opening up discussions about open source technologies. Firefox, Chrome/Webkit, and Opera are great examples of a movement by which users have become creators/participants, and technology can &#8212; through small but scaled contributions &#8212; be bent to our will, rather than the other way around. If you are using Drupal, WordPress, Omeka or some other open source web publishing platform in your class, or if your students use open source desktop software like Audacity or GIMP, this is a natural connection.  Open source is the key to so much recent innovation in education, academe and on the web more broadly, that if you don&#8217;t think being an open source advocate is part of your job, perhaps you should ask yourself why not.</p>
<p>Savvy students and instructors may intuitively understand that they can improve their online experiences by seeking out new approaches and alternatives when problems and questions arise, and that recency and novelty are actually important in technology, but this is by no means a norm in any non-tech sector of our culture. If you don&#8217;t know what you don&#8217;t know, you pretty much stick with what you do know &#8212; even if it sucks.  I recently questioned a colleague for requiring that assignments be &#8220;prepared in MS Word&#8221;; if the end product is in the right format (.doc in their case), why require a specific software that comes with specific costs and benefits.  Let students choose what software to use and note that there actually is a choice to be made (yes, OpenOffice, iWork, GoogleDocs, and more all export into Microsoft formats if desired), instead of hiding a broader question (what software to use) inside of an unnecessarily absolute decree (buy and use Word) that addresses a specific problem (students turning in papers in unreadable formats) but ignores the bigger context.  This is not Microsoft hate (I like Office and, surprisingly, even Windows7), but a serious question about how we prepare students for careers that will invariably involve software and hardware choices (if not <em>by</em> them, than <em>for</em> them).  So maybe your students won&#8217;t be designers, programmers, IT specialists, or whatever, but they will be consumers of technology and perhaps digital creators of another kind.  Scholars and writers (not to mention managers, etc) still need to be versed in the basics of technology so they can understand the options at their disposal, the forces that shape their world, and the language with which to convey their needs and ideas (try asking an 80 year old to describe the usability and effectiveness of a piece of software or a website; these are learned skills).  Connoisseurship has its utility.</p>
<p>Security is another issue that needs little description here.  Basically, keeping your browser, your OS, and all of your other software updated will go a long way in preventing spyware, viruses and generally poor performance.</p>
<p>A &#8220;note on browsers&#8221; doesn&#8217;t directly address all of the issues above, but it&#8217;s potentially a start and it probably can&#8217;t hurt.</p>
<p>Even if you are not interested in any larger questions about digital literacy or open source advocacy, or it simply does not fall into the purview of your course, you still might want to include some kind of note on browsers, if only to reduce time spent troubleshooting and haggling with tech-averse students.   So with that in mind, I offer the following:</p>
<h3>Prefab &#8220;Note on Browsers&#8221;</h3>
<p>This course requires extensive use of the Internet, including websites and other online resources that may require the use of a up-to-date, standards-compliant web browser.  Web browsers are free to download and may be installed on any computer in a matter of minutes.  Acceptable browsers include the <em>most recent</em> versions of Firefox, Opera, Chrome, Safari, and Internet Explorer.  To ensure that your browser is updated to the most recent version, open your browser and go to Tools >> Options (PC) or Help >> Check for Updates (Mac), or download the latest version of your browser choice at http://www.browserchoice.eu</p>
<h3>A randomized list of browser choices:</h3>
<p><a href="http://www.browserchoice.eu/BrowserChoice/browserchoice_en.htm" target="_blank">www.browserchoice.eu</a><br />
This is actually the same interface that is shown to new computer buyers in the EU, where it was decided that Microsoft&#8217;s bundling of Internet Explorer with Windows was anti-competitive and potentially harmful to innovation.</p>
<h3>IE6 No More</h3>
<p><a href="http://www.ie6nomore.com/" target="_blank">www.ie6nomore.com</a><br />
A nice little script you can drop into the header of your site so that users of IE6 and IE7 will get a warning reading &#8220;For a better experience using this site, please upgrade to a modern web browser&#8221; with links to upgrade to the latest version of IE or download an alternative.  Don&#8217;t forget to update the code when IE9 comes out in late 2010/early 2011 to be sure your students/users are taking advantage of Microsoft&#8217;s promise of greater support for existing and emerging HTML/CSS standards.</p>
<h3>Browser-Update.org</h3>
<p><a href="http://www.browser-update.org/" target="_blank">www.browser-update.org</a><br />
I haven&#8217;t used this script yet; it looks similar to IE6 No More but apparently checks for outdated versions of Opera, Safari, Chrome, and Firefox as well as Internet Explorer.  Billed as an &#8220;an initiative by web designers, webmasters and bloggers who want to bring the web further and help their visitors.&#8221;</p>
<p>NOTE: The images above are from the very awesome looking <a href="http://findicons.com/pack/72/harmonia_pastelis" target="_blank">Harmonia Pastelis Icon Pack by Teekatas</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2010/should-your-syllabus-include-a-note-on-web-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some Problems with School IT</title>
		<link>http://jeffersonsnewspaper.org/2010/some-problems-with-school-it/</link>
		<comments>http://jeffersonsnewspaper.org/2010/some-problems-with-school-it/#comments</comments>
		<pubDate>Wed, 19 May 2010 03:09:42 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[access to information]]></category>
		<category><![CDATA[CIPA]]></category>
		<category><![CDATA[edtech]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[internet filters]]></category>
		<category><![CDATA[public school]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=764</guid>
		<description><![CDATA[Today I think I&#8217;ll share a few email excerpts to illustrate some of the more annoying aspects of my job, each of which involves public school district IT Departments acting in ways that are (in my very partial and partially-informed estimation) either a) lazy, b) incompetent, c) draconian or d) all of the above. If I come across as a curmudgeon in the process, it&#8217;s because I am. Still, it&#8217;s important to note at the...]]></description>
			<content:encoded><![CDATA[<p><img src="http://jeffersonsnewspaper.org/wp-content/uploads/2010/05/problems1.png" alt="" title="Problems!" width="620" height="398" class="aligncenter size-full wp-image-767" /></p>
<p>Today I think I&#8217;ll share a few email excerpts to illustrate some of the more annoying aspects of my job, each of which involves public school district IT Departments acting in ways that are (in my very partial and partially-informed estimation) either a) lazy, b) incompetent, c) draconian or d) all of the above.  If I come across as a curmudgeon in the process, it&#8217;s because I am.  Still, it&#8217;s important to note at the outset that I understand the challenges faced by the well-meaning folks charged with managing school (and perhaps also business/enterprise) IT.  They do so with many skills I do not come close to possessing and under tremendous pressure to meet legislative and policy directives, but are often lacking in the money, staff, and training required to keep up to date with the demands of acting as <em>local gatekeeper and eternal overlord of the internets</em>.  Nevertheless, in my brief experience thus far as a member of the ed. tech community, I have yet to meet a school IT coordinator (in public primary and secondary schools, that is, and not in higher ed where the environment is a bit more competitive) who was what I would call &#8220;in touch&#8221; with the latest goings-on in education/technology/educational technology.  In any case, I hope this comes across as constructive.  That is my sole intention, to save the fucking children.</p>
<p><span id="more-764"></span></p>
<p>Issue number one: <strong>filtering</strong>.  <a href="http://en.wikipedia.org/wiki/Children%27s_Internet_Protection_Act">CIPA</a> basically requires that school districts filter their internet access as a means of protecting children from pornography and other sundry objectionables across this big bad internet.  I actually do not generally disagree with this, though I do make some obvious qualifications.  For one, filtering should not be any broader than what is actually needed.  Unfortunately, this is a tall order.  Google Safe Search might provide some indication of how this works and doesn&#8217;t.  Safe Search is essentially the same kind of filtering algorithm that a school might employ through purchasing a third party application.  Try googling &#8220;firefighter&#8221; with safe search turned off and see what kind of image results you get.  Firefighter is a pretty innocuous term and one that a kid is pretty likely to be interested in at some point.  But without some kind of filter, even Google cannot avoid returning some questionable material on the first page.  But turn safe search turned back on (set to moderate or even strict) and the results are generally more wholesome, right?  Actually, no, they&#8217;re pretty much the same.  <a href="http://www.google.com/images?hl=en&#038;safe=off&#038;tbs=isch%3A1&#038;sa=1&#038;q=firefighter&#038;aq=f&#038;aqi=g10&#038;aql=&#038;oq=&#038;gs_rfai=">Take a look yourself</a>.  This is not a jab at Google, just a quick way to point out that algorithms &#8211; even the best of them &#8211; are not infallible.  They make mistakes.  So instead of endlessly refining their algorithms, third party filtering apps take a hammer to the web, locking down students&#8217; web experience and blocking content on the broadest of terms in an effort to overcome their own inherent limitations.  </p>
<p>Which brings me to my second qualification, that filters should be locally configurable.  If a teacher or student needs access to a site that is blocked, there needs to be a mechanism for whitelisting it and/or adjusting the parameters of the filter.  This seems not to be the case for many districts.  For example, as discussed in the email below, on several occasions lately, I&#8217;ve been told by teachers and other education professionals that some of the educational and professional development sites I&#8217;ve created and/or maintain for work are actually not accessible by educators in their classrooms or in the school building.  One teacher was told by their IT department that it&#8217;s because &#8220;the site is a blog and blogs are blocked.&#8221;  Sometimes that is true (the site is a blog), and sometimes not.  I&#8217;ve never looked into the blackbox that is an internet filter but my assumption is that to determine if a site is a blog (whatever that actually means these days), this school&#8217;s filter detected that the site in question used WordPress (we use it a lot as a CMS and for course blogs) and thus came to the conclusion that it =blog and is therefore somehow unsafe or inappropriate for minors.  Don&#8221;t believe it?  Check out <a href="http://www.softforyou.com/articles_tutorials/blog_sites_and_your_children.html">this &#8220;tutorial&#8221; about protecting children from blogs</a> from a filtering software company.</p>
<p>So, anyway, on with the email excerpts.</p>
<blockquote><p>&#8230;By the way, it&#8217;s pretty unsatisfactory that a district would block any of our sites.  Presumably they do this automatically (i.e. they use 3rd party &#8220;child protection&#8221; software without retaining any control of their own) by deciphering which platform is being used (WordPress, Omeka, etc.).  We&#8217;ve had similar issues with the [OMITTED] site.  Frankly, I think it&#8217;s time that teachers forced their districts to adapt to current web publishing models rather than letting some outdated software make decisions for them.  Considering that we use the same kinds of software that the NYTimes and other major sites use, this is clearly an injustice for students and teachers alike (if not for small &#8220;publishers&#8221; like ourselves) and also gives school IT admins an unearned sense that they&#8217;ve done their job.  But I digress&#8230;</p></blockquote>
<p>And another (regarding the blocking of a Google Docs data collection tool)&#8230;</p>
<blockquote><p>[OMITTED] may have some responses recorded on paper that she will send me if/when she gets them (one of the teachers had Google blocked  in their district for some inexplicable reason so they did them on paper).</p></blockquote>
<p>That&#8217;s right.  <em>Google is blocked</em>.  The problems with this are so glaringly obvious that I will move on.</p>
<p>On to the next problem, not one that is unique to school IT, but nevertheless a problem at schools and far beyond.  Yes, I&#8217;m going to do it.  I&#8217;m going to write (part of) a blog post about how I hate Internet Explorer.  And yes, particularly the 6th version of it, which I&#8217;m required by Internet Law to mention was released about a decade ago. And so on.  So&#8230; Issue number two: <strong>IE6</strong>.</p>
<p>The following was to be a public response to a very polite and well-meaning message from a user who, judging by his email address, works in government and academia, informing me that a particular site is broken in IE6.  I&#8217;ve gotten similar messages for sites we manage that are created both in house and by well-regarded professional designers (i.e. it&#8217;s not just my sloppy design).  In the end, my response was not posted, owing to the better judgment of a colleague to whom I sent the message first.  They decided it was not necessary and, I think, maybe it sounds a little defensive.  Nevertheless, I think it&#8217;s an important issue and one that should not be taken lightly.  </p>
<blockquote><p>
Thanks for the feedback.  We get such messages from time to time, so please allow me to explain what we are thinking about this issue, which is somewhat more complicated than it may seem to some folks. </p>
<p>I cannot speak for [OMITTED], but our view [...] is that we can realistically only expect to support modern browsers in our smaller projects.  Internet Explorer is not a modern browser, though the latest version (8) has made significant strides and is fully capable of rendering the new site visually and functionally.  We serve a message to users of older browsers that they need to upgrade.  If they choose not to, they will at least be aware of the source of their frustration.  It is ours as well. </p>
<p>We make this compromise for a couple of reasons that I think are well-considered.  For one, it is extremely time-consuming to debug for old versions of Internet Explorer and we value lower-cost projects.  Second, if we &#8220;dumb down&#8221; our work to be 100% backwards compatible, we are cheating those visitors who use modern software and want a more modern experience.  We cannot provide that service at our usual (very low) cost of publishing.  Third, we believe that the time has come to give up on outdated browsers.  Google and other major publishers and service providers have already made the decision to drop support for IE6.  Microsoft does not even stand behind it&#8217;s older software in this regard and has expressed regret that it is still in use.</p>
<p>Finally, we trust that users are fully capable of taking responsibility for their web experience.  Browsers are free.  They are easy to install.  New ones work better, look better, do more and provide greater protection against malware.  The best browsers include auto-update features so you never have to worry about getting left behind.  We understand that many work environments lock their employees into using the outdated software required to access their older enterprise systems.  This is an unfortunate reality but one that we cannot control, trusting that market and research needs, as well as increasingly vocal employee dissatisfaction will take care of this over time.  In the meantime, we always design for the latest version of IE, as well as Firefox, Safari, Chrome, and Opera.  This covers the great majority of users, including those that we track on our own analytics.</p>
<p>This is not to say that we do not continually look at this policy.  We always appreciate feedback of any kind and if we are shown over time that we have erred in this approach, we will certainly do our best to adapt.</p></blockquote>
<p>The question to my mind is, do we need to support every piece of hardware and software ever released (a decade is a long time for a piece of software, especially one that is freely replaceable), or should we focus our energies more wisely on following web standards and providing a better experience for users who employ appropriate software.  You can&#8217;t open an iWork .pages file with <a href="http://en.wikipedia.org/wiki/Electric_Pencil">Electric Pencil</a> (or so I assume).  You can&#8217;t play Modern Warfare 2 on an Atari 6400.  If a site requires Flash, you either install Flash or you don&#8217;t use the site (<em>or wait until you get home and use a laptop instead of your iPhone</em>).  I am okay with these limitations.  How did Adobe and it&#8217;s publisher-users get consumers to agree to the Flash arrangement at a 90+ percent rate of adoption.  I don&#8217;t know but it wasn&#8217;t by creating alternate, crippled, backward compatible versions of every Flash site (though as an iPhone user, sometimes I wish that were the case).  </p>
<p>But these are essentially questions for designers and content creators, not for IT professionals.  The questions for IT are different.  The goal of IT, at schools or elsewhere, is to serve their communities&#8217; needs while maintaining the security of both the users and the broader infrastructure.  So why in the hell do many schools insist on continuing to run outdated browsers like IE6?  If the answer is that they keep running IE6 because they need it to access other outdated enterprise systems, then they have doubly failed in their mission.  </p>
<p>If the transition away from outmoded tech has been neglected due to financial constraints, then I don&#8217;t want to see that school running MS Office or BlackBoard or maybe even Windows.  If money is that tight, I want to see OpenOffice.org. I want to see Linux Ubuntu.  I want to see Moodle (or something better, but equally free).  But I have not seen that happening.  At a recent ed. tech conference I attended, the same teachers who were locked into shitty IT environments were all atwitter about tablets and clickers and robots and so on.  The tech coordinators and district admins I met were most interested in gimmicky proprietary gadgets and LMSs that provide no justifiable value proposition.  And meanwhile, the students can&#8217;t even access Google?  The modern, connected, social web is off limits.  The sites that get through are broken and dysfunctional due to outdated hardware and software.  Where is the creativity?</p>
<p>I&#8217;m not trying to trash anyone, really (especially not an entire profession), but there is a cultural problem that is so readily apparent in how our schools deal with technology that I find it hard to be polite.  Ditching IE6 is not going to change that culture, nor is better monitoring of filtering systems, nor new iMacs or clickers, nor anything else you can buy.  And this doesn&#8217;t even begin to address the question of how/when/if we actually give students real tech instruction and who is qualified to do so.  It&#8217;s not me. For the most part, at this moment, I&#8217;m just an onlooker to this mess.  I don&#8217;t work in a public school district and I&#8217;m not a teacher and I&#8217;m not really in IT.   I work in a university and deal in the (digital) humanities.  I have autonomy (sometimes) and access to money (sometimes) and people that can help me (sometimes).  But mostly, I try to be creative, I try to keep up to date, and I try to always be learning something new and useful so I can always be doing something new and useful.  Take that for what it&#8217;s worth.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2010/some-problems-with-school-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experimenting with Historical Thinking and Web 2.0: The Little Rock Nine</title>
		<link>http://jeffersonsnewspaper.org/2009/experimenting-with-historical-thinking-and-web-2-0-the-little-rock-nine/</link>
		<comments>http://jeffersonsnewspaper.org/2009/experimenting-with-historical-thinking-and-web-2-0-the-little-rock-nine/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 17:26:08 +0000</pubDate>
		<dc:creator>Justin Hons</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[civil rights]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[historical thinking]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[Little Rock Nine]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=360</guid>
		<description><![CDATA[Somewhat self-righteously, I consider myself a pretty good teacher.  I teach high school modern American History on the west side of Cleveland where some consider making it to the end of the day a victory.  I’ve been slowly pushing myself and my students to aim for goals much higher however.  Call me audacious. The recent explosion amongst the ranks of historians, history teachers, and digi-gurus in promoting both historical thinking skills (See Wineburg and the...]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-363" src="http://jeffersonsnewspaper.org/wp-content/uploads/2009/07/screen-capture.jpg" alt="screen-capture" width="630" height="auto" />Somewhat self-righteously,  I consider myself a pretty good teacher.  I teach high school modern  American History on the west side of Cleveland where some consider making  it to the end of the day a victory.  I’ve been slowly pushing  myself and my students to aim for goals much higher however.  Call  me audacious. The recent explosion amongst the ranks of historians,  history teachers, and digi-gurus in promoting both historical thinking  skills (See <a href="http://www.temple.edu/tempress/titles/1518_reg.html">Wineburg</a> and the <a href="http://historicalthinkingmatters.org/">site</a>) and web 2.0 technologies demands serious attention  with this goal in mind.  The two can be intimately tied together  to achieve a mastery of both.</p>
<p><span id="more-360"></span></p>
<p>My experimentation with these  concepts and methodologies has been occasional up until this year.   I’ve used primary source documents in class before and typically in  a constructivist fashion.  Combining web 2.0 would allow students  to publish their final products on a public medium.  I decided  to start a Myspace page to serve this purpose. I know, I know, Rupert  Murdoch has already purchased my soul and sold it to Bernard Madoff  who in turn sold it to some Mormons in a bizarre pyramid scandal.   I’d estimate that about 60-70% of my students have Myspace pages and  about half of those use Myspace seem to use Myspace as their primary  internet activity.  In fact, about two years ago, a community center  up the street from the high school had a computer lab where Myspace  use was so rampant the center had to make certain times “Myspace free.”   In other words, the site seems extremely popular amongst my student  population.  Regardless, I figured Myspace would be an easy way  to trick kids into thinking I was playing in their world in hopes of  greater participation.  And it worked…. kind of.</p>
<p>We had been studying the Civil  Rights movement, and I really wanted students to figure out, using primary  sources, how de-centralized the movement was.  I wanted them to  grasp how normal folks, including students in high school like them,  were moved to courageous action.  Young people are increasingly  aware of leaders beyond Martin Luther King Jr. but knowledge of groups  like SNCC is sparse.  I wanted to encourage my students to see  beyond the master narrative of “I have a dream” speeches to understand  just how involved folks their age were in this push for freedom.</p>
<p><a href="http://jeffersonsnewspaper.org/wp-content/uploads/2009/07/screen-capture-1.jpg"><img class="aligncenter size-full wp-image-375" src="http://jeffersonsnewspaper.org/wp-content/uploads/2009/07/screen-capture-1.jpg" alt="screen-capture-1" width="580" height="224" /></a></p>
<p>Students were divided up into  groups of three to four and given six front pages from 1957 editions  of the Arkansas Democrat Gazette.  They had to use articles from  these newspaper front pages to write a three paragraph blog entry on  the Little Rock Nine and post it alongside their peers’ on my Myspace  page. The results were an interesting mix from fairly terrible to pretty  interesting.  None were shockingly brilliant, however.  This  is not surprising though.  My guess is that few, if any, history  teachers in these students’ classrooms have encouraged them to look  at primary documents, decode them, and then “publish” a written  recreation of their contents.  Take a look at your old college  essay on the Vietnam before you’re too critical of these kids.</p>
<p>Nonetheless, there were some  apparent obstacles that need to be considered for future activities  of a similar nature.  First, the use of the articles as not just  primary sources but the only sources they could use proved difficult  and problematic at times.  Some groups really struggled to put  together a coherent narrative beyond essentially cutting and pasting  interesting facts from the newspaper.  Some failed to even do this  chronologically.  One group stated, “After 8 Africans [sic] entered  the school across the street. They tried to call other students to join  them but they were pushed back by guards.”  This was after  they already mentioned the students entering the building and members  of the 101<sup>st</sup> helping them.  While this might be intellectual  Viagra for a few choice grad students looking to deconstruct the Western  obsession with chronology as history, any educator would see it for  what it is: an inability to properly read the articles together rather  than as separate documents.</p>
<p>Additionally, several groups  included sentences like, “As six negros tried to enter NLR high white  students pushed them back because they did not want them at there school.”  Frustrating grammar and spelling errors aside, I’m hoping you noticed  the antiquated term “negro” in that depiction of the Little Rock  Nine.  Seeing as how the kids in this group are all Puerto Rican  and not rednecks, they were clearly just adopting the language of the  1957 Arkansas Gazette journalists.  While most groups did not make  this mistake, it’s clear that more work needs to be done on the interpretation  side of using primary sources.  Thinking historically does not  necessitate using outdated language.</p>
<p>Another component that troubled  me was the discussion of violence within the narratives.  Clearly,  anyone with even a basic understanding of the Little Rock Nine case  is aware of the intense mob violence that accompanied the desegregation  of Central High School in 1957.  Some students failed to grasp  the level of violence through these primary sources though.   “That caused a big chaos because at lest 100 parents of the students  and other adults lined up on the side walk in front of the high school  an hour before classes recessed for the noon hours.” [sic] There is  no mention as to what these students and parents did  once they lined up in front of the school and this is where the blog  entry abruptly ends.  Lacking detail is to be expected, to a degree,  in an assignment like this, but this clearly lacked understanding.   Did this group really go away thinking this racist family picnic mob  was there to simply “be heard?”</p>
<p>The issue of responsibility  also arose in the blog entries.  One group placed the white riots  squarely on the Little Rock Nine’s boldness.  “Due to court orders  Faubus removed the National guard. After they were removed, the African  Americans tried to enter the school causing the white young students  to form a riot.” [sic]  Perhaps this is splitting hairs, but  there is no discussion of white racism being the source of these riots  in this entry.  I doubt the group of students, a racial mixture  of whites, Puerto Ricans, and Arabs, meant for it to read this way.   The difficulty comes into getting students to grasp that how they phrase  things is perhaps more important than what their intentions are.   This is an integral part of thinking and being able to write  historically.  When others read your interpretation of the past  they do so with their own understanding, not yours.  Getting students  to convey their analysis of something as complex as the Little Rock  Nine case is difficult but they should be encouraged to do so as clearly  and thoroughly as possible.</p>
<p>One group attempted to retell  the tale through the modern civil rights narrative which goes something  like: “Black Americans worked hard to be recognized for their contributions  and are now allowed the same opportunities as whites today.”   It’d be interesting to see if this was sparked by group members comparing  their experiences today to that of the Little Rock Nine but alas, this  was not the assignment.  The group concluded that “the students  were allowed to go to the school with problems but at the same time they  wre getting an oportuinty in life because some people dream of an opportunity  while orthers wake up and work hard for it,” [sic].  I read this  as an attempt to fit African-Americans into the American ethos of “hard  work = success”, which is essentially what many watered down versions  of the Civil Rights movement have become.  This view lacks a historical  understanding of the barriers of white supremacy and the struggles of  grassroots organizing.</p>
<p>Clearly there is much work  to be done here.  Students need to engage and investigate primary  sources much earlier on in order to be more comfortable and familiar  with interpreting them.  Perhaps they also need a little more scaffolding  to get to the point where they can take on similarly styled projects.   Nonetheless, the students did work with primary sources and  did produce a piece of historical work on the topic.  Like  getting President Obama to publicly condemn Cambridge police officers  for acting “stupidly,” it’s a relatively small victory but an  important one.  In doing so the participating students gained a  greater understanding of the importance of historical interpretation,  grassroots organizing during the Civil Rights movement, and their role  in deciding what matters from the past.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2009/experimenting-with-historical-thinking-and-web-2-0-the-little-rock-nine/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Podcasts for History Teachers and Students</title>
		<link>http://jeffersonsnewspaper.org/2009/podcasts-for-history-teachers-and-students/</link>
		<comments>http://jeffersonsnewspaper.org/2009/podcasts-for-history-teachers-and-students/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 19:41:05 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[new media]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=282</guid>
		<description><![CDATA[I&#8217;m one of those people who listens to NPR all day.  In the shower, in the car, while cooking, as a Sunday morning activity with my partner.  I almost never watch television, but I love passively listening to smart people talk, which is not really substantially different than watching dumb people swap wives when you get down to it.  Though I suppose it&#8217;s also not unlike sitting in an undergrad history lecture.  The point is,...]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://jeffersonsnewspaper.org/wp-content/uploads/2009/07/kidwradio460.jpg" alt="" width="630" height="auto" />I&#8217;m one of those people who listens to NPR all day.  In the shower, in the car, while cooking, as a Sunday morning activity with my partner.  I almost never watch television, but I love passively listening to smart people talk, which is not really substantially different than watching dumb people swap wives when you get down to it.  Though I suppose it&#8217;s also not unlike sitting in an undergrad history lecture.  The point is, I like to be entertained and I also like to learn.  And I like doing it with my ears, so I can use my eyes and hands for other things.  What follows is an incomplete list of high-quality podcasts dealing with various topics in history.</p>
<p><span id="more-282"></span></p>
<p><a href="http://www.backstoryradio.org/">BackStory</a>:  BackStory is one of my favorite podcasts in any genre.  &#8220;On each show, renowned U.S. historians Ed Ayers, Peter Onuf, and Brian Balogh tear a topic from the headlines and plumb its historical depths.&#8221;  In addition to the hosts&#8217; impressive knowledge, the show has NPR quality production values and a great sense of humor and relevance. The show is a product of the Virginia Foundation for the Humanities, who produce a couple other shows (which I&#8217;ve yet to hear) through  their <a href="http://www.vfhradio.org/">VFH Radio</a> project.</p>
<p><a href="http://www.howstuffworks.com/stuff-you-missed-in-history-class-podcast.htm">StuffYouMissedInHistoryClass</a>: This one is produced by HowStuffWorks.com, which initially made me a bit skeptical.  I was quickly won over though.  Historians Candace Gibson and Jane McGrath investigate &#8220;the stories behind the lines of your textbooks.&#8221;  The topics range from esoteric (e.g. the history of happiness) to  topical (&#8220;Historically inaccurate movies&#8221;) to explanations (&#8220;How the Marshall Plan worked&#8221;) and conversations appropriate for younger students (&#8220;Did Betsy Ross really make the first American Flag?&#8221;).</p>
<p><a href="http://bingethinkinghistory.libsyn.com/">BingeThinkingHistory</a>:  While the previous two podcasts are conversational and focus on American history, this project &#8211; a one man show by Tony Cocks -  is oriented toward British and European history.  Since I know very little about European history, I am both intrigued and confounded by the subject matter.   Luckily the host has a dignified English voice and a knack for telling history in a narrative, documentary style that  makes good use of music and background audio (e.g. the sounds of battlefield artillery).  So I like it, even though I don&#8217;t really know what he&#8217;s talking about.</p>
<p>The<a title="podcasts @ Gilder Lehrman" href="http://www.gilderlehrman.org/wp/?p=4"> Gilder Lehrman Institute of American History</a> has a wide selection of &#8220;eminent historians discussing major topics in American history&#8221;, which they release as audio podcasts.  My first impression of the project site was that this would be a stuffy, old-school academic series wherein pokey old coots discussed their own greatness by way of displaying their mad lecture skillz.  I also thought it would cater primarily to college students and other academics.  In fact, there are some really interesting and informative lectures here, and it serves as a really great resource for pretty much any group above maybe middle school.  I noticed a handful of  high school teacher comments on the project site, reminding me that some teachers actually challenge their students to do real historical thinking.  Imagine that.</p>
<p><a href="http://historyonair.com/?page_id=5">HistoryPodcast/HistoryOnAir</a> &#8230; &#8220;Jason Watts is the host of History Podcast and an amateur historian.  It should be noted that he is not a professional.&#8221;  That&#8217;s what it says on the site, but ignore that (or sit and quietly appreciate it).  Jason does a good job of documenting his sources and telling historical stories, and has been doing it since 2005.  This is actually a nice little operation, and it looks like Jason is <a title="video podcast @ HistoryOnAir" href="http://cdn3.libsyn.com/historypodcast/HP118_The_Six_Wives_of_Henry_VIII.m4v?nvb=20090719190001&amp;nva=20090720191001&amp;t=0c73e1171670065e8a5c6">beginning to use video and visualization</a> tools so this is one to watch.  Users can submit topics, ideas, and even scripts for new episodes.  Also of note is the provision of transcripts and citations for each episode, which is handy for students who might want to explore a topic in more detail.  There&#8217;s also a big list of additional podcasts you might want to check out.</p>
<p>So there&#8217;s a brief list.  I actually have a backlog of additional podcasts in my iTunes library that I haven&#8217;t had time to review, so I  may add more to this post or continue the topic in a new post as I find more quality podcasts.   Please use the comments section to suggest some others you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2009/podcasts-for-history-teachers-and-students/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://cdn3.libsyn.com/historypodcast/HP118_The_Six_Wives_of_Henry_VIII.m4v?nvb=20090719190001&amp;amp" length="22947450" type="video/x-m4v" />
		</item>
		<item>
		<title>Overheard in the Learning Management System</title>
		<link>http://jeffersonsnewspaper.org/2009/overheard-in-the-learning-management-system/</link>
		<comments>http://jeffersonsnewspaper.org/2009/overheard-in-the-learning-management-system/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 19:07:11 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[BlackBoard]]></category>
		<category><![CDATA[edupunk]]></category>
		<category><![CDATA[LMS]]></category>
		<category><![CDATA[patriotism]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=317</guid>
		<description><![CDATA[Like any zealot, I spend weekends, evenings, social engagements, and holidays ranting about the things that really get on my nerves.  Today, July 4th, a day commemorating the birth of our glorious nation, I spent the early afternoon orating on the relative merits of the LMS in hopes of fomenting revolution.  I am currently taking an Information Architecture course, ironically offered only through BlackBoard, the arch-nemesis of all that is righteous and enlightened in higher...]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">
<p style="text-align: center;"><a href="http://jeffersonsnewspaper.org/wp-content/uploads/2009/07/BBfullthread.jpg"><img class="aligncenter size-full wp-image-319" title="BBpreview" src="http://jeffersonsnewspaper.org/wp-content/uploads/2009/07/BBpreview.jpg" alt="BBpreview" width="630" height="auto" /></a></p>
<p style="text-align: left;">Like any zealot, I spend weekends, evenings, social engagements, and holidays ranting about the things that really get on my nerves.  Today, July 4th, a day commemorating the birth of our glorious nation, I spent the early afternoon orating on the relative merits of the LMS in hopes of fomenting revolution.  I am currently taking an Information Architecture course, ironically offered only through BlackBoard, the arch-nemesis of all that is righteous and enlightened in higher education, a blithely tyrannical George III to Web 2.0&#8242;s promise of digital democracy, a naval blockade on usability and information seeking behavior, an unjust tax levied on the collective sanity of the student body.</p>
<p style="text-align: left;">Maybe I&#8217;m taking this too seriously, you say?  Well, what did you do to celebrate America today? Eat some hotdogs?  Listen to some Lee Greenwood tunes?  I think it&#8217;s clear who the real patriot is.  Hit the break for the full thread.  Names have been changed to protect the innocent, the neutral, and the obsequiously monarchical.</p>
<p style="text-align: left;"><span id="more-317"></span></p>
<p style="text-align: left;">Click on the image for the full size view or scroll down for the transcript&#8230;</p>
<p style="text-align: left;">
<div id="attachment_318" class="wp-caption aligncenter" style="width: 640px"><a href="http://jeffersonsnewspaper.org/wp-content/uploads/2009/07/BBfullthread.jpg"><img class="size-full wp-image-318" title="BBfullthread" src="http://jeffersonsnewspaper.org/wp-content/uploads/2009/07/BBfullthread.jpg" alt="Click image for full view" width="630" height="auto" /></a><p class="wp-caption-text">Click image for full size view</p></div>
<ol>
<li> <strong>ME: </strong>Can we discuss the IA of Blackboard?  I&#8217;m not trying to complain.  I understand why it is useful for instructors, but it is pretty rough on student users (poor organization, poor labeling, poor navigation, seemingly no interest in student information needs/behaviors, etc.).   I think it might actually be an interesting case study.  Then again, I&#8217;ve been reading a lot of Jim Groom lately <img src='http://jeffersonsnewspaper.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>
<div>
<div><strong>STUDENT:</strong>I couldn&#8217;t agree with you more. Clunky and awkward at best isn&#8217;t it?</div>
</div>
</li>
<li><strong>STUDENT:</strong>I agree, it could use a little better organization. Sometimes there are 2 left-hand navigation menus, that&#8217;s unusual.</li>
<li><strong>STUDENT: </strong>Very good observation, because I was thinking about that when I first used the site. So context is covered, and content is covered, but it could be more USER friendly. This site is built for knot-item seeking. Once you learn the system, you can get to where you need to be and use the system.</li>
<li><strong>INSTRUCTOR: </strong>It&#8217;s interesting to see what both student and faculty users have to say about Blackboard. I&#8217;ve yet to meet anyone who is thrilled with it. Here are a couple of items that might shed some light on why Blackboard is designed and arranged the way it is:1) The students don&#8217;t get to see this, but there are actually three sets of users who can interface with Blackboard: Course Designers, Instructors and Students. Depending upon roles to which you&#8217;ve been designated, there are three different &#8220;tabs&#8221; one could access: Build, Teach, and Student. Students don&#8217;t see these tabs because they only have one role &#8212; Student. All three roles/tabs have access to the same &#8220;Course Tools&#8221; (the first set of left-hand navigational choices). However, the next set of tools change depending upon the roles to which you have access. If you access the class as a designer, the bottom navigation is labeled &#8220;Designer Tools&#8221; and has a set of links unique to that role, if as an instructor, then &#8220;Instructor Tools&#8221;, if as a student then I believe it&#8217;s &#8220;My Tools.&#8221; Without knowing about the different roles, I can see how two, separate sets of global navigation would make no sense.2) Another part of Blackboard I think most users struggle with is the idea that the Course Tools don&#8217;t offer much other than a *completely* different way to access the content than offered through the Course Content home page. In building a class, the designer chooses the tools on the left, builds the assets, and then sets links to these assets in other places. Learning modules are sets of topical, sequential links to assets created using the other tools. Sound counter-intuitive? It is if you approach the course design and layout with a web/hyperlink mentality. And there&#8217;s the problem. This is elearning. We use the internet to access the training and we, as users, expect it to follow modicums similar to that of sites on the World Wide Web. And this is a fair expectation. However, Blackboard is instead arranged to give users access to the same material in a number of different ways, which is a good idea but read on.So based upon what we&#8217;ve been reading, why might users get frustrated with Blackboard. The first one is that even though it is a good idea to offer multiple roads to the same content, there is *no predominate organizational scheme*. Should I primarily use the global tools on the left because they never change? Should I navigate the course like a web site simply from the Course Content page? What is the main road? What if I&#8217;m serendipitous? How lost and confused could I become? Also the labels, while familiar, English words, may not be self-evident in their meaning. What is a &#8220;Learning module?&#8221; Where will that take me? I imagine that assignments will be part of the course content, but I&#8217;ve got this other button labeled &#8220;Course Content&#8221;, why should I choose one over the other?The good news is that the next iteration of Blackboard is seeking to address a number of these issues. Which is a good thing considering over 70% of all universities in the United States use Blackboard as their learning management system.</li>
<li><strong>ME:</strong> There are many reasons why BlackBoard works for instructors and those listed are all relevant. I have designed courses, modules, and quizzes, and tracked student submissions, etc. in BlackBoard during my time as a graduate assistant for a professor who taught some &#8220;elearning&#8221; type courses.Aside from automating some administrative tasks (gradebooks, adding/tracking users, etc), I don&#8217;t see anything in BBs repertoire that justifies it&#8217;s poor usabiity and it&#8217;s high subscription cost to universities. For something so costly, you would think they would have invested in some user studies and maybe a post-1998 design upgrade. As far as I can tell, 95% of BBs functionality could be duplicated in WordPress (with a few plug-ins and maybe some creative use of GoogleDocs) or some other free/open source system. Of course, the university would have to support this with staff (maybe one guy and a server) and some minimal training for admins (probably less than what it takes to learn BB) and they would come out ahead over time (if not monetarily, then in staff development). Likewise, I&#8217;m not sure any LMS can devise a &#8220;learning environment&#8221; that suits real learning needs when they necessarily design around the generic admin/user. Plus, anecdotal evidence suggests that students are actually more engaged and interactive when they know they are working in the &#8220;open web&#8221; and not inside the BlackBoard blackbox.So I clearly have issues with BB that go beyond IA, but considering that I&#8217;m typing right now in a very tiny text box (maybe 80px high) with a broken editor (at least, using Firefox) inside a pop-up window, dreading the occasional BB-induced browser crash, etc.; the poor design just amplifies all the other issues I have with this system.I work in part as an educational technologist for the History Dept. (or at least for a few courses and workshops), so I know how hard it is to support unique projects and design around technological deficits (in software, user/admin ability, etc.), but I think we can do better than this.And again, I am not directing this at CSU (where I happily work) or the professor (who has limited, if any, choices when it comes to online course platforms). For anyone who is interested in exploring this topic, you can find some good debates online, many of which center around this guy:Jim Groom, Ed-Tech at Univ of Mary Washington, and inventor of &#8220;edupunk&#8221; movement. See his blog (http://bavatuesdays.com/) as well as interviews and stories in NYT and Chronicle of Higher Ed, among others. He of course is not the only person to voice dissatisfaction with BB, but he is by far the most visible.Sorry if I got carried away on this little side-topic, but I have seen many bright young minds crack under the weight of BlackBoard <img src='http://jeffersonsnewspaper.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Happy 4th!</li>
</ol>
<div class="zemanta-pixie"><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2009/overheard-in-the-learning-management-system/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>On Crowdsourcing and History</title>
		<link>http://jeffersonsnewspaper.org/2009/on-crowdsourcing-and-history/</link>
		<comments>http://jeffersonsnewspaper.org/2009/on-crowdsourcing-and-history/#comments</comments>
		<pubDate>Sun, 10 May 2009 16:55:44 +0000</pubDate>
		<dc:creator>E. Bell</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[H.G. Wells]]></category>
		<category><![CDATA[information science]]></category>

		<guid isPermaLink="false">http://jeffersonsnewspaper.org/?p=24</guid>
		<description><![CDATA[Recently, I&#8217;m noticing a lot of chatter about &#8220;crowdsourcing history.&#8221; The discussion about leveraging crowds in history-making has been going for quite some time, but only now seems to be reaching a point of acceptance. In case you&#8217;ve been living under a very Amish rock, here&#8217;s how Wikipedia &#8211; the king of the crowds &#8211; defines the term. Crowdsourcing is a neologism for the act of taking a task traditionally performed by an employee or...]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;m noticing a lot of chatter about &#8220;crowdsourcing history.&#8221;  The discussion about leveraging crowds in history-making has been going for quite some time, but only now seems to be reaching a point of acceptance.  In case you&#8217;ve been living under a very Amish rock, here&#8217;s how Wikipedia &#8211; the king of the crowds &#8211; defines the term.<br />
<span id="more-24"></span></p>
<blockquote><p>Crowdsourcing is a neologism for the act of taking a task traditionally performed by an employee or contractor, and outsourcing it to an undefined, generally large group of people or community in the form of an open call. For example, the public may be invited to develop a new technology, carry out a design task, refine or carry out the steps of an algorithm, or help capture, systematize or analyze large amounts of data&#8230; The term has become popular with business authors and journalists as shorthand for the trend of leveraging the mass collaboration enabled by Web 2.0 technologies to achieve business goals.</p></blockquote>
<p>If you didn&#8217;t pick up on that right away, then maybe you should head over to <a href="http://wikipedia.org">wikipedia.org</a> and tweak the punctuation, add some citations, or re-write the entire definition.  That is the essence of crowdsourcing and it&#8217;s nothing new.  The term has been around for at least a few years, serving as nom d&#8217;guerr for the so-called Web 2.0 revolution.  The general idea is that many people will collectively do for free (or cheap) what one or a few people would do for money (i.e. a salary).  In the case of Wikipedia, we all watched (some in glee, others in terror) as free user-generated content dethroned and then beheaded maligned publishing giants Encyclopedia Brittanica and Microsoft Encarta (<a href="http://www.guardian.co.uk/media/2009/apr/05/digital-media-referenceandlanguages">Guardian, 2009</a>).</p>
<p>Could a similar coup unseat scholars, teachers, and publishers in the humanities?  Well, no.  In fact, that&#8217;s a really stupid question.  But you might want to pay attention anyway.  Because for one thing, we can see from such events that students (and the public in general) are learning in different ways.  They are consuming information, which one might argue is very different from learning, at a rate unimagined even by futurists such as H.G. Wells, who envisioned an integrated World Brain (<a href="http://people.lis.uiuc.edu/~wrayward/Wellss_Idea_of_World_Brain.htm">Wells, 1938</a>) capable of storing, indexing, and retrieving from the global knowledge base.</p>
<p>Even if one agrees that the Internet  fullfills Wells&#8217; prophecy &#8211; I don&#8217;t by the way &#8211; then a distinction must be made between knowledge and information.  Without getting into the vast LIS literature the topic, we can generally agree that information is factual and verifiable, whereas knowledge is something more esoteric.  It involves understanding that is not easily transmitted or received.  It is an end result.  The point being that you or your students may easily find and recite a list of every faction in the Spanish Civil War, but that doesn&#8217;t mean anyone truly understands what is going on (as case in point, I have been pondering why the Spanish anarchists refused tips for at least a decade&#8230; but then, I identified as an anarchist <em>and</em> worked for tips for nearly a decade).  Lists, including names, timelines, and inventories (I&#8217;m talking to you, military history buff) are information at best (as opposed to data at worst).  They are generally meaningless without contextual knowledge.  So the teacher and the scholar (especially in the humanities one might argue) still have a central role in the creation, maintenance and transmission of knowledge.  Until Google unleashes its sentient robot army, this will not change.</p>
<p>As learners and consumers of information, we will nonetheless continue down paths shaped by the Internet.  If not in school, then everywhere else.  Educators ignore real changes in our society at their own peril and to the disservice of their students.  Just as the social and labor historians were both a culmination and a component of social and cultural change in the last century, so too will be digital historians and digital humanists.  (This is not to suggest any comparably meaningful moral or ethical imperative).  Classroom hardware has evolved from chalkboard to Powerpoint to whiteboard in the past decade, but the teacher is, as ever, at the front of the room projecting information.  It can be interactive, surely.  The best educators craft stories, start discussions, stoke debates, and facilitate hands-on experience.  But they retain control over the parameters and content of the learning.  They choose the text-books, design the syllabi, prepare the lectures, and grade the results.  Crowdsourcing projects involve giving up some of this control &#8211; to students and also to strangers.  As always, the specter of misinformation hangs over all information not controlled by authority (as if authority didn&#8217;t propagate its fair share of BS).  Indeed, discussion of crowd sourcing content-creation and review, particularly in libraries, often hangs on the notion of &#8220;radical trust&#8221; &#8211; can online communities be trusted to create a quality product that is free from major errors and willful or accidental misinformation?  It is an important question and, in the context of educational projects, one that can be addressed, like any other assignment, by applying appropriate degrees of control and setting clear parameters.  Of course, there will still be issues with the end product.</p>
<p>Below is a very brief survey of some digital history and humanities projects that apply the crowdsourcing idea to various degrees.  It is by no means comprehensive, or even very good.  It&#8217;s just some things that come to mind in no particular order.</p>
<p><strong>History Engine</strong><br />
<a href="http://historyengine.richmond.edu/pages/home"> http://historyengine.richmond.edu/pages/home</a><br />
Description: A wiki-based &#8220;<em>educational tool that gives students the opportunity to learn history by doing the work—researching, writing, and publishing—of a historian. The result is an ever-growing collection of historical articles or &#8220;episodes&#8221; that paints a wide-ranging portrait of life in the United States throughout its history and that is available to scholars, teachers, and the general public in our online database.</em>&#8221;  Students do all the work as part of course assignments and take part in the creation of an actual usable resource.  Basically, a focused and controllable Wikipedia.  Quality and completeness varies.  Limited documentation and supervision required.</p>
<p><strong>WhereYouThere?</strong><br />
<a href="http://www.wereyouthere.com/"> http://www.wereyouthere.com/</a><br />
Description: Social networking site collects firsthand accounts of historic moments (JFK assasination, 9/11/2001, First Lunar Landing, etc.) to create a resource for historical, journalistic and literary research on one hand, and schamltzy nostalgia and incoherent ramblings on the other.  More noise than signal, but as someone who spends a lot of time with oral histories, I can say that this is a really interesting idea.  Perhaps something like this could work on a smaller scale with some administrative control and narrower parameters.  Speaking of which&#8230;</p>
<p><strong>Hurricane Digital Memory Bank</strong><br />
<a href="http://hurricanearchive.org"> http://hurricanearchive.org</a><br />
Description: Uses Omeka &#8220;<em>to collect, preserve, and present the stories and digital record of Hurricanes Katrina and Rita. It contributes to the ongoing effort by historians and archivists to preserve the record of these storms by collecting first-hand accounts, on-scene images, blog postings, and podcasts.</em>&#8221;  No real way to verify information or control quality, but that&#8217;s not really the point.  Succeeds in creating a focused archive of first-hand accounts on a topic that is emotionally and politically charged, and will be for years to come.</p>
<p><strong>Australian Newspapers Digitisation Project</strong><br />
<a href="http://www.nla.gov.au/ndp/"> http://www.nla.gov.au/ndp</a><br />
Description: &#8220;<em>The National Library of Australia, in collaboration the Australian State and Territory libraries, has commenced a program to digitise out of copyright newspapers.  We are creating a free online service that will enable full-text searching of newspaper articles&#8230; published in each state and territory from the 1800s to the mid-1950s, when copyright applies</em>.&#8221;  Users can add tags and comments, as well as correct the automatically-generated text transcriptions</p>
<p><strong>The Commons on Flickr</strong><br />
<a href="http://www.flickr.com/commons"> http://www.flickr.com/commons</a><br />
Description: &#8220;<em>The key goals of The Commons on Flickr are to firstly show you hidden treasures in the world&#8217;s public photography archives, and secondly to show how your input and knowledge can help make these collections even richer.</em>&#8221;  Users are &#8220;invited to help describe the photographs you discover in The Commons on Flickr, either by adding tags or leaving comments.&#8221;  Participants include the Library of Congress, the Smithsonian Institute, and the George Eastman House.</p>
<p><strong>Dan Cohen&#8217;s Twitter Experiment</strong><br />
<a title="The Spider and the Web: Results -- DanCohen.org" href="http://www.dancohen.org/2009/04/29/the-spider-and-the-web-results/"> http://www.dancohen.org/2009/04/29/the-spider-and-the-web-results</a><br />
Description:  &#8220;<em>&#8230;using Twitter to replicate digitally the traditional &#8216;author’s query,&#8217; where a scholar asks readers of a journal for assistance with a research project.  I believe the results of this experiment are instructive about the significant advantages—and some disadvantages—for academia of what has come to be known as crowdsourcing.</em>&#8221;  Go read the blog post for more.  This is my favorite example, because it is so easy.  It&#8217;s not a website, it&#8217;s not an educational resource; it&#8217;s more akin to performance art (performance history? or as Cohen says &#8220;stunt lecturing&#8221;?).  Assuming you have a good handful of Twitter followers, you can organize and carry out little events like this on short notice and without any technological &#8220;overhead.&#8221;</p>
<p>Related Reading:</p>
<ul>
<li>Stephen Mihm in the Boston Globe: <a href="http://www.boston.com/bostonglobe/ideas/articles/2008/05/25/everyones_a_historian_now/?page=1">Everyone&#8217;s a Historian Now</a></li>
<li>Crowdsourcing Blog: <a href="http://crowdsourcing.typepad.com/cs/2008/06/chapter-8-the-i.html">User-Generated Content in History</a></li>
<li>Spellbound Blog: <a href="http://www.spellboundblog.com/2008/06/05/crowdsourced-transcription-collaborative-annotation/">Crowdsourced Transcription and Collaborative Annotation</a></li>
<li>Chronicle of Higher Ed. (Wired Campus): <a href="http://chronicle.com/wiredcampus/index.php?id=3248">Management Prof. Uses Crowdsourcing to Write Textbook</a></li>
</ul>
<p>There are many more projects and articles that apply to this topic.  But this is a blog post, not a research paper.  Feel free to share more resources and ideas in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffersonsnewspaper.org/2009/on-crowdsourcing-and-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

