<?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>wire &#187; web services</title>
	<atom:link href="http://wire.jstirnaman.com/category/web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://wire.jstirnaman.com</link>
	<description>I&#039;m sure we&#039;ll think of something</description>
	<lastBuildDate>Sun, 11 Jul 2010 12:00:00 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrades</title>
		<link>http://wire.jstirnaman.com/2009/06/24/upgrades/</link>
		<comments>http://wire.jstirnaman.com/2009/06/24/upgrades/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 22:28:04 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[dspace]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/?p=86</guid>
		<description><![CDATA[I just upgraded from Wordpress 2.6 to 2.8. All in all, that took less than 5 minutes.
DSpace upgrade from 1.4.1 to 1.5.2? 2+ weeks and it&#8217;s she&#8217;s still not entirely stable.
The new dashboard in WP is very nice. I&#8217;m using the QuickPress feature to write this post.  Way too easy!
I also just signed up [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded from Wordpress 2.6 to 2.8. All in all, that took less than 5 minutes.<br />
DSpace upgrade from 1.4.1 to 1.5.2? 2+ weeks and it&#8217;s she&#8217;s still not entirely stable.<br />
The new dashboard in WP is very nice. I&#8217;m using the QuickPress feature to write this post.  Way too easy!<br />
I also just signed up at <a href="http://webenabled.com">Webenabled.com</a>. I have yet to figure out the &#8220;deployment options&#8221;. Is it me or does there seem to be a severe lack of support documentation?<br />
Otherwise, though, you can get installs of Wordpress, Drupal, Joomla!, and other apps up with the click of a button in less than minute!  SVN and SSH, too!  Did I mention you get 3 for <em>free</em>? I like where this is going!</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2009/06/24/upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widgetizing DSpace stalled by OAI-DC</title>
		<link>http://wire.jstirnaman.com/2009/04/01/widgetizing-dspace-stalled-by-oai-dc/</link>
		<comments>http://wire.jstirnaman.com/2009/04/01/widgetizing-dspace-stalled-by-oai-dc/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 22:10:50 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[libraries]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web services]]></category>
		<category><![CDATA[dspace]]></category>
		<category><![CDATA[oai-pmh]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/?p=58</guid>
		<description><![CDATA[Weâ€™ve been needing a widget for displaying citations from DSpace collections on departmental and customer web sites.Â  For example, our Center of Telemedicine and Telehealth wants to display all their citations grouped by year on their web site without having to manually update the web site.
It seemed simple enough.Â  My first thought was to pull [...]]]></description>
			<content:encoded><![CDATA[<p>Weâ€™ve been needing a widget for displaying citations from DSpace collections on departmental and customer web sites.Â  For example, our <a href="http://www2.kumc.edu/telemedicine/">Center of Telemedicine and Telehealth</a> wants to display all their <a href="http://www.kumc.edu/archie/handle/2271/287">citations</a> grouped by year on their web site without having to manually update the web site.</p>
<p>It seemed simple enough.Â  My first thought was to pull an RSS feed from DSpace into <a href="http://pipes.yahoo.com">Yahoo! Pipes</a> or a similar service. Then I would deploy a javascript widget from there.</p>
<blockquote><p>Problem #1: Ideally you donâ€™t want your RSS feeds spouting 80 items starting back in the 1990â€™s.</p>
<p>Problem #2: By default, the data in the feeds isnâ€™t rich enough.Â  I need journal, volume, issue, etc.</p></blockquote>
<p>My next go at it was to use DSpaceâ€™s OAI-PMH provider. This makes more sense than RSS. The data is rich, itâ€™s all there, and I can specify <strong>sets </strong>or <strong>date ranges</strong> using Collection handles.</p>
<p>So whatâ€™s the drawback? The default metadata format for OAI in DSpace is oai_dc, i.e. <em>unqualified</em> Dublin Core, making it nigh impossible to distinguish published date from deposited date and publication source from handle URI.Â  This would exponentially complicate my simple little Pipe and make my brain hurtâ€¦<em>alot</em>.</p>
<p>The solution? Apply a <a href="http://wiki.dspace.org/index.php/CrosswalkPlugins">Metadata Crosswalk Plugin</a> for exposing QDC in OAI.Â  DSpace 1.5 even includes a preliminary crosswalk for this.Â  One more reason to expedite moving to 1.5.x.Â  Weâ€™re almost there anyway.*</p>
<p><span style="font-size: xx-small;">*Weâ€™re still running DSpace 1.4 in production which does have a crosswalk plugin implementation known as </span><a href="http://wiki.dspace.org/index.php/XsltCrosswalk"><span style="font-size: xx-small;">XSLT Crosswalk</span></a><span style="font-size: xx-small;"> but Iâ€™d rather devote my time to the upgrade.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2009/04/01/widgetizing-dspace-stalled-by-oai-dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research Data in the Cloud</title>
		<link>http://wire.jstirnaman.com/2009/01/06/research-data-in-the-cloud/</link>
		<comments>http://wire.jstirnaman.com/2009/01/06/research-data-in-the-cloud/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 22:38:08 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/?p=37</guid>
		<description><![CDATA[Although I haven&#8217;t really dabbled with AWS I do know anecdotally that it appears to be gaining ground among the library computing community for hosting (meta) data sets and experimental projects.Â  I have also heard rumors of adoption of AWS by my employer.
Having been a frequent reader of Deepak Singh&#8217;s business&#124;bytes&#124;genes&#124;molecules blog over the last [...]]]></description>
			<content:encoded><![CDATA[<p>Although I haven&#8217;t really dabbled with AWS I do know anecdotally that it appears to be gaining ground among the library computing community for hosting (meta) data sets and experimental projects.Â  I have also heard rumors of adoption of AWS by my <a href="http://www.kumc.edu/">employer</a>.</p>
<p>Having been a frequent reader of Deepak Singh&#8217;s <a href="http://mndoci.com/blog">business|bytes|genes|molecules</a> blog over the last year, I was interested to see him hired by Amazon as business development manager of Amazon Web Services.Â  On December 04, 2008, Deepak posted to the AWS blog the announcement of Public Data Sets on AWS.Â  <em>PDS on AWS</em> is a data sharing experiment that takes advantage of Amazon&#8217;s in-the-cloud storage and computing services.</p>
<p>Just two weeks after Deepak&#8217;s post, Clint Boulton at eWeek <a href="http://googlewatch.eweek.com/content/failure_to_launch/failure_to_launch_google_research_datasets.html">confirmed</a> that Google had axed its own Research Datasets project along with other projects of questionable value to Google&#8217;s bottom line.Â  While sharing data across the web, publicly or not, will surely become more common among researchers, milking copious amounts of ad revenue from that sharing is less likely.</p>
<p>The storage and computation of large datasets appears to be more in line with the AWS business model and perhaps Amazon has the lead on scalable architecture to support cloud computing.Â Â  Even if large numbers of researchers and research projects store and crunch their data on the web, that in itself won&#8217;t score big in the social web scene.Â  Programmers, analysts, and machines are more likely to be interfacing directly with the data than are the research investigators themselves.</p>
<p>It&#8217;s yet to be seen what Microsoft&#8217;s strategy for data storage might be in the recently released Azure platform, but they obviously have eyes on the educational and research markets.Â  Products like live@edu and SharePoint are increasing Microsoft&#8217;s reach into the academic computing world.</p>
<p>The Microsoft Research group quietly released a beta version it&#8217;s own <a href="http://research.microsoft.com/en-us/downloads/48e60ac1-a95a-4163-a23d-28a914007743/default.aspx">repository software</a>, running on .NET and SQL Server of course, but this isn&#8217;t just a reformulation of Dspace using Microsoft ingredients:</p>
<p>&#8220;The platform focuses on the management of research assets-such as people, papers, lectures, workflows, data, and tags-as well as the semantic relationships between them.&#8221;</p>
<p>Sounds like they&#8217;re <a href="http://cavlec.yarinareth.net/2008/09/22/a-b-and-c/">paying attention</a>.Â  And they&#8217;re beginning to appeal in ecumenical fashion to the larger research community by offering things like <a href="http://savas.parastatidis.name/2008/10/07/86c8cc56-d3e4-49d9-985f-2cfd011f6d54.aspx">OfficeSWORD</a> and taking part in discussions about open research repositories.</p>
<p>What is most interesting from the perspectives of the library and the university&#8217;s research office is how these services will redefine our notion of the &#8220;institutional repository&#8221;.Â  On one hand, many IT services such as web hosting and email have been commoditized to the point that institutions, especially smaller publicly-funded campuses, are unable to resist the cost savings and agility that come from hosted services like live@edu.Â  Why not commit fully to the .NET architecture and have your institutional repository software and data hosted on Azure as well?</p>
<p>On the other hand, why not take advantage of AWS&#8217; flexibility and scalability for storing data or running our repository application?</p>
<p>Regardless of the platform(s) we choose, our notion of &#8220;institutional repository&#8221; is going to be stretched as we want to aggregate data and services from multiple platforms.Â  How will our Dspace service reflect our data stored in AWS?Â  The building blocks are already in place to support more complex relationships between our repositories, services, and data.Â  The time has finally come to put them to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2009/01/06/research-data-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best of JA-SIG 2008</title>
		<link>http://wire.jstirnaman.com/2008/04/30/best-of-ja-sig-2008/</link>
		<comments>http://wire.jstirnaman.com/2008/04/30/best-of-ja-sig-2008/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:53:57 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/2008/04/30/best-of-ja-sig-2008/</guid>
		<description><![CDATA[Lots of great Open Source and Community Source work was showcased at JA-SIG this week.  Here&#8217;s a list, in no particular order, of the most interesting, most relevant projects for me:
OpenCollection
collections management and online access application for museums, archives and digital collections.
Sophie
software for writing and reading rich media documents in a networked environment.
SEASR/NEMA
rich media [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of great Open Source and Community Source work was showcased at <a href="http://www.ja-sig.org/wiki/display/JCON/Spring+2008+St.+Paul">JA-SIG</a> this week.  Here&#8217;s a list, in no particular order, of the most interesting, most relevant projects for me:</p>
<h3><a href="http://www.opencollection.org">OpenCollection</a></h3>
<p>collections management and online access application for museums, archives and digital collections.</p>
<h3><a href="http://sophieproject.org">Sophie</a></h3>
<p>software for writing and reading rich media documents in a networked environment.</p>
<h3><a href="http://seasr.org/">SEASR</a>/<a href="http://rit.mellon.org/retreat/2008-mellon-rit-sc-retreat/project-descriptions/nema-networked-environment-for-music-analysis">NEMA</a></h3>
<p>rich media analytics for humanists and artists.</p>
<h3><a href="https://www.policyarchive.org/">Policy Archive, policyarchive.org</a></h3>
<p>DSpace repository using the Manakin XMLUI.  A comprehensive digital library of public policy research.</p>
<h3><a href="http://www.imsglobal.org/toolsinteroperability2.cfm">IMS Learning Tools Interoperability (LTI) v2.0</a></h3>
<p>guidelines for the interaction of tools with learning/course management systems.  This is really about decoupling functionality from any single LMS.  It would create a more pluggable model, enabling faculty or students to be application <em>producers</em> and Learning Management Systems and other applications to be <em>consumers. </em></p>
<h3><a href="http://fluidproject.org/">Fluid Project</a></h3>
<p>collaborative project for developing and distributing a library of sharable customizable user interfaces designed to improve the user experience of web applications.  Fluid is not only developing component libraries, but is also churning out research, education, and outreach about how to design user experiences.</p>
<h3><a href="http://vivo.library.cornell.edu/">VIVO at Cornell</a></h3>
<p>discover who at Cornell is working on a particular research topic; what they&#8217;ve taught or published recently; where facilities might be and what online tools are available to expedite research.  Powered by RDF and Semantic Web technologies.</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2008/04/30/best-of-ja-sig-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft: The Good and The Bad</title>
		<link>http://wire.jstirnaman.com/2007/04/11/microsoft-the-good-and-the-bad/</link>
		<comments>http://wire.jstirnaman.com/2007/04/11/microsoft-the-good-and-the-bad/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 02:19:53 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/2007/04/11/microsoft-the-good-and-the-bad/</guid>
		<description><![CDATA[I&#8217;ve been impressed by some of Microsoft&#8217;s recent projects, the Windows Live suite in particular.  I&#8217;ve used FolderShare on a daily basis for the last 4 months to sync folders between my Tablet PC and my desktop machine.  It&#8217;s a simple P2P tool that works.
I&#8217;m using Windows Live Writer to compose this post [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been impressed by some of Microsoft&#8217;s recent projects, the Windows Live suite in particular.  I&#8217;ve used <a href="https://www.foldershare.com/">FolderShare</a> on a daily basis for the last 4 months to sync folders between my Tablet PC and my desktop machine.  It&#8217;s a simple P2P tool that works.</p>
<p>I&#8217;m using <a href="http://ideas.live.com/programpage.aspx?versionId=4372c8c2-b76f-4d44-aea1-9835b61d8dc1">Windows Live Writer</a> to compose this post and I&#8217;ve been using it for about the last 3 months.  It&#8217;s an enjoyable environment and definitely better than discovering that I lost an entire post because I forgot to periodically save while composing in Wordpress.</p>
<p>Jon Udell recently wrote an interesting <a href="http://blog.jonudell.net/2007/04/06/exploring-office-live/">post</a> about Office Live.  I found it compelling enough to try the free version.  I would probably jump off a cliff if  Jon recommended it.  Of course, the requirement of using IE was annoying, but expected.  The real problem, captured in my <a href="http://www.jstirnaman.com/media/20070411-ms-office-live.htm">very first screencast</a>, appeared after the Office Live registration process when I wanted to begin using the service.  I did not alter or edit the capture at all.  This occurred on my Tablet PC running Windows XP and IE 7.  It completely prevented me from moving on.</p>
<p>This foible is an example of the downside of Microsoft and continued fodder for Apple&#8217;s Mac vs. PC commercials.  Microsoft forces us into IE, but even IE 7 and Microsoft&#8217;s own sites rarely deliver an enjoyable experience.</p>
<p>I still to hope to revisit Office Live at some point, but for now it&#8217;s forgettable.</p>
<div style="margin: 0px; padding: 0px; display: inline; float: none" id="0767317B-992E-4b12-91E0-4F059A8CECA8:3c67df7b-f2f1-4024-908b-1aa4f8788bdd" class="wlWriterSmartContent">del.icio.us tags: <a rel="tag" href="http://del.icio.us/popular/microsoft">microsoft</a>, <a rel="tag" href="http://del.icio.us/popular/officelive">officelive</a>, <a rel="tag" href="http://del.icio.us/popular/screencast">screencast</a></div>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2007/04/11/microsoft-the-good-and-the-bad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving forward with the library catalog</title>
		<link>http://wire.jstirnaman.com/2006/08/05/moving-forward-with-the-library-catalog/</link>
		<comments>http://wire.jstirnaman.com/2006/08/05/moving-forward-with-the-library-catalog/#comments</comments>
		<pubDate>Sat, 05 Aug 2006 13:20:57 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/2006/08/05/moving-forward-with-the-library-catalog/</guid>
		<description><![CDATA[I continue to be inspired by WPopac, Corey Bisson&#8217;s reformulation of the library catalog using WordPress.  Corey calls WPopac &#8220;an OPAC 2.0 Testbed&#8221;.  In this case, WordPress is just the means of bringing the library catalog into the 21st Century, with open standards and flexible interfaces.
I first learned about WPopac at Corey&#8217;s IUG [...]]]></description>
			<content:encoded><![CDATA[<p>I continue to be inspired by <a href="http://maisonbisson.com/blog/post/11133/#comment-31735">WPopac</a>, Corey Bisson&#8217;s reformulation of the library catalog using WordPress.  Corey calls WPopac &#8220;an OPAC 2.0 Testbed&#8221;.  In this case, WordPress is just the means of bringing the library catalog into the 21st Century, with open standards and flexible interfaces.</p>
<p>I first learned about WPopac at Corey&#8217;s IUG Presentation, &#8220;<a href="http://maisonbisson.com/blog/post/11316/">Designing An OPAC for Web 2.0</a>&#8220;.  As a satisfied new user of WordPress, I was already convinced that somehow it might be a great tool for the library.  I certainly wasn&#8217;t the first to wonder how and Corey&#8217;s work wrapped some flesh around it.</p>
<p>You can experience WPopac at <a href="http://www.plymouth.edu/library/opac/">Plymouth State</a>, Corey&#8217;s place, and there are more implementations to come.</p>
<p>Who needs WebOPAC software for our catalogs as long as we have access to our data and open source apps like <a title="Wordpress" href="http://wordpress.org/">WordPress</a> or <a title="Joomla! Open Source Content Management System" href="http://www.joomla.org/"><em>Joomla!</em></a>?  The answer, of course, is those of us who are locked into turnkey systems that build walls around our data and then force us to pay for still more software in order to stick some doors into the walls.  <a href="http://www.blyberg.net/2006/06/18/opacs-in-the-frying-pan-vendors-in-the-fire/">Change is in the air</a> though, especially as librarians increasingly take to the Web 2.0 meme and begin to expect more from their systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2006/08/05/moving-forward-with-the-library-catalog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
