Re: [CODE4LIB] Models of MARC in RDF

2011-11-28 Thread Owen Stephens
It would be great to start collecting transforms together - just a quick brain dump of some I'm aware of MARC21 transformations Cambridge University Library - http://data.lib.cam.ac.uk - transformation made available (in code) from same site Open University - http://data.open.ac.uk - specific

Re: [CODE4LIB] Automatic Content Classification recommendations?

2011-11-28 Thread diego ferreyra
TemaTres Keyword Extactor is tool to automatic categorization of texts based on supplied controlled vocabularies. Is a php tool to extract terms from a text and use it to obtain keywords from a specific controlled vocabulary. Use the terminological web services provided by TemaTres. does not

Re: [CODE4LIB] Models of MARC in RDF

2011-11-28 Thread Jon Stroop
You may know about this one already, but the BL exposed the British National Bibliography as RDF last summer. The project has a page[1] with a good amount of info--the data model[2] might be a good place to start. -Jon 1. http://www.bl.uk/bibliographic/datafree.html 2.

[CODE4LIB] Fwd: [semweb-25] Metropolitan Musem of Art hiring a Semantic Web Developer

2011-11-28 Thread Jon Stroop
May be of interest to someone on this list. Original Message Subject: [semweb-25] Metropolitan Musem of Art hiring a Semantic Web Developer Date: Thu, 24 Nov 2011 11:01:27 -0500 From: don undeen donund...@yahoo.com Reply-To: semweb...@meetup.com To:

Re: [CODE4LIB] Models of MARC in RDF

2011-11-28 Thread Karen Coyle
Mike, that's what I suspected is going on. It might be good to mine those efforts, contrast and compare. Maybe not the details, but the general models. kc Quoting Mike Taylor m...@indexdata.com: I was at a one-day conference hosted by the British Library a few months ago, on the use of

[CODE4LIB] Professional development advice?

2011-11-28 Thread Anne Gresham
Hi code4lib folks, I'm in my final semester of library school and my first year as a baby librarian. At school, I focused on systems and technology, and I'm currently running a desktop and mobile site at work. I'm fine with HTML and CSS, and I can fumble around in PHP, but I feel very

Re: [CODE4LIB] SV: [CODE4LIB] Plea for help from Horowhenua Library Trust to Koha Community

2011-11-28 Thread Jonathan Rochkind
hold the trademark in trust and not enforce it against any individual, organization, or company who chooses to promote services around Koha in New Zealand. Well, the point of having a trademark at all is generally to enforce it against people who are calling something that is _not_ Koha Koha.

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Michael J. Giarlo
Hi Anne, Not quite an answer to your question, but you might take a gander at a blog post Dan Chudnov wrote a little while back: http://onebiglibrary.net/story/advice-to-a-library-school-student Best of luck, and btw, the fact that you're already posting to code4lib means you're already

Re: [CODE4LIB] Models of MARC in RDF

2011-11-28 Thread Karen Coyle
Wow. Thank you, Owen! As a way not to lose these, I have done a crude page on the futurelib wiki with the contents of your mail, and promise to clean it up at some not too distant date: http://futurelib.pbworks.com/w/page/48408645/MARC%20in%20RDF When/if I get the time, I will try to dig

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Ken Irwin
HTML, CSS, and PHP make for a great start. For interface development, I'd suggest adding jQuery to the mix (especially JQueryUI and JQuery Mobile). I find jQuery to be useful for two particular things: 1) modifying interfaces over which you have limited direct control (like OPACs) -- it lets

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Jon Gorman
Probably the most important thing you can do is simply play around with the technology. Get some ideas of what you want to play around with. Then try to do it or see if someone else has already done it. If someone else has done it, try to figure out how (open source for the win). When I was

Re: [CODE4LIB] SV: [CODE4LIB] Plea for help from Horowhenua Library Trust to Koha Community

2011-11-28 Thread Chris Cormack
On 29 November 2011 05:05, Jonathan Rochkind rochk...@jhu.edu wrote: hold the trademark in trust and not enforce it against any individual, organization, or company who chooses to promote services around Koha in New Zealand. Well, the point of having a trademark at all is generally to enforce

Re: [CODE4LIB] SV: [CODE4LIB] Plea for help from Horowhenua Library Trust to Koha Community

2011-11-28 Thread Jonathan Rochkind
So, HLT says: . The Library Trust has never stopped any Koha user or developer or vendor from carrying out their business. Our track record over the last 12 years of releasing the Koha code and supporting the Koha community to go about its business unimpeded is exemplary and we have no

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Kyle Banerjee
I was wondering what skills/programming languages/experience you think I should be seeking if I want to be able to develop (good) interactive online resources/digital collections for library patrons and/or staff. I agree with the advice given so far in this thread. One of the most useful

Re: [CODE4LIB] Automatic Content Classification recommendations?

2011-11-28 Thread Jason Stirnaman
ConceptSearch http://www.conceptsearching.com/web/ is a commercial search engine and classification tool. Maybe similar to TemaTres, it doesn't use machine-learning but extracts concepts out of your documents that can be mapped to vocabulary terms. The vocabulary is then exposed to the end-user

[CODE4LIB] Carroll Preston Baber Research Grant -- Call for Proposals

2011-11-28 Thread Mary Popp
*Carroll Preston Baber Research Grant -- Call for Proposals* * * Do you have a project that is just waiting for the right funding? Are you thinking about ways that libraries can improve services to users? The American Library Association (ALA) gives an annual grant for those conducting

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Alexander Johannesen
I could give you tons of advice, most of it specific to some technological domain or another, but over the years I've more or less settled on one thing that beat out all the other ; Data models. Once you grok data models, what they are, how they work, and all the extended family (schemas,

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Jon Gorman
On Mon, Nov 28, 2011 at 11:50 AM, Kyle Banerjee baner...@uoregon.edu wrote: Having a playground where you can experiment aggressively is useful. I'm a fan of Amazon EC2 because you can create servers in minutes for pennies per hour and try things you'd never want to do with real hardware. It's

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Nate Vack
On Mon, Nov 28, 2011 at 4:21 PM, Alexander Johannesen alexander.johanne...@gmail.com wrote: Your task should rather be to understand the why, who, how, when and the thenceforth of data models, and everything else will follow. Ye good gods, no, no, no! A more productive task is to understand

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Alexander Johannesen
Hiya, On Tue, Nov 29, 2011 at 10:06 AM, Nate Vack njv...@wisc.edu wrote: A more productive task is to understand the who, how, when, and thenceforth of what tasks actual people want to accomplish with their computers Understanding this is not disconnected from designing data models *right*.

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Friscia, Michael
Well I'll throw in my two cents. Before I go into what I would offer for response, I partially agree with data models. But I think it is more about understanding normal forms of data, efficiency in storage and general database design. And I do not buy into the idea that 10% knowledge will get

[CODE4LIB] Lead Developer position - Florida State University Libraries

2011-11-28 Thread GORE, EMILY
Experienced programmers/developers looking to work in an exciting, growing digital scholarship environment are encouraged to apply. If you have any questions about the position or the area, please feel free to email me and I will do my best to answer them.

Re: [CODE4LIB] SV: [CODE4LIB] Plea for help from Horowhenua Library Trust to Koha Community

2011-11-28 Thread MJ Ray
Jonathan Rochkind rochk...@jhu.edu But I think it's worth drawing the community's attention to this issue. Whether it's important that the Trust have the right to legally stop someone from calling something Koha that isn't Koha (the trademark owner is ultimately going to be the one that has

Re: [CODE4LIB] Professional development advice?

2011-11-28 Thread Nate Vack
On Mon, Nov 28, 2011 at 5:15 PM, Alexander Johannesen alexander.johanne...@gmail.com wrote: Hi, First, I should apologize for my tone a bit. It's been an odd day, and, yeah, email. Sorry to be overly flippant. Understanding this is not disconnected from designing data models *right*. It's the

Re: [CODE4LIB] SV: [CODE4LIB] Plea for help from Horowhenua Library Trust to Koha Community

2011-11-28 Thread Joe Atzberger
The key thing here, if PTFS actually means what they say, is that they should assign the trademark APPLICATION over to HLT. Otherwise, the posture is really just trying to convince you not to contest their receiving the trademark, after which they can do wtf with it. This is a big deal to