In order to better integrate my blog with my website, better manage comment spam, and reduce my dependence on Google, this blog has moved to http://www.deborahfitchett.com/blog/. In order to avoid broken links I won't be deleting content from here, but no new content will be added, so please update your bookmarks and feeds.

Thursday, 22 September 2011

Thoughts on "Cheat's Guide to Project Management"

Sally Pewhairangi's workshop "Cheat's Guide to Project Management" covered the planning stages of managing a project in a way that made it clear why the planning is so vital.

We started by discussing reasons projects fail -- one of those brainstorming sessions everyone always has plenty of material for and which can get downheartening. But Sally concluded this section by saying that while we can't always make these problems disappear, we can manage them; and looking back at my notes now I can see that the vast majority of the problems we talked about would be much alleviated by the process the rest of the session modelled.

This, much abbreviated and paraphrased, was:
  1. Find out/figure out how the project fits into the institution's goals. A project to merge serials into the main collection will go differently if the aim is to free up space or to aid findability. If push comes to shove, which consideration will win?
  2. Define the heck out the project. Make sure everyone's on the same page about exactly what is to be achieved, by when, and with what resources. What's included/excluded? Get it in writing and signed off by everyone to prevent confusion, co-option, mission creep, the sudden discovery that you have no budget, etc.
  3. Break the project down into tasks and subtasks so you know everything that has to be done and don't get surprised.
  4. Work out who's doing which subtasks by which dates.
For someone like me who just wants to achieve something, this often seems like a nuisance, and during the session my group was constantly having to rein ourselves back from rushing ahead to the what when we hadn't sorted out the why. But when we did plan it all, it became much easier to come up with a much more innovative and relevant approach to solving the problem.

One of the other fascinating things came during the "silent brainstorm" section that is, everyone scribbling out all the tasks they could think of in silence. No talking meant no-one dominating or being shy, and no derailing into knocking ideas prematurely. And this really brought out the different strengths of different team members - when we categorised the tasks as a team we could see one person focusing more on communicating with stakeholders, one person on technical aspects of the project. Come to think about it, this could be a good way of deciding who should be responsible for managing what.

In short, a fantastic workshop which has given me a whole new perspective on planning and, more practically, the tools to do it systematically.

Plus, the template we worked through was so useful in breaking things down, guiding us through, and giving a real sense of accomplishment at the end, that I'm now pondering how something similar might work in an infolit class: guiding students through thinking about what information they need and where to find it. I'm thinking something like:

Plan your search
1. What’s your topic?


2. What kind of information do you need?
Well-tested research <-----------------------------------------------------------> Cutting-edge knowledge
Summarised information <------------------------------------------------------------> Detailed information
Layman’s level <---------------------------------------------------------------------------> Research level
Other:

3. Who would have written about it? When? Where would they have published?
Kinds of people
Date-range published
Kind of publication










4. What words would they have used to talk about it?
Keywords
Synonyms - any other words that mean the same







5. What sources would hold the publications from #3? What search features are available?
Database or other source
Available search features







and then some stuff on analysing results, facets, pearl-growing, etc. (I may abbreviate the above to try and fit the whole thing to a single A4 sheet for a one-hour class; or may leave it at two sides for the class I get two hours with.) I won't have a chance to test this out probably until next year so would be happy to hear any ideas in the meantime!

Tuesday, 20 September 2011

The death of organised data

I've been hearing rumours that the big IT companies may be giving up on organised data. Which is kind of a big thing for the same reason that it makes perfect sense: there are terabytes upon terabytes of data pouring onto computers and servers all the time, and organising all of that into a useful format takes a heck of a lot of time.

Especially because data organised to suit one need isn't necessarily going to suit most actual needs. If you're a reference librarian (either academic or, I suspect, public) you'll have had the student coming to your desk who can't quite understand why typing their assignment topic into a database doesn't return the single perfect article that explicitly answers all their questions.

So I think there's two ways of organising data:
  • "pre-organising" it - eg a dictionary, which is organised alphabetically, assuming you want to find out about a given word. It has information about which are nouns and what dates they derive from (to a best guess, obviously) but there's no way to search for nouns that were used in the 16th century because the dictionary creator never imagined someone might want to know such a thing.
  • organising it at point of need - eg a database which had all this same information but allowed you to tell it you want only nouns deriving from the 16th century or earlier; or only pronunciations that end in a certain phonetic pattern; or only words that include a certain other word in the definition.
Organising data at point of need solves one problem (it's much more flexible) but it doesn't actually save time on the organising end. In fact, it's likely to take quite a lot more time.

So is humanity doomed to be swimming in yottabytes of undifferentiated, unorganised, and thus useless data? I frowned over this for a while, and after some time I remembered the alternative to organising data: parsing it. (This is just what humans do when we skim a text looking for the information we want.) So, for example, a computer could take an existing dictionary as input and look for the pattern of a line which includes "n." (or s.b. or however the dictionary indicates a noun), and a date matching certain criteria, and returns to the user all the lines that match what was asked for.

Parsing is hard, and computers have historically been bad at it. (Bear in mind though that for a long time humans beat computers at chess.) This is not because computers aren't good at pattern-matching; it's because humans are so good at making typos, or rephrasing things in ways that don't fit the criteria. (One dictionary says "noun", one says "n.", one says "s.b.", one uses "n." but it refers to something else entirely...) A computer parsing data has to account for all the myriad ways something might be said, and all the myriad things a given text might mean.

But if you look around, you'll see parsing is already emerging. One of the things the LibX plugin does is look for the pattern of an ISBN and provide a link to your library's catalogue search. You may have an email program that, when your friend writes "Want to meet at 12:30 tomorrow at the Honeypot Cafe?", gives you a one-click option to put this appointment into your calendar. Machine transcription from videos, recognition of subjects in images, machine translation - none of it's anywhere near perfect, but it's all improving, and all these are important steps in the emergence of parsing as a major player in the field of managing data.

So yes, if I was a big IT company I might want to get out of the dead-end that is organising data, too - and get into the potentially much more productive field of parsing it.

Friday, 16 September 2011

Keeping track of contacts

Last week I put an Access database template up on my website and thought I'd better get around to actually mentioning it. What it does is keep brief notes of all my interactions (face-to-face, phone, email) with the academics, research students, and undergraduates I liaise with. (The templates actually on the website of course only have dummy data.)

My old system was handwritten notes on a copy of the welcome letter each grad student received on enrolling. This was Suboptimal for many reasons that only began with the fact that I could never decide whether to sort by first name, surname, or department... The database lets me:
  • sort by anything I like;
  • see together everything I've talked about with any given person, or everything I've talked about regarding any given course;
  • or my favourite (which I got the fantastic help of @dakvid for coding the SQL; also more generally I want to acknowledge my colleague Margaret Paterson for her inspiring beta-testing) - sorting all my contacts to show at the top the people I talked with the longest ago so I can be reminded to catch up with them.
As I said, I'm currently using it for liaison work but I suspect it could be used for other uses too, so if anyone wants to nab a copy, there it is.

Thursday, 8 September 2011

Links of Interest 8/9/2011 - news in e-resources

Michael S Hart, founder of Project Gutenburg, died on the 6th September - read his obituary.

JSTOR is making much of its public domain material openly accessible. (Library Journal also comments.)

The Journal of Librarianship and Scholarly Information "is a quarterly, peer-reviewed, open-access publication for original articles, reviews and case studies that analyze or describe the strategies, partnerships and impact of library-led digital projects, online publishing and scholarly communication initiatives." It's put out a call for submissions for its inaugural issue in [Northern Hemisphere] Spring 2012.

Wednesday, 31 August 2011

Bibliographic analysis for fun and collection development

You know how you get a brand new hammer and suddenly you notice all these nails sticking out?

So I've been working more with Ref2RIS. And in the meantime some of my colleagues and I were talking about analysing researchers' bibliographies for nefarious purposes, and I suddenly realised that doing such a thing might also help me get the handle I desperately need on one of the subject areas I'm attempting to be a liaison librarian for without having had any handover or background in.

And then I realised that, instead of staring glumly at some PhD thesis bibliography and having my eyes glaze over, I could just run it through Ref2RIS, pull all the references into Endnote, and sort by journal title.

It did take me two hours to create the conversion file, but on the other hand I'm getting quicker at that. And then I sorted, and did a quick count, and came up with the following data:

The bibliography for this thesis contained 133 references, of which 1 was a website, 9 were books/reports/manuals, and the bulk of 123 were journal articles from 27 different journals.

16 journals were used for only 1 reference each;
2 journals for 2 references;
2 journals for 3 references;
1 journal for 4;
2 journals for 5;
1 journal for 12;
1 journal for 18;
1 journal for 19;
1 journal for 34 references (over a quarter of the entire bibliography)

I also discovered that this last journal is one that our library doesn't hold.... (We do hold everything that was used 4 or more times; I got bored before checking the less-used journal titles.)

Obviously more research is required
  • to find out if this is a significant gap in our collection or a fluke of this particular thesis; and
  • to figure out if there are any other interesting patterns in usage;
but if the researchers have had the courtesy to all use the same citation style then it should be pretty quick research.

Monday, 29 August 2011

New Zealand libraries on Twitter (part 1)

[Edited 30/8 to add some more names and htmlise the @ links. Shall try not to edit further without extreme provocation. :-) ]

I tweeted that I was planning a blogpost about New Zealand libraries on Twitter, but neglected to mention that by "planning" I meant that I have all sorts of cool ideas about it in my head, the extraction of which generally depends on what other cool ideas I come up with in the meantime. This seems a bit unfair, so I decided at least I can blog this much so far, and hopefully having blogged a bit will inspire me to keep going.

So, I have a list of all the New Zealand libraries I've found on Twitter. (If I've missed one out, please let me know!) As of today, these break down to:

(Oh Access! The whole point of me typing this up in a database was so I could rearrange the information and copy/paste it out again! If I'd known you were going to be like this I'd have used Excel! --Hah, found the export function.)

Academic Libraries
@cpitlibrary
@LincolnULibrary
@Massey_Uni_Lib
@OtagoLibrary
@UnitecLibrary

Public Libraries
@AlexArchivists
@Auckland_Libs
@chblibraries
@ChristchurchLib
@dnlibraries
@Ed_Puke_Ariki (I think? or possibly should count as museum, for which I have another more haphazard list.)
@elgarweb
@GisborneLibrary]
@GreyLynnLibrary
@HDLibraries
@invlibrary
@kapiti_lib
@Kintalk
@kowhaireader
@Manukau_Libs
@mtroskillib
@nelsonlibraries
@NLNZ
@pncitylibrary
@PukeAriki
@Remueralibrary
@rodneylibraries
[ETA @RotoruaLibrary]
@shorelibs
@tararualibrary
@Taupo_Libraries
@UHLibrary
@wanganuilibrary
@wcl_library
@xenathecat

School Libraries
@anyquestionsnz
@Ashslibrary
@gbhslibrary
@Kingshighlib

Special Libraries
@EnergyLibrary
@KinderLibrary
@lilac_library
[ETA @L2_S2S]
@nzicalibrary
@rnzfblibrary
@WMLIB

Stuff that's awesome but isn't a library communicating with its users
@DigitalNZ
@newOnDigitalNZ
@Schoollibsnz
@SLIS_NZ
@Te_Ara

I may remove have removed this last category from my list and will remove it from any further analysis I do.

Not all of these accounts are currently in use. Further analysis to follow in due course.

Friday, 26 August 2011

Socialising vs being sociable

A colleague pointed out that, Facebook being a social environment, academic libraries don't really belong. (This post will mischaracterise our conversation terribly. My colleague wasn't arguing that we shouldn't be there; just... there's a reason students laugh when we tell them that we are.)

I pointed to Christchurch MetroInfo's successful Facebook page as a counterexample, but my colleague said that the buses are taking people to their friends and parties. Academic libraries, by and large, aren't involved even this much in students' social lives.

I conceded the point at the time but seeing the examples on these tips for effective Facebook community management crystallised my lingering reservations with the distinction. Getting stains out of your clothes cannot possibly be a more social activity than doing a group research project in the library!

On reflection, I think there is a distinction: between socialising and being sociable. Few students will want their library, bus company, or detergent brand commenting on photos from their latest holiday. But if people find it useful to have a space in which to share bus route suggestions or laundry tips away from their ordinary social groups, then why not study or research tips? And this is the kind of virtual community that a library can, I think, enable.

The question of course is how...