[CODE4LIB] RHEV-M

2013-11-19 Thread Lynne E. Grigsby
Is anyone using RHEV-M to manager their Linux virtual server environment? We are interested in talking to someone about their experience. We have found plenty of people to talk to about VMware, but would like to investigate an alternative. Thanks for your help. Lynne

[CODE4LIB] ruby-marc api design feedback wanted

2013-11-19 Thread Jonathan Rochkind
ruby-marc users, a question. I am working on some Marc8 to UTF-8 conversion for ruby-marc. Sometimes, what appears to be an illegal byte will appear in the Marc8 input, and it can not be converted to UTF8. The software will support two alternatives when this happens: 1) Raising an exception.

[CODE4LIB] Programmatic retrieval of book series info?

2013-11-19 Thread Cab Vinton
Our circ staff would like to retrospectively add labels to our fiction series so patrons can suss out series information at a glance (which series, numbering). I can pull out the titles, authors, ISBNs, etc. from our catalog easily enough, but I'm wondering how best to approach matching each title

[CODE4LIB] Job: Associate Developer (Ruby on Rails) at WGBH Educational Foundation

2013-11-19 Thread jobs
Associate Developer (Ruby on Rails) WGBH Educational Foundation Boston **Position Title:** Associate Developer (Ruby on Rails) **Position Type:** Project Contract 12/02/13 to 12/31/14+ **Company:** WGBH Educational Foundation **Department:** Media Library & Archives **Departmen

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Bigwood, David
+1 for schema.org as one of the first steps. COinS are another useful simple mark-up if the data is already there. I'm looking forward to the book. Sincerely, David Bigwood Lunar and Planetary Institute -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Be

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Karen Coyle
Ethan, it looks to me like it depends on who you are and who is your target. In the schema.org clan there is still a majority using microdata, but my impression is that these are the online sales sites whose primary interest is SEO. RDFa lite is moving up generally [0], yet I haven't seen a cle

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Edward Summers
I think this is a nice list Eric. I particularly like the iterative approach. I’m not a huge fan of #6, and #7 seems like it might be challenging from a data synchronization perspective. But it’s still a nice list. While I think it’s right that you don’t want to let the perfect (a complete and

[CODE4LIB] Job: Metadata Integration and Delivery Specialist at University of Virginia Library

2013-11-19 Thread jobs
Metadata Integration and Delivery Specialist University of Virginia Library Charlottesville, VA The University of Virginia Library seeks a Metadata Integration and Delivery Specialist for Metadata Management Services. The University of Virginia Library is place of infinite possibility! We are look

[CODE4LIB] Job: Business Analyst at Harvard University

2013-11-19 Thread jobs
Business Analyst Harvard University Cambridge, MA The Business Analyst will support leadership of the Harvard Library by identifying operational data needs, mining information systems, and providing analysis to inform business performance assessment and decisions. Reporting to the Director, Financ

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Eric Lease Morgan
On Nov 19, 2013, at 11:09 AM, Karen Coyle wrote: > Eric, if you want to leap into the linked data world in the fastest, > easiest way possible, then I suggest looking at microdata markup, e.g. > schema.org. [1] … > > [1] http://schema.org I don’t advocate this as the fastest, easiest way pos

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Eric Lease Morgan
On Nov 19, 2013, at 9:54 AM, Aaron Rubinstein wrote: > I think you’ve hit the nail on the head here, Karen. I would just > add, or maybe reassure, that this does not necessarily require > rethinking your existing metadata but how to translate that >

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Ethan Gruber
Hasn't the pendulum swung back toward RDFa Lite ( http://www.w3.org/TR/rdfa-lite/) recently? They are fairly equivalent, but I'm not sure about all the politics involved. On Tue, Nov 19, 2013 at 11:09 AM, Karen Coyle wrote: > Eric, if you want to leap into the linked data world in the fastest,

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Karen Coyle
Eric, if you want to leap into the linked data world in the fastest, easiest way possible, then I suggest looking at microdata markup, e.g. schema.org.[1] Schema.org does not require you to transform your data at all: it only requires mark-up of your online displays. This makes sense because as

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Ethan Gruber
yo, i get it On Tue, Nov 19, 2013 at 10:54 AM, Ross Singer wrote: > I don't know what your definition of "serialization" is, but I don't know > of any where "data model" and "formatted output of a data model" are > synonymous. > > RDF is a data model *not* a serialization. > > -Ross. > > > On T

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Ross Singer
I don't know what your definition of "serialization" is, but I don't know of any where "data model" and "formatted output of a data model" are synonymous. RDF is a data model *not* a serialization. -Ross. On Tue, Nov 19, 2013 at 10:45 AM, Ethan Gruber wrote: > I see that serialization has a d

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Eric Lease Morgan
On Nov 19, 2013, at 9:41 AM, Karen Coyle wrote: > Eric, I think this skips a step - which is the design step in which you > create a domain model that uses linked data as its basis. RDF is not a > serialization; it actually may require you to re-think the basic > structure of your metadata. Th

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Eric Lease Morgan
On Nov 19, 2013, at 8:48 AM, Robert Forkel wrote: > while I also think this is not rocket surgery, I'd like to point out that > trial (and potentially error) as suggested by your "go back to step #1" > instructions is not a good solution to coming up with URIs. I think once > published - i.e. put

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Ethan Gruber
I see that serialization has a different definition in computer science than I thought it did. On Tue, Nov 19, 2013 at 10:36 AM, Ross Singer wrote: > That's still not a "serialization". It's just a similar data model. > Pretty huge difference. > > -Ross. > > > On Tue, Nov 19, 2013 at 10:31 AM

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Ross Singer
That's still not a "serialization". It's just a similar data model. Pretty huge difference. -Ross. On Tue, Nov 19, 2013 at 10:31 AM, Ethan Gruber wrote: > I'm not sure that I agree that RDF is not a serialization. It really > depends on the context of the system and intended use of the link

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Ethan Gruber
I'm not sure that I agree that RDF is not a serialization. It really depends on the context of the system and intended use of the linked data. For example, TEI is designed with a specific purpose which cannot be replicated in RDF (at least, not very easily at all), but deriving RDF from highly-lin

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Aaron Rubinstein
I think you’ve hit the nail on the head here, Karen. I would just add, or maybe reassure, that this does not necessarily require rethinking your existing metadata but how to translate that existing metadata into a linked data environment. Though this might seem like a pain, in many cases it will

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Karen Coyle
Eric, I think this skips a step - which is the design step in which you create a domain model that uses linked data as its basis. RDF is not a serialization; it actually may require you to re-think the basic structure of your metadata. The reason for that is that it provides capabilities that r

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

2013-11-19 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 research that

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Robert Forkel
Hi Eric, while I also think this is not rocket surgery, I'd like to point out that trial (and potentially error) as suggested by your "go back to step #1" instructions is not a good solution to coming up with URIs. I think once published - i.e. put on a webserver - you should be able to keep the UR

Re: [CODE4LIB] linked data recipe

2013-11-19 Thread Brian Zelip
It's a great start Eric. It helps me think that I can do it. Looking forward to more. Brian Zelip UIUC On Tue, Nov 19, 2013 at 7:04 AM, Eric Lease Morgan wrote: > I believe participating in the Semantic Web and providing content via the > principles of linked data is not "rocket surgery", esp

[CODE4LIB] linked data recipe

2013-11-19 Thread Eric Lease Morgan
I believe participating in the Semantic Web and providing content via the principles of linked data is not "rocket surgery", especially for cultural heritage institutions -- libraries, archives, and museums. Here is a simple recipe for their participation: 1. use existing metadata standards (

Re: [CODE4LIB] Tool for managing subscription content metadata

2013-11-19 Thread raffaele messuti
Barnes, Hugh wrote: > I have been thinking along the lines of Mediawiki, maybe with a good the mediawiki wikibase[1] extension (that runs wikidata.org) should be a good solution for your needs. otherwise i've always heard good things about topincs[2] (but i confess to have some limitations unders