<?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; innovation</title>
	<atom:link href="http://wire.jstirnaman.com/category/innovation/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>Drupal Projects That Tickle My Fancy</title>
		<link>http://wire.jstirnaman.com/2009/04/03/drupal-projects-that-tickle-my-fancy/</link>
		<comments>http://wire.jstirnaman.com/2009/04/03/drupal-projects-that-tickle-my-fancy/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:51:50 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/?p=61</guid>
		<description><![CDATA[Thanks to Planet Drupal, I came across code.developmentseed.org today. They&#8217;re pushing out some great projects with a fury. The one I&#8217;m most excited about is Aegir.
Ã†gir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://drupal.org/planet">Planet Drupal</a>, I came across <a href="http://code.developmentseed.org/home">code.developmentseed.org</a> today. They&#8217;re pushing out some great projects with a fury. The one I&#8217;m most excited about is <a href="http://groups.drupal.org/aegir/0.1" target="_blank">Aegir</a>.</p>
<blockquote><p>Ã†gir is a new set of contributed modules for Drupal that aims to solve the problem of managing a large number of Drupal sites. It does this by providing you with a simple Drupal based hosting front end for your entire network of sites. To deploy a new site you simply have to create a new Site node. To backup or upgrade sites, you simply manage your site nodes as you would any other node.</p></blockquote>
<p>We&#8217;ve been successfully running multiple sites on a single development installation for several months.Â  Presently we only have a single site in production, but will likely be ramping up soon to roll out one or two others. Aegir should certainly help distribute administration of those sites.</p>
<p><a href="http://drupal.org/project/context" target="_blank">Context</a> sounds like another useful module. We currently use Panels module in Drupal 5 which has a very nice, yet somewhat limited, built-in context feature. I have a hate-love with Panels and would like to avoid using it in cases when I only need context without the accompanying box model.</p>
<p><a href="http://drupal.org/project/spaces">Spaces</a> module appears to go hand-in-hand with Context.</p>
<blockquote><p>Spaces allows features (a blog, calendar, casetracker, shoutbox, gallery, etc.) to be enabled and customized in different configurations in different spaces&#8230;. Spaces features are essentially context definitions with some additional metadata. Once exported to code, spaces features can be bundled with exported views, implementations of the space settings class, and other niceties to create packaged, ready-to-go features.</p></blockquote>
<p>Not exactly sure what that all means yet. It&#8217;s still in alpha for Drupal 6 only at this point.</p>
<p><a href="http://drupal.org/project/feedapi">FeedAPI</a> is another developmentseed module we have been using. FeedAPI has been very handy for aggregating news from the likes of MedlinePlus, CDC, and others, and then turning those news items into nodes.Â  Nicely done.</p>
<p>Finally, the <a href="http://drupal.org/project/xc" target="_blank">eXtensible Catalog Drupal Toolkit</a> is not a developmentseed project, but one I&#8217;m anxiously awaiting any release of. Mlen-Too Wesley, one of the developers, gave a lightning talk in February at <a href="http://drupal4libcamp.pbwiki.com/" target="_blank">Drupal4LibCamp</a>. There&#8217;s also a <a href="http://www.screencast.com/users/eXensibleCatalog" target="_blank">screencast</a>. The <a href="http://www.extensiblecatalog.org" target="_blank">XC Project</a> just announced release of their <a href="http://code.google.com/p/xcmetadataservicestoolkit/">OAI and NCIP Toolkits</a> so hopefully the wait won&#8217;t be terribly long.</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2009/04/03/drupal-projects-that-tickle-my-fancy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confluence: Sustainable community</title>
		<link>http://wire.jstirnaman.com/2009/01/09/confluence-sustainable-community/</link>
		<comments>http://wire.jstirnaman.com/2009/01/09/confluence-sustainable-community/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 05:07:32 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[confluence of possibilities]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[mass transit]]></category>
		<category><![CDATA[sustainability]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/?p=50</guid>
		<description><![CDATA[Collecting some thoughts here:
This edition of E2 almost makes me wish we&#8217;d moved to Portland 10 years ago when we were considering it.Â  What&#8217;s most inspiring is that the city commissioners, mayor, and other spearheaders interviewed don&#8217;t just talk about emissions and traffic, but about reviving the city while also drawing boundaries to preserve farmland [...]]]></description>
			<content:encoded><![CDATA[<p>Collecting some thoughts here:</p>
<p>This <a href="http://www.pbs.org/e2/episodes/311_portland_a_sense_of_place_trailer.html">edition of E2</a> almost makes me wish we&#8217;d moved to Portland 10 years ago when we were considering it.Â  What&#8217;s most inspiring is that the city commissioners, mayor, and other spearheaders interviewed don&#8217;t just talk about emissions and traffic, but about reviving the city while also drawing boundaries to preserve farmland and forests.</p>
<p>I get the same stir of inspiration from <a href="http://msainfo.org/store/">Tom and Christine Sine</a>.</p>
<p><a href="http://www.marc.org/2040/">Is any of this possible</a> in our midwestern sprawl-addicted stateline-divided city?</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2009/01/09/confluence-sustainable-community/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>Federated Search for Google Search Appliance</title>
		<link>http://wire.jstirnaman.com/2008/05/23/federated-search-for-google-search-appliance/</link>
		<comments>http://wire.jstirnaman.com/2008/05/23/federated-search-for-google-search-appliance/#comments</comments>
		<pubDate>Fri, 23 May 2008 20:27:07 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[metasearch]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/2008/05/23/federated-search-for-google-search-appliance/</guid>
		<description><![CDATA[MuseGlobal and Adhere Solutions recently announced a federated search extendor, the All Access Connector, for the Google Search Appliance and Google Mini.  Sol at Federated Search Blog raises some good questions about how relevancy is calculated for search results.  One point is that Google&#8217;s PageRank probably won&#8217;t fare well in the enterprise.  [...]]]></description>
			<content:encoded><![CDATA[<p>MuseGlobal and Adhere Solutions recently announced a federated search extendor, the <a href="http://www.adheresolutions.com/AllAccessConnector">All Access Connector</a>, for the Google Search Appliance and Google Mini.  Sol at Federated Search Blog <a href="http://federatedsearchblog.com/2008/05/14/museglobaladhere-partnership-a-few-thoughts-of-relevance/">raises some good questions</a> about how relevancy is calculated for search results.  One point is that Google&#8217;s PageRank probably won&#8217;t fare well in the enterprise.  He says it this way in a <a href="http://federatedsearchblog.com/2008/04/17/federated-search-in-the-enterprise/">previous post</a>:</p>
<blockquote><p>&#8230;the popular search engines perform full text searches of unstructured text but enterprise content is much more structured than content in the Internet at large, it often contains fielded data in databases, and it is often hierarchically organized. Federated search vendors that want to sell into the enterprise need to consider this important difference.</p></blockquote>
<p>True. However, Google isn&#8217;t new to enterprise search and they&#8217;re quick to point out that the algorithms they use for web content aren&#8217;t the same as for the GSA.  Nevertheless, I am curious to know if it&#8217;s Google or MuseGlobal doing the relevancy math.</p>
<p>Sol also makes an interesting prediction about the impact the product will have on the market:</p>
<blockquote><p>For better or worse, I think this offering will get many potential customers to view federated search as a commodity. Thus, it will force the high-end federated search vendors to work even harder than they do now to differentiate themselves from their low-end competitors. I can see it now: prospective customers will start using Google as a reference for product comparisons and will expect vendors to provide cheap and simple solutions.</p></blockquote>
<p>My information, including an <a href="http://newsbreaks.infotoday.com/nbReader.asp?ArticleId=49154">article at Information Today</a>, says the AAC will run, in most cases, at least $50,000 plus over two years.  That&#8217;s in addition to the cost of the Google appliance.  I&#8217;m not sure which competitors or price tags Sol considers low-end in the federated search space.  I wouldn&#8217;t consider this low-end.  In my experience, such a price point might actually hit a sweet spot where only a couple of vendors exist now, especially for organizations that have already invested in Google search.</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2008/05/23/federated-search-for-google-search-appliance/feed/</wfw:commentRss>
		<slash:comments>1</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>JA-SIG 2008</title>
		<link>http://wire.jstirnaman.com/2008/04/30/ja-sig-2008/</link>
		<comments>http://wire.jstirnaman.com/2008/04/30/ja-sig-2008/#comments</comments>
		<pubDate>Thu, 01 May 2008 01:03:42 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/2008/04/30/ja-sig-2008/</guid>
		<description><![CDATA[I&#8217;m at JA-SIG, St. Paul.&#160; It&#8217;s winding down today with some sessions, a BarCamp and a uCamp.&#160; I&#8217;m looking forward to the uCamp.&#160; Overall, it has been a good conference, probably not as relevant for me personally as the Open Repositories Conference, but still very useful.&#160; And it&#8217;s inspiring to see these different projects and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m at <a href="http://www.ja-sig.org/wiki/display/JCON/Spring+2008+St.+Paul">JA-SIG, St. Paul</a>.&nbsp; It&#8217;s winding down today with some sessions, a <a href="http://www.ja-sig.org/wiki/display/JCON/BarCamp+Spring+%2708">BarCamp</a> and a <a href="http://www.ja-sig.org/wiki/display/JCON/Spring+2008+Saint+Paul+-+uCamp+Planning">uCamp</a>.&nbsp; I&#8217;m looking forward to the uCamp.&nbsp; Overall, it has been a good conference, probably not as relevant for me personally as the Open Repositories Conference, but still very useful.&nbsp; And it&#8217;s inspiring to see these different projects and developer groups&nbsp;talking to each other and learning from each other.</p>
<p>I&#8217;ve had the privilege of hanging out with Mark Diggory a bit as well as other&nbsp; <a href="http://www.dspace.org">DSpace</a>&nbsp;cohorts and some of the <a href="http://www.fedora-commons.org/">Fedora</a> guys.&nbsp; The comaradie between the Fedora and DSpace folks is encouraging. It&#8217;s a relief to know that I&#8217;m not the only one that admires Fedora&#8217;s content model and wonders why DSpace should try to reinvent that with it&#8217;s &#8220;2.0&#8243; vision versus adopting Fedora as a storage and web services layer and benefiting from a shared developer base.&nbsp; As one of the Fedora stakeholders put it, we could really turn the heat up on Microsoft by taking advantage of the best of both platforms.</p>
<p><a href="http://en.wikipedia.org/wiki/Community_source">Community Source</a> and <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a> software development&nbsp;is thriving in the academic space.&nbsp; Collaborate or die!</p>
<p>I&#8217;ll be posting my notes from JA-SIG 2008 over the next couple of days.&nbsp; They&#8217;ll be raw, probably incoherent and fraught with errors, but there you are.</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2008/04/30/ja-sig-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal for OPAC</title>
		<link>http://wire.jstirnaman.com/2008/01/30/drupal-for-opac/</link>
		<comments>http://wire.jstirnaman.com/2008/01/30/drupal-for-opac/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 12:08:00 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/2008/01/30/drupal-for-opac/</guid>
		<description><![CDATA[I wish this&#160;was around when I was working with a Millennium system. Of course, it still would have been hard to use since we were in a Microsoft-only shop. I wonder if it&#8217;s adaptable to Voyager?
]]></description>
			<content:encoded><![CDATA[<p>I wish <a title="Millennium module for Drupal" href="http://drupal.org/project/millennium">this</a>&nbsp;was around when I was working with a Millennium system. Of course, it still would have been hard to use since we were in a Microsoft-only shop. I wonder if it&#8217;s adaptable to Voyager?</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2008/01/30/drupal-for-opac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medical Research Services in Sharepoint</title>
		<link>http://wire.jstirnaman.com/2008/01/30/medical-research-services-in-sharepoint/</link>
		<comments>http://wire.jstirnaman.com/2008/01/30/medical-research-services-in-sharepoint/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 11:45:50 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/2008/01/30/medical-research-services-in-sharepoint/</guid>
		<description><![CDATA[
Recently, a Medlib-er asked for examples of how medical librarians were using Microsoft Sharepoint. The majority of respondants said they had created&#160;sites or pages&#160;for their library in Sharepoint, duplicating the usual stuff found on library web sites: ILL forms, links to the public catalog, and other sites &#8211; essentially reconstructing the library&#8217;s public web site [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>Recently, a <a title="Medlib-l" href="http://www.mlanet.org/discussion/medlibl.html">Medlib</a>-er asked for examples of how medical librarians were using Microsoft Sharepoint. The majority of respondants said they had created&nbsp;sites or pages&nbsp;for their library in Sharepoint, duplicating the usual stuff found on library web sites: ILL forms, links to the public catalog, and other sites &#8211; essentially reconstructing the library&#8217;s public web site in the Intranet, or even just linking to it. </p>
<p>I don&#8217;t mean to disparage the efforts of my cohort. Hospital and corporate librarians tend to be lone rangers with little time, resources, and permission to push the envelope. At least they did something. I&#8217;m convinced, though, that we can do better than that.</p>
<p>At the academic medical campus <a title="University of Kansas Medical Center" href="http://www.kumc.edu/">where I work</a>, we&#8217;ve had a (non-Sharepoint)&nbsp;staff and student portal for some time.&nbsp;The library has&nbsp;worked closely with developers to incorporate some library services into the portal. From my brief experience, though,&nbsp;University staff&nbsp;only pay attention to the portal every two weeks when it&#8217;s time to print their timesheets. Students visit maybe a little more frequently to check their campus accounts. Ultimately, though, there&#8217;s no reason for anyone to visit the portal in order to get work done. </p>
<p>Sharepoint, as collaboration space, I hope will be different. My goal is to insert library services into the flow of work and study. Not in a &#8220;hey, look at us&#8221; or &#8220;eat your spinach&#8221; kind of way, but <a title="Lorcan Dempsey: Supporting research and learning invisibly" href="http://orweblog.oclc.org/archives/001330.html">invisibly</a> and naturally. I&#8217;ve spent a little time envisioning how we might accomplish that. I hope to spend a lot more time over the next year.<br />Here are my early thoughts:<br />Identify the stages and flow of research, work, and study on campus that might take place in Sharepoint.<br />Find areas where there&#8217;s been an observable, neglected need and suggest how the library might help, eg. metadata, text analysis, categorization, training.<br />Build small, modular web parts, connectors, and&nbsp;widgets&nbsp;that faculty, staff, and students can include in their own spaces.<br />Don&#8217;t make people come to the Library&#8217;s Sharepoint site to do something.<br />Don&#8217;t waste time recreating the Library&#8217;s web site in Sharepoint.<br />Don&#8217;t just link to the web site.<br />Share openly.<br />I got some serendipitous affirmation and inspiration today while following up on a medical student&#8217;s request. Upon entering med school, our medical students receive digital versions of recommended textbooks. This student wanted to know, reasonably enough, if there was an add-on for incorporating Stedman&#8217;s Medical Dictionary (which he already owned in digital copy) into Microsoft Word or, even better, OneNote &#8211; a popular tablet pc notetaking application among our students [<a title="see note" href="#endnote1">1</a>].</p>
<p>While searching for available options, I ran across&nbsp;a <a title="Health - IT Summit 2007 - Carl Nolan.pdf" href="http://download.microsoft.com/download/4/f/8/4f86a1e7-05a4-4a4c-b3b1-f9366873bac4/Health%20-%20IT%20Summit%202007%20-%20Carl%20Nolan.pdf">presentation</a> by Carl Nolan, head of the <a title="NHS Resource Centre" href="http://www.microsoft.com/uk/nhs/default.aspx">medical research services project</a>&nbsp;involving Microsoft and <a title="The National Health Service, UK" href="http://www.nhs.uk">NHS</a>.&nbsp; Here&#8217;s an excerpt from an <a href="http://www.microsoft.com/uk/nhs/content/articles/mobile-libraries-the-medical-research-services-project.aspx">article</a> by Microsoft:</p>
<blockquote><p>Microsoft has invested Â£40 million in the Common User Interface programme &#8211; a series of projects to help the NHS get the most out of its IT investment. One of these projects has been looking for ways to build medical research services into the software that NHS staff already use every day.</p>
</blockquote>
<p>These are exactly the kinds of services I would like to see us implement at KUMC. I hope they&#8217;re sharing. </p>
<p id="endnote1">Note: What I ultimately found was that for $100 you can buy the <a title="Stedman's Medical Dictionaries" href="http://www.stedmans.com">Stedman&#8217;s Medical Spellchecker</a> which adds a custom dictionary to MS Office apps. But that&#8217;s only spellchecking. What if I want to look up the definition of a new term? Ideally, I&#8217;d want the spellchecking dictionary feature wrapped into a single service-package with the full dictionary available in the Research Services Task Pane. Instead, both Microsoft and LWW make seem to make that impossible.</p>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2008/01/30/medical-research-services-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Report on Emerging Technologies Released</title>
		<link>http://wire.jstirnaman.com/2007/12/15/report-on-emerging-technologies-released/</link>
		<comments>http://wire.jstirnaman.com/2007/12/15/report-on-emerging-technologies-released/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 13:22:50 +0000</pubDate>
		<dc:creator>jts</dc:creator>
				<category><![CDATA[culture]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://wire.jstirnaman.com/2007/12/15/report-on-emerging-technologies-released/</guid>
		<description><![CDATA[The 2007 Horizon Report has been released by the New Media Consortium .

The annual Horizon Report describes the continuing work of the NMCâ€™s Horizon Project, a research-oriented effort that seeks to identify and describe emerging technologies likely to have a large impact on teaching, learning, or creative expression within higher education&#8230;.
The core of the report [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.nmc.org/horizon/2007/report">2007 Horizon Report</a> has been released by the <a href="http://www.nmc.org/">New Media Consortium</a> .<br />
<blockquote>
<p>The annual Horizon Report describes the continuing work of the NMCâ€™s Horizon Project, a research-oriented effort that seeks to identify and describe emerging technologies likely to have a large impact on teaching, learning, or creative expression within higher education&#8230;.</p>
<p>The core of the report describes six areas of emerging technology that will impact higher education within three adoption horizons over the next one to five years. To identify these areas, the project draws on an ongoing conversation among knowledgeable persons in the fields of business, industry, and education; on published resources, current research and practice; and on the expertise of the NMC and ELI communities&#8230;.</p>
<p>Learn more about the Horizon Project and contribute to future editions at <a title="Horizon Project Wiki" href="http://horizon.nmc.org/wiki/Main_Page">http://horizon.nmc.org/wiki/Main_Page</a>.&nbsp; NMC is a community of hundreds of leading universities, colleges, museums, and research centers exploring the use of media and emerging technologies in higher education. </p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://wire.jstirnaman.com/2007/12/15/report-on-emerging-technologies-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
