CIL 2011: In Pursuit of Library Elegance

Speaker: Erica Reynolds

Elegant solutions/designs are often invisible to the user. Observe what is happening, and look at what could be removed (distractions/barriers), rather than what needs to be added.

Simple rules create effective order. The more complexity in an equation, the more doubtful that it is true.

Another aspect of elegance is seduction. Limiting information creates intrigue. Libraries could play more on curiosity to draw users to information. Play hard to get, in a way. Don’t be so eager to dump information in response to user questions.

Restraint and removal can increase impact and value. Encourage people to use their brains. Why do we act like they are so stupid that they need signs everywhere in the library?

Limited resources spark creativity and innovation. The creative tension at the center of elegance: achieving the maximum effect with the minimum of effort.

The path to elegance begins with: resisting the urge to act; observe; ensure a diversity of opinions and expertise are heard; carve out time to think and not think; get away from your devices; get some sleep; and get outside.

Speaker: John Blyberg

The primary intent of our website may not be about getting you from point A to point B. It could be about building community and connection.

They found that when they removed the fortress that was the old reference desk, it was much more popular and approachable. Like Apple not including a manual with the iPhone, your library should be intuitive enough to use with minimal signage or instruction. Digital signage can evolve and be interactive, which will spark curiosity and inquiry.

ER&L: Evolving Organizational Structures — are we keeping up?

Speaker: Glenn Bunton

He’s not a eresource person, and he doesn’t have the answers, but he hopes this will provoke some thinking. Users drive the libraries, not the other way around.

Organizations can’t change on a dime. You have to plan long term.

We are changing from the keeper of the materials to a service organization. Our organizational structure needs to change to match that. We still have the same old technical services and public services. [I disagree. The titles may be the same, but what we do is vastly different in many ways. He did not appear to have looked very closely at functions beyond titles.]

The paradigm is shifting. First with the advent of the iPhone, and now with the increase in ebook readers. Paper books are going away, like it or not.

He definitely doesn’t know anything about what he’s talking about. He’s observing the changes, but doesn’t understand or respect them.

WordCamp Richmond: Starting From Scratch – Introduction to Building Custom Themes

presenter: Wren Lanier

Why use WordPress as a CMS for a small website? It’s flexible enough to build all sorts of kinds of sites. It’s free as in beer and there is a huge support community. It has a beautiful admin (particularly compared to other CMS like Drupal) that clients like to use, which means it is more likely to succeed and make them happy repeat clients.

First things first. Set up a local development server (MAMP or XAMPP) or use a web host. This allows you to develop on a desktop machine as if it were a web server.

Next, download dummy content like posts and comments. There are plugins (WP Dummy Content, Demo Data Creator) or imports in XML form.

Start with a blank theme. You could start from scratch, but nobody needs to reinvent the wheel. Really good ones: Starkers (semantic, thorough, and functional), Naked (created for adding your own XHTML), Blank (now with HTML5), and more.

A blank theme will come with several php files for pages/components and a css file. To create a theme, you really only need an index.php, screenshot.png, and style.css files. Lanier begs you to name your theme (i.e. sign your work).

Now that you have a theme name, start with the header and navigation. Next, take advantage of WPs dynamic tags. Don’t use an absolute path to your style sheet, home page, or anywhere else on your site if possible.

Make things even more awesome with some if/then statements. You can do that in PHP. [I should probably dig out my PHP for Dummies reference type books and read up on this.] This allows you to code elements different depending on what type of page you use.

Once you have your header file, build your footer file, making sure to close any tags you have in your header. Code the copyright year to be dynamic.

It doesn’t have to be a blog!

If you’re going to create a static homepage, make sure you name the custom template. If you don’t do this, the WP admin can’t see it. Go into Reading Settings to select the page you created using the homepage template.

Now that you have all that, what goes into the custom template? Well, you have the header and footer already, so now you put THE LOOP in between a div wrapper. The loop is where WP magic happens. It will display the content depending on the template of the page type. It will limit the number of posts shown on a page, include/exclude categories, list posts by author/category/tag, offset posts, order posts, etc.

Once you have your home page, you’ll want to build the interior pages. There are several strategies. You could let page.php power them, but if you have different interior page designs, then you’ll want to create custom page templates for each. But, that can become inefficient, so Lanier recommends using if/then statements for things like custom sidebars. A technique of awesomeness is using dynamic body IDs, which allows you to target content to specific pages using the body_class tag depending on any number of variables. Or, once again you can use an if/then statement. Other options for body classes.

Finish off your theme with the power of plugins. Basics: Akismet, All-In-One SEO, Google XML Sitemaps, Fast Secure Contact Form (or other contact form plugin), WPtouch iPhone theme. For blogs, you’ll want plugins like Author Highlight, Comment Timeout, SEO Slugs (shortens the URL to SEO-friendly), Thank Me Later (first-timer comments will get an email thanking them and links to other content), and WordPress Related Posts. For a CMS, these are good: Custom Excerpts, Search Permalink, Search Unleashed (or Better Search, since the default search is  bit lacking), WP-PageNavi (instead of older/newer it creates page numbering), and WP Super Cache (caches content pages as static HTML and reduces server load).

Questions:

What about multi-user installations? She used Daren Hoyt’s Mimbo theme because it was primarily a magazine site.

At what point do you have too many conditional statements in a template? It’s a balancing act between which is more efficient: conditional statements or lots of PHP files.

How do you keep track of new plugins and the reliability of programmers? Daren Hoyt & Elliot J. Stock are two designers she follows and will check out their recommendations.

What is your opinions of premium themes? For most people, that’s all they need. She would rather spend her time developing niche things that can’t be handled by standard themes.

How do you know when plugins don’t mesh well with each other? Hard to keep up with this as patches are released and updates to WP code.

Where can you find out how to do what you want to do? The codex can be confusing. It’s often easier to find a theme that does the element you are wanting to do, and then figure out how they designed the loop to handle it.

Are parent templates still necessary? Lanier hasn’t really used them.

Leave WP auto-P on or off? She turns them off. Essentially, WP automatically wraps paragraphs with a p tag, which can mess with your theme.

librarian day in the life #5

Electronic Resources Librarian, Academic Library

iced teaArrived, turned on my computer, and while it booted up, I went and got an iced tea from the café.

Processed new email and scanned a document that I don’t need to retain in paper.

Attended weekly department meeting. We were extra chatty today and went 15-20 min longer than normal.

Worked my way through the action item email messages due today, including updating a resource description on the website and responding to a few inquiries.

Discussed with a co-worker ways we could use GoodReads for the library staff book discussion.

Discussed QR codes and their usefulness/popularity with a co-worker. Used the opportunity to yet again show off how my Android phone is as spiffy (if not spiffier) than his iPhone. I reserve this for Apple fanboys only.

Remembered again that this is DILO librarian day and began this entry.

calendarCaught up on journaling accomplishments from the past three weeks. I’ll thank myself next year when I have to write my annual review. I normally try to do this at the end of each day (I use Memiary), but I’ve been lazy about it, and then overwhelmed by the backlog.

Continued working through today’s action items while chatting with a colleague via IM about the online resource renewal decision workflow/tool that I stole from her. Well, stole the concept, anyway. Learned about something else I can steal, too.

Planned out my project schedule for the week. Then left for lunch with a friend in the dining hall..

view from the deskBack from lunch and on the Main Service Desk for two hours. Tried to track down a phone number of someone in rural Virginia. Answered an IM question from a law student about borrowing a netbook. Notified building manager that a copier is out of paper. Directed a software question to the Help Desk. Directed a product trainer to the conference room. Directed users to the bound journals. Referred a business student to the business librarian. Checked out a netbook to a user. Looked up a book for an IM user. Read some RSS feeds. Smiled at people passing by the desk.

Back to my cube and sorting through the email that has come in since before lunch. Only one new action item out of the pile. Whee!

Played around with some wiki software options for a departmental intranet. Still haven’t found the right combination of features and function.

Was about to start in on a project when I noticed that there wasn’t a Technorati tag description for librarydayinthelife, so I pulled something together and submitted it. Rewarded myself with peanut butter crackers and a Coke Zero.

Finally got into my current project, which involves pulling together information about our database subscriptions so that we can easily review upcoming renewals well in advance of the deadlines. Tweaked the Access tables, queries, and reports, and then set to adding more data. Worked on this until it was time to go home.

NASIG 2010: Publishing 2.0: How the Internet Changes Publications in Society

Presenter: Kent Anderson, JBJS, Inc

Medicine 0.1: in dealing with the influenza outbreak of 1837, a physician administered leeches to the chest, James’s powder, and mucilaginous drinks, and it worked (much like take two aspirin and call in the morning). All of this was written up in a medical journal as a way to share information with peers. Journals have been the primary source of communicating scholarship, but what the journal is has become more abstract with the addition of non-text content and metadata. Add in indexes and other portals to access the information, and readers have changed the way they access and share information in journals. “Non-linear” access of information is increasing exponentially.

Even as technology made publishing easier and more widespread, it was still producers delivering content to consumers. But, with the advent of Web 2.0 tools, consumers now have tools that in many cases are more nimble and accessible than the communication tools that producers are using.

Web 1.0 was a destination. Documents simply moved to a new home, and “going online” was a process separate from anything else you did. However, as broadband access increases, the web becomes more pervasive and less a destination. The web becomes a platform that brings people, not documents, online to share information, consume information, and use it like any other tool.

Heterarchy: a system of organization replete with overlap, multiplicity, mixed ascendandacy and/or divergent but coextistent patterns of relation

Apomediation: mediation by agents not interposed between users and resources, who stand by to guide a consumer to high quality information without a role in the acquisition of the resources (i.e. Amazon product reviewers)

NEJM uses terms by users to add related searches to article search results. They also bump popular articles from searches up in the results as more people click on them. These tools improved their search results and reputation, all by using the people power of experts. In addition, they created a series of “results in” publications that highlight the popular articles.

It took a little over a year to get to a million Twitter authors, and about 600 years to get to the same number of book authors. And, these are literate, savvy users. Twitter & Facebook count for 1.45 million views of the New York Times (and this is a number from several years ago) — imagine what it can do for your scholarly publication. Oh, and NYT has a social media editor now.

Blogs are growing four times as fast as traditional media. The top ten media sites include blogs and the traditional media sources use blogs now as well. Blogs can be diverse or narrow, their coverage varies (and does not have to be immediate), they are verifiably accurate, and they are interactive. Blogs level that media playing field, in part by watching the watchdogs. Blogs tend to investigate more than the mainstream media.

It took AOL five times as long to get to twenty million users than it did for the iPhone. Consumers are increasingly adding “toys” to their collection of ways to get to digital/online content. When the NEJM went on the Kindle, more than just physicians subscribed. Getting content into easy to access places and on the “toys” that consumers use will increase your reach.

Print digests are struggling because they teeter on the brink of the daily divide. Why wait for the news to get stale, collected, and delivered a week/month/quarter/year later? People are transforming. Our audiences don’t think of information as analogue, delayed, isolated, tethered, etc. It has to evolve to something digital, immediate, integrated, and mobile.

From the Q&A session:

The article container will be here for a long time. Academics use the HTML version of the article, but the PDF (static) version is their security blanket and archival copy.

Where does the library as source of funds when the focus is more on the end users? Publishers are looking for other sources of income as library budgets are decreasing (i.e. Kindle, product differentiation, etc.). They are looking to other purchasing centers at institutions.

How do publishers establish the cost of these 2.0 products? It’s essentially what the market will bear, with some adjustments. Sustainability is a grim perspective. Flourishing is much more positive, and not necessarily any less realistic. Equity is not a concept that comes into pricing.

The people who bring the tremendous flow of information under control (i.e. offer filters) will be successful. One of our tasks is to make filters to help our users manage the flow of information.

CIL 2010: Productivity Tools

Speaker: Lynda Kellam & Beth Filar-Williams

Check out the presentation wiki for a list of the tools and such. I’ll just note the ones I really like or other commentary I might have. They’ve grouped them into three categories: tasks, notetaking, and scheduling.

The presenters are using Poll Everywhere to get audience input on which category to focus on first, as well as asking for hands for which one. They started with Tasks.

Things is awesome, but Mac/iPhone only. Without a cloud-based interface, it’s not accessible by any other OS. Based on Getting Things Done, the application helps you organize tasks based on contexts.

Todoist is cloud-based task tool. I just started using it myself because I wanted something that could let me add sub-task to tasks.

Remember the Milk is also cloud-based, and like Todoist, it has a mobile interface. Unlike Todoist, it has apps for Blackberry and Android as well as iPhone. Tasks can also be added by SMS. One complaint I had was not being able to see a list of everything due today or overdue in the main web interface (can see it in Gmail), but now I know how to create a saved search that shows overdue tasks (dueBefore:today) and tasks due today (due:today).

The presenters have lots of scheduling tools to share. I’ve heard of only one of them, Schedule Once. The presenters are most excited about jiffle, which pulls your Goolge Calendar availability along with your own selection of available times, and allows the user to request a meeting through the site, but only for the available times. This is really useful for students scheduling personal appointments with instruction librarians. If you’re not using GCal, there is likely a tool that will allow you to sync your calendar with a GCal account.

Cozi integrates calendars, photos, widgets, journals, tasks, and is more geared towards groups or families. It might be more friendly for folks who are not comfortable with disparate, more complicated tools.

They don’t have many notetaking tools listed (Google Docs, Evernote, & wikis). More folks were interested in Evernote. Personally, I just haven’t found a good way to integrate Evernote into my life/work, and I’m not interested in paying for the premium features until I have a reason to use it regularly. I like using the journal feature of Outlook for taking work-related notes, and I rarely need to note things for personal stuff beyond adding them to a task.

custom recipe file for iPhone/iPod

Use your Google Notebook and the free Gnotes app to cull together a custom recipe box on your iPhone or iPod Touch.

I’ve been playing with a iPod Touch from work for the past few weeks. One of the first things I did was dig around for interesting and useful free apps that don’t require constant 3G connections to work effectively. One thing I knew I needed was a functional note-taking tool that would sync the notes with my computer(s), and that’s how I stumbled upon Gnotes.

Basically, this application syncs with your Google Notebook and pulls the text of the notes to the iPod/iPhone. The first thing I did with it was type out the words to some choral pieces I needed to memorize, and after I got comfortable with the interface, I began thinking of other things I could do with it.

One of the apps I first searched for was something to collect, store, and display recipes I wanted to use. There are plenty of free and pay apps for recipe collections, but I didn’t want fifty bajillion recipes to sort through, and I don’t have a wireless router at home, so I needed something that could be used offline. Then it hit me — why not use my Google Notebook for this, too?

It works well, and I have the ingredients list with me for last minute grocery shopping. Here’s how it looks on the iPod Touch:

recipes with Gnotes screen 1recipes with Gnotes screen 2

One down side to this versus using a printout or paper note card is that you can’t see the whole recipe in one screen, so you’ll need to make sure you scroll down far enough to have everything visible you need for that step in the process. You also might want to edit the recipe instructions to include the amount of each ingredient (if it isn’t like that already) within the text, to avoid scrolling up and down each time to check for quantity.

Pandora Town Hall (Richmond, VA)

Open question/answer forum with Tim Westergren, the founder of the Music Genome Project and Pandora Internet Radio.

June 29, 2009
approx 100 attending
free t-shirts! free burritos from Chipotle!

Tim Westergren, founder of Pandora

His original plan was to get in a car & drive across country to find local music to add to Pandora, but it wasn’t quite as romantic as he thought it would be. On the way home, he planned a meetup on the fly using the Pandora blog, and since then, whenever he visits a new city, he organizes get together like this one.

Tim is a Stanford graduate and a musician, although he didn’t study it specifically. He spent most of his 20s playing in bands, touring around the country, but not necessarily as a huge commercial success. It’s hard to get on the radio, and radio is the key to professional longevity. Eventually, he shifted to film score composition, which required him to analyze music and break it down into components that represent what is happening on the screen. This generated the idea of a musical genome.

The Music Genome Project was launched in 2000 with some seed money that lasted about a year. Eventually, they ran out of money and couldn’t pay their 45 employees. They tried several different ways to raise money, but nothing worked until some venture investors put money into it in 2004. At that point, they took the genome and repurposed it into a radio (Pandora) in 2005.

They have never advertised — it has all been word of mouth. They now add about 65,000 new listeners per day! They can see profitability on the horizon. Pandora is mainly advertising supported. The Amazon commissions provide a little income, but not as much as you might think they would.

There are about 75,000 artists on the site, and about 70% are not on a major label. The song selection is not based on popularity, like most radio, but rather on the elements of the songs and how they relate to what the user has selected.

Playlists are initially created by the song or artists musical proximity to begin with, and then is refined as the user thumbs up or down songs. Your thumbs up and down effect only the station you are listening to, and it effects whatever the rest of the playlist was going to be. They use the over-all audience feedback to adjust across the site, but it’s not as immediate or personalized.

They have had some trouble with royalties. They pay both publishing and performer royalties per song. They operate under the DMCA, including the royalty structure. Every five years, a committee determines what the rate will be for the next year. In July 2007, the committee decided to triple the ratings and made it retroactive. It essentially bankrupted the company.

Pandora called upon the listeners to help them by contacting their congressional representative to voice opposition to the decision. Congress received 400,000 faxes in three days, breaking the structure on the Hill for a week! Their phones were ringing all day long! Eventually, they contacted Pandora to make it stop. They are now finishing up what needs to be done to bring the royalty back to something more reasonable. (Virtually all the staffers on Capitol Hill are Pandora users — made it easy to get appointments with congress members.)

Music comes to Pandora from a variety of sources. They get a pile of physical and virtual submissions from artists. They also pay attention to searches that don’t result in anything in their catalog, as well as explicit suggestions from listeners.

They have a plan to offer musicians incentives to participate. For example, if someone thumbs up something, there would be a pop-up that suggest checking out a similar (or the same) band that is playing locally. Most of the room would opt into emails that let them know when bands they like are coming to town. Musicians could see what songs are being thumbed up or down and where the listeners are located.

Listener suggestion: on the similar artists pages, provide more immediate sampling of recommendations.

What is the cataloging backlog? It takes about 8-10 weeks, and only about 30% of what is submitted makes it in. They select based on quality: for what a song is trying to do, does it do it well? They know when they’ve made a wrong decision if they don’t include something and a bunch of people search for it.

Pandora is not legal outside of the US, but many international users fake US zip codes. However, in order to avoid lawsuits, they started blocking by IP. As soon as they implemented IP blocking, they received a flood of messages, including one from a town that would have “Pandora night” at a local club. (The Department of Defense called up and asked them to block military IP ranges because Pandora was hogging the bandwidth!)

Why are some songs quieter than others? Tell them. They should be correcting for that.

The music genome is used by a lot of scorers and concert promoters to find artists and songs that are similar to the ones they want.

Could the users be allowed more granular ratings rather than thumbing up or down whole songs? About a third of the room would be interested in that.

Mobile device users are seeing fewer advertisements, and one listener is concerned that this will impact revenue. Between the iPhone, the Blackberry, and the Palm Pre, they have about 45,000 listeners on mobile devices. This is important to them, because these devices will be how Pandora will get into listener’s cars. And, in actuality, mobile listeners interact with advertisements four times as much as web listeners.

Tim thinks that eventually Pandora will host local radio. I’m not so sure how that would work.

Subscription Pandora is 192kbps, which sounds pretty good (and it comes with a desktop application). It’s not likely to get to audiophile level until the pipes are big enough to handle the bandwidth.

Variety and repetition is their biggest areas where they get feedback from listeners. The best way to get variety is to add different artists. If you thumb down an artist three times, they should be removed from the station.

They stream about 1/3 of the data that YouTube streams daily, with around 100 servers. Tim is not intimately familiar with the tech that goes into make Pandora work.

[The questions kept coming, but I couldn’t stay any longer, unfortunately. If you have a chance to attend a Pandora Town Hall, do it!]

Learning 2009: Kindles, Sony Readers, iTouches, and iPhones

Presenters: Andy Morton, Olivia Reinauer, and Carol Wittig

The presenters brought three netbooks, three Kindle 2s, a Sony Reader, and an iTouch to pass around for attendees to handle. These are from the small collection recently purchased for experimenting with library and course use. They are hoping to get feedback or discussion about how the attendees think that they will impact classroom instruction.

While the Kindle is not likely to be very functional for traditional library services, rumors of the next version indicate that it will be more functional for textbook, newspaper, and media uses. This will definitely impact classroom activities. You can mark up text with notes, and it’s fully searchable, which could be handy for finding the notes you made to yourself.

Sony Reader uses the same kind of screen as the Kindle, but is smaller due to the lack of full keyboard. However, unlike the Kindle, it has a touch screen (and a stylus). There are expandable memory cards that can handle digital photos (in black & white) and audio. Like the Kindle, you can take notes on it. They’re also working with OCLC and Google Books to expand access to resources.

The iTouch and iPhone can make use of the Kindle software, and there are many other ebook apps as well. They are also useful for accessing internet applications on the fly. [Side note: I think I like this the best – one-handed touch-screen reading and much lighter than the dedicated ebook readers, but with a much larger screen than my old PDAs and brighter text.]

Netbooks are relatively inexpensive and easier to transport than full-size laptops. They’re certainly popular at conferences.

CIL 2009: New Strategies for Digital Natives

Speaker: Helene Blowers

Begins with a video of a 1yo. unlocking and starting up a Preschool Adventure game on an iPhone, and then paging through images in the photo gallery. Joey is a digital native and the future of library users.

Digital natives are those born after 1980. When they were 1, IBM distributed the first commercial PC. Cellular phones were introduced at the age of 3. By the time they were 14, the internet was born.

Web 1.0 was built on finding stuff, Web 2.0 was built on connecting with other users and share information. Digital natives are used to not only having access to the world through the internet, but also engaging with it.

Business Week categorized users by how they interact with the internet and their generation. This clearly lays out the differences between how the generations use this tool, and it should inform the way we approach library services to them.

Digital native realities:

  • Their identity online is the same as their in-person identity. They grew up with developing both at the same time, as oppose to those who came before. Facebook, MySpace, Twitter, Flixster, and LinkedIn are the top five online social networks, according to a report in January. How many of them do you have an identity in?
  • The ability to create and leave your imprint somewhere is important to digital natives. According to the Pew Internet & American Life, those who participate in social networks are more likely to create unique content than those who do not.
  • We are seeing a shift from controlled information to collaborative information, so digital information quality has become important and a personal responsibility to digital natives. After a study showed that Wikipedia was as accurate as Britannica resulted in EB adding a wiki layer to their online presence.
  • Digital natives have grown up in a world they believe to be safe, whether it is or not. Less than 0.08% of students say that they have met someone online without their parents knowledge, and about 65% say that they ignored or deleted strangers that tried to contact them online. However, that doesn’t stop them from intentionally crossing that line in order to rebel against rules.
  • Digital opportunity is huge. There are no barriers, the playing field has been leveled, access is universal, connection ubiquitous, and it’s all about me.
  • Digital sharing is okay. It’s just sharing. They aren’t concerned with copyright or ownership. Fanfic, mashups, remixes, parodies… Creative Commons has changed the way we look at ownership and copyright online.
  • Privacy online and in their social networks is not much of a concern. Life streams aggregate content from several social networks, providing the big picture of someone’s online life.
  • What you do online makes a difference — digital advocacy. This was clear during the US presidential election last year.

What does this mean for libraries? How do we use this to support the information needs of our users?

Think about ways to engage with virtual users — what strategies do we need in order to connect library staff and services with users in meaningful ways? Think about ways to enrich the online experience of users that then enhances their experiences in the physical library and their daily lives. Think about ways to empower customers to personalize and add value to their library experience so that they feel good about themselves and their community.

css.php