<?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>Investigations of a Dog &#187; zotero</title>
	<atom:link href="http://www.investigations.4-lom.com/tag/zotero/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.investigations.4-lom.com</link>
	<description>Failing better at understanding the past</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:18:46 +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>Digital images: how do you manage?</title>
		<link>http://www.investigations.4-lom.com/2010/10/23/digital-images-how-do-you-manage/</link>
		<comments>http://www.investigations.4-lom.com/2010/10/23/digital-images-how-do-you-manage/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 15:09:35 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/?p=840</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Digital+images%3A+how+do+you+manage%3F&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2010-10-23&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2010/10/23/digital-images-how-do-you-manage/&amp;rft.language=English"></span>
Back in July I posted about a Python script I was working on to help with organizing photos of archival documents. I didn&#8217;t think it would all that interesting to many other people, but a comment from Chris Williams made me realize that there&#8217;s potentially quite a lot of demand for something like this. Digital [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Digital+images%3A+how+do+you+manage%3F&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2010-10-23&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2010/10/23/digital-images-how-do-you-manage/&amp;rft.language=English"></span>
<p>Back in July I <a href="../../../../../2010/07/20/multiple-indemnity/">posted</a> about a Python script I was working on to help with organizing photos of archival documents. I didn&#8217;t think it would all that interesting to many other people, but a comment from Chris Williams made me realize that there&#8217;s potentially quite a lot of demand for something like this. Digital photography in archives doesn&#8217;t seem to be much of a sexy buzz topic among digital historians, but it&#8217;s something that lots of researchers do even if they&#8217;re not into digital history (although <a href="http://melissaterras.blogspot.com/">Melissa Terras</a>&#8216;s <a href="http://www.amazon.co.uk/Digital-Images-Information-Professional-Melissa/dp/0754648605/ref=sr_1_1?ie=UTF8&amp;qid=1287845093&amp;sr=1-1">latest book</a> seems to cover it). As far as I know there aren&#8217;t any tools specifically designed to help with organizing large numbers of document images. The python script I&#8217;m working on is just a stopgap thing which is mostly specific to what I&#8217;m doing and how I work, and is never likely to be very user friendly. Maybe what we need is a Firefox extension that plugs into Zotero, or maybe image management features in Zotero itself. Some features that might be useful:</p>
<ul>
<li>Browse a directory 	of images in Firefox (I used to use MozImage for this, as I was 	reminded when I found<a href="../../../../../2007/12/17/zotero-is-good/"> this old post</a>)</li>
<li>Mark a page image 	as being the first or last in a document (this is the really crucial 	thing, and I&#8217;m not aware of any image browsers that can currently do 	it)</li>
<li>Create 	sub-directories for documents and move images into them based on 	first and last markers</li>
<li>Create Zotero 	items for marked documents, maybe with some fields pre-filled in a 	standard form which can be applied to all documents in a directory. 	For example, if I&#8217;m working through box SP 24/30 from the National 	Archives, set Repository to “TNA” and Loc in Archive to “SP 	24/30”.</li>
<li>Upload images to 	Flickr and create sets for them, maybe based on associated Zotero 	items; attach Flickr links to relevant Zotero items</li>
</ul>
<p>I&#8217;m not in a position to do this myself right now, but I need to learn how to make Firefox extensions sooner or later. Apart from image management stuff, I also need a word count extension (I usually draft most of my writing in a private wiki instead of a word processor; having Firefox count the words for me is much easier than pasting into Open Office just to see how much I&#8217;ve written). The one I used to use isn&#8217;t compatible with Firefox 3.6 and the author hasn&#8217;t updated it for a long time. Counting words can&#8217;t be that hard can it? Or maybe it is.</p>
<p>So, does anyone have any thoughts on image management? If you take lots of photos in the archives, how do you deal with them once you get them home? Is there any software I don&#8217;t know about which would do what I need? What features would make your life easier?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2010/10/23/digital-images-how-do-you-manage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Women Really Do Exist</title>
		<link>http://www.investigations.4-lom.com/2010/03/07/women-really-do-exist/</link>
		<comments>http://www.investigations.4-lom.com/2010/03/07/women-really-do-exist/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 11:57:08 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[gender]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[women's history]]></category>
		<category><![CDATA[ww1]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/?p=775</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Women+Really+Do+Exist&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2010-03-07&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2010/03/07/women-really-do-exist/&amp;rft.language=English"></span>
8th March is International Women&#8217;s Day, and March is National Women&#8217;s History Month in the US (it would be nice if there were more of them in a year, otherwise we have 11 men&#8217;s history months and 364 men&#8217;s days by default, but you can&#8217;t have everything, especially if you&#8217;re a woman&#8230;). The theme of [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Women+Really+Do+Exist&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2010-03-07&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2010/03/07/women-really-do-exist/&amp;rft.language=English"></span>
<p>8th March is <a href="http://www.internationalwomensday.com/">International Women&#8217;s Day</a>, and March is <a href="http://www.nwhp.org/whm/index.php">National Women&#8217;s History Month</a> in the US (it would be nice if there were more of them in a year, otherwise we have 11 men&#8217;s history months and 364 men&#8217;s days by default, but you can&#8217;t have everything, especially if you&#8217;re a woman&#8230;). The theme of this year&#8217;s  Women&#8217;s History Month is Writing Women Back Into History. I&#8217;ll probably write some posts about women&#8217;s and gender history later in the month. But right now seems like a good time to announce a new website/blog:</p>
<p><a href="http://theyreallydoexist.wordpress.com/">They Really Do Exist</a> “aims to be a directory of women who are active in traditionally male arenas”, “for all those people who are sick of hearing &#8216;But there ARE no women in that sector!&#8217; when they ask why the media or other publicity downplays the role played by women in any given area”.  The site was the idea of <a href="http://miss-s-b.dreamwidth.org/">Jennie Rigg</a>, a female political blogger who is, in her own very apt words, “FUCKING SICK” of being told that there are no female political bloggers. What I find most striking about this situation is that many male political bloggers (even liberal ones) try to delegitimize feminism by claiming that it isn&#8217;t really politics. In contrast, anti-feminist academics are more likely to delegitimize feminist history by asserting that it <em>is</em> political and therefore doesn&#8217;t meet their standards of (false) neutrality.  This double standard gives patriarchy the best of both worlds and makes things even more difficult for feminists. Maybe part of the problem of patriarchal equilibrium is that feminists are intellectually honest and abhor hypocrisy, whereas patriarchy thrives on it. Anyway, if you know of a woman who should be included in the list, leave a comment at the <a href="http://theyreallydoexist.wordpress.com/submit/">submit page</a>.</p>
<p>Inspired by Jennie&#8217;s example, I&#8217;ve expanded the scope of the <a href="https://www.zotero.org/groups/war_and_gender">War and Gender Zotero group</a> to include works on any aspect of military history written by women. There are now two sub-collections in the group library: one called “About Gender” which includes any works about the intersections of gender and sexuality with war written by anyone (which is what the group was originally limited to), and one called “By Women” which includes anything relating to wars and armed forces written by women. The new collection is still in its early stages. So far it only contains works by women that were already in the group library. There are lots more items in my personal library which need to be added. I&#8217;ve almost certainly made some embarrassingly wrong assumptions about people&#8217;s gender based only on their forenames, despite being trained by the Cambridge Population Group not to do that. [ETA 13 May 2011: I stopped doing this because it was too much trouble!]</p>
<p>And finally, here&#8217;s a photo of a nurse and some &#8220;munitions girls&#8221; from the First World War:</p>
<p><a title="Munitions Girls 1 by Dr Gavin Robinson, on Flickr" href="http://www.flickr.com/photos/wenham5thlincs/4327113153/"><img src="http://farm3.static.flickr.com/2736/4327113153_9192358152.jpg" alt="Munitions Girls 1" width="323" height="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2010/03/07/women-really-do-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converted to Ubuntu</title>
		<link>http://www.investigations.4-lom.com/2010/01/23/converted-to-ubuntu/</link>
		<comments>http://www.investigations.4-lom.com/2010/01/23/converted-to-ubuntu/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 14:47:09 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/?p=717</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Converted+to+Ubuntu&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2010-01-23&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2010/01/23/converted-to-ubuntu/&amp;rft.language=English"></span>
Last year computer programming was out, but now it&#8217;s back in. For me anyway. Having finished my data entry job in October I&#8217;ve got more spare computer time, which means I can be more active in digital history again. Some things are different now. Zotero has groups and syncing. The Programming Historian has moved since [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Converted+to+Ubuntu&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2010-01-23&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2010/01/23/converted-to-ubuntu/&amp;rft.language=English"></span>
<p>Last year computer programming was out, but now it&#8217;s back in. For me anyway. Having finished my data entry job in October I&#8217;ve got more spare computer time, which means I can be more active in digital history again. Some things are different now. <a href="http://www.zotero.org">Zotero</a> has groups and syncing. <a href="http://niche-canada.org/programming-historian/1ed">The Programming Historian</a> has moved since the last time I looked at it. I can finish my digital edition of Sandall&#8217;s history of the 5th Lincolns because Major Teall&#8217;s epilogue came out of copyright in the UK at the start of this year. But the biggest change is that I&#8217;ve switched my operating system from Windows to Linux. When I built my new desktop PC (codenamed Zen) I installed <a href="http://www.ubuntulinux.org/">Ubuntu</a>, and I love it. My laptop (codenamed Orac) still has Windows Vista, but I don&#8217;t use it much.</p>
<p>Changing to a completely different operating system might sound like a big step but it was actually really easy. This is partly because most of the applications I use are cross platform. I use Firefox more than any other application (and possibly more than all other applications put together). Don&#8217;t think that I spend all my time idly browsing the web: Firefox is vital for my historical research and writing. I use Zotero to store, sort, and access all the bibliographic data plus associated notes and PDFs for my research projects. These can all be synced between my PCs via the Zotero server and my own WebDAV server. My works in progress are now drafted on a private wiki which is also necessarily accessed through my web browser. This is much more powerful and flexible than writing in Word like I used to. Every page has an edit history so I can easily compare versions and revert to an earlier one. Wikilinks make it easy to fit sections together in different orders and link to supplementary information. Thanks to Google my e-mail and RSS feed reader are also on the web. When I&#8217;m not using Firefox, I still mostly use cross-platform applications. For the last few years I&#8217;ve used oXygen for XML editing and jEdit for find and replace operations, both of which are written in Java. Python can run on Linux, Windows and Macs, and although that doesn&#8217;t necessarily make individual scripts cross-platform it doesn&#8217;t really matter when I&#8217;m writing them for myself. The only Windows specific app that I&#8217;ve relied on in the last few years is MS Access. Even that was mainly because I was getting paid good money to put data into it for someone else. For my own research I&#8217;ve got some old databases from my PhD research, but all I ever need to do with them is export data into other formats.</p>
<p>Given all this, changing to Linux was not likely to be much of a problem, but that would be understating things. In fact it turned out to be a big advantage. Ubuntu is actually much quicker and easier to install and set up than Windows. It just works out of the box and comes with most of the things that most people need to get started. Open Office, Firefox, and even Python are all pre-installed. Once I&#8217;d added my favourite Firefox extensions and synced my Zotero library I was ready to do most of what I need to do. The only tricky things were manually installing a proprietary graphics driver and setting up DVD playback, but even this wasn&#8217;t too hard. If you don&#8217;t have a powerful new graphics card and don&#8217;t need 3D performance out of it, the pre-installed open source driver will be adequate for desktop stuff. Even setting up a network printer was completely painless.</p>
<p>Adding new applications is generally much easier than on Windows. Instead of buying a CD or downloading an executable file you can just access software repositories via a menu and tick boxes to select apps you want to be downloaded and installed. Because most of these apps are free in every sense of the word (like Ubuntu itself) you won&#8217;t have to pay money or agree to a licence that sells your soul to the devil. Via the repositories I could easily install Geany (a code editor which I now use for Python programming: I actually like it more than Komodo), gFTP (FTP client), the aforementioned jEdit, and the BeautifulSoup library for Python. It only took a <a href="https://help.ubuntu.com/community/ApacheMySQLPHP">few simple commands</a> at the terminal to install and set up an Apache server with PHP and MySQL for local testing. oXygen had to be downloaded and installed manually as it&#8217;s a proprietary application, but the academic licence is cheap and cross-platform: I originally bought it for Windows but my licence automatically carries over to Linux. To get it working properly I had to install the proprietary Sun version of Java, but that was easy to do via the repository. There is a thing called WINE which lets you run some Windows programs in Linux, but so far I&#8217;ve only used it for listening to music with Spotify.</p>
<p>With everything set up to my liking, Ubuntu has made me fitter, happier and more productive. It&#8217;s faster, more secure, more stable, and less annoying than Windows. You can start using it as soon as the desktop appears on the screen instead of waiting for it to finish starting, or dealing with a patronising storm of pop-ups about how your anti-virus might be out of date or how you&#8217;ve got unused icons on your desktop. The Blue Screen of Death is now just an unpleasant memory. Linux users generally don&#8217;t have virus scanners or software firewalls because we don&#8217;t need them. The only major problem I&#8217;ve had so far is when an upgrade to a new version didn&#8217;t agree with my proprietary graphics driver and made it impossible to boot to the desktop from the hard disk. Even that was surprisingly easy to recover from, as being able to run the operating system from the LiveCD makes it very easy to rescue any files which aren&#8217;t already backed up before doing a clean reinstall (and the reinstall process is quicker and easier than for Windows).</p>
<p>So those are my reasons for preferring Ubuntu to Windows. If you haven&#8217;t tried Linux before you can <a href="http://www.ubuntulinux.org/getubuntu/download">download Ubuntu</a>, burn it onto a CD, and then boot from the CD, which gives you an option to try it out without actually installing it on your PC. And it won&#8217;t cost you anything. Meanwhile I&#8217;ll be getting on with my research, writing and programming. And blogging about those things&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2010/01/23/converted-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Zotero Group: War and Gender</title>
		<link>http://www.investigations.4-lom.com/2009/08/27/new-zotero-group-war-and-gender/</link>
		<comments>http://www.investigations.4-lom.com/2009/08/27/new-zotero-group-war-and-gender/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 08:26:43 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[english civil war]]></category>
		<category><![CDATA[gender]]></category>
		<category><![CDATA[military history]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/?p=663</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=New+Zotero+Group%3A+War+and+Gender&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2009-08-27&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2009/08/27/new-zotero-group-war-and-gender/&amp;rft.language=English"></span>
It didn&#8217;t take long before I decided to start a Zotero group. It&#8217;s called War and Gender and is dedicated to collecting and sharing any material relating to the intersections of these two very important things. There are no limits on period or place, membership is open, and all members can add to the group [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=New+Zotero+Group%3A+War+and+Gender&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2009-08-27&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2009/08/27/new-zotero-group-war-and-gender/&amp;rft.language=English"></span>
<p>It didn&#8217;t take long before I decided to start a Zotero group. It&#8217;s called <a href="https://www.zotero.org/groups/war_and_gender">War and Gender</a> and is dedicated to collecting and sharing any material relating to the intersections of these two very important things. There are no limits on period or place, membership is open, and all members can add to the group library. So if you&#8217;re interested, and if you&#8217;re using Zotero 2.0, get stuck in.</p>
<p>You can see from <a href="https://www.zotero.org/bitterscene">my profile</a> that the groups I&#8217;m involved with so far are all quite specific and tend towards things that relatively little has been written about yet. I think we&#8217;re all still finding our way and sticking to things that are likely to be manageable. In the future it&#8217;ll be interesting to see if more general groups appear and whether they work out. I could start a British Civil Wars group, but it would be potentially huge. I already have over 900 items in my library tagged with &#8220;english civil war&#8221;, and these are mostly biased towards my research interests in England 1642-46. I don&#8217;t have very much on Scotland, Ireland, the Second Civil War, the Commonwealth or the Protectorate. Maybe more specialist sub-fields will be the way to go, but we&#8217;ll see eventually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2009/08/27/new-zotero-group-war-and-gender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now on Zotero 2.0</title>
		<link>http://www.investigations.4-lom.com/2009/08/21/now-on-zotero-2-0/</link>
		<comments>http://www.investigations.4-lom.com/2009/08/21/now-on-zotero-2-0/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 16:10:49 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[horses]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/?p=660</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Now+on+Zotero+2.0&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2009-08-21&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2009/08/21/now-on-zotero-2-0/&amp;rft.language=English"></span>
Ian MacInnes has set up a Zotero group for The horse in history and culture where we can pool references to horses. This was the incentive I needed to finally sort out my collections and upgrade to Zotero 2.0. I&#8217;ve set up my profile on the Zotero website, added a CV and shared my library [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Now+on+Zotero+2.0&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2009-08-21&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2009/08/21/now-on-zotero-2-0/&amp;rft.language=English"></span>
<p>Ian MacInnes has set up a Zotero group for <a href="https://www.zotero.org/groups/horses_in_history_and_culture">The horse in history and culture</a> where we can pool references to horses. This was the incentive I needed to finally sort out my collections and upgrade to Zotero 2.0. I&#8217;ve set up <a href="https://www.zotero.org/bitterscene">my profile</a> on the Zotero website, added a CV and shared my library so anyone can browse it. Although it looks like I&#8217;ve got an awful lot of collections, I&#8217;ve simplified the hierarchy and started making better use of tags. I&#8217;m not sharing notes at the moment, but maybe I will later. (NB: if you uncheck the &#8220;share notes&#8221; box in the privacy settings it only hides notes that are attached to items, not standalone notes.) There&#8217;s also another group for <a href="https://www.zotero.org/groups/early_modern_animal_studies">early-modern animal studies</a> where you can find stuff about other species as well as horses. Now I&#8217;m wondering what other groups would be useful, but I&#8217;m not sure if I want the responsibility of owning a group yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2009/08/21/now-on-zotero-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zotero 2.0: Social Bookporn</title>
		<link>http://www.investigations.4-lom.com/2009/05/18/zotero-20-social-bookporn/</link>
		<comments>http://www.investigations.4-lom.com/2009/05/18/zotero-20-social-bookporn/#comments</comments>
		<pubDate>Mon, 18 May 2009 09:27:57 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/?p=613</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+2.0%3A+Social+Bookporn&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2009-05-18&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2009/05/18/zotero-20-social-bookporn/&amp;rft.language=English"></span>
A while ago I was wondering whether there were any good social networking sites for academics, and whether I really needed one. Now it looks like Zotero is going to fill the gap. Zotero 2.0 is now in beta, and Dan Cohen has given a rundown of the new features. Users will get a personal [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+2.0%3A+Social+Bookporn&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2009-05-18&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2009/05/18/zotero-20-social-bookporn/&amp;rft.language=English"></span>
<p>A while ago I was wondering whether there were any good social networking sites for academics, and whether I really needed one. Now it looks like Zotero is going to fill the gap. <a href="http://www.zotero.org/blog/zotero-2mothership-lands/">Zotero 2.0</a> is now in beta, and <a href="http://www.dancohen.org/2009/05/14/zotero-20-is-here/">Dan Cohen</a> has given a rundown of the new features. Users will get a personal page on the Zotero site allowing us to network and interact with people with similar research interests, and users will be able to create and join groups to make sharing of bibliographic data easier. This all looks really exciting. I&#8217;ll probably try it once I&#8217;ve got my Zotero collections and tags in better order.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2009/05/18/zotero-20-social-bookporn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Now even more Zotero-able</title>
		<link>http://www.investigations.4-lom.com/2008/02/05/now-even-more-zotero-able/</link>
		<comments>http://www.investigations.4-lom.com/2008/02/05/now-even-more-zotero-able/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 18:30:13 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/2008/02/05/now-even-more-zotero-able/</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Now+even+more+Zotero-able&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2008-02-05&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2008/02/05/now-even-more-zotero-able/&amp;rft.language=English"></span>
The new version of Zotero makes it very easy to insert Zotero-friendly bibliographies into blogs. You can now drag and drop items straight from Zotero and it will automatically create a nicely formatted HTML bibliography with COinS metadata so that other people can grab your citations into their Zotero library (you need to change some [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Now+even+more+Zotero-able&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2008-02-05&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2008/02/05/now-even-more-zotero-able/&amp;rft.language=English"></span>
<p>The <a href="http://www.zotero.org/blog/zotero-103-web-bibliography-gets-a-little-easier/">new version of Zotero</a> makes it very easy to insert Zotero-friendly bibliographies into blogs. You can now drag and drop items straight from Zotero and it will automatically create a nicely formatted HTML bibliography with COinS metadata so that other people can grab your citations into their Zotero library (you need to change some preferences but it&#8217;s easy).</p>
<p>So I&#8217;m going through my old posts and adding bibliographies where applicable. I&#8217;ve got up to February 2007, but the rest shouldn&#8217;t take too long. Take a look at the post archives for 2006 to see it in action.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2008/02/05/now-even-more-zotero-able/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Techonology and Great War Research</title>
		<link>http://www.investigations.4-lom.com/2008/01/04/techonology-and-great-war-research/</link>
		<comments>http://www.investigations.4-lom.com/2008/01/04/techonology-and-great-war-research/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 19:11:18 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[ww1]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/2008/01/04/techonology-and-great-war-research/</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Techonology+and+Great+War+Research&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2008-01-04&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2008/01/04/techonology-and-great-war-research/&amp;rft.language=English"></span>
The Great War Forum now has a sub-forum called Using The Technology devoted to discussions of how to apply IT to First World War research. This could be a good place for digital historians to reach out to amateur researchers and show them new tools and techniques. It should also be a valuable source of [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Techonology+and+Great+War+Research&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2008-01-04&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2008/01/04/techonology-and-great-war-research/&amp;rft.language=English"></span>
<p>The Great War Forum now has a sub-forum called <a href="http://1914-1918.invisionzone.com/forums/index.php?showforum=72">Using The Technology</a> devoted to discussions of how to apply IT to First World War research. This could be a good place for digital historians to reach out to amateur researchers and show them new tools and techniques. It should also be a valuable source of ideas about how to use computers for research, and examples of how technology can make a difference in practice. I&#8217;ve already been telling everyone there about how cool <a href="http://www.zotero.org/">Zotero</a> is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2008/01/04/techonology-and-great-war-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zotero, XML, Python, and SP28</title>
		<link>http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/</link>
		<comments>http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 19:43:53 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[digital history]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sp28]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero%2C+XML%2C+Python%2C+and+SP28&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2007-12-20&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/&amp;rft.language=English"></span>
Since my last post I&#8217;ve been doing some more experiments to see how Zotero can be used for cataloguing previously uncatalogued administrative records from the English Civil War. I&#8217;ve now put some more of my ideas into practice in demo form and they seem to work. Linking images to Zotero items and adding metadata went [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero%2C+XML%2C+Python%2C+and+SP28&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2007-12-20&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/&amp;rft.language=English"></span>
<p>Since my <a href="http://www.investigations.4-lom.com/2007/12/17/zotero-is-good/">last post</a> I&#8217;ve been doing some more experiments to see how Zotero can be used for cataloguing previously uncatalogued administrative records from the English Civil War. I&#8217;ve now put some more of my ideas into practice in demo form and they seem to work. Linking images to Zotero items and adding metadata went very smoothly. The idea of adding extra data by putting XML tags in notes also works, although this is just a stopgap until they implement custom fields. Once you have data in Zotero it&#8217;s very easy to export it as XML and do whatever you want with it. More details below, but it gets a bit technical and even includes some sample code (formatting code in WordPress is hard, and it&#8217;ll probably screw up the layout for some people). If you&#8217;re not A. Nerd and you&#8217;re not doing the shopping for your mum you might want to stop reading now.</p>
<p><span id="more-158"></span>First of all creating the items. I had a sample of 50 images of pay warrants from SP28/1A to use for this test run. This wasn&#8217;t quite a fair test as I knew in advance that they were all exactly the same kind of document: warrants authorized by the Earl of Essex in August 1642. In practice you don&#8217;t always get unbroken runs as there are sometimes other kinds of documents mixed in with the main series of warrants. So I pointed MozImage at the directory where the images were and went through each one, creating a new item, linking to the image file, and adding the metadata. The template hack that I mentioned in the last post worked really well here, saving a lot of time and effort. I realized that I was barking up the wrong tree with my hope that I could keep multiple templates in the same RDF file and select one by clicking on the folder. It makes much more sense to keep one template in each RDF file and attach a snapshot of it to the item that you created it from. That way you can see exactly which fields are prefilled. Otherwise if you have a lot of these templates it would be difficult to remember exactly what each one did. In this case I prefilled the author, repository, and location fields, and also set up notes with the XML tags that I used as pseudo-custom fields. These are to record the amounts of money due and paid, the date of payment (often different from the date that the warrant was authorized), and the names of the people who were paid.</p>
<p>It took about two and a half hours to create items, link images, and fill in all the data for these 50 documents. That&#8217;s an average of about three minutes per document, which isn&#8217;t too bad, and might improve with practice and/or more timesaving shortcuts (if I can think of any). It only took 10 minutes to photograph these 50 documents, which is faster than my more recent experiment with an account book (see <a href="http://www.investigations.4-lom.com/2007/11/30/an-exciting-day-at-the-pro/">here</a>), I think partly because I didn&#8217;t need to use weights for this volume. So in a total of 3 minutes 10 seconds I have a digital image of the document plus the most important data in machine readable form. That compares quite favourably with taking notes by hand and then copying them onto file cards, which is how I dealt with these same documents 10 years ago.</p>
<p>Once the data was entered I exported the collection to a MODS XML file. When Zotero  exports notes to XML any angle brackets in the note are converted to entity references, but it takes hardly any time to run a Find and Replace (I use jEdit for this) to turn them back. This is a sample record from the file, including the custom XML fields in the notes:</p>
<p>&lt;mods&gt;<br />
&lt;titleInfo&gt;<br />
&lt;title&gt;Warrant&lt;/title&gt;<br />
&lt;/titleInfo&gt;<br />
&lt;typeOfResource&gt;text&lt;/typeOfResource&gt;<br />
&lt;genre authority=&#8221;local&#8221;&gt;manuscript&lt;/genre&gt;<br />
&lt;genre&gt;Warrant&lt;/genre&gt;<br />
&lt;name type=&#8221;personal&#8221;&gt;<br />
&lt;namePart type=&#8221;family&#8221;&gt;Essex&lt;/namePart&gt;<br />
&lt;namePart type=&#8221;given&#8221;&gt;Earl of&lt;/namePart&gt;<br />
&lt;role&gt;<br />
&lt;roleTerm type=&#8221;code&#8221; authority=&#8221;marcrelator&#8221;&gt;aut&lt;/roleTerm&gt;<br />
&lt;/role&gt;<br />
&lt;/name&gt;<br />
&lt;part&gt;<br />
&lt;extent unit=&#8221;pages&#8221;&gt;<br />
&lt;start&gt;48&lt;/start&gt;<br />
&lt;end&gt;48&lt;/end&gt;<br />
&lt;/extent&gt;<br />
&lt;/part&gt;<br />
&lt;originInfo&gt;<br />
&lt;dateCreated&gt;1642-08-11&lt;/dateCreated&gt;<br />
&lt;/originInfo&gt;<br />
&lt;location&gt;<br />
&lt;physicalLocation&gt;SP 28/1A&lt;/physicalLocation&gt;<br />
&lt;/location&gt;<br />
&lt;note type=&#8221;content&#8221;&gt;&lt;amountdue&gt;<br />
&lt;pounds&gt;69&lt;/pounds&gt;<br />
&lt;shillings&gt;0&lt;/shillings&gt;<br />
&lt;pence&gt;0&lt;/pence&gt;<br />
&lt;/amountdue&gt;<br />
&lt;/note&gt;<br />
&lt;note type=&#8221;content&#8221;&gt;&lt;amountrecd&gt;<br />
&lt;pounds&gt;69&lt;/pounds&gt;<br />
&lt;shillings&gt;0&lt;/shillings&gt;<br />
&lt;pence&gt;0&lt;/pence&gt;<br />
&lt;/amountrecd&gt;<br />
&lt;/note&gt;<br />
&lt;note type=&#8221;content&#8221;&gt;&lt;datepaid&gt;1642-08-15&lt;/datepaid&gt;&lt;/note&gt;<br />
&lt;note type=&#8221;content&#8221;&gt;&lt;payto standard=&#8221;"&gt;<br />
&lt;titlebefore&gt;Sir&lt;/titlebefore&gt;<br />
&lt;firstname&gt;Philip&lt;/firstname&gt;<br />
&lt;surname&gt;Stapleton&lt;/surname&gt;<br />
&lt;titleafter&gt;&lt;/titleafter&gt;<br />
&lt;/payto&gt;&lt;/note&gt;<br />
&lt;note type=&#8221;content&#8221;&gt;&lt;recdby standard=&#8221;"&gt;<br />
&lt;titlebefore&gt;&lt;/titlebefore&gt;<br />
&lt;firstname&gt;Edward&lt;/firstname&gt;<br />
&lt;surname&gt;Constable&lt;/surname&gt;<br />
&lt;titleafter&gt;&lt;/titleafter&gt;<br />
&lt;/recdby&gt;&lt;/note&gt;<br />
&lt;/mods&gt;</p>
<p>You could easily do almost anything with this data now (except putting it back into Zotero and synchronizing it with the original records might be problematic, but all I want to do is analyze the data outside Zotero). I just tried writing a Python script to pull some of the fields into a SQLite database, which isn&#8217;t very exciting, but everybody&#8217;s got to start somewhere. This is the first time I&#8217;ve tried writing Python code which actually does anything. If you&#8217;re dealing with SQLite there&#8217;s another useful Firefox plugin which can help you: <a href="https://addons.mozilla.org/en-US/firefox/addon/5817">SQLite Manager</a> allows you to create, edit, and view SQLite databases.</p>
<p>XML DOM makes it very easy to deal with XML in Python. You just feed an XML file into the parser,  and then you can access any of the elements using some simple functions. I couldn&#8217;t find a really quick and easy way to get at the text content of XML tags (I think there are some proprietary Javascript extensions which do this better) so I wrote this function:</p>
<pre>
from xml.dom import minidom #imports xml library

def xmltext (myelement): #returns list of text from xml element
    mychildren = myelement.childNodes #makes list of child nodes
    mytext = [] #list to store text data in
    for x in mychildren: #loop through list of child nodes
        if x.data: #if node contains text data, append data to list
            mytext.append(x.data)
    return mytext #return the list containing data of any text nodes</pre>
<p>It takes an XML element object and returns a list of any text data in its child nodes. There are probably better ways to do this but I haven&#8217;t found them yet. It works well enough for what I want to do.</p>
<p>Then I wrote this script to pull the location and page number fields out of the XML and insert them into a database:</p>
<pre>
#import xml library
from xml.dom import minidom
#imports sqlite library
import sqlite3
#imports custom function to get text from xml element
from xmltext import xmltext

#parse xml document into object
xmldoc = minidom.parse('sp281a.xml')
#pull out all records and puts into list
records = xmldoc.getElementsByTagName('mods') 

#opens database connection and create cursor
conn = sqlite3.connect('wrtest.sqlite', isolation_level=None)
c = conn.cursor()

#loop through every record
for x in records:
   #get child location elements into list
    location = x.getElementsByTagName('physicalLocation')
   #call function to get text
    loc_text = xmltext(location[0])
    #repeat for the other field
    folio = x.getElementsByTagName('start')
    folio_text = xmltext(folio[0])

    mydata = loc_text[0], folio_text[0]
    #run SQL to insert data into table
    c.execute("insert into warrants values (?,?)", mydata) 

conn.close()</pre>
<p>And that&#8217;s it for now. Maybe not very exciting in itself, but there&#8217;s a lot of potential. There are lots more things that I need to do, including writing some code to add up pre-decimal currency.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2007/12/20/zotero-xml-python-and-sp28/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zotero is good</title>
		<link>http://www.investigations.4-lom.com/2007/12/17/zotero-is-good/</link>
		<comments>http://www.investigations.4-lom.com/2007/12/17/zotero-is-good/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 16:17:07 +0000</pubDate>
		<dc:creator>Gavin Robinson</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[sp28]]></category>
		<category><![CDATA[zotero]]></category>

		<guid isPermaLink="false">http://www.investigations.4-lom.com/2007/12/17/zotero-is-good/</guid>
		<description><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+is+good&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2007-12-17&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2007/12/17/zotero-is-good/&amp;rft.language=English"></span>
In a previous post I mentioned experimenting with taking photos at the Public Records Office/National Archives. Getting good photos is only part of the problem. The real work starts when you get them home. How do you organise them and make sense of them? It should be no surprise that Zotero is really useful for [...]]]></description>
			<content:encoded><![CDATA[	
	<span class="Z3988" title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;rfr_id=info%3Asid%2Focoins.info%3Agenerator&amp;rft.title=Zotero+is+good&amp;rft.aulast=Robinson&amp;rft.aufirst=Gavin&amp;rft.subject=History&amp;rft.source=Investigations+of+a+Dog&amp;rft.date=2007-12-17&amp;rft.type=blogPost&amp;rft.format=text&amp;rft.identifier=http://www.investigations.4-lom.com/2007/12/17/zotero-is-good/&amp;rft.language=English"></span>
<p>In a <a href="http://www.investigations.4-lom.com/2007/11/30/an-exciting-day-at-the-pro/">previous post</a> I mentioned experimenting with taking photos at the Public Records Office/National Archives. Getting good photos is only part of the problem. The real work starts when you get them home. How do you organise them and make sense of them? It should be no surprise that <a href="http://www.zotero.org/">Zotero</a> is really useful for this, but I&#8217;ve discovered a few tricks to make it even better.</p>
<p><span id="more-157"></span>One of the main challenges of the Commonwealth Exhequer Papers (<a href="http://yourarchives.nationalarchives.gov.uk/index.php?title=SP_28">SP 28</a>), is that although the class contains a huge amount of useful information about the British Civil Wars it isn&#8217;t very well sorted or catalogued. It includes lots of different kinds of documents created by different organisations at different times for different purposes. These documents range from warrants and bills on a single sheet of paper to account books with over 100 pages. Having photos of every page is a huge advantage over having barely legible handwritten notes. It&#8217;s almost like having the original document at home on your desk, but using Zotero we can make it better than the original document without losing anything. I can create a Zotero item corresponding to the document (whether it&#8217;s a pay warrant, an account book, or anything else) and attach the page images to it. Then I can add all kinds of metadata using the item fields, notes, and tags, and rearrange the items however I want, while still having instant access to images of the original, and still being able to get them back into their original order. That&#8217;s the theory. Today I&#8217;ve been trying it to see how it might work in practice, using some test shots of pay warrants that I took last year.</p>
<p>First I had to work out what kind of document I was looking at, then create a new item for it, then attach the correct images. I&#8217;ve found that the best way to do this is to use another Firefox plugin called <a href="https://addons.mozilla.org/en-US/firefox/addon/168">MozImage</a>. Sadly it isn&#8217;t a picture of Morrissey, but it&#8217;s almost as good: it lets you browse image files on your local hard drive through Firefox. [<strong>Edit:</strong> I've just noticed that it can also browse directories on a web server, which could be useful for collaboration] You can easily click forwards or backwards through a folder of photos taken in the archives to see how many pages there are in a document. Viewing it full size in the browser window, with the option to zoom in and out, makes it easy to identify what kind of document it is. Once you&#8217;ve created the item you can attach a snapshot or link to each image just as you would with a web page.</p>
<p>It would be nice if Zotero had some similar way of letting you scroll through item attachments. Being able to click forward and back buttons to view the next/previous attached file would be easier than having to click on each one.</p>
<p>Creating an item for each document can get quite tedious and repetitive, especially as there might be up to 1,000 pay warrants in each box of SP 28, each one of which needs to be catalogued as a separate document. Fortunately I thought of a quick and easy hack which lets you create an item from a template without having to do any actual programming:</p>
<ol>
<li>Create a new item in Zotero and fill in the bits that you need to apply to every document of that type. For example I might set the Author as &#8220;Earl of Essex&#8221;, Title as &#8220;Pay Warrant&#8221;, Repository as &#8220;TNA: PRO&#8221;, and Loc In Archive as &#8220;SP28&#8243;.</li>
<li>Select the item and export it as Zotero RDF.</li>
<li>Open the RDF file in Firefox.</li>
<li>The magic icon should appear in the address bar. If you click on it you get a new item with the fields pre-filled with the data you set up.</li>
<li>You can also take a snapshot of the RDF file in Zotero so that you can easily find it and open it whenever you need it.</li>
</ol>
<p>It would be even better if I could export several items to the same RDF file and choose one from the drop down menu on the folder icon, but it doesn&#8217;t seem to work like that &#8211; I just get a single icon and clicking it imports every item in the file. [<strong>Edit: </strong>selecting from multiple items isn't really necessary as I've thought of a better way to do it now]</p>
<p>The basic item fields are quite useful for adding metadata and sorting documents &#8211; especially author, date, repository, and location &#8211; but there&#8217;s a lot of data I need which won&#8217;t fit. This is where tags come in. I can use these to sort documents by type (pay warrants, quartering bills, accounts etc), or by content. For example I could pull out all warrants relating to cavalry troops, all warrants for purchase of horses etc. The number of officers and units is finite, so it might be feasible to have  a tag for each unit or its commander (although I&#8217;d have to standardize the spelling for this to work properly).</p>
<p>There&#8217;s some data which tags can&#8217;t deal with. For example I need to extract and add up amounts of money. Once custom fields have been implemented (and this is a planned feature of Zotero, although I don&#8217;t know when it&#8217;s coming) this should be easy. Until then I&#8217;m wondering if I could use notes with the data marked up by XML tags. Using the template trick  it would be easy to create an item with a note with the XML tags already in it. Then I could probably write a Python script to pull out the data and do something with it.</p>
<p>I&#8217;m also thinking about how to export data to the <a href="http://yourarchives.nationalarchives.gov.uk/index.php?title=Home_page">Your Archives</a> wiki. It should be possible to use a script, or maybe just a citation style, to generate document references and summaries in wiki format. But this is all speculation. I&#8217;ll have to do some more thinking and experimenting. For now I&#8217;m just really pleased that Zotero exists and is free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.investigations.4-lom.com/2007/12/17/zotero-is-good/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

