Showing posts with label library technology. Show all posts
Showing posts with label library technology. Show all posts

Wednesday, May 6, 2015

Google Drive: Going Beyond Docs and Sheets

Tomorrow I'll be speaking at the 2015 Long Island Library Conference, in Melville, NY.

Here's they abstract for my talk, which is at 3pm in Salons 1, 2, & 3 (upstairs):

Google Drive is a free and easy way to create, share, and collaborate on documents, spreadsheets, and presentations. There are also simple tools for creating forms and surveys. Learn all the tips and tricks for getting the most out of Google Drive, including what you need to know about permissions and revisions, and how to add extra functionality to your spreadsheets and forms with Google Apps Script!


 
I'll be going over the basics of why and how you can use Google Drive, and then give some live examples of some tips and tricks, including crafting good form questions, analyzing form results, and, if time permits, some more advanced stuff like using functions in spreadsheets.

Some links and resources I'll be talking about include -

Google Drive "Hacks":
Google Drive Encryption Tools:
Google Drive and Privacy:
I'll also be talking about Google Drive in my book, "Knowledge Management for Libraries" (Rowman & Littlefield) due out in August 2015, so look out for that! ;)


Wednesday, September 17, 2014

Google Drive for Libraries @ SLA-NY

I'll be speaking at the 2014 SLA NY Conference & Expo (9:15, Social Media track) on Thursday, 9/18/14, at Baruch's Vertical Campus in Manhattan, on the topic of Google Drive for libraries and information professionals. The hashtag is #slany if you'll be there and want to share your experience on Twitter.



Some links and resources I'll be talking about include -

Google Drive "Hacks":
Google Drive Encryption Tools:
Google Drive and Privacy:
I'll also be talking about Google Drive in my book, "Library Knowledge Bases Made Easy", which will be published by Rowman & Littlefield some time in 2015, so look out for that! ;)


Wednesday, May 22, 2013

Spring cleaning your LibGuides

I'm in the process of revamping my library's LibGuides, and I've come across a few small changes you can make to your guides that make a world a difference for design and usability. First of all, as far as headers/banners go, I am NOT a graphic designer, so I kept it simple, with just the school logo, and "Library Research Guides" in our official font. I don't recommend random images and color-fading if you're not really, really good at it. Otherwise it looks like a page for your local pre-K, coded with Microsoft Word.

old design

new design
Second, take advantage of SpringShare's excellent documentation. As a company that markets guide-creation software, they really put their money where their mouth is. Seriously, they've created a guide for pretty much everything. Here are some I found particularly useful:
As the library's LibGuides admin, I'm currently building a template that all librarians can start from when creating new guides. They are free to not use it if they don't want to, but if the majority of them do use it, this will ensure some consistency across guides. It also acts as a repository for all the custom search-boxes I've built, so other librarians can pick and choose which ones they want to add to their guides.

I've also created a hidden tab (hidden from public view, that is. It's visible to anyone signed in through the admin interface.) I'm using this tab to post instructions, screenshots, and tips for guide creators. I'm also using it as a content repository for boxes I want to be available, but that don't necessarily have a logical home in the template itself (more on this in a minute...)

I've recommended that users link to boxes in the template, rather than copying them, so the template can also act as a content hub, where changes can be made in one place and pushed to all guides linking to the content. This is also why it's a good idea to import your database A-Z list into LibGuides, even if you have one on your library website. If librarians link to links in the database A-Z guide, it will automatically pull the description (which can be hidden or changed if they want) and it will allow you to make changes to database links and names in one place, that, again, will be pushed to all guides that use those links.

I've also noticed that most libraries that use LibGuides just use the default homepage options, which include a list of guides (featured, popular or recent,) a random user profile, email sign-up and/or a tag cloud. But you can choose instead to display a box from elsewhere in the site, by just entering the box id. So, on my hidden template page, I created a box of popular links (I called them "quick links") and put that on the homepage. I also replaced one of the boxes with our "help" box, that contains our various methods of contact. A good example of a nice customized LibGuides homepage is Worcester Poly's site: http://libguides.wpi.edu/

I also like how Rutgers made their homepage a complete list of guides, listed alphabetically on one tab, and by discipline on another: http://libguides.rutgers.edu/home

This is still a work-in-progress, so if anyone has any other helpful hints, please leave them in the comments!

Monday, February 25, 2013

FORKED!

The list of library tech peeps was starting to get a bit unwieldy, so I forked it! Sheet 1 of the list is website and user experience types, while sheet 2 is digital projects/eResources/systems/repository types. I know there's some overlap, so when in doubt, I tried to think if I would classify that particular person as "front-end" or "back-end." And yes, I do giggle whenever I think of someone as a "back-end" person. I AM TEH MAHTYUR.

If you think I've mis-classified you, or if I have your link(s) wrong, just let me know, and I'll fix it ASAP, because I now have a Gdrive app on my phone so I can be fly on the fly. Waitwhat? Shuddup it's Monday and I've had 3 cups of coffee already.

Thursday, February 21, 2013

Catching Up On the World of Library WebTech

So, I thought myself fairly knowledgeable in the area of library technology. Turns out, every aspect of library technology has its own communities, its own published body of knowledge, its own go-to gals and guys. Yes, you say, well, duh. I thought much of my experience in social media and online marketing would carry over into my new web services position, but I'm finding out that this is a wonderful new pond, with wonderful new fish.

As I learn of this stuff, so shall you, because I'm pedantic like that. I mean generous. Whatevs. Either way, I am starting a list for myself of web services-type librarians. I'm mostly concerned with blogs I should be reading, people I should be following on Twitter, and library websites I should look to for best practices. You should help me with this endeavor, because you're a nice person, and you totally just thought of someone or something I left off the list.



Who is missing from this list? Let me know in the comments!

PS - If you're having trouble viewing the silly embedded spreadsheet, you can view the full spreadsheet here.

PPS - Yes, I should have linked those twitter usernames. I will. Tomorrow. [DONE]

PPPS - I split the list into 2 lists.


Tuesday, February 5, 2013

Just one more thing...

One thing I forgot to mention in yesterday's post on Harvard's library site... They have a really sleek user feedback system. When you click on the "Tell Us" button at the top of the page, you get the following javascript pop up:

I love that it not only gives you a place to provide feedback, but also tracks and reports on known issues. This saves time for both the user, and the helpdesk, since the helpdesk is used to receiving untold numbers of reports on the same printer being broken, or the wireless being down. This system allows users to see what issues are currently being dealt with before submitting their comment. Users can also comment on or "vote up" issues without having to submit a new ticket.

I did a little snooping around in the code, and it would seem that they are using (and correct me if I'm wrong here) an online helpdesk system called UserVoice. I like not only the functionality of the software, but also the sleek way it integrates into your website, and provides a social aspect to the online helpdesk. Nicely done, all around!

Friday, February 1, 2013

Onward Toward the Next Next Gen Library Website

I want to do a series of posts on designing and building a website for an academic library. I'm mostly doing it for myself, as a way to organize my thoughts on the process (since I will be building a library site this semester,) but I thought it might also be useful to share some of the resources I am and will be collecting. And, of course, it's always helpful to have a place to think out loud, so you can get feedback from outside sources.

I do want to make a point before I get started though; these posts are meant to be critique, not criticism. (Or, at least *constructive* criticism.) I don't want to tear anyone down, or poke fun at anyone's efforts. I understand how hard it is to get things done in libraries, given our limited budgets, and the multiple roles everyone on staff must play. Rarely does a library have the staff or the money to hire a specialist to design and build a website, and even when they do, it's hard to find someone with that skill set who also understands libraries and library culture. I feel lucky that I'm in the unique position of having been a reference and instruction librarian for 7 years, and am now in a job that allows me to use the insights I gained working directly with faculty and students to make our website work better for them.

If sacrifices must be made, due to the afore-mentioned budget and time constraints, I can give you a wee piece of advice on the topic: sacrifice style for function, every time. Choose the easiest-to-use software, and make the most popular resources and services the easiest to find. People may snicker at your color choices (I recommend checking out design seeds to help with that) but that's much better than them being frustrated by not being able to find what they're looking for. Snarky users are not necessarily unhappy users. Frustrated users are pretty much *always* unhappy users.

In searching around, I found (and was directed to) several library sites (both academic and public) that I like, and am using for inspiration. Check out:

Harvard Library
Salt Lake City Public Library
Detroit Public Library

I'll tell you why I like them. With the rise in popularity of open source content management systems like Drupal, Joomla and WordPress, websites got very "boxy." Because these CMS's are organized around interchangeable modules, people tend to just drop those module boxes into their site like a puzzle. The above-three sites (at least 2 of which use Drupal) get around that boxy look by using a white background, so the content boxes blend into the rest of the site. This style also works well with responsive design, which uses stylesheets to create a website that is automatically optimized for whatever screen-size or orientation it is viewed at. The trend towards ubiquitous computing means sites have to be able to easily "jump" from desktop to laptop to tablet to smartphone with minimal sacrifices to functionality.

I think for the next couple of posts I might actually pick one site for each, and go over what I like about it. In the mean time, if you're just getting started with web design (or even if you're an old pro,) I highly recommend taking a look at Hongkiat, which has great design and technical tips, as well as tutorials and guides for all aspects of web design and development.

Friday, September 2, 2011

Getting our foot in the door to Moodle(Rooms)

My awesome co-worker and frequent co-conspirator Barbara Arnett has whipped up a little library resource search box that can be added to courses in our course management software (we just switched to Moodle.) We're currently working on convincing them to add it to the school's course shell template, so it will appear by default in every single course (where each prof will have the option to remove it, if they so desire.)

We're running into some trouble because we're using MoodleRooms to host the CMS, and apparently they charge extra for this sort of thing, but I have to imagine that this would really be useful for students. In the past, the course shells included a link to the library's homepage, with no explanation of how to use the site once they got there. We never really analyzed click-throughs from Blackboard (our old CMS), but the link was fairly buried (as opposed to having the search box prominently located on the side of every screen, as would be the case in Moodle.)

Is anyone else working on something like this? Did you have any trouble getting your school to add it to the template? Do you think it will increase online resource usage?

SCREENSHOTS (click to embiggen):

library link in Blackboard, located only under "Course Content"

library search box in Moodle, located in right-hand column of every page

Friday, April 29, 2011

Search Bookmarklet Code Files

In case you've been meaning to play around with creating your own library search bookmarklet, but needed a little "push", I've created a compressed folder of all the code files you'll need to do it, along with a ReadMe.txt with the directions. I tried to make it as simple as possible, so let me know if you try and it it works!

Monday, March 14, 2011

oneSearch bookmarklet @ LibTech 2011

On March 17th (this Thursday,) I'll be presenting at the Library Technology Conference on the oneSearch bookmarklet tool created by Barbara Arnett and I.

Barbara won't be able to make it out to Minnesota (she'll be presenting the bookmarklet to the NJLA 2011 Technology Innovation Award committee,) but because we want to be as practical as possible in our presentations, she put together a quick reference for the three parts of the bookmarklet (you don't actually need the third piece, it just creates a nice button for users to drag and drop into their browser, as opposed to a simple link.)

Below is the code you'd need to get started working on your own browser-based search bookmarklet:


(1)HTML, (2)Javascript & (3)CSS:


1 - HTML to display bookmarlet on your webpage:


(edit this line: {document.body.appendChild(document.createElement('script')).src='http://www.stevens.edu/library/js/search.js';}
so that the red text links to the JavaScript file you place on yo
ur server)


2 - Javascript to sit on your server (sits in search.js, referenced in bookmarklet HTML)


(edit this line: _gaq.push(['_setAccount', 'UA-XXXXXXX-1']);
so that the red text reflects your own Google Analytics account number (you can also find this complete code within GA, in actions->edit->check status,)
and this line: var searchString='http://ezproxy.stevens.edu/form?qurl=http://XXXXXXXX.cs....&field=title&term='+(Ti);
so that the red text reflects your own search URL, which you can get from your catalog, database or federated search vendor)

(Note: if you don't want to use Google Analytics, just remove all the code before the line: var Ti=document.title.replace('- Wikipedia, the free encyclopedia','');)


3 - CSS needed for the button:


(You can do this as inline CSS or a separate stylesheet. Just replace the background image with your own image file.)

-------------------------------------------------------------
***OR, if you'd rather just download all the files, edit them, and place move them to the appropriate locations on your server, you can download the file packet (with instructions in a ReadMe.txt file.)***
-------------------------------------------------------------

Presentation slides:



One note: when we developed the bookmarklet, we were beta-testing Ebsco Discovery Service. We have since switched to Serial Solutions' Summon, but while that's being configured, the bookmarklet used our integrated search (also a Serial Solutions product.)

On the down-side, this has caused some inconsistency in our screenshots (the slides feature EDS screenshots, since we don't have full access to Summon yet.) However, this does emphasize the importance of having the full code reside on your server, as we've been able to make the required adjustments to the code without users having to re-install the tool.

Monday, October 11, 2010

QR Codes: an Overview

Since QR codes seem to be one of the hot new technologies in the library and museum world, I decided to do a little research on them (I am a librarian after all!) Here's a brief introduction into the world of 2D code technology:

QR (quick response) codes are two-dimensional images used to represent data, similar to a barcode. They were originally developed by Japanese auto parts manufacturer Denso-Wave in 1994, for tracking parts. Denso-Wave still owns the patent on the technology (which has its own published ISO standard) but allows for their license-free use.

QR codes are an improvement over barcodes mostly because of the amount of data they can encode. While barcodes can only hold 20 digits worth of data, QR codes can hold up to 7000 digits and 4300 alpha-numeric characters and can be as small as 2 centimeters square (although the more data encoded, the larger the resulting image will be).

Originally QR codes required dedicated scanners to read them, but the advent of smart phones with built-in cameras have recently brought the technology into much greater usage. Currently, they are commonly used to link print and broadcast media to online content (usually by encoding a URL), but can also be used to share simple text data such as a phone number or text-only message, or more complex information like a command that can play a song automatically if you have it on your computer, or bring you to a site that prompts you to purchase the song if you do not already own it.

Similar technologies to QR codes include open source Data Matrix codes, used by the U.S. Department of Defense, and the proprietary Microsoft Tag (which features color codes that can store more than the other, black-and-white ones.)

Although non-Asian countries have been slow in adopting QR code technology (Pepsi launched what is now acknowledged as the first large-scale QR code marketing campaign in 2008), it has recently gone mainstream, with companies such as HBO and Fox launching QR campaigns. The museum and library world have also found use for the technology, linking their physical collections with their expanding online offerings.

Also helping to launch the tech into the mainstream was Google’s recent launch of a URL shortening service which also provides users a simple way to create QR codes from any URL.


References
“UKOLN | Briefing Documents | An Introduction to QR Codes.” (http://www.ukoln.ac.uk/cultural-heritage/documents/briefing-61/html/)

ISO - International Organization for Standardization, and ISO. "ISO/IEC 18004:2006." 01 Sept. 2006. (http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=43655)

Lardinois, Frederic. “Microsoft Tag: The CueCat Returns on Your Mobile Phone.” ReadWriteWeb 8 Jan. 2009. (http://www.readwriteweb.com/archives/microsoft_tag_the_return_of_the_cuecat.php)

Milliot, Jim. "QR Codes Tie Print, Online Marketing." Publishers Weekly 256.38 (2009): 4. (http://www.publishersweekly.com/pw/by-topic/childrens/childrens-book-news/article/71-qr-codes-tie-print-online-marketing-.html)

Nguyen, Maria. "What you need to know about QR codes." Sydney Morning Herald, The 05 July 2008: 2. (http://www.drive.com.au/Editorial/ArticleDetail.aspx?ArticleId=56159)

Perez, Sarah. “The Scannable World, Part 3: Barcode Scanning In The Real World.” ReadWriteWeb 26 Sept. 2008. (http://www.readwriteweb.com/archives/the_scannable_world_barcodes_scanning_in_the_real_world.php)

Perez, Sarah. “iCandy: Make QR Codes That Play Music.” ReadWriteWeb 16 Jan. 2009. (http://www.readwriteweb.com/archives/icandy_make_qr_codes_that_play_music.php)

Siegler, MG. “Goo.gl’s Awesome Easter Egg To Instantly Turn Any Link Into A QR Code.” TechCrunch 30 Sept. 2010. (http://techcrunch.com/2010/09/30/googl-easter-egg/)

Tuesday, October 5, 2010

Bridging the gap from Wikipedia to scholarly sources: a simple library bookmarklet

So I know I have been alluding to a fancy-shmancy "project" for awhile now, and it's finally at a point that I can show it off! Barbara Arnett and I (mostly Barbara, but I set the project in motion, so that counts for something I guess) have created a javascript bookmarklet that can be used in any browser to execute a search in Ebsco Discovery Service from any web page.

The impetus for this project was a tendency for novice researchers to rely on internet sources that may not be up to the standards required by their professors for college-level research (read: Google & Wikipedia). Unfortunately, those users were not only beginning, but ending their search with those websites, without ever trying the library’s subscription databases, or even making it to the library’s website.

Stevens is currently undergoing a trial of Ebsco Discovery Service (EDS), a federated search tool which includes the library catalog data. To make it easier for students to search the library resources, we decided to create a bookmarket that eliminates the step of having to go to the library website first before searching library resources.

The bookmarket provides an important bridge between common search behaviors (especially among undergraduates), and the "deep web" content located in library-funded, proprietary databases, thus easing their transition into scholarly research. You just drag-and-drop it into any browser, after which a search can then be initiated from any webpage the user visits. When the bookmarklet is clicked, the search terms default to the title of the page (so it works especially well with Wikipedia articles), and a prompt is displayed that allows the user to edit the terms, if so desired. When they press the OK button, the search is automatically executed in the Discovery tool and the results are displayed in a new browser window.

The bookmarklet is written in simple Javascript code, which resides on the library’s server, so it can be edited or updated without the user having to reinstall it. It works on all major browsers, and can also be edited to work with various search tools, such as specific databases, library catalogs or competing federated search tools (such as Serial Solutions’ Summon.)

A short demo:



Barbara and I will be participating in a webinar for the Metro New York Library Council in December, demonstrating various tech tools for libraries. See here for details: http://bit.ly/aYud4Q

11/19/10 - NOTE:

Ken Varnum at the University of Michigan has used our code to create an ArticlesPlus bookmarklet for their users. To make it easier for other developers to adapt our code for their projects, here it is, in its entirety. You'll have to edit it to use whatever search tool you want it to run, and change it to link to your own Google Analytics account (or just take that part out if you're not using GA), and we ask that you keep the attribution statement in there.

Thanks!

~val

Friday, June 11, 2010

Viewing e-books on an iPad

This month, my library purchased an iPad for the staff to try out. We were contemplating initiating an iPad lending program for students, and wanted to play around with one ourselves before committing to such a large purchase. A large part of the discussion about whether or not to invest in the program was if the device would work well as an e-reader for the electronic books in our collection.

With this in mind, the Web Services Librarian, Barbara Arnett, and I decided to make a little video demonstrating how various e-books in our collection display on the iPad. (This was also inspired by conversations with iPad owners on Twitter and Facebook, who did not seem to quite believe me that PDF files did not always display well within a browser.)

The following is the video we made. It's not fancy, and by no means comprehensive, but was just the best way we could find to truly convey an actual user experience with the device. Neither of us had ever used an iPad before this one, however Barbara had taken it home for the weekend, so she had a (very) little experience with it, and I have had an iPhone for over a year now, so I am familiar with Apple's touchscreen techniques.



Our findings: For most of the e-book databases, the books displayed fairly well, but the PDFs lost most, if not all, of their functionality. As far as we could tell, you could not search within them, jump to different sections or download them. For the Knovel and ProQuest databases, the PDFs did not work at all (they just opened the first page of the document, and you not view the rest of it...)

We found that you could get around this problem by going onto a regular computer or laptop, accessing the PDF through the database there, then downloading it and adding it to the Bookman app in iTunes. You then need to sync your iPad to iTunes on the computer, and you can access the full PDF through the iPad's Bookman app. This is a somewhat cumbersome process, especially since most of our e-book databases break the book into sections, so you would have to download multiple PDFs for each book (up to 20 or 30 for an entire book.)

The iPad's native e-reader app, iBooks, has a very nice display, but I'm not sure how practical it would be to build an academic e-book collection in a propriety, device-locked format...

So there you have it. I know that there's no love lost between Apple and Adobe, but it would seem to me that if you work at an academic library that licenses most of its electronic content through databases, where that content is available mainly as PDF files, Apple is going to have to work on a better browser-based PDF reader, or it pretty much kills it's usefulness for us. (Or, on the other hand, perhaps publishers will need to change how the make e-content available...)

Either way, we will not be making any large iPad purchases at this time...

Tuesday, September 8, 2009

Rumors of our death have been greatly exaggerated -or- Librarian shushes self

Just back from my lovely three day weekend, and I have to see this in my feeds? Really people? Here I am, sitting at my desk, just trying to do my job, and the internet is already on my back. Well, maybe not my back per se, but our backs, we humble librarians (or information scientists, or information professionals, or... whatever.) Outside of lawyers, whose salaries I consider balm for the irritation their mockery might cause them, are there any professions so abused as librarians? Ok, that's whiny, and probably not true, but still, I am very, very, very tired of justifying the existence of my profession. We still exist, so, society, there's your proof. And as long as my job is here for me, in the "real world" or the digital one (you have to read the article to get that one) I'm done justifying it. Seriously. Because we can't win. People say books are obsolete, so we learn all about new technology, and try make ourselves useful in that way. Then they say we should focus on books. But libraries are getting rid of books, oh no! Then we rally against librarian stereotypes, and there's backlash for that too (check out the comments if you want to know how people really see us, it will warm the cockles of your "plump, white [and] humorless" heart.)

So you know what? I give up. I'm just trying to do my job here people. I look for ways I can be useful to my community, and then try to go in that direction. I have tattoos, not to buck a stereotype, but because I want them. In fact, I got one in college, before I even thought of becoming a librarian, so there! I'm not so sure about this whole 'any press is good press' idea anymore, and I'm wondering if we should all just shut the frak up. Seriously. Stop giving interviews, stop writing fluff articles for the general press. Because no matter what we say, they're gonna pick on us. We can't win this one with words. You know how we can win? By just continuing to be useful. By assessing our communities and being what they need us to be, not what the press wants us to be. I know there are times when we need the press, like to rally support for libraries in need, but otherwise let's just lay low and be helpful. After all, we're not the only industry struggling with obsolescence, right? Maybe they're just trying to create a diversion...

(Oh, and as the assertion in the original article that all the content in paid databases will be available for free in a few years, I snickered at that. Better not tell Elsevier!)

Monday, July 9, 2007

Desperately Seeking Direction

This summer, only my second as an "official" librarian, has been a tough one for me. As an academic librarian, summers are usually our slow season, and last summer afforded me plenty of time to unwind from the regular school year, and to work on my own little "projects" that got me all ramped up for the fall semester. But this year, unfortunately, we've been stuck working on our strategic plan, as necessary for the school's upcoming accreditation review, so I haven't had much time to work on my pet projects (read: new website new website please good god can we get a new website?!)

So with all the strategic planning sucking up the majority of my brain-power (and patience), I've been a little scattered in other areas. Mainly, I've had some trouble figuring out just what exactly I'm supposed to be doing with the rest of my day. Ok, that sounds bad, I know. But my job title is a bit vague, at best: I'm an information services librarian. Seriously, that's about as specific as my undergraduate degree (in mass communications. Heh.)

Now there are two parts of my job that are fairly self-explanatory, the instruction and the reference parts. When I'm performing those duties, I'm either in a training classroom teaching students how to use the library and its resources, or I'm sitting at the reference desk (usually reading my RSS feeds.)

The third part of my job is outreach, and over the summer, that is slow to say the least, seeing as no one is really around to reach out to.

So any free time I have falls into the tenebrous category of "professional development". I try really desperately to keep up with what's going on in the world of technology, and to find ways to apply relevant technologies to the world of library science. But given the broad interpretation of my job description that my library likes to take, it has become increasingly hard to focus. I like to think I'm generally on top of things concept-wise, but I'm having a lot of trouble finding ways to use that knowledge practically.

My library (like many others, I suspect), is sadly behind in terms of using technology to optimize itself, and I desperately long to re-establish our relevance on campus, but I have no idea where to start, and I am fast growing weary of trying to be the agent of change on a staff where half the people are just patiently waiting to retire, and really don't want to be bothered with all my upstart nonsense.

What to do, what to do?! No really, tell me, cuz I really am kinda clueless on this one. Any suggestions?

(Oh and mind you Blogger is not helping by acting so buggy today! Please, I am a girl with four blogs, this is the fastest way to drive me insane!)

Wednesday, May 23, 2007

Why My Library Should Invest in Overhauling Its Online Presence

How is it that, in today's technological atmosphere, where users expect to be able to access virtually everything online (no pun intended, but a good one nonetheless, haha...) it is such a struggle to get the administration to realize the importance of our website? Why am I practically begging for them to at least provide me some support in my effort to streamline and enhance our digital presence, and to see our website as a branch of the library, offering all services the physical branch offers?

My justification to them for such an expense? Here goes...

First and foremost, the library’s website is long overdue for an update, ideally including a redesign. Although the redesign of any website inherently carries some risks, probably the most notable of which is making major changes to a resource that is already familiar to its users, the ever-evolving nature of the internet and the emergence of web 2.0[1] concepts makes an update desirable, if not necessary. Website success can often be traced back to several important concepts, including simplicity in design, logical organization and navigation, media richness, and interactivity[2]. In that vein, the new site should be more intuitive to navigate, and organized to facilitate ease of finding information for all levels of user experience. There should be a focus on technologies enabling communication and interactivity throughout the site, and access to resources and services should be seamless[3].

The chief goals of the new site would be:

- Optimize space on homepage
- Improve navigation
- Integrate web 2.0 technology (interactability)
- Clean up content
- Improve access to resources and services

These changes would make the site more intuitive to navigate, and support users of varying levels of expertise:

- Guided navigation for new users (on homepage only)
- Logical hierarchical navigation for normal users (on left-hand side of each page)
- Quicklinks – direct to resources – for expert users (on top right of every page)

The site would also make better use of web 2.0 technology, featuring a news blog to relay important information about the library and information resources in general. The blog would be updated regularly and be featured on the library’s homepage.

A library blog can be a very useful tool for reaching all of the academic community, not just regular library users. It can be used to draw attention to information about library services and resources that might otherwise be buried in the library’s regular website content. It will also act as a witness to how active and necessary the library is, and can promote the role of the library as an information source and guide even to those not currently using “traditional” library services, by also focusing on general web resources, services and applications. In other words, the blog will seek to make the library visible to faculty and students who have “forgotten” about it.

To better reach the students, care must be taken to keep current on what technologies they are currently using, and to integrate those technologies into library services. For example, instant messaging (IM) could be for reference, and social networking software (such as Facebook and Myspace) can be used for outreach and promotion.

Some guiding questions for integrating technology into library services:

- What technologies are the students and professors already using? Let’s bring the library to them (without investing in new technology just because it’s “new and cool”)…
- Can we find a way for professors to create course/subject pages with important links, or a way for professors to contribute to our “resources by discipline” (since they are the subject-specialists)
- Is there some way to allow users in general to identify relevant resources?

Another important issue is online access to library resources and services. The library currently uses a proxy server to authenticate off-campus users, and users also have to register with the library (with their student ID number) to receive a PIN to access certain services. Ideally, they could log in with their username and password and that would provide seamless access to all library resources and services.

[1] McFedries, P. (2006). The Web, Take Two. IEEE Spectrum, 43(6), 68-68. Retrieved April 2007 from the IEEE database.

[2] Palmer, J. (2002). Web Site Usability, Design, and Performance Metrics. Information Systems Research, 13(2), 151-167. Retrieved April 2007 from the Business Source Premier database.

[3] See ACRLog: Formula for Academic Library Success (http://acrlblog.org/2007/05/14/formula-for-academic-library-success/academic-library-success/academic-library-success/)

For my super-awesome powerpoint presentation for this proposal click here.

Monday, May 14, 2007

Mom, Can I to Library Camp This Year? PLEASE?!

I told Stephen that i would post a link to Library Camp NYC, so here goes: http://librarycampnyc.wikispaces.com/

Looks pretty cool, I am def. planning on going as of now, at the very least I would love to spend some time shmoozing with other library tech geeks!!! (mmm... brains...)

Wednesday, May 9, 2007

I Dreamed a Dream...

My coworker and I were discussing online services the other day, and we decided to get all wacky, and describe the attributes of our dream academic library website. So, here goes...

1.) Authentication through username and password, NOT a proxy server that requires you to configure your browser or a VPN. I know this is not a crazy wish, just a little beyond our over-worked IT department right now (and by that I mean the university's IT dept., we don't have our own, so you can see why they're so over-worked). Once logged in, the users would not only have accesses to all online resources, but also all features of the OPAC, instead of needing a separate PIN number, like they do now.

2.) One interface. Uno. Un. Solamente. Dream big, right? The interface would be Ebscohost-like, for no other reason than I like that particular interface. Through this interface, students can access our books, books elsewhere, e-books, journals, journal articles, newspapers/articles, etc. etc. They would be able to customize their search through a series of checkboxes that allowed them to choose which databases they wanted to search, and/or what kind of results they wanted (what format/media, that is).

The results would be sorted not by database (unless they wanted them that way), but by format (I'm sure most users don't care what database the journal article is contained in, so why not put all the journal articles together in the results, thereby allowing for sorting across all of them, and eliminating duplication?)

This interface would also contain links or buttons that allowed students to immediately request an item through ILL/DDS directly from the record (like in WorldCat). For requests that require a fee, students would be given an option to immediately charge their student account (or credit card or whatever...) In the case of requested articles, once the fee is paid, the PDF is immediately e-mailed to the user (one of the complaints we get most often is from users wanting immediate access to articles... No big surprise there.)

You'll note here that I am not a propronent of a simple, Google-like interface that searches everything. I know that such an interface as I propose would be very complicated, and have a steep learning curve, but it would be so much easier to teach only one interface in our library instruction sessions than 5, or 12, or 20... and it would be so much more useful if the user had control over what they were searching in, what they were searching for, and how they wanted their results displayed/sorted.

I'm definitely not techie enough to know just how much of this is currently possible, but I am internet-obsessed enough to know that this is what users will come to expect, and hopefully the direction we are going in.

Monday, May 7, 2007

Well Hello There, You!

My love of all things web 2.0 and my desire to play in the biblioblogosphere has given birth to yet another blog. I currently have a (very) personal blog, and also maintain a blog for my library, but this one seeks to merge the two me's- personal and professional- into a well-integrated, well-balanced (haha) whole.

When, exactly, I plan on finding time to maintain this blog, I have no idea, seeing as keeping up on the myriad of library/technology/design-related feeds I try to keep current with is fast becoming a full-time job on its own, but alas, I will, at least, try.

My interests in the world of libraries lie mainly in academic libraries, library technology, library 2.0, site design and usability, and supporting the distance student. I currently work as an information services (read: reference, outreach and instructional) librarian in an academic (engineering school) library.