[CODE4LIB] Any web services that can help sort out this for me.

2010-06-17 Thread David Kane
Hi, I have large amounts of data like this:

yawn
Reece, P. L., (2006), Progress in Smart Materials and Structures, Nova
Ghosh, S. K., (2008), Self-healing materials: fundamentals, design
strategies and applications, Wiley
A.Y.K. Chan, Biomedical Device Technology: Principles  Design,
Charles C. Thomas, 2008.
L.J. Street, Introduction to Biomedical Engineering Technology, CRC
Press, 2007.
/yawn

... one book per line.

they are not in any order.

I am lazy.  So, is there a web service out there that I can throw this
stuff at to organise it for me and ideally find the ISBNs.

Long shot, I know.

But thanks,

David.


-- 
David Kane
Systems Librarian
Waterford Institute of Technology
Ireland
http://library.wit.ie/
davidfk...@googlewave.com
T: ++353.51302838
M: ++353.876693212


Re: [CODE4LIB] Any web services that can help sort out this for me.

2010-06-17 Thread Dave Caroline
what definition of large list 10,100,1000,.

yes google

copy title part Progress in Smart Materials and Structures paste in
google box press return

first hit for the first line has the isbn, or you could script it and
use the Open Library API and get the isbn back possibly

Dave Caroline

On Thu, Jun 17, 2010 at 9:59 AM, David Kane dk...@wit.ie wrote:
 Hi, I have large amounts of data like this:

 yawn
 Reece, P. L., (2006), Progress in Smart Materials and Structures, Nova
 Ghosh, S. K., (2008), Self-healing materials: fundamentals, design
 strategies and applications, Wiley
 A.Y.K. Chan, Biomedical Device Technology: Principles  Design,
 Charles C. Thomas, 2008.
 L.J. Street, Introduction to Biomedical Engineering Technology, CRC
 Press, 2007.
 /yawn

 ... one book per line.

 they are not in any order.

 I am lazy.  So, is there a web service out there that I can throw this
 stuff at to organise it for me and ideally find the ISBNs.

 Long shot, I know.

 But thanks,

 David.


 --
 David Kane
 Systems Librarian
 Waterford Institute of Technology
 Ireland
 http://library.wit.ie/
 davidfk...@googlewave.com
 T: ++353.51302838
 M: ++353.876693212



Re: [CODE4LIB] Any web services that can help sort out this for me.

2010-06-17 Thread Ford, Kevin
Following on Dave's recommendation, you could also use Google Books' Data API 
[1].  Search for the book, get a structured ATOM feed as a response, presume 
the first hit is your book, and then follow the ATOM feed link for that books' 
metadata.  It isn't going to be perfect; I'd be interested to know the end 
ratio of perfect versus missed matches.

Good luck,
Kevin

[1] http://code.google.com/apis/books/docs/gdata/developers_guide_protocol.html



From: Code for Libraries [code4...@listserv.nd.edu] On Behalf Of Dave Caroline 
[dave.thearchiv...@gmail.com]
Sent: Thursday, June 17, 2010 5:43 AM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] Any web services that can help sort out this for me.

what definition of large list 10,100,1000,.

yes google

copy title part Progress in Smart Materials and Structures paste in
google box press return

first hit for the first line has the isbn, or you could script it and
use the Open Library API and get the isbn back possibly

Dave Caroline

On Thu, Jun 17, 2010 at 9:59 AM, David Kane dk...@wit.ie wrote:
 Hi, I have large amounts of data like this:

 yawn
 Reece, P. L., (2006), Progress in Smart Materials and Structures, Nova
 Ghosh, S. K., (2008), Self-healing materials: fundamentals, design
 strategies and applications, Wiley
 A.Y.K. Chan, Biomedical Device Technology: Principles  Design,
 Charles C. Thomas, 2008.
 L.J. Street, Introduction to Biomedical Engineering Technology, CRC
 Press, 2007.
 /yawn

 ... one book per line.

 they are not in any order.

 I am lazy.  So, is there a web service out there that I can throw this
 stuff at to organise it for me and ideally find the ISBNs.

 Long shot, I know.

 But thanks,

 David.


 --
 David Kane
 Systems Librarian
 Waterford Institute of Technology
 Ireland
 http://library.wit.ie/
 davidfk...@googlewave.com
 T: ++353.51302838
 M: ++353.876693212



[CODE4LIB] active fedora interface

2010-06-17 Thread Adam Wead
Hi all,

I'm currently developing an interface to our fedora repository using the 
active-fedora RoR plugin.  I'm doing this in Blacklight for starters, but not 
using the indexing capabilities since I don't know how to do that yet.  I've 
built a simple form that creates a descriptive dublin core xml document for the 
object and now need to start expanding it with more fields.

Before I start digging into that, has anyone done such a thing before and with 
whom I could compare notes before coding myself into a corner?  I've cribbed 
a lot stuff from Matt Zumwalt's active fedora wiki and JWA fedora project.  
I've also looked at Hydrangea which is do for alpha release, I believe, at the 
OR conference in madrid.  I didn't see anything like a dc form in Hydrangea but 
I didn't look very hard.

Any help or comments would be welcome.

thanks,

...adam

 
Rock  Roll: (noun) African American slang dating back to the early 20th 
Century. In the early 1950s, the term came to be used to describe a new form of 
music, steeped in the blues, rhythm  blues, country and gospel. Today, it 
refers to a wide variety of popular music -- frequently music with an edge and 
attitude, music with a good beat and --- often --- loud guitars.© 2005 Rock and 
Roll Hall of Fame and Museum.
 
This communication is a confidential and proprietary business communication. It 
is intended solely for the use of the designated recipient(s). If this 
communication is received in error, please contact the sender and delete this 
communication.


Re: [CODE4LIB] dc xml with marc qualifiers

2010-06-17 Thread Diane I. Hillmann

Adam:

Dublin Core actually dealt with this about five years ago and has a 
section in its guidelines about the issue:


http://dublincore.org/documents/usageguide/appendix_roles.shtml

There has also been a fair amount of discussion on this on the 
id.loc.gov list, because LC has pulled down some of the original links 
as they've started putting more data on that site, and now there's 
really no record of the information they had set up during the time the 
work with them and DCMI was done.


If it's of any interest, the RDA roles are built using this earlier work 
as a template, e.g., with the roles as properties, not attributes 
(http://metadataregistry.org/schema/show/id/4.html).


In any case, I'm thinking that your solution will be problematic, at a 
number of levels.  It won't be standard DC, for one thing.


Diane Hillmann


On 6/17/10 4:51 PM, Adam Wead wrote:

Hi all,

I have a question...  is it possible to use the dcterms element, but have an attribute that uses a 
different qualifier, like Marc?  So an element likedcterms:creator  could be qualified with a 
marc relator likedcterms:creator marc_qualifier=Composer

This is probably a stupid question and I'm guessing this is not possible 
without doing it using rdf or something.  My xml schema knowledge is really 
rusty.

anyway, thanks in advance...

...adam


Rock  Roll: (noun) African American slang dating back to the early 20th Century. 
In the early 1950s, the term came to be used to describe a new form of music, steeped 
in the blues, rhythm  blues, country and gospel. Today, it refers to a wide 
variety of popular music -- frequently music with an edge and attitude, music with a 
good beat and --- often --- loud guitars.© 2005 Rock and Roll Hall of Fame and Museum.

This communication is a confidential and proprietary business communication. It 
is intended solely for the use of the designated recipient(s). If this 
communication is received in error, please contact the sender and delete this 
communication.




Re: [CODE4LIB] dc xml with marc qualifiers

2010-06-17 Thread Adam Wead
Thanks, Diane.  I was looking over those links as well but getting 502 Bad 
Gateway errors. Maybe that's because of what you were saying about LC pulling 
them down.

I did re-read some examples from 
http://www.ukoln.ac.uk/metadata/dcmi/marcrel-ex/

If I understand this correctly, and I use marc relators that sub-properties of 
existing dc fields, I could do something like:

dc xmlns:dcterms='http://purl.org/dc/terms/' 
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
dcterms:creatorJane Creator/dcterms:creator
marcrel:ILLJoe Illustrator/marcrel:ILL
/dc

Illustrator is defined as a sub-property of creator.  Although the above 
document doesn't strike me as legal.  Don't I need to define the marc relation 
in a namespace somewhere? Or does the marcrel get nested in the dcterms:creator 
element?

Thanks in advance for the help...

best,

...adam


-Original Message-
From: Code for Libraries on behalf of Diane I. Hillmann
Sent: Thu 6/17/2010 5:14 PM
To: CODE4LIB@LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] dc xml with marc qualifiers
 
Adam:

Dublin Core actually dealt with this about five years ago and has a 
section in its guidelines about the issue:

http://dublincore.org/documents/usageguide/appendix_roles.shtml

There has also been a fair amount of discussion on this on the 
id.loc.gov list, because LC has pulled down some of the original links 
as they've started putting more data on that site, and now there's 
really no record of the information they had set up during the time the 
work with them and DCMI was done.

If it's of any interest, the RDA roles are built using this earlier work 
as a template, e.g., with the roles as properties, not attributes 
(http://metadataregistry.org/schema/show/id/4.html).

In any case, I'm thinking that your solution will be problematic, at a 
number of levels.  It won't be standard DC, for one thing.

Diane Hillmann


On 6/17/10 4:51 PM, Adam Wead wrote:
 Hi all,

 I have a question...  is it possible to use the dcterms element, but have an 
 attribute that uses a different qualifier, like Marc?  So an element 
 likedcterms:creator  could be qualified with a marc relator 
 likedcterms:creator marc_qualifier=Composer

 This is probably a stupid question and I'm guessing this is not possible 
 without doing it using rdf or something.  My xml schema knowledge is really 
 rusty.

 anyway, thanks in advance...

 ...adam


 Rock  Roll: (noun) African American slang dating back to the early 20th 
 Century. In the early 1950s, the term came to be used to describe a new form 
 of music, steeped in the blues, rhythm  blues, country and gospel. Today, it 
 refers to a wide variety of popular music -- frequently music with an edge 
 and attitude, music with a good beat and --- often --- loud guitars.© 2005 
 Rock and Roll Hall of Fame and Museum.

 This communication is a confidential and proprietary business communication. 
 It is intended solely for the use of the designated recipient(s). If this 
 communication is received in error, please contact the sender and delete this 
 communication.




 
Rock  Roll: (noun) African American slang dating back to the early 20th 
Century. In the early 1950s, the term came to be used to describe a new form of 
music, steeped in the blues, rhythm  blues, country and gospel. Today, it 
refers to a wide variety of popular music -- frequently music with an edge and 
attitude, music with a good beat and --- often --- loud guitars.© 2005 Rock and 
Roll Hall of Fame and Museum.
 
This communication is a confidential and proprietary business communication. It 
is intended solely for the use of the designated recipient(s). If this 
communication is received in error, please contact the sender and delete this 
communication.