Library Hat Rotating Header Image

Web

Tips for Everyone Doing the #codeyear

***   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 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.

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?

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.

Resources for Collective Learning

Syntax Error: Catch the most frustrating bugs!

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?”

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.

The examples of seemingly innocuous syntax errors are:

  • var myFunction = funtction (){blah, blah, blah … };
  • var myNewFunction = function (]{blah, blah, blah … };
  • for(i=0,  i<10, i++;)
  • var substr=’Hello World’; alert(subst);
  • –//This is my first JavaScript

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.

How to Ask Help about Your Codes      

by Matteo De Felice in Flickr (http://farm4.staticflickr.com/3577/3502347936_43b5e2a886.jpg)

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&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.

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.

  • Before asking a question, try to research yourself. Google the question, check out the Q&A section in the CodeAcademy website, check out other online tutorials about JS (see below for some of the recommended ones).
  • If this fails, do the following:
    • Specify your problem clearly.
      (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.)
    • Provide your codes with any parts/details that are related to the lines with a problem.
      (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.
    • Describe what you have done to troubleshoot this (even if it didn’t work.)
      : 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.

Some JavaScript Resources

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.

If you have other favorite Javascript please share in the comment section.

ACRL TechConnect blog 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!

Protest against SOPA and PIPA to protect the open Internet

***Protest against SOPA and PIPA to protect the open Internet.***

Digitizing current materials – notes (to be updated later)

Digitizing current materials

What if you want to proactively digitize relatively current materials of your institution?

- The opportunity to capture materials within the context and in communication with the contributors.

- Express digitization grant from the national network of libraries of medicine. 2010-2011

CHALLENGES

- scan or not scan?
Many variables to consider before making the items public because of the currency and the content of the materials
[ +33500 peocessed; 8000 scanned ]
- no institutional policy on copyright
- hard to form a complete collection
- hard to imagine use cases; too early to tell
- digital archiving / curation before the test of time.
- connecting the outcome to the institution itself

BENEFITS of proactive digitization

- library promotion
- certain context easily lost can be preserved
- materials previously unidentified or scattered are gathered together

Tech Skills for New Librarians & Me (seeking advice)

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.

Basic technology skills for new librarians

  • Computer operating system
    • Downloading and installing programs
    • Connecting an auxiliary device to a computer such as a printer, scanner, etc.
    • Understanding the system settings
  • How to troubleshoot anything
    • Knowing what to ask a library user who reports a technology-related problem whether it’s a hardware or software issue
    • Knowing how to replicate a problem
    • Knowing how to research a solution on the Web
  • How electronic resources work
    • Understanding what a persistent URL is and being able to tell a URL is persistent or not
    • Knowing what authentication and proxy means in the library setting
    • 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
    • Knowing  how to troubleshoot remote access issues to electronic resources
  • Systems
    • 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.)
  • Web
    • Proficiency in research tools available on the Web
    • Knowing how to properly use the WYSWYG editor in a blog or any content management system
    • Understanding  the difference between HTML and MS Word document
    • Understanding what a web browser does
    • Knowing how to make screencasts (video tutorials) and podcasts
    • Knowing how to create and edit images and video for the Web
    • Knowing what usability is and how it applies to a library
    • Knowing how to write for the Web
    • Knowing how to utilize social media such as Facebook and Twitter
    • Understanding the mobile devices and related technology that are applicable to a library

For those more adventurous:

Here is a random selection of cool technology skills one may want to check out:
(NB. Don’t be overwhelmed. This is by no means a list of required skills)

  • Markup languages such as HTML, CSS, and XML, XSLT, etc.
  • Programming languages such as JavaScript, PHP, Python, Perl, Ruby, etc.
  • JQuery and other similar JavaScript libraries
  • Relational database and SQL
  • Unix
  • Open source CMS (e.g. Drupal, WordPress, Joomla, etc.) installation, customization, upkeep, etc.
  • Proprietary ILS systems
  • Open source digital repository and indexing systems
  • APIs and Mash-ups
  • Semantic Web and linked data
  • Web analytics and statistics
  • Data mining and data visualization
  • And many more as you see the need for problem-solving…

Further reading:

Then vs. Now – some thoughts:

When I was a LIS student a while ago, I couldn’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’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’t always the case. And when you have little time to spare, picking what to learn becomes a very important matter. )

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.

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.

I still haven’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. But setting up priorities and effectively managing my time is now on top of my To-Master Skills list above any particular technology. 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.

Should I be worried about my enthusiasm dissipating?  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?

Personal Branding for New Librarians: Standing Out and Stepping Up

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’s webcast, we will discuss more in depth about the right fit between one’s own personality / preferences and personal branding tools and practical tips to develop and  manage one’s own personal brand.  We will also have a lot of time dedicated for questions from the webcast attendees.

One thing that I have written before and want to re-emphasize is that 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. 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.

What the message of personal branding boils down to is: Be engaged in the profession, share your thoughts and ideas with peers, and contribute to the ongoing dialogue of librarianship. 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).

Here are the slides for the webcast.  If you are attending ACRL 2011 conference, join us. Otherwise, share your thoughts!



Usability Express: Recipe for Libraries

Here is the slides for the presentation I am doing with my colleague, Marissa, at Computers in Libraries 2011 conference this coming Wednesday.  I cover the first half in which we look at the common usability flaws in library websites and discuss cheap and quick fixes. I may tinker a bit more since the presentation is still a few days away. But the slides are done.

Do you plan to do or have you done any library website usability improvement project? Share your thoughts and experience or plan!


No-brainer Usability: the new Twitter iPhone app

I am presenting about usability issues in library websites in Computers in Librareis 2011 in a few weeks. So needless to say, I have been thinking a lot recently about usability. Today, having updated all apps on my iPhone, I noticed that the Twitter iPhone app finally made some changes in its new message user interface (UI) which makes it more usable.

However, the new UI fails in some respects, and the new app introduces a different usability problem, which is often the case with website redesign. So let’s pretend the new Twitter app is a re-designed library website and see what its pluses and minuses are in terms of usability.

Old Twitter App

When the arrow is pressed down

This is how the old Twitter iPhone app’s new message screen looked like. (Screenshots thanks to @bmljenny.)  It is very basic until you press the “140 ▼” button on the top right corner over the keyboard.

Once you press that button, however, the whole new world of functionalities unfolds. Taking a photo, inserting an already-taken photo, geo-tagging, adding Twitter user by his/her Twitter username, adding a hashtag, and shrinking a URL is all just one touch away.

Unfortunately, not many people noticed this button; many users weren’t able to take advantage of these useful functionalities.

I must say, the design of hiding these functionalities behind the “140 ▼” button is both clever and stupid. Clever in the sense that it made the new message UI clean and simple. But quite stupid in the sense that the button that holds these functionalities don’t stand out at all that it resulted in those functionalites being often completely unknown and undiscovered to users.

One of the great usability principle is, in my opinion, is this :
Stop being clever and make things super-obvious.

New Tweet screen in the Twitter iPhone app

The new Twitter iPhone app followed this principle and corrected the issue by removing the “140 ▼” button. Instead it added a gray bar with four icons that stand for usernames, hashtags, camera, and geotag. I would say this is an improvement since users can now clearly see the icons when they are in the new tweet screen.

However, these icons are not the same as the previous icons used in the old Twitter app. Geotag icon has changed the appearance and the camera icon now functions for two previous features of taking a photo and adding a photo from the photo library.

One of the pitfalls of re-design is that even when improvements are made, often the web team (designers in particular) are not satisfied with just fixing the existing issue. They are tempted to make changes ‘for uniqueness’, which tends to raise rather than solves a usability problem.

So now Twitter seems to have gotten rid of perfectly useful two icons — photo library and shrink URLs.

If I were to redo the screen, I would keep the same icons in the previous app.  After all, some users have discovered and used these hidden functionalities. Why now force them to change their pattern of use?

My version of New Twitter screen

While I was evaluating the new Tweet screen, I realized that the new Twitter app has also introduced a new usability issue to it. The new trending hashtag notification. It appears on top of the tweet timeline.

As quite likely to be intended, since it appears on top and written on a black bar, it stands out.  The problem is that it actually stands out more than what users need. It is downright annoying.

This can be easily corrected if the bar appears at the bottom rather than the top. It would be still noticeable enough for those who take interests in the trending hashtag but would not annoy the majority of users who want to quickly scan the timeline from the top to the bottom.

 

New Twitter Timeline

My version of Timeline

 

 

 

 

 

 

 

 

 

Because of this this new and  un-user-friendly trending notification, the overall reaction to the new Twitter app would be more negative than positive.

Furthermore, what was really interesting to me is that even after the re-design, the new Tweet screen of the new Twitter app does still slightly fall short of the new Tweet screen of the Tweetdeck app. Compare my revised version of the new Twitter app above with the following Tweetdeck’s new tweet screen below. Pretty much what I have done ended up making the Twitter app look almost the same as the Tweetdeck’s existing new tweet screen.

Sometimes, a good design comes from benchmarking a competitor’s product and from following conventions that users are already familiar with.

Can you think of an example of a library website that failed to be user-friendly while trying to be clever and/or from poorly benchmarking another library website?  If you work with a library website, this is a good thing to think about.

Tweetdeck

Why Not Grow Coders from the inside of Libraries?

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 “contributors” 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.

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’t there more librarians who code? Why don’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 ‘technology’ center.

I don’t think that coding is too complicated or too much to learn for any librarian regardless of their background. Today’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.

The problem is, I think, libraries do not proactively encourage nor strongly support their in-house library staff to become coders. 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.

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. 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.

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.

These are all valid concerns and relevant discussion topics. 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. 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’s businesses and workflows.

So why don’t libraries work to change that?

One of the topics frequently discussed in librareis these days is open source software. At the recent 2011 Code4Lib conference, 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. 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’s goals. 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.

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. 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?

In his closing talk at the 2011 Code4Lib conference, Eric Hellman 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.

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.

——————————

N.B. If you are a formally trained CS/E person, you may want to know that I am using the term ‘coding’ loosely in the library context, not in the context of software industry.  Please see this really helpful post “after @bohyunkim: talking across boundaries and the meaning of ‘coder’” by Andromeda Yelton which clarifies this. Will K’s two comments below 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)


Practically Speaking – about Streaming the LITA Board Meeting

As many librarians know by now, on Saturday January 8th at the ALA Midwinter, there was a LITA board meeting. Jason Griffey, one of the LITA board members live-streamed the event. Having not been notified of this in advance, the board voted to stop the streaming once they realized that the meeting had been being broadcast in public.

Many librarians have written thoughtful posts on this including Karen G Schneider, Michelle Boule Smith, and Meredith Farkas. I am not going to argue about ALA’s open meeting policy or the legitimacy of the reasons given by the LITA board since I simply do not know much about those matters as a relatively new member of ALA.  (Those blog posts and comments have great information about them.)  But I wished that LITA -the division that I deem to be my primary home at ALA- were the first division to stream a board meeting for the members who could not attend the conference. And I still hope it would become the case at the upcoming Annual.

I am in favor of streaming open meetings and making more programs virtually available. The reason why I love to attend a library conference is that I get to meet and hear from so many different librarians. All of them have so much energy and great ideas, which help me do my job better and enrich my thoughts on librarianship. So the more people add their thoughts and ideas to the discussion, the better the conference experience becomes. So why not invite more ALA members to join the conference in the virtual space?

I was even more surprised to see that the LITA meeting in question was not even a program. In my mind, yes, one may want to block a program since it should be ‘technically’ only available to the attendees who paid for the conference. (Actually, I will try to counter this later too.)

But a business meeting? If someone is going to sit down and watch a board meeting for three hours discussing policies and bylaws not even physically attending the meeting, I would say that that someone should be commended. When I attended my first-ever LITA board meeting as an observer on Monday, there were only two (!) people including me who were not on the LITA board. And even I (a LITA-sponsored emerging leader) didn’t stay for the whole meeting. That is a small number to be present considering that there are thousands of LITA members.

I understand that having a meeting while knowing that every word you speak is being broadcast can be extremely difficult. There may well be some people who would even avoid physically attending a meeting. And I completely sympathize with them. (I myself hate to have a webcam pointed at my face when I have an online meeting with colleagues although I like to see their faces!)

However, we live in times in which people’s attention and time are hard to come by and probably worth much more than any content online. Content is not scarce nor particularly precious. Even if a board meeting is indeed publicly broadcast, I would be shocked if that suddenly draws in hundreds of people. The LITA board may have to sacrifice their discomfort at public broadcasting whether they like it or not if getting LITA members’ feedback and ideas broadly from as many LITA members as possible is a top priority to the division.

We often act as if by putting certain content online, suddenly we create this great danger of having that content exposed to ‘everyone’. Theoretically, yes, it is true that by putting something online, it will be accessible to everyone on the Internet. But the reality is that the content will be accessed only by those who ‘decide’ to give their time and attention to the particular content. Just think about how hard politicians campaign to get voters’ attention. ALA is lucky to have many members who are eager to participate online if an opportunity is given. Streaming a business meeting may be well worth the effort “and” the discomfort of the meeting attendees at a physical meeting if that will allow many eager members to participate further in ALA.

Lastly, I want to say a few things about why even ALA programs should not be ‘strictly’ restricted to those who registered for the conference. I organized and moderated a panel discussion at ACRL New Members Discussion Group (NMDG) at this year’s ALA Midwinter. The panel discussion was great success thanks to the NMDG team who diligently prepared for and organized the program virtually. Some of those members could not attend the conference, but they generously donated their time, thoughts, feedback, and ideas to the program that they could not attend over a few months’ period.

If (hypothetically) this NMDG discussion were to be streamed, I would have thought that it should be streamed to everyone or at least to all team members whether virtual or not. Actually, in the case of NMDG, all team members were virtual members until the day on which the program took place. As we benefit from our colleagues’ generosity, why shouldn’t we be able to return it in a way? Since all our labor was freely given to create a program and all panelists also served for free, why can’t it be made available freely (or at a small cost for a virtual conference registration)?

While ALA encourages all its members to participate and be actively involved in the ALA conferences, I hope it’s not ignored that those who are willing to contribute to ALA virtually should be “provided with a means to do so.”

LITA Mobile Computing IG Meeting at ALA Midwinter 2011

I am very excited about the LITA Mobile Computing IG Meeting at ALA Midwinter 2011. If you are interested in mobile devices and libraries, please join for the lively and informal discussion. Great presentations and discussion topics are already lined up. Bring your own topic to discuss with peers and colleagues with same interests! Add your thoughts and suggest more topics here at: http://connect.ala.org/node/121490

LITA Mobile Computing IG Meeting at ALA Midwinter 2011

When: Sun. Jan 9 1:30pm – 3:30pm (Pacific Time)

Where: SDCC 31a

Come and join us for the exciting, lively, and informal discussion about libraries and mobile devices at the 2011 ALA Midwinter Meeting in San Diego! In addition to covering the following presentations and discussion topics, we will also discuss what everyone is working on and other topics brought for discussion.

Presentations and Discussion Topics

  • “A rapid ethnographic study of the iPad on a campus bus” – Jim Hahn (University of Illinois)
    : This short presentation will describe the results of a rapid ethnographic study of 10 students using an iPad on a campus bus. Presentation will include fail-points to use as well as unexpected use. Discussion of frequently searched for terms as well as the significance of user context will be included. Tentative ideas for apps to develop as a result of student search data will be discussed.
  • “Putting the fun back in mobile websites: launching an OS book recommender” – Evviva Weinraub & Hannah Rempel (Oregon State University)
    : Building on the success of our mobile site, including a fully mobile catalog, and our well received historical walking tour, Beaver Tracks, OSU Libraries Mobile Team went looking for a fun project to work on.  Recognizing that many students (not to mention faculty, staff and our own librarians) often want diversionary reading, we began working on an open source mobile book recommender tool. We will describe how we selected the content to include in our book recommender database, some details of how the book recommender tool was built, the process of choosing a design, and a demonstration of the features of the book recommender tool.  Our planned go live date is January 7, 2011.
  • “Creating a mobile site with zero budget” – Tiffani Travis (California State University)
    : Is there a simple way to connect users to vital library info and links to mobile versions of products other than creating a full-blown mobile website? This presentation will share the experience of quickly creating a “free” mobile site using LibGuides and WordPress, both of which auto-format their sites for smart phones.
  • “Brainstorming ideas about great library-centric apps”
    : This will be a brainstorming session for library-centric mobile apps that go beyond searching the catalog or looking up building hours. How can we leverage the existence of the mobile platform to provide a truly transformative experience of the library?  Your input may be used to inform suggested development tasks for the competition and overall guidelines to the “Apps for Libraries” development competition planned by Tod Colegrove (University of Nevada, Reno).
  • “Mobile usability and assessment”
    : Has anyone done or is anyone planning to do a usability study or assessments and also the accessibility (for people with disabilities) for a library’s mobile website or apps? We will discuss also how we can measure success in regard to the mobile web (e.g. feedback, environmental scanning, survey, etc.).
Get Adobe Flash player