<?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>&#964;&#949;&#967;&#957;&#959;&#963;&#959;&#966;&#953;&#945; &#187; Management</title>
	<atom:link href="http://lackoftalent.org/michael/blog/category/libraries/management/feed/" rel="self" type="application/rss+xml" />
	<link>http://lackoftalent.org/michael/blog</link>
	<description>The occasional rambling of a digital library artisan</description>
	<lastBuildDate>Mon, 10 Oct 2011 12:33:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Exploring curation micro-services</title>
		<link>http://lackoftalent.org/michael/blog/2009/09/27/exploring-curation-micro-services/</link>
		<comments>http://lackoftalent.org/michael/blog/2009/09/27/exploring-curation-micro-services/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 04:00:29 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
				<category><![CDATA[Digital Libraries and Archives]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Preservation]]></category>
		<category><![CDATA[Repositories]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=504</guid>
		<description><![CDATA[As far as I&#039;m concerned, the most exciting developments this year in repositories and digital curation have come out of the California Digital Library. It has been impossible not to notice their papers and presentations. Put simply, their idea is that digital curation is enabled by &#034;micro-services&#034; built upon well-known abstractions such as the filesystem. [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:504"><!-- &nbsp; --></abbr>
<p><img src="http://lackoftalent.org/images/micro_repo_thumb.png" alt="thumbnail of micro-repo tree" style="float: left"/>As far as I&#039;m concerned, the most exciting developments this year in  repositories and digital curation have come out of the California Digital Library.  It has been impossible <a href="http://conferences.library.gatech.edu/or/or09/paper/view/95">not</a> <a href="http://uccsc2009.ucdavis.edu/preso/UCCSC-2009-CDL-PODS-v05.ppt">to</a> <a href="http://www.ijdc.net/index.php/ijdc/article/view/98">notice</a> <a href="https://meeting-reg.com/sunpasig/abstracts.php">their</a> <a href="http://www.digitalpreservation.gov/news/events/ndiipp_meetings/ndiipp09/docs/NDIIPP%20Partner%20Meeting%202009_Breakout%20Session%20Schedule.pdf">papers</a> <a href="http://www.ijdc.net/index.php/ijdc/article/view/108/84">and</a> <a href="http://www.cdlib.org/iPres/confsched.html">presentations</a>.  Put simply, their idea is that digital curation is enabled by &#034;micro-services&#034; built upon well-known abstractions such as the filesystem.  The benefits are obvious: filesystem tools are ubiquitous and cross-platform, and there are strong market forces to ensure the filesystem persists.  The idea is radically simple and straightforward, though many questions remain about such a paradigm.  I&#039;ll return to those later. </p>
<p>If you have not yet taken a look at CDL&#039;s curation micro-service specifications, most of which may be printed on as few as one or two sheets of paper, see the <a href="http://www.cdlib.org/inside/diglib/">Digital Library Building Blocks</a>.</p>
<p>My co-workers in the LC Repository Development Center have been chatting about these specs on and off throughout the year.  After months of procrastinating, I finally read all of the specs on Thursday; it&#039;s wonderful that you can do so in the course of one reading session, I might add.  Yesterday a bunch of us RDCers got together to chat (informally) about the specs: what they&#039;re for, how they work, and how they interact with one another.  I learn by doing, by examples, so I combed through each of the specs in advance of our meeting and tried to <a href="http://twitter.com/mjgiarlo/statuses/4371794936">construct</a> a minimal repository[<a href="http://lackoftalent.org/michael/blog/2009/09/27/exploring-curation-micro-services/#footnote_0_504" id="identifier_0_504" class="footnote-link footnote-identifier-link" title="Perhaps it&amp;#8217;s more in line with the specs to refer to this space as &amp;#8220;a managed filesystem that drives repository and curation services,&amp;#8221; given the CDL philosophy that preservation is not a place/repository.  But it&amp;#8217;s easier to say &amp;#8220;repository,&amp;#8221; so there you go.">1</a>] based on micro-services.<br />
<span id="more-504"></span><br />
Here is a tree visualization of the final product, inevitable warts and all: <a href="http://lackoftalent.org/images/micro_repo.png"><img src="http://lackoftalent.org/images/micro_repo.png" alt="sample micro-services repo tree" /></a>  The services I used were <a href="http://www.cdlib.org/inside/diglib/namaste/namastespec.html">Namaste</a>, <a href="http://www.cdlib.org/inside/diglib/can/canspec.pdf">Content Access Node (CAN)</a>, <a href="http://www.cdlib.org/inside/diglib/pairtree/pairtreespec.html">Pairtree</a>, <a href="http://www.cdlib.org/inside/diglib/dflat/dflatspec.pdf">Dflat</a>, <a href="http://www.cdlib.org/inside/diglib/redd/reddspec.html">Reverse Directory Deltas (ReDD)</a>, <a href="http://www.cdlib.org/inside/diglib/clop/clopspec.pdf">Class-based System for Managing Object Properties (CLOP)</a>, and <a href="http://www.digitalpreservation.gov/library/resources/tools/docs/bagitspec.pdf">BagIt</a> (co-developed by LC and CDL).</p>
<p>As I mentioned in our Friday meeting, recounting my experience exploring the specs: the bad thing is that I spent an hour building a repository with rudimentary tools such as mkdir, touch, cp, ln, and emacs; but the good thing is that I built a <em>repository</em> in <em>one hour</em> using <em>common, rudimentary tools</em>.  It&#039;s a very compelling paradigm.  <a href="http://inkdroid.org/ehs">Ed</a>&#039;s already built a <a href="http://github.com/edsu/dflat">tool</a> implementing some of Dflat, further demonstrating how lightweight these micro-services are.  (<strong>UPDATE</strong>: Ed notes that this code is a work in progress and is &#034;barely functional.&#034;)  (<strong>UPDATE 2</strong>: The dflat library has come a long way.  Check it out if you&#039;re interested.  Also, I just committed a pretty basic Namaste library: <a href="http://github.com/mjgiarlo/namaste">http://github.com/mjgiarlo/namaste</a>.  Only took about an hour, which is a testament to the power of lightweight specs.)</p>
<p>I am certain this will be a running thread at work as the specifications evolve and our understanding of them grows.  Some questions and comments that occurred to me while exploring the micro-service specs and building the minimal repo:</p>
<ul>
<li>CAN was a bit puzzling.  The spec is simple enough, but I found some of the conventions confusing, and I was left wondering what CAN provides other than a container.  What I would like to see is a simple use case and perhaps more examples.  Thus, the CAN stuff in my sample repo doesn&#039;t feel very useful only because I had a hard time working with the spec.</li>
<li>CLOP feels like the least mature of the specifications.  It seems generally useful to be able to put digital objects, however you define that, into classes and define properties on those classes.  The spec did not clearly convey to me just how it accomplishes that aim.  A few examples would go a very long way.  I&#039;ve got some CLOP stuff in the sample repo but I have no idea how close my implementation matches the spec.</li>
<li>Is Dflat dependent on ReDD?  One would assume not since there&#039;s an optional property in the dflat-info.txt file for specifying a delta scheme.  But, say, could you stub out the v001 directory (reserved to hold the initial version of a digital object) and use a system such as <a href="http://git-scm.com/">git</a> or <a href="http://bazaar-vcs.org/">bazaar</a>?  <br/><br/>One might argue that these established delta schemes, if you want to call them that, have many more developers and users than a system such as ReDD and thus should persist longer and have more tools built around them.  I imagine the micro-service viewpoint would acknowledge that point, but counter that the spirit of these specs is to avoid dependencies from outside the filesystem?</li>
<li>Is the ReDD specification meaningful outside of a Dflat given that any one ReDD directory knows nothing of its successors and predecessors, or is it dependent upon Dflat?</li>
<li>Could a BagIt bag live inside of the ReDD reserved &#034;full&#034; directory?  That is, could the &#034;full&#034; directory be marked up appropriately to <em>be</em> a BagIt bag?</li>
<li>How many tools exist for these specs?  I notice there&#039;s code in CPAN for Pairtree and Namaste, which is a fabulous start.  Tools are the difference between YAMF (Yet Another Messy Filesystem) and reliably managed curation services.  Granted, tools such as cp and emacs already exist and are part of the appeal of these micro-services, but there&#039;s also tremendous room for error if operations are all done &#034;by hand.&#034;</li>
<li>To what extent has CDL transitioned to using these specs/tools?</li>
<li>Are other institutions using these specs/tools?  I have heard tell that digital library folks from the University of Michigan and the University of North Texas may be involved.</li>
</ul>
<p>I hope I don&#039;t sound overly critical.  I&#039;m really glad our colleagues at the California Digital Library have written these specifications and applied their deep experience to what could be a transformative paradigm[<a href="http://lackoftalent.org/michael/blog/2009/09/27/exploring-curation-micro-services/#footnote_1_504" id="identifier_1_504" class="footnote-link footnote-identifier-link" title="Please excuse the fanboyishness; this filesystem fetishism is exciting stuff!">2</a>] in the digital curation world.  Kudos to them!</p>
<h5>Notes</h5><ol class="footnotes"><li id="footnote_0_504" class="footnote">Perhaps it&#039;s more in line with the specs to refer to this space as &#034;a managed filesystem that drives repository and curation services,&#034; given the CDL philosophy that preservation is not a place/repository.  But it&#039;s easier to say &#034;repository,&#034; so there you go.</li><li id="footnote_1_504" class="footnote">Please excuse the fanboyishness; this filesystem fetishism is exciting stuff!</li></ol><br/>
<hr/>]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2009/09/27/exploring-curation-micro-services/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cataloging and institutional repositories</title>
		<link>http://lackoftalent.org/michael/blog/2009/02/09/cataloging-and-institutional-repositories/</link>
		<comments>http://lackoftalent.org/michael/blog/2009/02/09/cataloging-and-institutional-repositories/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 14:30:33 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
				<category><![CDATA[Cataloging and Metadata]]></category>
		<category><![CDATA[Digital Libraries and Archives]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Repositories]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/?p=288</guid>
		<description><![CDATA[While doing some reading for a little talk my colleague, Ed Summers, and I are giving at code4lib 2009, I came across a paragraph that sparked a crazy thought. So crazy that it&#039;s not crazy at all. So not crazy that I am sure other people have thought of it. But nonetheless, here I am [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:288"><!-- &nbsp; --></abbr>
<p>While doing some reading for a little <a href="http://code4lib.org/conference/2009/schedule#hcal10">talk</a> my colleague, <a href="http://inkdroid.org/ehs">Ed Summers</a>, and I are giving at <a href="http://code4lib.org/conference/2009">code4lib 2009</a>, I came across a paragraph that sparked a crazy thought.  So crazy that it&#039;s not crazy at all.  So not crazy that I am sure other people have thought of it.  But nonetheless, here I am writing about it just in case.</p>
<p>From Sarah Currier&#039;s <a href="http://www.elearning.ac.uk/features/sword">paper</a> on <a href="http://www.swordapp.org/">SWORD</a> (emphasis mine):<br />
<blockquote>One of the most frequently cited barriers to academics depositing their teaching materials into repositories is the keystroke-count involved in logging into a repository, uploading the resource, creating metadata, perhaps selecting a licence, and publishing the resource. It was a quick win, therefore, to create a drag-and-drop desktop tool to allow a single keystroke deposit of resources, including multiple resources in one action. For a repository that supports <b>automatic metadata generation</b>, administrative metadata can be created at the point of entry to the repository without the user needing to create any.</p></blockquote>
<p>And I wondered how many repositories supported automatic metadata generation.  I wondered how many repositories supported automatic generation of <em>rich</em> metadata.  And lastly I wondered, might this be a more or less natural role for catalogers: augmenting stub metadata records or doing original cataloging for institutional repository deposits?  Especially at a time when many of them are being reclassified as acquisitions specialists or digital projects managers?</p>
<p>Potential issues and questions:
<ul>
<li>Author ignorance: Maybe catalogers are already doing this and I&#039;m a moron?</li>
<li>Scale: Is it realistic to expect to be able to &#034;keep up&#034; with repository deposits?</li>
<li>Granularity: Does cataloging at the level of articles, and perhaps at even finer granularities, introduce challenges?</li>
<li>Duplication: If pre-prints are cataloged in the IR, for instance, will they need to be cataloged again later?</li>
<li>&#8230; there are others I thought of on my commute this morning but have since forgotten them.  Feel free to add comments.</li>
</ul>
<p>I will admit here that I&#039;ve been somewhat out of the (academic) institutional repository space a while, and cataloging is something I don&#039;t share thoughts about very often because my exposure is limited to having taken one course a couple years ago.  </p>
<p>I assume there&#039;s a body of research about this out there somewhere but I figured I&#039;d post this anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2009/02/09/cataloging-and-institutional-repositories/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The MLS and library technology</title>
		<link>http://lackoftalent.org/michael/blog/2007/07/22/the-mls-and-library-technology/</link>
		<comments>http://lackoftalent.org/michael/blog/2007/07/22/the-mls-and-library-technology/#comments</comments>
		<pubDate>Sun, 22 Jul 2007 21:30:18 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Management]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2007/07/22/the-mls-and-library-technology/</guid>
		<description><![CDATA[Karen Coombs responds to Ross Singer, re: requiring an MLS degree in library technology positions. I&#039;m torn on the issue, as an erstwhile systems analyst who went through library school primarily for letters after my name. I&#039;ve seen both sides of the divide and have seen IT positions that might have benefited from the MLS [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:100"><!-- &nbsp; --></abbr>
<p><a href="http://www.librarywebchic.net/wordpress/2007/07/18/why-require-an-mls-for-library-technologists/" target="_blank">Karen Coombs</a> responds to <a href="http://dilettantes.code4lib.org/2007/07/09/union-card/" target="_blank">Ross Singer</a>, re: requiring an MLS degree in library technology positions. </p>
<p>I&#039;m torn on the issue, as an erstwhile systems analyst who went through library school primarily for letters after my name.  I&#039;ve seen both sides of the divide and have seen IT positions that might have benefited from the MLS &#8212;  a particular non-MLS comes to mind who had no sense of which battles were winnable and ultimately wound up leaving &#8212; and also seen jobs with a totally unnecessary MLS requirement that accomplished little other than watering down the candidate pool.</p>
<p>If a position will need to interact with librarians or act in public services capacities, the MLS is very useful; folks from IT (or elsewhere in the extrabibliosphere) do not necessarily know our culture or our values &#8212; hell, they might not even speak our language.  And there is something to be said for this sort of familiarity.  Librarians hold the reins in libraries and if you can&#039;t speak to their values in a language they understand, you are likely to spend much of your career tilting against windmills (and getting nowhere fast).</p>
<p>On the other hand, we librarian folk think that libraries are a hell of a lot more special than we actually are.  Our needs are sometimes esoteric, but many times they are not, and so an MLS requirement probably does more harm than good.  And too often &#034;web librarian&#034; and &#034;systems librarian&#034; are euphemisms for &#034;underpaid IT workers.&#034;  Earning a master&#039;s degree should not <strong>reduce</strong> your earning potential, and yet that is precisely what happens.</p>
<p>In summary, I guess my views align with Karen&#039;s  but I appreciate what Ross is adding to the dialogue (having experienced much of the same nonsense).  We need more Rosses in library-land, and ought to treat them very well in order to keep them around.  Library technologists are (read: &#034;should be&#034;) first-class citizens in libraries and will play an active if not vital role in our future, whether they have the MLS or not.  We&#039;d do well to keep that in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2007/07/22/the-mls-and-library-technology/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Want to work at Princeton?</title>
		<link>http://lackoftalent.org/michael/blog/2007/05/31/want-to-work-at-princeton/</link>
		<comments>http://lackoftalent.org/michael/blog/2007/05/31/want-to-work-at-princeton/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 02:16:12 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
				<category><![CDATA[Digital Libraries and Archives]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2007/05/31/want-to-work-at-princeton/</guid>
		<description><![CDATA[I was stoked to see our Digital Initiatives Coordinator position posted earlier today. We have been without a full-time field officer for nearly eight months, though Kevin Clarke (lead programmer) has served with distinction &#8212; and with nary a complaint! (Well, okay, there may have been some complaints, but he always had a smile on [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:91"><!-- &nbsp; --></abbr>
<p>I was stoked to see our <a href="http://library.princeton.edu/hr/positions/JobLibDigitalInitiativesCoord.html" target="_blank">Digital Initiatives Coordinator</a> position posted earlier today.  We have been without a full-time <a href="http://en.wikipedia.org/wiki/Military_rank#Field_or_Senior_officers" target="_blank">field officer</a> for nearly eight months, though <a href="http://weblog.kevinclarke.info/" target="_blank">Kevin Clarke</a> (lead programmer) has served with distinction &#8212; and with nary a complaint!  (Well, okay, there may have been some complaints, but he always had a smile on his face.)</p>
<p>Here are some reasons you might consider this position:</p>
<ul>
<li>A chance to get in on the ground floor &#8212; our team is still undecided on many important issues, so you would have the opportunity to shape the organization.</li>
<li>Work with a broad range of technologies, such as Java, Ruby, XQuery, XForms, native XML databases, Solr, and more.</li>
<li>Assist in the ongoing effort to select repositories for various use cases  &#8212; we&#039;re evaluating DSpace, several Fedora front-ends, and the X-Hive/DB native XML database</li>
<li>Many rare and beautiful library collections.</li>
<li>Great location &#8212; it hardly seems like New Jersey!</li>
<li>Lead the digital collections team, currently consisting of four librarian programmers and five digitization gurus.</li>
<li>Forge ties with one of the finest faculties in academia.</li>
<li>Comprehensive benefits package &#8212; 24 days vacation, the whole insurance kit and kaboodle, and so on.</li>
<li>Uncommon amount of support (financial and otherwise) for professional development.</li>
<li>&#8230; and you get to work with me!  But seriously, the great team we have assembled has been a big part of why I&#039;ve thoroughly enjoyed my time at Princeton.</li>
</ul>
<p>You can get a sense of the work we&#039;ve been doing by browsing our <a href="http://diglib.princeton.edu/" target="_blank">Digital Collections</a>, though that&#039;s only the tip of the iceberg, and the site will be overhauled in the coming months.</p>
<p>Have some digital initiatives experience?  Ready for leadership responsibilities and an environment in which you will hone your vision?  Then by all means, <a href="http://library.princeton.edu/hr/positions/JobLibDigitalInitiativesCoord.html">check it out</a>.  An MLS is not required.</p>
]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2007/05/31/want-to-work-at-princeton/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Digital librarians: Need a J.O.B.?</title>
		<link>http://lackoftalent.org/michael/blog/2007/03/14/digital-librarians-need-a-job/</link>
		<comments>http://lackoftalent.org/michael/blog/2007/03/14/digital-librarians-need-a-job/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 21:40:39 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
				<category><![CDATA[Digital Libraries and Archives]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Management]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2007/03/14/digital-librarians-need-a-job/</guid>
		<description><![CDATA[Peter Binkley wrote a while back about the crop of neat digital librarian-y jobs that&#039;d been popping up. There&#039;ve been a bunch more lately: Head, Library Technology (Oregon State University) Coordinator for Digital Library and Metadata Services (University of Colorado) Digital Collections Coordinator (U. of Oregon) Digital Projects and Catalog Management Librarian (U. of Oregon) [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:79"><!-- &nbsp; --></abbr>
<p>Peter Binkley wrote a while back about the crop of neat <a href="http://www.wallandbinkley.com/quaedam/?p=102">digital librarian-y jobs</a> that&#039;d been popping up.  There&#039;ve been a bunch more lately:</p>
<ul>
<li><a href="http://jobs.oregonstate.edu/applicants/Central?quickFind=50390">Head, Library Technology</a> (Oregon State University)</li>
<li><a href="http://library.auraria.edu/aboutus/departments/adminHR/metadata0307.doc">Coordinator for Digital Library and Metadata Services</a> (<a target="_blank" href="http://maps.google.com/maps?f=q&#038;hl=en&#038;q=1100+Lawrence+St,+Denver,+CO+80204&#038;sll=37.0625,-95.677068&#038;sspn=47.972233,89.648437&#038;layer=&#038;ie=UTF8&#038;om=1&#038;z=15&#038;ll=39.743197,-105.005393&#038;spn=0.022901,0.053558">University of Colorado</a>)</li>
<li><a href="http://libweb.uoregon.edu/admnpers/digcollcoord.html">Digital Collections Coordinator</a> (<a target="_blank" href="http://maps.google.com/maps?f=q&#038;hl=en&#038;q=eugene,+oregon&#038;layer=&#038;ie=UTF8&#038;om=1&#038;z=13&#038;ll=44.043674,-123.072624&#038;spn=0.085634,0.214233">U. of Oregon</a>) </li>
<li><a href="http://libweb.uoregon.edu/admnpers/digproj.html">Digital Projects and Catalog Management Librarian</a> (<a target="_blank" href="http://maps.google.com/maps?f=q&#038;hl=en&#038;q=eugene,+oregon&#038;layer=&#038;ie=UTF8&#038;om=1&#038;z=13&#038;ll=44.043674,-123.072624&#038;spn=0.085634,0.214233">U. of Oregon</a>) </li>
<li><a href="http://www.lib.clemson.edu/libjobs/faculty/Digital.htm">Digital Initiatives Coordinator</a> (<a target="_blank" href="http://maps.google.com/maps?f=q&#038;hl=en&#038;q=clemson,+south+carolina&#038;layer=&#038;ie=UTF8&#038;z=14&#038;ll=34.679735,-82.837429&#038;spn=0.048984,0.107117&#038;om=1">Clemson U.</a>)  </li>
<li><a href="http://joblist.ala.org/modules/jobseeker/controller.cfm?rssjobid=5616">Digital Library Initiatives Manager</a> (<a target="_blank" href="http://maps.google.com/maps?f=q&#038;hl=en&#038;q=Philadelphia,+PA&#038;layer=&#038;ie=UTF8&#038;z=15&#038;ll=39.981264,-75.154467&#038;spn=0.022822,0.053558&#038;om=1">Temple U.</a>) [Direct link could not be obtained] </li>
<li><a href="http://orpheus.ucsd.edu/fac/dlpm.htm">Digital Library Program Manager</a> (<a target="_blank" href="http://maps.google.com/maps?f=q&#038;hl=en&#038;q=San+Diego,+CA&#038;layer=&#038;ie=UTF8&#038;z=13&#038;ll=32.881894,-117.221546&#038;spn=0.100047,0.214233&#038;om=1&#038;iwloc=addr">UC-San Diego</a>) </li>
</ul>
<p>It&#039;s great to see academic libraries diving head-first into digital collections / library initiatives, and doing so with dedicated staff.  </p>
<p>Some of these positions look like great options for folks like myself who&#039;ve been bouncing around the digital libraries world for a few years now and are starting to think about taking on greater responsibility within an organization.  I know you&#039;re out there, folks.  Consider applying! </p>
]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2007/03/14/digital-librarians-need-a-job/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Will Libraries Smell Like Teen Spirit?</title>
		<link>http://lackoftalent.org/michael/blog/2007/03/12/will-libraries-smell-like-teen-spirit/</link>
		<comments>http://lackoftalent.org/michael/blog/2007/03/12/will-libraries-smell-like-teen-spirit/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 20:30:54 +0000</pubDate>
		<dc:creator>Michael Giarlo</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Management]]></category>

		<guid isPermaLink="false">http://lackoftalent.org/michael/blog/2007/03/12/will-libraries-smell-like-teen-spirit/</guid>
		<description><![CDATA[I followed a series of links[1] to find this article on the effect of Generation X values upon work culture. The article cites the impending wave of Baby Boomer retirements, pointing out that a number of executive and upper management positions will open up and likely be filled by Generation Xers. Will workplace culture change [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:lackoftalent.org:technosophia:78"><!-- &nbsp; --></abbr>
<p>I followed a series of links[<a href="http://www.lackoftalent.org/michael/blog/2007/03/12/will-libraries-smell-like-teen-spirit/#note1">1</a>] to find this <a href="http://www.canada.com/nationalpost/financialpost/story.html?id=b1f851b9-b5ff-41bb-bf17-4aadba0ac89e" target="_blank">article</a> on the effect of Generation X values upon work culture.  The article cites the impending wave of Baby Boomer retirements, pointing out that a number of executive and upper management positions will open up and likely be filled by <a href="http://en.wikipedia.org/wiki/Generation_X">Generation Xers</a>.  Will workplace culture change when GenXers take the reins?  If so, to what extent?  And how will it affect libraries which, unlike the corporate world, are saturnine[<a href="http://www.lackoftalent.org/michael/blog/2007/03/12/will-libraries-smell-like-teen-spirit/#note2">2</a>]?<br />
<span id="more-78"></span><br />
If organizational culture is in part derived from the values and culture of those who are at the helm, it is bound to change when Generation X takes over.  Baby Boomers are described as follows:<br />
<blockquote>&#034;Leadership for them has been characterized by workaholic tendencies and materialism. Baby Boomers have had a minimum number of careers or a single career path, are impressed by authority, are optimistic and are driven to achieve.&#034;</p></blockquote>
<p>GenXers, on the other hand,<br />
<blockquote>&#034;&#8230;question authority, seek bigger meaning in life and work, are technologically savvy, live in the present, are skeptical, see career as a key to happiness, are open to multi-careers, consider challenge and variety as being more important than job security and constantly aim to achieve work-life balance.&#034;</p></blockquote>
<p>An obvious criticism of the differences between the generations is that they are only generalizations and that they apply only to those who fit the stereotypes.  However, it does seem naÃ¯ve to assume that none of the generalizations apply, that cultures and skill sets do not vary generationally; stereotypes are rooted in the truth.</p>
<p>The article links to a study showing that<br />
<blockquote>&#034;Baby Boomers received higher ratings from managers in 10 out of 18 competencies, particularly in their ability to coach and develop people and to manage execution. Generation X managers received higher ratings in self-development, work commitment and analyzing issues&#034;</p></blockquote>
<p>GenXers will need to work on their ability to mentor and on expanding upon their analysis skills with the ability to synthesize as well; it is important to see both the forest <strong>and</strong> the trees.  Whereas Baby Boomers are more comfortable in standard hierarchies, GenXers take more of a team-building approach, valuing independence and creativity to get the job done, whatever it may be.  GenXers are also reported to thrive on change which is a key attribute in dealing successfully with disruptive technologies and technological discontinuities, clearly an area where improvement is needed.</p>
<p>As a GenXer, I am cynical about the likelihood of my generation&#039;s general disdain for bureacratic structure having any noticeable effect upon the bureaucracy, so common in academia, that seems to cripple decision-making processes and any semblance of agility.  I would love to see a new crop of administrators and managers come in and abolish the old ways of &#034;analysis paralysis.&#034;  Why not take a heuristic-based approach to management?   Instead of discussing something <em>ad nauseum</em> in three months&#039; worth of meetings, why not try it out as a pilot project?</p>
<p>Still, I am hopeful.  If the coming wave of retirements brings in a batch of administrators that value agility, tear down process-tangling walls of bureaucracy, encourage and reward creativity, embrace innovation and <a href="http://en.wikipedia.org/wiki/Skunk_works">skunk-works</a> as being essential to our mission, and generally stir the pot in some productive fashion, the future holds great things.</p>
<p>Besides, I can&#039;t wait for flannel shirts and wool hats to become <em>de rigueur</em> for Academic Library Fashion 2.0.  (Or will the meme have evolved to 3.0 by that time?)</p>
<p>&#8211;</p>
<p><a name="note1">1.</a> I&#039;ve been following Mark Leggott&#039;s <a href="http://loomware.typepad.com/slowlibrary/" target="_blank">Slow Library blog</a> the past few months.  Read the <a href="http://loomware.typepad.com/slowlibrary/2007/02/ahhhthe_beauty_.html" target="_blank">&#034;Ahhh&#8230;the Beauty of Slow&#034; post</a> for an explanation of what the movement entails.  The latest post contains a link to the <a href="http://www.slowleadership.org/" target="_blank">Slow Leadership blog</a>, which is where I found the Generation X article.</p>
<p><a name="note2">2.</a> This is a base generalization; I admit that libraries might even be more agile than the corporate world in some areas, but do tend to believe that we are slow-moving, change-resistant beasts in general.</p>
]]></content:encoded>
			<wfw:commentRss>http://lackoftalent.org/michael/blog/2007/03/12/will-libraries-smell-like-teen-spirit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

