<?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>blog.ecorrado.us &#187; technology</title>
	<atom:link href="http://blog.ecorrado.us/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ecorrado.us</link>
	<description>Ramblings about library technology, open source software, and other adventures!</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:04:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Symlinking MySQL data files</title>
		<link>http://blog.ecorrado.us/2012/01/19/symlinking-mysql-data-files/</link>
		<comments>http://blog.ecorrado.us/2012/01/19/symlinking-mysql-data-files/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 22:59:30 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1106</guid>
		<description><![CDATA[Due to space issues, I had to move my MySQL data files (/var/lib/mysql) on a Ubuntu box to another file system. I did that and created a symlink, but MySQL would not start. It turns out to be an easy fix. I found a post on MySQL Forums from someone who had a similar problem, [...]]]></description>
			<content:encoded><![CDATA[<p>Due to space issues, I had to move my MySQL data files (/var/lib/mysql) on a Ubuntu box to another file system. I did that and created a symlink, but MySQL would not start. It turns out to be an easy fix. I found a post on MySQL Forums from someone who had a similar problem, and someone named Richard Guy posted my solution:</p>
<blockquote><p>
Did you fix the apparmor config file for mysqld and restart apparmor?</p>
<p>first you need to edit /etc/apparmor.d/usr.sbin.mysqld and add the new fully qualified (ie, no symbolic link) path(s). [you may want to leave the original /var/lib/mysql entries intact <img src='http://blog.ecorrado.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ]</p>
<p>then &#8220;restart&#8221; apparmor:</p>
<p>sudo invoke-rc.d apparmor reload</p>
<p>for more info, see<a href="https://help.ubuntu.com/community/AppArmor"> https://help.ubuntu.com/community/AppArmor</a> </p></blockquote>
<p>I edited the file as appropriate, and MySQL started fine and now I don&#8217;t have to worry about my disk space filling up again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2012/01/19/symlinking-mysql-data-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is that annonymous e-mail annonymous?</title>
		<link>http://blog.ecorrado.us/2012/01/17/is-that-annonymous-e-mail-annonymous/</link>
		<comments>http://blog.ecorrado.us/2012/01/17/is-that-annonymous-e-mail-annonymous/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 02:15:57 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1101</guid>
		<description><![CDATA[A friend on facebook posted a link the other day to an article about University of Illinois President Michael Hogan&#8217;s chief of staff resigning after an anonymous e-mail was sent to the University Senates Conference from a Yahoo! e-mail account. I don&#8217;t know much about what is happening at the University of Illinois but I [...]]]></description>
			<content:encoded><![CDATA[<p>A friend on facebook posted a link the other day to an article about University of Illinois President Michael Hogan&#8217;s chief of staff resigning after an anonymous e-mail was sent to the University Senates Conference from a Yahoo! e-mail account. I don&#8217;t know much about what is happening at the University of Illinois but I was intrigued about the attempt at anonymous e-mail. </p>
<p>The article stated that a computer science professor, <a href="http://cs.illinois.edu/people/faculty/roy-campbell">Roy Campbell</a>, was able to determine that the emails may have been sent by someone in the president&#8217;s office. The initial article I read didn&#8217;t say how the computer science professor figured that out so I thought he might have looked at the e-mail headers. I did some checking with e-mails sent to my personal e-mail account from people with Yahoo! addresses and found that, indeed, Yahoo! e-mail does include the senders ip address in the header (actual IP replaced by XXX.XXX.XXX.XXX):</p>
<blockquote><p>Received: from [XXX.XXX.XXX.XXX] by web112906.mail.gq1.yahoo.com via HTTP; Fri, 13 Jan 2012 12:11:28 PST</p></blockquote>
<p>However, I came across another article that had a little more information and while I don&#8217;t know that Dr. Campbell didn&#8217;t look at the headers (I imagine he did), he also found some clues as to where the e-mail was sent from because the person who sent them composed the e-mail using Microsoft Word and then pasted the content into the Yahoo! Mail. A Chicago Tribune article noted Dr. Campbell as saying &#8220;<a href="ttp://articles.chicagotribune.com/2012-01-08/news/ct-met-u-of-i-investigation-0108-20120108_1_emails-professor-faculty-member">One should also be careful writing anonymous email using (Microsoft) Word <img src='http://blog.ecorrado.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</a>&#8221; </p>
<p>I did some testing with cut and pasting from Microsoft Word and I wasn&#8217;t able to find any personally identifying information in the mark-up that comes across when you don&#8217;t send the e-mail as plain text via Yahoo! but I am sure that depending on your configuration and version of Word it could happen.</p>
<p>I think the take-away from this story in regards to e-mail is that you should never assume any e-mail you send is truly anonymous. It is true that you can make it &#8220;more anonymous&#8221; and harder to figure out depending on how you sent it and what tools you used, but unless you really take great lengths and know what you are doing, given enough resources if someone wants to enough where an e-mail came from thy can probably can figure it out or come close enough. Maybe not enough for a court of law, but enough that you&#8217;ll probably wish you didn&#8217;t send it. While it was a computer science professor that first figured out the e-mail was probably not from someone on the committee, it really wouldn&#8217;t have taken a computer genius in this case to figure out where it may have come from. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2012/01/17/is-that-annonymous-e-mail-annonymous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Worldcat record use policy causes National Library of Sweden to end negotiatons with OCLC</title>
		<link>http://blog.ecorrado.us/2011/12/22/sweden-oclc/</link>
		<comments>http://blog.ecorrado.us/2011/12/22/sweden-oclc/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 23:36:42 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1098</guid>
		<description><![CDATA[The National Library of Sweden has decided to end negotiations with OCLC about uploading their union catalog, Libris, into WorldCat as well as using WorldCat as a source of records in Libris. According to the announcement, Libris is and needs to remain an open database and OCLC&#8217;s WorldCat Rights and Responsibilities for the OCLC Cooperative [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.kb.se/english/about/news/No-deal-with-OCLC/">National Library of Sweden has decided to end negotiations with OCLC</a> about uploading their union catalog, <a href="http://libris.kb.se/">Libris</a>, into WorldCat as well as using WorldCat as a source of records in Libris. According to the announcement, Libris is and needs to remain an open database and OCLC&#8217;s <a href="http://www.oclc.org/worldcat/recorduse/policy/default.htm">WorldCat Rights and Responsibilities for the OCLC Cooperative</a> does not make that possible. The National Library also believes that the record use terms would make it impossible to contribute biographical data to Europeana and the European Library. As Karen Coyle mentions in her <a href="http://kcoyle.blogspot.com/2011/12/national-library-of-sweden-and-oclc.html">blog post about this decision</a>,  open data (or the lack of it) is not just an idealogical stance: it &#8220;has real practical applications.&#8221; Whatever good the WorldCat record use policy has had, this is a real-world example of how it can (and in this case, has) also harm libraries &#8211; including OCLC member libraries who will not be able to access Libris records via WorldCat. </p>
<p><em><a href="http://www.libraryjournal.com/lj/home/893131-264/national_library_of_sweden_no.html.csp">Library Journal</a></em> contacted OCLC about the announcement, but they did not immediately respond to LJ&#8217;s request for comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2011/12/22/sweden-oclc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MITx</title>
		<link>http://blog.ecorrado.us/2011/12/20/mitx/</link>
		<comments>http://blog.ecorrado.us/2011/12/20/mitx/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 21:48:03 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1094</guid>
		<description><![CDATA[Some of you probably have seen MIT&#8217;s announcement of MITx on December 19. Basically, “MITx will offer a portfolio of MIT courses through an online interactive learning platform.” It will “operate on an open-source, scalable software infrastructure” and offer many features that current learning Management Systems offer as well as some other unique features. While [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you probably have seen MIT&#8217;s <a href="http://web.mit.edu/newsoffice/2011/mitx-education-initiative-1219.html">announcement of <em>MITx</em></a> on December 19. Basically, “<em>MITx</em> will offer a portfolio of MIT courses through an online interactive learning platform.” It will “operate on an open-source, scalable software infrastructure” and offer many features that current learning Management Systems offer as well as some other unique features. While the technology sounds interesting, I am most interested in the program itself, in particular the credentialing. MIT has been a leader in the open education with its <a href="http://ocw.mit.edu/index.htm">OpenCourseWare</a> project, but adding a level of credentialing is a huge step. There isn&#8217;t  a lot of information available yet, but basically if you want to learn, you can do that for fee. If you want some form of credential, there will be a fee for that. The credential will be a certificate of completion that will be offered buy a not-for-profit body within the Institute created to do such a thing. The body offering the credentials will be distinctly named to avoid confusion that MIT “proper” awarded the credential and costs are yet to be determined.</p>
<p><em>MITx</em> has yet to announce what classes will be available but they plan to start offering classes in Spring 2012. More information can be found on the <a href="http://web.mit.edu/newsoffice/2011/mitx-faq-1219"><em>MITx</em> announcement FAQ</a>.  If they have something I am interested in and it fits my schedule, I may try to take a class and, if I do, I&#8217;ll probably pay for the credential. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2011/12/20/mitx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I did on my September Vacation</title>
		<link>http://blog.ecorrado.us/2011/10/05/what-i-did-on-my-september-vacation/</link>
		<comments>http://blog.ecorrado.us/2011/10/05/what-i-did-on-my-september-vacation/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 21:52:33 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1085</guid>
		<description><![CDATA[Last week I took off from work for some vacation, but I didn&#8217;t leave the library world behind. In fact, I co-presented a Webinar, &#8220;Cloud computing and libraries: The view from 10,000 feet, with Dr. Heather Lea Moulaison that was put on by Education Institute (Canada) and the Neal-Schuman Professional Education Network (USA), talked to [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I took off from work for some vacation, but I didn&#8217;t leave the library world behind. In fact, I co-presented a Webinar, &#8220;<a href="http://www.thepartnership.ca/partnership/bins/calendar_page.asp?cid=2488-2321-4277">Cloud computing and libraries: The view from 10,000 feet</a>, with <a href="http://moulaison.net/">Dr. Heather Lea Moulaison</a> that was put on by Education Institute (Canada) and the Neal-Schuman Professional Education Network (USA), talked to an LIS class at the University of Missouri (incidentally, I was very impressed by the students), and attended and co-presented a session with Dr. Moulaison at the LITA National Forum. </p>
<p>I skipped the last couple of LITAs National Forums as in the past I have not found them as useful for me as some other conferences I go to. With limited travel budgets, you need to look for value. LITA does not appear to be highly subsidized by sponsors and isn&#8217;t a cheap conference compared to other library conferences and the content has been a little weak in my areas. However when an opportunity to present with my co-editor, Heather Lea Moulaison, of <a href="http://www.neal-schuman.com/gscc">Getting Started with Cloud Computing: A LITA Guide</a> in her home state emerged, I figure, hey, why not? What else am I going to do with these vacation days? If I don&#8217;t use some, I&#8217;ll lose them, so I might as well hang out with some library peeps. Incidentally, one thing good about going to a conference on your own time and money, is you don&#8217;t have to think about skipping stuff if you want to since you are under no obligation to your employer to go if you&#8217;d rather do something else. <img src='http://blog.ecorrado.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I am not going to review the whole conference but I was happy to see what seemed like an increase in sessions that were more advanced (technology-wise). It isn&#8217;t that past Forums were bad, I just wasn&#8217;t the proper audience. Kudos to this year&#8217;s program planners. I&#8217;d like to see less long breaks and it seemed odd that the posters were at the end of the day Saturday with no food or refreshment, but oh well. While I am on it, this isn&#8217;t just a LITA thing, but I think at most conferences sessions are too long. I&#8217;d much rather see two 25 minute presentations then one fifty minute one. I think this is were <a href="http://code4lib.org/conference">Code4Lib</a> with it&#8217;s 20 minute time slots does a real good job. Library Journal has a <a href="http://www.libraryjournal.com/lj/home/892285-264/lita_national_forum_2011_practically.html.csp">good review of the 2011 LITA National Forum</a> (and I&#8217;m not just saying that because they liked our presentation, although I&#8217;m pleased that they did.</p>
<p>The slides from our LITA presentation, <a href="http://codabox.org/89/">Practical Approaches to Cloud Computing at YOUR Library</a>, are available on <a href="http://codabox.org/">CodaBox</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2011/10/05/what-i-did-on-my-september-vacation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webinar on Digital Preservation tommorow</title>
		<link>http://blog.ecorrado.us/2011/09/19/webinar-on-digital-preservation-tommorow/</link>
		<comments>http://blog.ecorrado.us/2011/09/19/webinar-on-digital-preservation-tommorow/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 20:18:15 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1081</guid>
		<description><![CDATA[Tomorrow (Tuesday, September 20, 2011) I will be one of two people presenting a Library Journal Webinar called Low Maintenance, High Value: How Binghamton University Libraries Used Digital Preservation to Increase its Value on Campus. My Co-presenter is Ido Peled, Rosetta Product Manager, Ex Libris Group. Ex Libris is also a cosponsor. The abstract of [...]]]></description>
			<content:encoded><![CDATA[<p>Tomorrow (Tuesday, September 20, 2011) I will be one of two people presenting a Library Journal Webinar called L<a href="http://www.libraryjournal.com/lj/tools/webcast/891796-388/low_maintenance_high_value_how.html.csp">ow Maintenance, High Value: How Binghamton University Libraries Used Digital Preservation to Increase its Value on Campus</a>. My Co-presenter is Ido Peled, Rosetta Product Manager, <a href="http://exlibrisgroup.com/">Ex Libris Group</a>. Ex Libris is also a cosponsor.  The abstract of our talk is:</p>
<blockquote><p>Is end-to-end Digital Preservation here today? Does it require an army of staff to manage? Is it a library function or a central IT function? Answer these questions and more while hearing Edward Corrado tell the story of turning the Binghamton University Libraries into the university&#8217;s identity and heritage storehouse.</p></blockquote>
<p>Apparently you can register now and they will send you a link to the webcast is archived for your viewing pleasure.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2011/09/19/webinar-on-digital-preservation-tommorow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Library Linked Data</title>
		<link>http://blog.ecorrado.us/2011/08/05/library-linked-data/</link>
		<comments>http://blog.ecorrado.us/2011/08/05/library-linked-data/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 21:37:53 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1075</guid>
		<description><![CDATA[Carl Grant has an excellent blog post about a vendor&#8217;s perspective on the case of the Library Linked Data Model. It is well worth a read if you are interested in Library Linked Data or how any other new idea/concept/profuct/service gets implemented by a vendor. Carl says that before vendors can invest (heavily) into Librry [...]]]></description>
			<content:encoded><![CDATA[<p>Carl Grant has an <a href="http://commentary.exlibrisgroup.com/2011/08/linked-data-model-from-librarianvendor.html">excellent blog post about a vendor&#8217;s perspective</a> on the case of the <a href="http://www.w3.org/2005/Incubator/lld/">Library Linked Data Model</a>. It is well worth a read if you are interested in Library Linked Data or how any other new idea/concept/profuct/service gets implemented by a vendor. Carl says that before vendors can invest (heavily) into Librry Linked Data the need to have some questions answered:</p>
<blockquote><p>It includes a lack of clear understanding of what exactly are the problems being solved for the profession by this technology that can only be solved with the Library Linked Data model or that can’t be otherwise solved? Are these problems shared across the profession, across institutions? Is it agreed that the Library Linked Data model is the solution? If so, how many institutions, or even personal services, are in production status using this model to solve those problems? </p></blockquote>
<p>This are interesting questions and ones I don&#8217;t have any answer for. The idea of Linked Data in the library world has been pushed around for a while, but it has only been recently that I have seen any working prototypes and implementations. While I am impressed with what some people have done and I understand some of the potential benefits, I don&#8217;t think any of the above questions have been answered. I&#8217;d really like to see some answers to the first one &#8211; especially what benefit will our users gain from it. I really want to be convinced that any significant investment in Library Linked Data will benefit our end users and I don&#8217;t see it (yet). I have never heard a student or professor come to me with a problem that linked data will solve more completely or more efficiently then other solutions. I imagine that will come with time, but until it does it is hard to make the case to go all-in on linked data.</p>
<p>There may be some benefits (mostly in the form of efficiency) from a staff point of view, but I am still not sure that at this point they outweigh the costs of implementation. Also, as Carl asks in his post (question #3), &#8220;How do we see this data being maintained? &#8221; Unless you can give me a clear plan that shows sustainability, again it is hard to get behind the linked data model.</p>
<p>What does this all me? The proponents of Library Linked Data need to get out and show some real world examples on how it will help end-users and/or how it will create efficiencies that can not be seen by other solution. For example, if you are talking about bibliographic and related data, how would linked data be better then OCLC&#8217;s centralized <a href="http://www.oclc.org/webscale/">Web Scale Management Services </a>or <a href="http://www.exlibrisgroup.com/category/AlmaOverview">Ex Libris&#8217;s Alma</a> (assuming for Alma that the community zone is populated with the appropriate data).</p>
<p>Will these answers come? I believe so. The Library Linked Data Incubator Group is a good start &#8212; especially if they can provide examples as to how linked data will efficiently benefit end users in ways other technologies can not &#8212; but it will be a while before we see any signs that the &#8220;<a href="http://en.wikipedia.org/wiki/Diffusion_of_innovations#Adopter_categories">Early Majority</a>&#8221; are ready to jump on board, </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2011/08/05/library-linked-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Book: Getting Started with Cloud Computing</title>
		<link>http://blog.ecorrado.us/2011/07/26/new-book-getting-started-with-cloud-computing/</link>
		<comments>http://blog.ecorrado.us/2011/07/26/new-book-getting-started-with-cloud-computing/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 23:32:23 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1071</guid>
		<description><![CDATA[If you are looking for some fun and educational reading, why don&#8217;t you pick up a copy or two of Getting Started with Cloud Computing: A LITA Guide? I&#8217;d give a review, but I am biased since I am one of the co-editors along with Dr. Heather Lea Moulaison, I&#8217;ll just say that I think [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for some fun and educational reading, why don&#8217;t you pick up a copy or two of <a href="http://www.neal-schuman.com/gscc">Getting Started with Cloud Computing: A LITA Guide?</a> I&#8217;d give a review, but I am biased since I am one of the co-editors along with <a href="http://moulaison.net/">Dr. Heather Lea Moulaison</a>, I&#8217;ll just say that I think the book came out great and the author chapters did an excellent job. A million thanks to all of the authors and to Roy Tennant for writing the foreword. Neal-Schuman was great to work with as well. </p>
<p>Editing a book was a lot of work (more than I thought it would be, to be honest) but it was a rewarding experience and I leaned a lot along the way &#8211; both about the topic, and about editing a book.</p>
<p>By the way, if you happen to be in Europe, don&#8217;t fret, you can  head over to Facet Publishing and get the UK imprint of <a href="http://www.facetpublishing.co.uk/title.php?id=8071">Getting Started with Cloud Computing</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2011/07/26/new-book-getting-started-with-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RDA and transforming to a new bibliographic framework</title>
		<link>http://blog.ecorrado.us/2011/06/03/rda-and-transforming-to-a-new-bibliographic-framework/</link>
		<comments>http://blog.ecorrado.us/2011/06/03/rda-and-transforming-to-a-new-bibliographic-framework/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 21:00:56 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1066</guid>
		<description><![CDATA[I haven&#8217;t had the opportunity to work much with RDA records yet, however I&#8217;ve been following some e-mail lists, blogs, and other commentaries where people have been discussing there experiences with it. The Library of Congress , the National Library of Medicine (NLM), and the National Agricultural Library (NAL) organized testing to evaluate whether or [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t had the opportunity to work much with RDA records yet, however I&#8217;ve been following some e-mail lists, blogs, and other commentaries where people have been discussing there experiences with it. The Library of Congress , the National Library of Medicine (NLM), and the National Agricultural Library (NAL) organized testing to evaluate whether or not they will implement RDA. </p>
<p>Out of this testing experience (which is still being analyzed), the Library of Congress issued “<a href="http://www.loc.gov/marc/transition/news/framework-051311.html">Transforming our Bibliographic Framework: A Statement from the Library of Congress</a>”  on May 13. According to the statement, “Spontaneous comments from participants in the US RDA Test show that a broad cross-section of the community feels budgetary pressures but nevertheless considers it necessary to replace MARC 21 in order to reap the full benefit of new and emerging content standards.” Therefore, Library of Congress is going to investigate, among other things, replacing MARC 21.</p>
<p>From what I have heard of the RDA testing, I think this makes sense. The general feel I get is that RDA by its self is not enough of a change to make libraries expend the resources necessary to implement it. Sure there are some improvements over AACR2, but there are also many things I read that are not improvements. This is especially true if you agree with the Taiga Forum 6&#8242;s 2011 Provocative Statement #2 that libraries will need to participate in <a href="http://taigaforumprovocativestatements.blogspot.com/2011/05/2-radical-cooperation.html">radical cooperation</a>.  RDA offers a bit too much flexibility to insure that bibliographic records created by one library will fit well for other libraries. For example, the Rule of 3 is gone which on the cover is an improvement since it allows for more then 3 authors to be included as main or added entry. However, as discussions on the RDA-L list, <a href="http://www.mail-archive.com/rda-l@listserv.lac-bac.gc.ca/msg05556.html">it requires only the first author and illustrators of children&#8217;s books as author main or added entry</a>.  Local choices are great if you are only working for the local and not “radically cooperating.” </p>
<p>I won&#8217;t go through the list of complaints (and, to be fair, some complements) of RDA I&#8217;ve seen, as you can find them yourselves. I think my takeaway though is RDA on top of our existing bibliographic infrastructure is probably not going to make a monumental improvement for our patrons while at the same time it will be costly to implement (especially retroactively). RDA might be better than AACR2, but is it better enough that migrating to it is worth the time and costs? I am not so sure. Maybe simple changes to AACR2 would be just as good and more practical? </p>
<p>Some people I talk to think moving to RDA is a necessary first step that will make more significant or radical changes easier in the future. I, however, have a underlying fear that if  libraries implement RDA in the current environment they will be stuck with it for a long time and it will actually make it harder to implement something different in the future.  I hope the others are right and I am wrong since I believe in the short to medium term, RDA will be implemented on top of our existing bibliographic infrastructure – for better or worse.</p>
<p>If we replace our underlying bibliographic infrastructure with something else and change to RDA, say maybe something based on <a href="http://www.w3.org/RDF/">RDF</a> or some other standard model for data interchange, we <em>might</em> actually get a significant change that will help expose our bibliographic data to the greater world of linked data while at the same time making it easier for libraries to take advantage of linked data. </p>
<p>One thing that the Library of Congress needs to take account in this process is the economic realities of implementing something new. I don&#8217;t see this specifically mentioned in the issues they plan on addressing. I assume that it will be part of the underlying discussions, but I would like to see it more prominently mentioned. Part of this is also involving vendors as well as open source developers of systems such as Evergreen and Koha. If LoC makes a change, it will effect libraries throughout the US (and probably the world). If the systems libraries use can&#8217;t function withing this new bibliographic framework, it will be a difficult and extremely expensive transition.</p>
<p>I think this is something librarians, especially those in systems and cataloging, should follow closely. I know I will be doing so.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2011/06/03/rda-and-transforming-to-a-new-bibliographic-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MARC is better than Dublin Core</title>
		<link>http://blog.ecorrado.us/2011/06/01/marc-is-better-than-dublin-core/</link>
		<comments>http://blog.ecorrado.us/2011/06/01/marc-is-better-than-dublin-core/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 18:57:33 +0000</pubDate>
		<dc:creator>ecorrado</dc:creator>
				<category><![CDATA[conferences]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ecorrado.us/?p=1049</guid>
		<description><![CDATA[During my presentation on Digital Preservation: Context &#038; Content (slides) at ELAG 2011 last week, I made the statement that MARC is better than Dublin Core. This may have been a bit of proactive statement but I thought it was relevant to my presentation and the conference in general. I felt that someone had to [...]]]></description>
			<content:encoded><![CDATA[<p>During my presentation on <a href="http://elag2011.techlib.cz/en/811-digital-preservation-context-content/">Digital Preservation: Context &#038; Content</a> (<a href="http://codabox.org/68/">slides</a>) at <a href="http://elag2011.techlib.cz/en/">ELAG 2011</a> last week, I made the statement that MARC is better than Dublin Core. This may have been a bit of proactive statement but I thought it was relevant to my presentation and the conference in general. I felt that someone had to say it, especially since there was a whole workshop on <a href="http://elag2011.techlib.cz/en/855-07-marc-must-die/">MARC Must Die</a> and a number of other presentations were gleefully awaiting the day we were done with MARC. For example, with a great deal of support from the audience, Anders Söderbäck said “we the participants of #elag2011 hold these truths to be self-evident, that MARC must die&#8230;”.</p>
<p>Probably not surprisingly my statement sent off a mini-barrage of messages on the <a href="http://twitter.com/#search?q=%23elag2011">conference Twitter feed</a>. Since the conference was almost over (my presentation was the second to last) and it wasn&#8217;t the core to what I was talking about, I didn&#8217;t have time to explain/expand on my position. I know that some of the people that responded to my statement on Twitter were not at the conference and at least a few I am pretty sure weren&#8217;t watching the live stream. Because of this, I wanted to take this time to put the statement in context and explain why I said I think MARC is better than Dublin Core. I understand people may not agree with me and this post won&#8217;t change that, but that doesn&#8217;t mean I need to agree with the band-wagon that wants to kill something that has been pretty successful for the last 40 or so years.</p>
<p>Before going any further since I&#8217;m not sure it was clear to everyone commenting on Twitter, I should point out that by MARC I mean MARC 21+AACR2 (which is the common usage of the term in the USA), but I imagine the same statements would likely apply to any version of MARC + what ever set of rules you want to apply, Similarly, by Dublin Core, I mean the Simple and/or Qualified Dublin Core Metadata along with the <a href="http://dublincore.org/documents/dces/">Dublin Core Metadata Element (DCMES)</a> format (i.e. descriptive fields). I know that there are other aspects of the Dublin Core Metadata Initiative, but for the purposes of this discussion I don&#8217;t believe they are germane [<a href="#note1">1</a>]. I am focusing on how Dublin Core can be used to describe objects. After all, that is why librarians use metadata  – to describe things. No matter how easy it is for machines (or humans) to parse a metadata record, it would not be very useful if the standard does not make it possible to adequately describe, in a consistent way, whatever it is that one is trying to describe. I should also also point out, that while I love theory and research, in this case I am mostly concerned with the practical. </p>
<p>The statement came out of my experiences thus far with using Dublin Core for digital preservation at Binghamton University. Before we started on this, I was familiar with Dublin Core but never really had to work closely with it on a large scale so I didn&#8217;t have a strong opinion of it. I am not a cataloger, but as a systems librarian, I feel it is necessary to follow developments in cataloging and I am also having to work with MARC records on a fairly regular basis. Thus, I realize that MARC has its issues but please don&#8217;t kill it until we have something better and at this point, I don&#8217;t believe we do. [<a href="#note2">2</a>]</p>
<p>In short, my problem with Dublin Core is that it does not allow for the granularity and consistency that I believe is necessary to adequately describe a mixed set of objects for long term preservation and access. Mixed sets is important here, if you are doing a long term preservation project that includes a disperse set of objects, I believe it is important that there is some consistency across collections. This is especially true if they are going to be managed or searched together. Librarians often comment on the need to break down silos or at least tie them together for discovery. The metadata needs to be adequate to do this. Maybe if you are a national library you can have multiple digital preservation solutions, but at a mid-sized university library that approach is problematic and most-likely not realistic. This is doubly so if you consider that one of the main components of preservation is ensuring access in the future (i.e. you are not talking about a dark archive). This is not really a new or unique criticism but I think it is often overlooked and/or too easily dismissed. Even one of the people who objected to my saying MARC was better than Dublin Core, Corey Harper, admitted this was a valid criticism in his article, &#8220;<a href="http://www.niso.org/publications/isq/free/FE_DCMI_Harper_isqv22no1.pdf">Dublin Core Metadata Initiative: Beyond the Element Set</a>”  published in the Winter 2010 issue of <em>Information Standards Quarterly</em> .</p>
<p>A couple of tweeters brought up DCAP (Dublin Core Application Profiles) which in theory could be used to allow for the use of additional (or alternative) metadata fields to address some of my issues with how well Dublin Core describes particular objects. However, as Corey Harper mentioned in a tweet, “<a href="http://twitter.com/chrpr/status/74088032738885632">I understand that DCAP infrastructure lacking, but&#8230;</a>” (ellipsis in the original). But the “but” is not something that can be ignored. If the infrastructure isn&#8217;t there, it is a big issue – practice over theory. Even if the infrastructure wasn&#8217;t lacking, I am not sure how well it would address my criticisms. Even without DCAP I can add local qualifiers or elements for my application (and have in fact, done so), but as Dublin Core Metadata Initiative warns, “<a href="http://dublincore.org/resources/faq/#caniaddanew">Nevertheless, designers should employ additional qualifiers with both caution and the understanding that interoperability could suffer as a result.</a>”  I don&#8217;t see how the use of multiple DCAPs would not end up leading to similar interoperability issues and result in a “Least Common Denominator” situation on the discovery end of things. Without discovery, you don&#8217;t have access, and without access you don&#8217;t have preservation.  </p>
<p>Lastly, Michael Giarlo asked “<a href="http://twitter.com/mjgiarlo/status/74117095494909952">But then is anyone actually putting DCMES up against MARC? Seems a category error to me.</a>” I don&#8217;t think it is a category error at all. Both are metadata formats/standards that libraries are using to describe objects in their collections. Perhaps one might argue the category is overly broad category, but I think they are obviously in the same category. Comparing the two is only natural and is in fact, I think quite useful. DCMES may be easier to teach and for computer programmers to program, but in my experience it is nowhere near as useful when it comes to actually describing at an item – which as I said earlier is the goal in the first place. Maybe some technologists value interoperability over description, but I am not ready to go there. We need something better, not something different.</p>
<p>As I said earlier in the post, I doubt this will change anyones mind, but hopefully it explains why I said that MARC is better than Dublin Core.</p>
<p><a name="note1">[1]</a> Truthfully I am a bit confused why this was an issue on Twitter. <a href=" http://en.wikipedia.org/w/index.php?title=Dublin_Core&#038;oldid=429698715">Wikipedia</a> and even the official “<a href="http://dublincore.org/documents/usageguide/#whatis">Using Dublin Core</a>” document Diane Hillmann created for DCMI just use the term “Dublin Core” to describe the metadata standard so this is pretty common usage.</p>
<p><a name="note2">[2]</a> I do not mean to imply that anyone is making the argument that Dublin Core should completely replace MARC, but the MARC must die contingent is relevant to this particular discussion of MARC versus Dublin Core. At some point maybe I&#8217;ll make a post about some of the more complete alternatives to MARC being discussed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ecorrado.us/2011/06/01/marc-is-better-than-dublin-core/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

