<?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>Library Hat &#187; Librarianship</title>
	<atom:link href="http://www.bohyunkim.net/blog/archives/category/librarianship/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bohyunkim.net/blog</link>
	<description>http://www.bohyunkim.net/blog/</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:47:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tips for Everyone Doing the #codeyear</title>
		<link>http://www.bohyunkim.net/blog/archives/1716</link>
		<comments>http://www.bohyunkim.net/blog/archives/1716#comments</comments>
		<pubDate>Mon, 30 Jan 2012 17:11:19 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[catcode]]></category>
		<category><![CDATA[codeacademy]]></category>
		<category><![CDATA[codeyear]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Continuing Education]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[libcodeyear]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1716</guid>
		<description><![CDATA[*********   This post has been originally posted to the ACRL TechConnect blog.  ********* Learn to Code in 2012! If you are a librarian interested in learning how to code, 2012 is a perfect year for you to start the project. Thanks to CodeAcademy (http://codeacademy.com), free JavaScript lessons are provided every week at http://codeyear.com/. The [...]]]></description>
			<content:encoded><![CDATA[<p>*********   This post has been originally posted to <a href="http://acrl.ala.org/techconnect">the ACRL TechConnect blog</a>.  *********</p>
<p><span style="color: #9f241d;"><strong>Learn to Code in 2012!</strong></span></p>
<p>If you are a librarian interested in learning how to code, 2012 is a perfect year for you to start the project. Thanks to CodeAcademy (<a href="http://codeacademy.com/">http://codeacademy.com</a>), free JavaScript lessons are provided every week at <a href="http://codeyear.com/">http://codeyear.com/</a>. The lessons are interactive and geared towards beginners. So even if you do not have any previous experience in programming, you will be able to pick up the new skill soon enough as long as you are patient and willing to spend time on mastering each lesson every week.</p>
<p>A great thing about this learn-how-to-program project, called #codeyear in Twitter (#libcodeyear and #catcode in the library-land) is that there are +375,443 people (and counting up) out there who are doing exactly the same lessons as you are. The greatest thing about this #libcodeyear / #catcode project is that librarians have organized themselves around this project for the collective learning experience.  How librarian-like, don’t you think?</p>
<p>Now, if you are ready to dive in, here are some useful resources.  And after these Resources, I will tell you a little bit more about how to best ask help about your codes when they are not working for you.</p>
<p><span style="color: #9f241d;"><strong>Resources for Collective Learning</strong></span></p>
<ul>
<li>CodeYear Group in ALAConnect<br />
<a href="http://connect.ala.org/codeyear">http://connect.ala.org/codeyear</a><br />
//Meet other librarians who are also doing the #codeyear project, ask questions, rant out your frustration, find support from your peers.</li>
<li>CatCode Wiki<br />
<a href="http://catcode.pbworks.com/w/page/49328692/Welcome%20to%20CatCode">http://catcode.pbworks.com/w/page/49328692/Welcome%20to%20CatCode</a><br />
//Meet other librarians &#8211; particularly catalogers &#8211; who are doing the #codeyear project. The wiki also includes useful resources (<a href="http://catcode.pbworks.com/w/page/49680175/Resources">http://catcode.pbworks.com/w/page/49680175/Resources</a>) for budding coders.</li>
<li>CatCode IRC<br />
<a href="http://webchat.freenode.net/">http://webchat.freenode.net/</a>, and enter the channel name #catcode<br />
//#catcode folks also set up an IRC channel for real-time chat. It is a nerdier version of group chat (e.g. Meebo, MSN, etc.)  Read IRC info here at Code4Lib wiki (<a href="http://code4lib.org/irc/faq">http://code4lib.org/irc/faq</a>) but remember the channel name is #catcode instead of #code4lib.</li>
<li>Twitter hastags</li>
<ul>
<li>#codeyear : <a href="http://twitter.com/#%21/search/%23codeyear">http://twitter.com/#!/search/%23codeyear</a></li>
<li>#libcodeyear :<a href="http://twitter.com/#%21/search?q=%23libcodeyear">http://twitter.com/#!/search?q=%23libcodeyear</a></li>
<li>#catcode : <a href="http://twitter.com/#%21/search/%23catcode">http://twitter.com/#!/search/%23catcode</a></li>
</ul>
</ul>
<p><span style="color: #9f241d;"><strong>Syntax Error: Catch the most frustrating bugs!</strong></span></p>
<p>Now what I really like about #codeyear lessons so far is that some of the lessons trip you by trivial things like a typo! So you need to find a typo and fix it to pass a certain lesson. Now you may ask “How the hell does fixing a typo count as a programming lesson?”</p>
<p>Let me tell you. Finding a typo is no triviality in coding. Catching a similar syntax error will save you from the most frustrating experience in coding.</p>
<p><span style="color: #333399;"><em>The examples of seemingly innocuous syntax errors are:</em></span></p>
<ul>
<li>var myFunction = funtction (){blah, blah, blah … };</li>
<li>var myNewFunction = function (]{blah, blah, blah … };</li>
<li>for(i=0,  i&lt;10, i++;)</li>
<li>var substr=’Hello World’; alert(subst);</li>
<li>&#8211;//This is my first JavaScript</li>
</ul>
<p>Can you figure out why these lines would not work?  Give it a try! You won’t be sorry. Post your answers in the comments section.</p>
<p><span style="color: #9f241d;"><strong>How to Ask Help about Your Codes       </strong></span></p>
<div class="wp-caption alignright" style="width: 278px"><a href="http://farm4.staticflickr.com/3577/3502347936_43b5e2a886.jpg"><img class=" " src="http://farm4.staticflickr.com/3577/3502347936_43b5e2a886.jpg" alt="" width="268" height="400" /></a><p class="wp-caption-text">by Matteo De Felice in Flickr (http://farm4.staticflickr.com/3577/3502347936_43b5e2a886.jpg)</p></div>
<p>I am assuming that as #codeyear, #catcode, #libcodeyear project progresses, more people are going to ask questions about problems that stump them. Some lessons already have Q&amp;A in the CodeAcademy site. So check those out. Reading through others’ questions will give valuable insight to how codes work and where they can easily trip you.</p>
<p>That having been said, you may want to ask questions to the places mentioned in the Resources section above. If you do, it’s a good idea to follow some rules. This will make your question more likely to be looked at by others and way more likely to be answered correctly.</p>
<ul>
<li><strong>Before asking a question, try to research yourself.</strong> Google the question, check out the Q&amp;A section in the CodeAcademy website, check out other online tutorials about JS (see below for some of the recommended ones).</li>
<li>If this fails, do the following:
<ul>
<li><strong>Specify your problem clearly.</strong><br />
(Don’t say things like “I don’t get lesson 3.5.” or “JavaScript function is too hard” unless the purpose is just to rant.)</li>
<li><strong>Provide your codes with any parts/details that are related to the lines with a problem.</strong><br />
(Bear in mind that you might think there is a problem in line 10 but the problem may lie in line 1, which you are not looking.) Highlight/color code the line you are having a problem. Make it easy for others to immediately see the problematic part.</li>
<li><strong>Describe what you have done to troubleshoot this (even if it didn’t work.)</strong><br />
: This helps the possible commenter to know what your reasoning is behind your codes and what solutions you have already tried, thereby saving their time. So this will make it more likely that someone will actually help you. To believe it or not, what seems completely obvious and clear to you can be completely alien and unfathomable to others.</li>
</ul>
</li>
</ul>
<p><span style="color: #9f241d;"><strong>Some JavaScript Resources</strong></span></p>
<p>There are many resources that will facilitate your learning JavaScript. In addition to the lessons provided by CodeAcademy, you may also find these other tutorials helpful to get a quick overview of JavaScript syntax, usage, functions, etc. From my experience, I know that I get a better understanding when I review the same subject from more than one resource.</p>
<p>If you have other favorite Javascript please share in the comment section.</p>
<ul>
<li>W3Schools JavaScript Tutorial<br />
<a href="http://www.w3schools.com/js/default.asp">http://www.w3schools.com/js/default.asp</a></li>
<li>TiZag JavaScript Tutorial:<br />
<a href="http://www.tizag.com/javascriptT/">http://www.tizag.com/javascriptT/</a></li>
<li>WebMonkey Basic JavaScript Tutorial:<br />
<a href="http://www.webmonkey.com/2010/02/JavaScript_Tutorial_-_Lesson_1/">http://www.webmonkey.com/2010/02/JavaScript_Tutorial_-_Lesson_1/</a></li>
<li>WebMonkey Advanced JavaScript Tutorial:<br />
<a href="http://www.webmonkey.com/2010/02/Advanced_JavaScript_Tutorial_-_Lesson_1/">http://www.webmonkey.com/2010/02/Advanced_JavaScript_Tutorial_-_Lesson_1/</a></li>
</ul>
<p><a href="http://acrl.ala.org/techconnect/">ACRL TechConnect blog </a>will continue to cover #libcodeyear / #catcode related topics throughout the year!  The post up next will tell you all about some of the excuses people deploy to postpone learning how to code and what might break the mental blockage!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1716/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Making Years of Service Meaningful &#8211; My thought on #hlth</title>
		<link>http://www.bohyunkim.net/blog/archives/1692</link>
		<comments>http://www.bohyunkim.net/blog/archives/1692#comments</comments>
		<pubDate>Thu, 26 Jan 2012 17:37:03 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[Continuing Education]]></category>
		<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[harvard]]></category>
		<category><![CDATA[reorganizaion]]></category>
		<category><![CDATA[years of service]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1692</guid>
		<description><![CDATA[By now, I believe almost everyone in the library-land would have heard about the Harvard Libraries Town Hall meeting debacle. (If not, see this post by Tom Bruno.) Like everyone else, I don&#8217;t have an inkling about whether the reorganization going on at Harvard is going to succeed or not.  But the news somehow made [...]]]></description>
			<content:encoded><![CDATA[<p>By now, I believe almost everyone in the library-land would have heard about <a href="http://twitter.com/#!/search/%23hlth">the Harvard Libraries Town Hall meeting debacle</a>. (If not, see <a href="http://oodja.blogspot.com/2012/01/great-librarian-massacre-and-other.html">this post by Tom Bruno</a>.) Like everyone else, I don&#8217;t have an inkling about whether the reorganization going on at Harvard is going to succeed or not.  But the news somehow made me think quite a bit about this :  <span style="color: #993366;"><em>As the library staff work at the same library for many years, how can &#8216;____&#8217; make the years or service meaningful as their contribution to the library beyond mere loyalty?</em></span></p>
<p>This is a tough question as years of service doesn&#8217;t necessarily equate with how much contribution you make to the library you work at.  It&#8217;s a tough question because improving on whatever you learned already is almost always more difficult than learning it first time. This is also a tough question whether you are a library employer or an employee (fill the &#8216;____&#8217; above with either library or the library staff) as this is something both an employer and an employee should work together.</p>
<p>As a library employee, I think about this more and more as I am getting out of the new librarian phase. Being a professional librarian for more than 3 years now, it is hard to argue that I am still new at this point. I try hard not to settle in the everyday work that is familiar to me and not to get comfortable with the status quo. I try to keep taking up on a new project that would improve library&#8217;s services and operation even if no one is asking for it. I try to learn new things even if that would not affect the work I do immediately because I know that in the long run, there is a good chance that the stuff I am teaching myself today would be come in handy.</p>
<p>What I am trying to is to meet the challenge of how to make my years of service meaningful. I want it to represent the amount of experience and knowledge I have as a librarian, not the mere number of years I was staying at one place.  That is a tough call.  Many librarians face this challenge in one way or another, as they gain more experience at their workplace unless they are continuously hopping from one job to another for higher rank/salary, which will also make it inevitable to learn some new skills and assume new responsibilities).</p>
<p><em>Now shifting the focus from employees to employers,</em> even to observers who do not know the internal workings of the Harvard libraries system, what made the librarians and library staff at Harvard most upset about the town hall meeting seems to be the feeling of betrayal, aside from the unclear meeting agenda and the lack of answers to obvious questions. It appears that many Harvard library staff were loyal to their workplace (legitimately perhaps considering its collection size and scale of service) and took pride in working there, which is reflected in many staff&#8217;s long years of service (i.e. low rate of staff turnover). However, the unclear messages from the top and the impending layoff announcement seemed to have demoralized them, as shown in one of the comments in this LJ article &#8220;<a href="http://lj.libraryjournal.com/2012/01/academic-libraries/after-furor-harvard-library-spokesperson-says-inaccurate-that-all-staff-will-have-to-reapply/#_">After Furor, Harvard Library Spokesperson Says ‘Inaccurate’ That All Staff Will Have to Reapply&#8221;</a> :</p>
<p style="padding-left: 30px;"><span style="color: #808080;"><em>&#8220;I acknowledge that change is inevitable, but what I feel, after yesterday’s meeting, was </em><span style="color: #003366;"><em>the unnecessary devaluation of the librarians and library assistants, many of whom have worked at Harvard for decades and are experts in their particular field or have particular skills.</em></span><em><span style="color: #003366;"> &#8230;</span> I didn’t feel we were valued as employees or as persons. So many of us asked after the meeting yesterday, what was the point of the it? Why call a meeting when there are no answers ready for our biggest questions? Was the purpose of it to instill fear? Because, sadly, that was the main result. </em><span style="color: #003366;"><em>Fear for ourselves and for the future of one of the best library systems in the world.&#8221;</em></span></span></p>
<p>In her blog post &#8220;<a href="http://www.attemptingelegance.com/?p=1463">on #hlth and bearpoking</a>,&#8221; Jenica Rogers pointed out why the years of service argument would work against the library staff in the re-organization situation rather than in favor. As she correctly notes, effectiveness, relevance, skills do not correlate to years of service by themselves. To the management, this argument has no real merit.</p>
<p>This is a valid point. In times in which permanent jobs are a joke, asking loyalty for employees is an absurd idea. The flip side of it is, however, that it would be equally silly for employees to think that loyalty itself would have any significant meaning (beyond maybe the fact that the low staff-turnover rate will save operating costs related to hiring replacements), particularly when the employer goes through re-organization (based upon the belief that the &#8216;past&#8217; operation was not optimal ).</p>
<p>But nothing is ever so black-and-white. <span style="color: #003366;">As a 100% observer, I would have liked to see what systematic incentives and measures Harvard libraries are creating in order to help its staff to continuously improve their skills and knowledge in their jobs. More so when they are planning a big layoff and asking all their staff to submit a summary of their skills and qualifications.</span> (I am not even going to comment on how bureaucratic and utterly ineffective this sounds like. )</p>
<p>I believe that experienced library staffs are not just employees with the long-years-of-service tag on them. Some of them may be chair warmers. (Yes, we have all seen chair warmers!)  &#8216;But&#8217; many of them are the precious enablers in library operation and the best deliverers of quality library service.  This is not a &#8216;sentimental&#8217; argument. Losing these people will cost the organization no matter how hard it is to quantitatively measure its impact.</p>
<p>You may say those people with good performance will be saved one way or another. But what I am saying is that an organization has the responsibility to beclear about what it values in its employees.  As an employer, an organization may ask for and demand whatever qualifications it sees fit for employees to be equipped with. But it would help employees if an organization can state them clearly and, if possible, provide concrete steps to take to actually attain that goal.</p>
<p>So looking forward, <span style="color: #993366;">I suggest any library that goes through re-organization should ask this question: What kind of system do you have in place to help and enable for your staff to stay relevant, skilled, effective, and efficient over the long period of time? What are the standards you would like to see in your staff in terms of skills and knowledge? Why are those relevant skills and knowledge in your organization in light of its mission and vision? What kinds of initiatives and activities would you like your staff to work on and be engaged in on a daily basis?</span>  Communicating clear answers to these questions alone would greatly alleviate the concern of library staff during any reorganization process.  I hope that Harvard libraries staff would use this reorganization as an opportunity to ask these questions and get satisfactory answers.</p>
<p>Reorganization can be painful. But reorganization without a clear vision and goal and the road-map to achieve the goal would be disastrous. I am worried about the possibility of library re-organization done in the absence of clear vision and strategies. I am concerned about the possibility that libraries may dive into reorganization in lieu of establishing first assessing clearly where they want to go and how they plan to get there.</p>
<p>Sadly, the data from <a href="http://www.ithaka.org/ithaka-s-r/research/ithaka-s-r-library-survey-2010">Ithaka S+R Library Survey 2010: Insights from U.S. Academic Library Directors</a> doesn’t make me feel so optimistic. (See this blog post &#8220;<a href="http://www.attemptingelegance.com/?p=1025">My peers are not my tribe</a>&#8221; by Jenica Rogers and despair. <span style="color: #993366;"><em>65 percent of US academic library directors confirmed that their library does NOT have a well-developed strategy to meet changing user needs and research habits!</em></span>)</p>
<p>I do so hope that this is not the whole story. But are you surprised at this finding?</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1692/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Published! Chapter 8. Mobile Use in Medicine: Taking a Cue from Specialized Resources and Devices</title>
		<link>http://www.bohyunkim.net/blog/archives/1601</link>
		<comments>http://www.bohyunkim.net/blog/archives/1601#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:51:58 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[LIS]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[medicine]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[mobile use in medicine]]></category>
		<category><![CDATA[Publication]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1601</guid>
		<description><![CDATA[The presentation that I gave with my colleague, Marissa Ball, at Handheld Librarian Online Conference II (February 17, 2010.) is now out as a book chapter in the new book published by Routledge, Mobile Devices and the Library: Handheld Tech, Handheld Reference (ed. Joe Murphy). This is the first time my article has been published [...]]]></description>
			<content:encoded><![CDATA[<p>The presentation that I gave with my colleague, Marissa Ball, at<em> Handheld Librarian Online Conference II</em> (February 17, 2010.) is now out as a book chapter in the new book published by Routledge, <em>Mobile Devices and the Library: Handheld Tech, Handheld Reference</em> (ed. Joe Murphy).</p>
<p>This is the first time my article has been published as a book chapter. So I am pretty excited. On the other hand, I am realizing how much time can pass between a presentation and a publication.</p>
<p>Almost two years have been passed since the presentation, but many of the observations we made in the presentation seem to still remain the case so far. Still the time passed alone makes me think that perhaps it&#8217;s time to revisit what I have reviewed back then two years ago&#8230;</p>
<p>You can see the original presentation slides here: <a href="http://www.slideshare.net/bohyunkim/mobile-access-to-licensed-databases-in-medicine-and-other-subject-areas">http://www.slideshare.net/bohyunkim/mobile-access-to-licensed-databases-in-medicine-and-other-subject-areas</a>.</p>
<p>Before becoming the book chapter, this presentation was also published as an article in <a href="http://www.informaworld.com/smpp/content%7Edb=all%7Econtent=a931819337%7Efrm=titlelink"><em>The Reference Librarian</em></a> 52(1), 2011.</p>
<p>I greatly appreciate that my library purchased this book as part of the professional development collection for the library staff.  (I didn&#8217;t get a copy of the book probably because the copyright belongs to the Taylor and Francis, the publisher of <em>The Reference Librarian</em>, on which the article originally appeared&#8230;)</p>
<p>I took a few shots from the book processed today at the library.</p>
<div id="attachment_1603" class="wp-caption alignnone" style="width: 444px"><a href="http://www.bohyunkim.net/blog/wp-content/uploads/2012/01/firstpage1-e1326123912577.jpg"><img class=" wp-image-1611" title="First Page" src="http://www.bohyunkim.net/blog/wp-content/uploads/2012/01/firstpage1-e1326123912577-764x1024.jpg" alt="" width="434" height="581" /></a><p class="wp-caption-text">First page</p></div>
<p>&nbsp;</p>
<div id="attachment_1605" class="wp-caption alignnone" style="width: 234px"><a href="http://www.bohyunkim.net/blog/wp-content/uploads/2012/01/cover-e1326122443751.jpg"><img class="size-medium wp-image-1605" title="Mobile Devices and the Library" src="http://www.bohyunkim.net/blog/wp-content/uploads/2012/01/cover-e1326122443751-224x300.jpg" alt="" width="224" height="300" /></a><p class="wp-caption-text">Mobile Devices and the Library, Routledge, 2012</p></div>
<div id="attachment_1604" class="wp-caption alignnone" style="width: 234px"><a href="http://www.bohyunkim.net/blog/wp-content/uploads/2012/01/content-e1326122576145.jpg"><img class="size-medium wp-image-1604" title="Contents" src="http://www.bohyunkim.net/blog/wp-content/uploads/2012/01/content-e1326122576145-224x300.jpg" alt="" width="224" height="300" /></a><p class="wp-caption-text">Contents</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1601/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Posted at ACRLog &#8211; &#8220;Research Librarianship in Crisis: Mediate When, Where, and How?&#8221;</title>
		<link>http://www.bohyunkim.net/blog/archives/1431</link>
		<comments>http://www.bohyunkim.net/blog/archives/1431#comments</comments>
		<pubDate>Mon, 01 Aug 2011 13:39:15 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[academic librarianship]]></category>
		<category><![CDATA[academic library]]></category>
		<category><![CDATA[ACRLog]]></category>
		<category><![CDATA[crisis]]></category>
		<category><![CDATA[higher ed]]></category>
		<category><![CDATA[research librarianship]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1431</guid>
		<description><![CDATA[I have posted a guest post at ACRLog. &#8220;Research Librarianship in Crisis: Mediate When, Where, and How?&#8221; I would love to know what others think on this topic!]]></description>
			<content:encoded><![CDATA[<p>I have posted a guest post at <a href="http://www.acrlog.org/">ACRLog</a>.</p>
<p><a href="http://acrlog.org/2011/08/01/research-librarianship-in-crisis-mediate-when-where-and-how/"><strong>&#8220;Research Librarianship in Crisis: Mediate When, Where, and How?&#8221;</strong></a></p>
<p>I would love to know what others think on this topic!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1431/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apply or Not: ALA Emerging Leaders Program</title>
		<link>http://www.bohyunkim.net/blog/archives/1408</link>
		<comments>http://www.bohyunkim.net/blog/archives/1408#comments</comments>
		<pubDate>Fri, 22 Jul 2011 17:37:24 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[ALA]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Continuing Education]]></category>
		<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[emerging leaders program]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1408</guid>
		<description><![CDATA[ALA is now receiving applications for the 2012 class of the Emerging Leaders (EL) Program, and I saw many new librarians considering applying to the program in Twitter, Facebook, etc. Applying for this program requires some paperwork. You have to write an essay and get references sent. You also have to commit yourself to attending [...]]]></description>
			<content:encoded><![CDATA[<p>ALA is now receiving applications for the 2012 class of <a href="http://www.ala.org/ala/educationcareers/leadership/emergingleaders/index.cfm">the Emerging Leaders (EL) Program</a>, and I saw many new librarians considering applying to the program in Twitter, Facebook, etc. Applying for this program requires some paperwork. You have to write an essay and get references sent. You also have to commit yourself to attending two conferences in person.</p>
<p>So the question is whether the program would be worth all these. As a member of the 2011 class, I have some thoughts about the program from which I just graduated. Hopefully this post will help you decide whether the program is a right fit for you or not.</p>
<p><strong>What the EL program is really about</strong></p>
<p>The first thing to know about the EL program before applying is that its purpose is to develop leaders “in ALA” not just anywhere.  Of course, what you get to learn from the program about leadership will be useful in other organizations. But my experience is that this program is definitely focused on helping new librarians to get familiar with the organizational structure of ALA and to get involved in ALA divisions, roundtables, or even the ALA Council. It is not a program about leadership in general.</p>
<p>So if possible, attend the ALA conference a few times before applying for this program. See if you are interested in becoming active in ALA. The EL program itself won’t necessarily help you determine whether you would like being involved in ALA and  which ALA division is right for you. You should know answers to these questions first. If they are YES, then apply for the program.</p>
<p>Remember that the EL program is not the only way to become involved and active in ALA. Often it is easy enough to find the right place to meet librarian peers in the field of yours if you stumble into a right Interest Group, Discussion Group, or Section. You can volunteer to be a chair, organize or present a program, and form a great personal network of mentors, colleagues, and friends without ever stepping your foot into the EL program.</p>
<p>This also means that these are things that ‘you’ still have to do whether you get into the EL program or not. The EL program may open some doors for you, but you will be the one who has to take the opportunity and make it work for you if you decide to be active in ALA.</p>
<p><strong>What you get to do if selected as an EL</strong></p>
<ul>
<li>You get to choose a project you want to work on. If you get to be sponsored by any unit, division, section, or other library organization, you will be asked to work on a project from that group. Otherwise, you are free to choose the project that interests most.</li>
<li>You will meet your team members and the mentor(s) at the Midwinter and plan how you will spend the time from the Midwinter to the Annual conference to get the project done.</li>
<li>When the project is completed, you will give a poster session with other EL project teams.</li>
</ul>
<p><strong>How do I get sponsored? </strong></p>
<p>The EL program requires you to attend two conferences in person. But you can be sponsored. To believe or not, there are many units, divisions, sections, and regional library associations that sponsor an EL candidate that meet their criteria.</p>
<p>This is one of the reasons why it is good to apply for the EL program after having some exposure and experience with ALA rather than being completely new to it. If you are a member of any group that sponsors an EL candidate, make sure to indicate that in the application. If there is a unit that you want to be active in, and that unit sponsors the EL program, it might be a good idea to be active in the unit first, to get to know better about what you can contribute to and what you can learn from, and then apply to the EL program expecting the sponsorship from that unit.</p>
<p>It is an investment for any organization to sponsor an EL program participant. So it is fair for the organization to expect you to contribute back to the organization. So think about what you want to do professionally and how it may align with what you can give it back. Try to make it a win-win situation for both you and the sponsoring organization.</p>
<p><strong>The benefits of the EL program</strong></p>
<p>People will have different opinions on this depending on their personal experience of the program. But for me, the best thing about the EL program was the opportunity to meet and work with peers who are extremely intelligent, talented, driven, and ambitious.  It is also an opportunity to get to know and work with colleagues in a completely different library setting and area of specialization than yours. Because of this, you will get valuable experience no matter what project you get to work on and even if the project was not of your first choice.</p>
<p>I want to point out that working in an EL project team is likely to be very different from working in any other project team at your workplace. You will be surrounded with high achievers, and it is likely that you won’t have a slacking and/or unreliable team member problem. Instead, you may get the experience of your brilliant idea (in your opinion) being brutally rejected for a good reason.  You may spend hours on a heated discussion without coming to any conclusion. You and your team may have to invent the project itself because the project idea is vague at best. You may learn where and at which point to make the best contribution and when not to be in the way. You might have been a leader in one way or another in all your life but soon find out that you now get the invaluable opportunity to play the role of a good follower in the group (which is just as important as the role of a leader).</p>
<p>So I think that the great benefit of the EL program (for me) was to work in the EL project team I was assigned to. The actual work with my team taught me more than any book, article, talk, and discussion about leading and being led effectively, harmoniously, and gracefully. (I have to warn you though that these lessons would be probably coming after you finish the project not while working on the project.)</p>
<p><strong>No drawbacks? </strong></p>
<p>No program lacks some drawbacks or disappointments. The ALA Emerging Leaders program has some too of course. In case you get selected, I will tell you a few that I noticed. (But bear in mind that this can be relative to my experience.)</p>
<ul>
<li>You won’t be changing the world or ALA by the one project you get to work on.</li>
<li>The fact that you get to work on an EL project doesn’t give you the secret weapon to melt all the bureaucracy in ALA.</li>
<li>You may request but not hear what came out of your team’s project work as a result after a few years.<br />
(I hope this gets changed.)</li>
<li>You might feel still somewhat lost in ALA. (But now you are lost with some friends.)</li>
<li>You may even decide that ALA wasn’t for you. (But hey, now you know!)</li>
<li>You will now have a new question to ponder – “Have I now emerged?”</li>
</ul>
<p>I hope this post is useful to some of you and wish the best of luck to all EL applicants!</p>
<p><a href="http://www.bohyunkim.net/blog/wp-content/uploads/2011/07/ALA2011_posterSession.jpg"><img class="alignnone size-medium wp-image-1420" title="My EL Team M's Poster Session at 2011 ALA Annual at New Orleans" src="http://www.bohyunkim.net/blog/wp-content/uploads/2011/07/ALA2011_posterSession-300x199.jpg" alt="" width="300" height="199" /></a></p>
<p><a href="http://connect.ala.org/node/146019">My EL Team (M)</a> Poster with Dre and Lauren (Pearl and Emily not present in the photo) at the 2011 ALA Annual Conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1408/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beyond the Middlemen and the Warehouse Business</title>
		<link>http://www.bohyunkim.net/blog/archives/1361</link>
		<comments>http://www.bohyunkim.net/blog/archives/1361#comments</comments>
		<pubDate>Thu, 19 May 2011 19:13:35 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[vision]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1361</guid>
		<description><![CDATA[No Hyperbole Seth Godin recently wrote a blog post about the future of the library. His question is mostly directed to public libraries, and so many responses came out already. (Among many see the posts by Bobbi Newman, Nancy Dowd, Buffy Hamilton.) But the question applies about the same to academic libraries. Godin&#8217;s argument goes [...]]]></description>
			<content:encoded><![CDATA[<h3><strong>No Hyperbole</strong></h3>
<p>Seth Godin recently wrote <a href="http://sethgodin.typepad.com/seths_blog/2011/05/the-future-of-the-library.html">a blog post about the future of the library</a>. His question is mostly directed to public libraries, and so many responses came out already. (Among many see the posts by <a href="http://librarianbyday.net/2011/05/16/seth-godin-misses-the-point-on-libraries-again/">Bobbi Newman</a>, <a href="http://themwordblog.blogspot.com/2011/05/godin-guttenberg-and-going-forward.html">Nancy Dowd</a>, <a href="http://theunquietlibrarian.wordpress.com/2011/05/16/are-librarians-not-seth-godin-the-ones-missing-the-point-on-libraries/">Buffy Hamilton</a>.) But the question applies about the same to academic libraries. Godin&#8217;s argument goes like this:</p>
<ol>
<li>Librarians and libraries’ value lie in playing the role of the middlemen between the public and scarce content (books/information ).</li>
<li>Books and information are no longer scarce and rather abundant in the digital era.</li>
<li>The public can now directly access books and information without mediation by librarians and libraries.</li>
<li>Therefore, libraries and librarians may become no longer needed.</li>
<li>In order to avoid extinction, libraries and librarians must change from being the middlemen and the warehouse of content.</li>
</ol>
<p>A few objections can be immediately raised by library-insiders:</p>
<ul>
<li>Libraries are more than warehouses of books, since they provide valuable services, programs, and physical space.</li>
<li>It costs to obtain information, which makes it, by definition, not abundant.</li>
<li>Information is not so easily accessible considering how much instruction librarians have to provide the public regarding how to use them.</li>
</ul>
<p>While these objections may well have some points, would they make sense to library users?  Are library users convinced that these objections prove the sufficient value of libraries and librarians?  If you work at an academic library, you would have met at least one academic who asks why a library is still needed. They say everything is online. I bet you have immediately cited the objections above. Did those objections convince the person?  If you work at a library, you would have met a library user who thinks librarians are mere clerks who purchase and shelve books. Did bringing up the points cited above persuade the person to think differently? Or did you just get a shrug out of the person?</p>
<p>To the eyes of most library users, the most important benefit lies in books and articles, not in reference, instruction, or any other library services or programs. So they regard libraries as warehouses and librarians as middlemen. If the survival of future libraries depends on the users’ perception and judgment on the value of libraries, the concern Godin expresses is not necessarily hyperbole.  And this public perception of libraries and librarians as warehouses and middlemen signifies the failure of proving the unique value of a library in the digital era.</p>
<h3><strong>What now?</strong></h3>
<p>What will take to persuade users to become the advocates of the future libraries? I don’t think raising the objections cited above will do the trick because they have been failing for a long time. Despite our best efforts, reference volume is going down and the place of library instruction in a curriculum is mostly marginal. If the cost for information goes down sufficiently and users can get faster and easier access, they may be willing to pay content-providers directly than libraries (indirectly through tuition/tax).</p>
<p>Looking back at the past and picking up the things that already have been tried with little success will not take us very far. And we don’t want to bet the future of libraries entirely on the current states of academic libraries being an accreditation criterion or those databases having unfriendly user interfaces.</p>
<h3><strong>Let’s Dream an Infectious Library Dream Together</strong></h3>
<p>I think it is time to stop arguing about how valuable libraries already are and start building some new visions about the future library. One idea that frequently comes up is the library as a community center connecting people with information. It’s not a bad idea, but it needs more details. <strong><span style="color: #333399;">How are libraries going to connect people with information in the way the mediation of libraries and librarians is ‘welcomed and appreciated’?</span></strong> Do our current libraries have a seed of the future libraries that beyond doubt presents indispensable value to library users? While possibilities abound, we do not have many convincing and attractive visions of future libraries that make sense to our users.</p>
<p>Here are some random ideas to start with. Not necessarily daring, inspiring, and by no means exhaustive or revolutionary but just to ignite more conversation. It is not easy to imagine things that do not exist yet. But right now, we need more imagination than criticism or skepticism. I hope and believe that if we have a worthwhile vision, we will be able to work to obtain sufficient resources to make it happen.</p>
<p style="padding-left: 30px;"><strong>a. Libraries as TechShops?</strong></p>
<p>This idea can apply to not only public libraries but also academic libraries such as an engineering or a design/architecture school library.  Library users will go to libraries to check out technologies, learn and experiment, and collaborate on projects using the tools, learning resources, and staff knowledge that libraries offers.  See the details of this idea here:</p>
<p>“Is It Time to Rebuild &amp; Retool Public Libraries and Make “TechShops”?” – Make Magazine<br />
<a href="http://blog.makezine.com/archive/2011/03/is-it-time-to-rebuild-retool-public-libraries-and-make-techshops.html">http://blog.makezine.com/archive/2011/03/is-it-time-to-rebuild-retool-public-libraries-and-make-techshops.html</a></p>
<p style="padding-left: 30px;"><a href="http://blog.makezine.com/archive/2011/03/is-it-time-to-rebuild-retool-public-libraries-and-make-techshops.html"></a><strong>b. Libraries as Production Agencies?</strong></p>
<p>The role of libraries has been traditionally focused on services that bring a third party’s product to users. But what if libraries place more weight on creating products of their own? Users will go to libraries to look for content that is curricular, educational, local, or for entertainment. Such content will not be simply curated and listed together but be produced as a complete stand-alone product. This will take libraries into the realm of content business.</p>
<p style="padding-left: 30px;"><strong>c. Libraries as Institutional or Regional Knowledge Management and Preservation Agencies?</strong></p>
<p>Even though libraries are already assuming this role to a certain degree, envisioning the future libraries as mainly a knowledge management and preservation agency will bring a significant shift in the library operation. Libraries will actively collect, curate, and provide access to the knowledge asset generated by an institution or a region that it serves. It will also function as a support center and a hub for those who create and produce such knowledge asset.</p>
<p style="padding-left: 30px;"><strong>d. Libraries as a Competitive Intelligence Center?</strong></p>
<p>Librarians could be trained to specialize in collecting, comparing, and analyzing data, which will only increase in volume in the digital era. Offering competitive intelligence service and products can significantly increase the value of libraries to the decision makers whether administrators in academia or small business entrepreneurs. The service and product offered in this case may be similar to those of corporate libraries through fee-based services.</p>
<p style="padding-left: 30px;"><strong>e.  And many many more…</strong></p>
<p>Add you own ideas here.</p>
<p><span style="color: #800080;"><strong>Do you have your own vision of future libraries? </strong></span>Let’s dream an infectious library dream together until we get to have multiple convincing pictures of the future library. <span style="text-decoration: underline;"><strong>Only two rules:</strong></span></p>
<p style="padding-left: 30px;">(i) Do not restrict your vision by current library structure, services, programs,  staff, funding, or other existing conditions.<br />
(ii) Imagine the value of a library that will appeal more to &#8216;users&#8217; than to librarians.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1361/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tech Skills for New Librarians &amp; Me (seeking advice)</title>
		<link>http://www.bohyunkim.net/blog/archives/1319</link>
		<comments>http://www.bohyunkim.net/blog/archives/1319#comments</comments>
		<pubDate>Sat, 07 May 2011 00:02:02 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[Continuing Education]]></category>
		<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[new librarians]]></category>
		<category><![CDATA[technology skills]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1319</guid>
		<description><![CDATA[I was recently asked to write a short piece on what kinds of tech skills new librarians will need to have before going out to the job market.  So I got to put together a list of some of the basic skills for librarians regardless of specialization. While compiling the list, I was most surprised at [...]]]></description>
			<content:encoded><![CDATA[<div>I was recently asked to write a short piece on what kinds of tech skills new librarians will need to have before going out to the job market.  So I got to put together a list of some of the basic skills for librarians regardless of specialization. While compiling the list, I was most surprised at how many technology skills I have counted as basic and how much more there is to learn beyond them.</div>
<h3><span style="color: #000080;"><strong>Basic technology skills for new librarians</strong></span></h3>
<ul>
<li><strong>Computer operating system</strong>
<ul>
<li>Downloading and installing programs</li>
<li>Connecting an auxiliary device to a computer such as a printer, scanner, etc.</li>
<li>Understanding the system settings</li>
</ul>
</li>
</ul>
<ul>
<li><strong>How to troubleshoot anything</strong>
<ul>
<li>Knowing what to ask a library user who reports a technology-related problem whether it’s a hardware or software issue</li>
<li>Knowing how to replicate a problem</li>
<li>Knowing how to research a solution on the Web</li>
</ul>
</li>
</ul>
<ul>
<li><strong>How electronic resources work</strong>
<ul>
<li>Understanding what a persistent URL is and being able to tell a URL is persistent or not</li>
<li>Knowing what authentication and proxy means in the library setting</li>
<li>Understanding how an electronic resource is set up for access from a trial to the link placed in different library systems such as OPAC (Open Public Access Catalog), ERMS (Electronic Resources Management System), Open URL Link Resolver,  and the library web site</li>
<li>Knowing  how to troubleshoot remote access issues to electronic resources</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Systems</strong>
<ul>
<li>Knowing what different library systems do and how they work together to provide users with access to information resources. (e.g. Integrated Library System (ILS), OPAC, discovery service, openURL link resolver, ERMS, digital repository system, content management system, proxy server, etc.)</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Web</strong>
<ul>
<li>Proficiency in research tools available on the Web</li>
<li>Knowing how to properly use the WYSWYG editor in a blog or any content management system</li>
<li>Understanding  the difference between HTML and MS Word document</li>
<li>Understanding what a web browser does</li>
<li>Knowing how to make screencasts (video tutorials) and podcasts</li>
<li>Knowing how to create and edit images and video for the Web</li>
<li>Knowing what usability is and how it applies to a library</li>
<li>Knowing how to write for the Web</li>
<li>Knowing how to utilize social media such as Facebook and Twitter</li>
<li>Understanding the mobile devices and related technology that are applicable to a library</li>
</ul>
</li>
</ul>
<h3><span style="color: #000080;">For those more adventurou</span>s:</h3>
<p>Here is a random selection of cool technology skills one may want to check out:<br />
(NB. Don&#8217;t be overwhelmed. This is by no means a list of required skills)</p>
<ul>
<li>Markup languages such as HTML, CSS, and XML, XSLT, etc.</li>
<li>Programming languages such as JavaScript, PHP, Python, Perl, Ruby, etc.</li>
<li>JQuery and other similar JavaScript libraries</li>
<li>Relational database and SQL</li>
<li>Unix</li>
<li>Open source CMS (e.g. Drupal, WordPress, Joomla, etc.) installation, customization, upkeep, etc.</li>
<li>Proprietary ILS systems</li>
<li>Open source digital repository and indexing systems</li>
<li>APIs and Mash-ups</li>
<li>Semantic Web and linked data</li>
<li>Web analytics and statistics</li>
<li>Data mining and data visualization</li>
<li><em>And many more as you see the need for problem-solving&#8230;</em></li>
</ul>
<h3><span style="color: #333399;">Further reading:</span></h3>
<ul>
<li>Dan Chudnov, “Advice to a library school student,” <em>One Big Library</em>, October 21st, 2010. <a href="http://onebiglibrary.net/story/advice-to-a-library-school-student">http://onebiglibrary.net/story/advice-to-a-library-school-student</a>.</li>
<li>Karin Dalziel, Why Every Library Science Student Should Learn Programming. <em>Nirak.net. </em>December 12, 2009. <a href="http://nirak.net/2008/12/why-every-library-science-student-should-learn-programming/">http://nirak.net/2008/12/why-every-library-science-student-should-learn-programming/</a>.<br />
(See also the comments to this post : Bohyun Kim, “Why Not Grow Coders from the Inside of Libraries?” <em>Library Hat.</em> February 21, 2011. <a href="http://www.bohyunkim.net/blog/archives/1099">http://www.bohyunkim.net/blog/archives/1099</a>. )</li>
<li>Meredith Farkas, &#8220;Skills for the 21st Century Librarian,” <em>Information Wants to be Free, </em>July 17, 2006. <a href="http://meredith.wolfwater.com/wordpress/2006/07/17/skills-for-the-21st-century-librarian/">http://meredith.wolfwater.com/wordpress/2006/07/17/skills-for-the-21st-century-librarian/</a>.</li>
<li>Eric Lease Morgan, “Technical Skills of Librarianship,” <em>LITA Blog.</em> August 7, 2005. <a href="http://litablog.org/2005/08/technical-skills-of-librarianship/">http://litablog.org/2005/08/technical-skills-of-librarianship/</a></li>
<li>Ned Potter, “Everything You Need to Know about Technology to Work in Libraries,” <em>theWikiman</em>,  December 6, 2010. <a href="http://thewikiman.org/blog/?p=1168">http://thewikiman.org/blog/?p=1168</a>.</li>
<li>Kate Sheehan, “You know, I know, Don’t know,” <em>ALA TechSource,</em> February 28, 2011. <a href="http://www.alatechsource.org/blog/2011/02/you-know-i-know-dont-know.html">http://www.alatechsource.org/blog/2011/02/you-know-i-know-dont-know.html</a> .</li>
</ul>
<p><strong> </strong></p>
<h3><span style="color: #000080;">Then vs. Now &#8211; some thoughts:</span></h3>
<p>When I was a LIS student a while ago, I couldn&#8217;t wait to learn whatever new skills and to apply what I learned to work. I volunteered for all sorts of work to just test things at a real library setting: I made a foreign newspaper database after taking a relational database course, worked on the library&#8217;s digital repository system after taking the Digital Library course in which the whole class built a small digital library on the Web from the scratch, made podcasts and video tutorials, etc, etc.  Back then, I was interested in finding out what I needed to learn more. I was never too concerned about what I will do with what I learn. I assumed that I would use whatever I learn.  (Well, that isn&#8217;t always the case. And when you have little time to spare, picking what to learn becomes a very important matter. )</p>
<p>Now that I have been a librarian for close to three years being the technology manager of my small library, I realize that my wide-eyed enthusiasm of this kind has somewhat died down. Not because I do no longer love to learn new things but simply because the time I can spare for pure learning has become increasingly scarce. I have learned that often the technology you want (for the reasons of elegance, power, etc.) cannot simply be  brought into your environment because of many local conditions that cannot be changed. I also have learned that one has to be very strategic in managing time that one invests in learning.</p>
<p>One of the many mistakes I made and still make is to pick up random stuff I want to learn and invest time in doing so for a few weeks. All is good up to that point. But the problem occurs when the work gets very busy or some life changes happen.  I get completely swamped by other things. Unless there is a related project at work or an immediate need either personal or work-related, my learning takes a back seat and when I get back to it later on, I find myself starting all over again from the beginning. And of course, as a librarian, my technology-related work can be not-so-hands-on. Imagine writing reports, applying for grants, making inventories, supervising students, etc. Unused skills get rusty fast.</p>
<p>I still haven&#8217;t found any good way to deal with this problem. Information and resources for learning new stuff are almost abundant. Finding out what new coll tech stuff is out there to learn is not so difficult either. <span style="color: #800080;"><span style="color: #993366;">But setting up priorities and effectively managing my time is now on top of my To-Master Skills list above any particular technology</span>.</span> Many cite Google Time and say to invest at least 20 % of work time to a pet project. But in practice, this is easier said than done.</p>
<p>Should I be worried about my enthusiasm dissipating?  <span style="color: #993366;">How do you manage to keep learning new things that are not directly related to your work? How do you keep your self-learning and pet project going continuously and persistently?</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1319/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Personal Branding for New Librarians: Standing Out and Stepping Up</title>
		<link>http://www.bohyunkim.net/blog/archives/1289</link>
		<comments>http://www.bohyunkim.net/blog/archives/1289#comments</comments>
		<pubDate>Thu, 31 Mar 2011 03:26:35 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Continuing Education]]></category>
		<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[ACRL]]></category>
		<category><![CDATA[new librarians]]></category>
		<category><![CDATA[personal branding]]></category>
		<category><![CDATA[webcast]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1289</guid>
		<description><![CDATA[﻿Tomorrow, I will be giving a webcast for ACRL 2011 Virtual Conference with Kiyomi Deards and Erin Dorney. The webcast is open to all attendees of either ACRL 2011 Conference or ACRL 2011 Virtual Conference. I have moderated a panel discussion program at ALA 2011 Midwinter on the same topic. But in tomorrow&#8217;s webcast, we [...]]]></description>
			<content:encoded><![CDATA[<p>﻿Tomorrow, I will be giving a webcast for <a href="http://www.learningtimes.net/acrl/2011/day1-session2/">ACRL 2011 Virtual Conference</a> with <a href="http://libraryadventures.com/2011/03/29/acrl11v/">Kiyomi Deards </a>and <a href="http://libraryscenester.wordpress.com/2011/03/30/acrl-2011-virtual-conference/">Erin Dorney</a>. The webcast is open to all attendees of either ACRL 2011 Conference or ACRL 2011 Virtual Conference. I have moderated <a href="http://connect.ala.org/node/119381">a panel discussion program at ALA 2011 Midwinter</a> on the same topic. But in tomorrow&#8217;s webcast, we will discuss more in depth about the right fit between one&#8217;s own personality / preferences and personal branding tools and practical tips to develop and  manage one&#8217;s own personal brand.  We will also have a lot of time dedicated for questions from the webcast attendees.</p>
<p>One thing that I have written before and want to re-emphasize is that <strong><a href="http://www.bohyunkim.net/blog/archives/1048">personal branding is not an end itself.  It is more of a by-product of the successful pursuit of one’s own interest, contribution, and networking in librarianship.</a> </strong>Many doubts and suspicions about personal branding stem from this misconception that personal branding is all about promoting oneself as if it could be an end itself. And it is not.</p>
<p>What the message of personal branding boils down to is: <strong>Be engaged in the profession, share your thoughts and ideas with peers, and contribute to the ongoing dialogue of librarianship. </strong><span style="color: #993366;">The new twist is that now with the rise of many social media tools, this can be done much faster and more effectively than before and even on the cheap (without even attending a conference physically). </span></p>
<p>Here are the slides for the webcast.  If you are attending ACRL 2011 conference, join us. Otherwise, share your thoughts!</p>
<div id="__ss_7436452" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Personal Branding for New Librarians: Standing out and Stepping up" href="http://www.slideshare.net/bohyunkim/personal-branding-for-new-librarians-standing-out-and-stepping-up">Personal Branding for New Librarians: Standing out and Stepping up</a></strong> <object id="__sse7436452" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=personalbrandingslideswithcoversliderevised-110329152805-phpapp02&amp;stripped_title=personal-branding-for-new-librarians-standing-out-and-stepping-up&amp;userName=bohyunkim" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=personalbrandingslideswithcoversliderevised-110329152805-phpapp02&amp;stripped_title=personal-branding-for-new-librarians-standing-out-and-stepping-up&amp;userName=bohyunkim" allowfullscreen="true" allowscriptaccess="always" name="__sse7436452"></embed></object>&nbsp;</p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/bohyunkim">Bohyun Kim</a></div>
</div>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><br />
 <script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><br />
 <script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1289/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Library and IT &#8211; Synergy or Distrust?</title>
		<link>http://www.bohyunkim.net/blog/archives/1134</link>
		<comments>http://www.bohyunkim.net/blog/archives/1134#comments</comments>
		<pubDate>Thu, 03 Mar 2011 05:36:48 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[coder]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[distrust]]></category>
		<category><![CDATA[gap]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[librarian]]></category>
		<category><![CDATA[misunderstanding]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[synergy]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1134</guid>
		<description><![CDATA[In my previous blog post, I asked why libraries are not actively encouraging those who are novice coders among library staff to further develop their coding skills. I was surprised to see so many comments. I was even more surprised to see that the question was sometimes completely misunderstood. For example, I never argued that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bohyunkim.net/blog/archives/1099">In my previous blog post</a>, I asked why libraries are not actively encouraging those who are novice coders among library staff to further develop their coding skills.</p>
<p>I was surprised to see so many comments. I was even more surprised to see that the question was sometimes completely misunderstood. For example, I never argued that <a href="http://managemetadata.org/blog/2011/03/02/meeting-in-the-middle/">&#8216;all&#8217; librarians should learn how to code (!)</a>.  Those who I had in mind were the novice coders/librarians who already know one or two programming languages and struggle to teach themselves to build something simple but useful for practical purposes.</p>
<p>On the other hand, all comments were very illuminating particularly in showing the contrasts between librarians&#8217; and programmers/IT professionals&#8217; thoughts on my question. Below are some of the most interesting contrasts I saw. (All have been paraphrased.)</p>
<p><span style="color: #333399;">Librarian (L)</span><br />
<strong><span style="color: #333399;"> &#8211; I am interested in learning how to code but I lack time. Most of all, it is hard to find guidance.</span></strong></p>
<p><span style="color: #993366;">Programmer/IT professional (P)</span><br />
<strong><span style="color: #993366;"> &#8211; There are lots of resources online. Don&#8217;t make excuses and plunge in.</span></strong></p>
<p>L is lost in learning how to code while P thinks everything needed can be found online! Interesting, isn&#8217;t it? Ls and Ps are likely to be coming from two completely opposite backgrounds (humanities vs. sciences) and cultures (committee and consensus-driven vs. meritocratic and competitive).</p>
<p><span style="color: #333399;">Librarian (L)</span><br />
<strong><span style="color: #333399;"> &#8211; IT distrusts the library staff and doesn&#8217;t even allow admin privileges to the staff PCs.</span></strong><br />
<strong> <span style="color: #333399;"> &#8211; IT people are overprotective over their knowledge. Not all but many IT tasks are relatively straightforward and can be learned by librarians.</span></strong></p>
<p><span style="color: #993366;">Programmer/IT professional (P)</span><br />
<strong><span style="color: #993366;"> &#8211; Librarians require an MLS for even technology positions. That is crazy!</span></strong><br />
<strong> <span style="color: #993366;"> &#8211; You are arguing that librarians can learn how to properly program in their spare time without gaining the proper theoretical understanding of computer science and training in software engineering. That is crazy!</span></strong></p>
<p>L thinks P should recognize that library staff do work in technology just as IT does and wants P to be more open and sharing instead of being mysterious.  On the other hand, P wants to see L value programmers and IT for their expertise and thinks that an MLS is an unreasonable requirement for a technology position at libraries. I think both parties make excellent points. About the over-protectiveness, I think perhaps it is half true but half likely to be a communication issue.</p>
<p>And here are some of the most valuable comments:</p>
<ul>
<li><span style="color: #993300;">Librarians tend to miss that there can be an overlap in the role of IT and that of librarians and regard them as completely separate ones.</span></li>
<li><span style="color: #993300;">The management buy-in is important in promoting technology in a library. A nurturing environment for staff development can be quite helpful for the library staff.</span></li>
</ul>
<p>I think these two comments are very close to answering my question of why libraries don&#8217;t actively encourage and support those among the library staff who know how to code albeit in a rudimentary manner to further develop their skills and apply them to the library context. Although almost all libraries today emphasize the importance of technology, the role of librarians and that of IT, librarianship and technology are often viewed as completely separate from each other. Even when there is an interest in incorporating technology into librarianship, both libraries and LIS schools seem to be puzzled over how to do so.</p>
<p>It is no doubt a tough problem to crack. But it explains up to a certain degree why there is not much collaboration found between librarians and programmers (or IT in a wider sense) at most libraries. Why don&#8217;t the library and the IT at a college/university, for example, form a closely-knit educational/instructional technology center?  While reading the comments, I kept thinking about the story I heard from my friend.</p>
<p>My friend works at a large academic library, and the university s/he works at decided to merge the university IT and the university library into one organization to foster collaboration and make the two departments&#8217; operation more efficient. Two departments came to reside in the same building as a result. However, there was so much difference in culture that the expected collaboration did not occur. Instead, the library and the IT worked as they had done before as completely separate entities.</p>
<p>The university administrators may have had the insight that there is an overlapping role between the library and the IT and seen the potential synergy from merging the two units together. But without the library and the IT buying into that vision, the experiment cannot succeed. Even where a library has its own IT department, the cultural difference may hinder the collaboration between the library IT and the rest of the library staff.</p>
<p>How can the gap between librarianship and IT be bridged? As I have already said, I don&#8217;t think that the problem is to be solved by &#8216;all&#8217; librarians becoming coders or IT professionals. That would be implausible, unnecessary, and downright strange.</p>
<p>However, I believe that all libraries would significantly benefit by having &#8216;some&#8217; library staff who understand how programming works and so all libraries should support and encourage their staff who are already pursuing their interests in coding to further develop their skills and deepen their knowledge. (This is no different than what libraries are already doing regarding their paraprofessionals who want to pursue a MLS degree!)  Even when those staff are not themselves capable of developing a complicated, production-ready software system, they can easily automate simple processes at libraries, solve certain problems, and collaborate with professional programmers in troubleshooting and developing better library systems.</p>
<p>So, my question was <strong><span style="color: #333399;">not so much about librarians as individuals as about the strategic direction of libraries </span></strong>whose primary concern is providing, packaging, disseminating, and maintaining information, resources, and data. And I am glad I asked my half-baked question. You never know what you will learn until you ask.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1134/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Not Grow Coders from the inside of Libraries?</title>
		<link>http://www.bohyunkim.net/blog/archives/1099</link>
		<comments>http://www.bohyunkim.net/blog/archives/1099#comments</comments>
		<pubDate>Mon, 21 Feb 2011 05:17:50 +0000</pubDate>
		<dc:creator>Bohyun (Library Hat)</dc:creator>
				<category><![CDATA[Conference]]></category>
		<category><![CDATA[Librarianship]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[code4lib]]></category>
		<category><![CDATA[coder]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[programmer]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.bohyunkim.net/blog/?p=1099</guid>
		<description><![CDATA[How fantastic would it be if every small library has an in-house developer? We will be all using open-source software with custom feature modules that would perfectly fit our vision and the needs of the community we serve. Libraries will then truly be the smart consumers of technology not at the mercy of clunky systems. Furthermore, [...]]]></description>
			<content:encoded><![CDATA[<p>How fantastic would it be if every small library has an in-house developer? We will be all using open-source software with custom feature modules that would perfectly fit our vision and the needs of the community we serve. Libraries will then truly be the smart consumers of technology not at the mercy of clunky systems. Furthermore, it would re-position libraries as &#8220;contributors&#8221; to the technology that enables the public to access information and knowledge resources. I am sure no librarian will object to this vision. But at this time of ever-shrinking library budget, affording enough librarians itself is a challenge let alone hiring a developer.</p>
<p>But why should this be the case? Librarians are probably one of the most tech-savvy professionals after IT and science/ engineering/ marketing folks. So why aren&#8217;t there more librarians who code? Why don&#8217;t we see a surge of librarian coders? After all, we are living in times in which the web is the platform for almost all human activities and libraries are changing its name to something like learning and &#8216;technology&#8217; center.</p>
<p>I don&#8217;t think that coding is too complicated or too much to learn for any librarian regardless of their background. Today&#8217;s libraries offer such a wide range of resources and services online and deploy and rely on so many systems from an ILS to a digital asset management system that libraries can benefit a great deal from those staff who have even a little bit of understanding in coding.</p>
<p><span style="color: #993366;">The problem is, I think, libraries do not proactively encourage nor strongly support their in-house library staff to become coders.</span> I am not saying that all librarians / library staff should learn how to code like a wizard. But it is an undeniable fact that there are enough people in the library land who are seriously interested in coding and capable of becoming a coder. But chances are, these people will have no support from their own libraries. If they are working in non-technology-related areas, it will be completely up to them to pursue and pay for any type of learning opportunities. Until they prove themselves to be capable of a certain level of coding, they may not even be able to get hands-on experience of working in library technologies/systems/programming. And when they become capable, they may have to seek a new job if they are serious about putting to use their newly acquired programming skills.</p>
<p><span style="color: #333399;"><strong>It is puzzling to me why libraries neglect to make conscious efforts in supporting their staff who are interested in coding to further develop their skills while freely admitting that they would benefit from having a programmer on staff. Perhaps it is the libraries that are making the wrong distinction between library work and technology work.</strong> </span>They are so much more closely intertwined than, say, a decade ago. Even library schools that are slow to change are responding and adding technology courses to their curriculum and teaching all LIS students basic HTML. But certainly libraries can use staff who want to move beyond HTML.</p>
<p>At the 2011 ALA Midwinter, I attended LITA Head of Library Technology Interest Group meeting. One of the issues discussed there was how to recruit and maintain the IT workforce within libraries. Some commented the challenge of recruting people from the IT industry, which often pays more than libraries do. Some mentioned how to quickly acclimate those new to libraries to the library culture and technology. Others discussed the difficulty of retaining IT professionals in libraries since libraries tend to promote only librarians with MLS degrees and tend to exclude non-librarians from the important decision-making process. Other culture differences between IT and libraries were also discussed.</p>
<p>These are all valid concerns and relevant discussion topics. <span style="color: #993366;">But I was amazed by the fact that almost all assumed that the library IT people would come from the IT sector and outside from libraries. Some even remarked that they prefered to hire from the IT industry outside libraries when they fill a position.<strong> </strong></span>This discussion was not limited to programmers but inclusive of all IT professionals. Still, I think perhaps there is something wrong if libraries only plan to steal IT people from the outside without making any attempt to invest in growing some of those technology people inside themselves. IT professionals who come from the general IT industry may be great coders but they do not know about libraries. This is exactly the same kind of cause for inflexible library systems created by programmers who do not know enough about the library&#8217;s businesses and workflows.</p>
<p>So why don&#8217;t libraries work to change that?</p>
<p>One of the topics frequently discussed in librareis these days is open source software. At the recent <a href="http://code4lib.org/conference/2011/">2011 Code4Lib conference</a>, there was a breakout session about what kind of help would allow libraries to more actively adopt open source software adn systems. Those who have experience in working with open source software at the session unanimously agreed that adopting open-source is not cheap. There is a misconception that by adopting open source software, libraries will save money. But if so, at least that would not be the case in any short tem. <span style="color: #993366;"><span style="color: #333399;"><strong>Open-source requires growing knowledgeable technology staff in-house who would understand the software fully and able to take advantage of its flexibility to benefit the organization&#8217;s goals. </strong><span style="color: #000000;">It is not something you can buy cheap off the shelf and make it work by turning a key. While adopting open-source will provide freedom to libraries to experiment and improve their services and thereby empower lirbaries, those benefits will not come for free without investment.</span></span></span></p>
<p>Some may ask why not simply hire services from a third-party company that will support the open-source software or system that a library will adopt. <span style="color: #993366;">But without the capability of understanding the source and of making changes as needed, how would libraries harness the real power of open-source unless the goal is just a friendier vendor-library relationship?</span></p>
<p><a href="http://go-to-hellman.blogspot.com/2011/02/why-code4-libraries-exist.html"> In his closing talk at the 2011 Code4Lib conference, Eric Hellman</a> pointed out the fact that many library programmers are self-taught and often ‘fractional’ coders in the sense that they can afford to spend only a fraction of their time on coding. The fact that most library coders are fractional coders is all the more reason for having more coders in libraries, so that more time can be spent collectively on coding for libraries. Although enthusiastic, many novice coders are often lost about how certain programming languages or software tools are or can be applied to current library services and systems and need guidance about which coding skills are most relevant and can be used to produce immediately useful results in the library context. Many novice coders at librareis who often teach themselves programming skills by attending (community) college courses at night at their own expenses and scouring the web for resources and tutorials after work can certainly benefit from some support from their libraries.</p>
<p><span style="color: #993366;">Are you a novice or experienced coder working at libraries? Were/are you encouraged to further develop your skills? If a novice, what kind of support would you like to see from your libraries? If experienced, how did you get there? I am all ears. Please share your thoughts.</span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><span style="color: #993366;"><span style="color: #333399;"><strong>N.B. </strong>If you are a formally trained CS/E person, you may want to know that I am using <strong>the term &#8216;coding&#8217; loosely in the library context, </strong>not in the context of software industry.  Please see this really helpful post<strong> <a href="http://www.andromedayelton.com/wp/">&#8220;after @bohyunkim: talking across boundaries and the meaning of &#8216;coder&#8217;&#8221;</a></strong> by Andromeda Yelton which clarifies this. <strong>Will K&#8217;s two comments below</strong> also address the usage of this term in its intended sense much better than I did.  I tried to clarify a bit more what I meant below in my comments but feel free to comment/suggest a better term if you find this still problematic.  Thanks for sharing your thoughts! (2/22/2011)<br />
</span></span></p>
<p><span style="color: #993366;"><span style="color: #333399;"> </span><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohyunkim.net/blog/archives/1099/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>

