[CODE4LIB] PICA+ to Vascoda Application Profile

2008-12-10 Thread Neubert Joachim
Hi,
 
has anybody out there some code which maps PICA+ Text or XML Formats to the 
(German) Vascoda Application Profile 
(http://www.dl-forum.de/dateien/vascoda_AP_2_0_2006-Dezember.pdf)? Especially 
something which builds on Jakob Voß' PICA::Record Perl Module would be great.
 
Any help appreciated - kind regards,
 
Joachim Neubert
IT Development
 
German National Library of Economics (ZBW)
Leibniz Information Centre for Economics
 


[CODE4LIB] NEcode4lib: Thanks!

2008-12-10 Thread Jay Luker
Hi folks,

Big thanks to all who turned out for the 1st necode4lib gathering yesterday.
Hope everybody got something useful, interesting and/or fun out of it. I for
one thought it went great. We didn't do a real headcount, but it seemed we
had just enough seats for the turnout: ~20-25 folks from as far away as
Philly.

Extra thanks to everyone who gave a talk on something: Jean, Tim, Courtney 
Chris, Jodi, Sand, Casey  Michael. I'm looking forward to a blog post or
two from those who took notes.

--jay


[CODE4LIB] code4lib 2009 conference registration announcement

2008-12-10 Thread Birkin James Diana
We're still working out a few details with the credit-card vendor, but  
we expect to open registration for the 2009 code4lib conference on  
Wednesday, December 17, 12:00 noon, EST. (U.S.)


The conference filled very fast last year, so if you know of folk  
interested in attending who may not see this and the followup  
announcements, please let them know.


More info will follow shortly.

---
Birkin James Diana
Programmer, Integrated Technology Services
Brown University Library
[EMAIL PROTECTED]


[CODE4LIB] Position posting

2008-12-10 Thread Joe Shubitowski
Posted for the folks across the lawn. Please excuse duplicate
postings.

Information Architect, Collection Information  Access, J. Paul Getty
Museum

The department of Collection Information  Access at the J. Paul Getty
Museum is seeking an Information Architect to oversee the back-end
structure, data models, systems and applications used by the Museum to
support the management and dissemination of documentation, digital
assets, and metadata on the collection and to ensure its accessibility
in the networked environment.  The Information Architect will lead
efforts in restructuring the way information is stored, systems
integrated, and data published so as best to ensure efficiency in
processes, scalability and sustainability, and resource discovery.  This
will involve architectural designs, analysis, integration, and strategic
direction for how best to manage existing enterprise-wide applications
such as collections management, content management and digital asset
management systems with other custom grown applications and open source
solutions, in addition to overseeing data modeling and strategies that
are system independent.   The position will be responsible for the
maintenance of data models, data dictionaries, and processes; work with
technical staff across the Getty to build mechanisms for exchanging data
and metadata between repositories; and work closely with user
communities for requirements analysis, problem definition and solutions
development.

The ideal candidate will utilize standards, best practices, and
forward-thinking solutions for structuring the Museum’s information
architecture, and be able to provide analysis, documentation, and ROI
for strategies. The candidate should have experience in all phases of
the software development cycle; understand and be technically proficient
in the environments in which software applications operate (i.e. Unix,
Windows); have familiarity with semantic technologies including triple
stores, natural language processing, and clustering techniques. The
candidate should be comfortable with writing technical documentation and
design documents, outlining detailed process flow and workflow mappings,
have strong analytical skills, excellent oral and written communication
skills, and the ability to effectively work in a team environment.

Requirements: Proven experience working with relational databases
(Oracle 10g), SQL Server and using Structured Query Language;
familiarity with “C++”, JAVA or similar object-oriented programming
language; and proficient at UNIX scripting languages; JavaScript, HTML,
CSS, XML and XSLT. Working knowledge of ontologies and ontology
standards like RDF and concepts associated with the Semantic Web. 

Qualifications: Bachelor’s Degree in Computer Science, Library 
Information Science, Information Technology, or related studies
required, Master’s preferred. Minimum 8 years of experience in the
electronic management of information, and developing, implementing and
managing information architecture in a publishing, library, or
educational repository environment strongly preferred.

Please email cover letter and resume to [EMAIL PROTECTED] indicating in
the subject line, Museum Information Architect /AT. OR send to: The J.
Paul Getty Trust, 1200 Getty Center Drive, Suite 400, Los Angeles, Ca
90049-1681 and reference  Museum Information Architect /AT in your
cover letter. No phone calls, please. EOE.

 




-- 

Joseph M. Shubitowski
Head, Information Systems
Getty Research Institute
1200 Getty Center Drive, Suite 1100
Los Angeles CA 90049-1688
Voice: 310-440-6394
Fax: 310-440-7780
[EMAIL PROTECTED] 


Re: [CODE4LIB] ubuntu hardy and PEAR youtube module?

2008-12-10 Thread Chris Moyers
Bin,

The error message you provided isn't really very specific and I don't know
what your method useRest does specifically.  So I'd recommend some basic
troubleshooting steps to start with.

First, I'd say you have one of two things going on: something changed that
broke your script or your script always had a defect and you hit some edge
case that manifested the defect.  I don't mean to be Captian Obvious, but
sometimes when you are tracking a bug you forget the obvious stuff and start
taking drastic measures (like reverting back to an older version of Ubuntu.)
 Or maybe that's just me.

1) Think about what changed.  Did you get a new version of PHP with the
upgrade?  What about curl?  And how likely do you think it would be that
these changes would break your app (small, I'd think).

2) make sure the url you are giving curl is a valid one.  You can simply do
this via the command line by using curlto access the url.  Perhaps the
changes that borked stuff for you wasn't the version of Linux you were
running, but instead the uri of the RESTful service you are trying to hit.
 Or maybe the service was down.  Or maybe you had network problems.  Can you
connect to the uri using methods other than curl?

3) Use the source.  I don't know what is those methods you are calling are
trying to do.  But look at the source code and check to see if perhaps you
are hitting some condition that was never seen before.  That might equip you
to ask a more specific question if nothing else.

HTH

Chris Moyers | Biodiversity Heritage Library | MO Botanical Garden

On Wed, Dec 10, 2008 at 10:53 AM, Bin Zhang [EMAIL PROTECTED] wrote:

 Hi,



 We have a local application that searches and plays youtube videos using
 the Services_YouTube module.  It has been working fine, until we upgraded
 ubuntu to hardy.  Here is the error:


 Fatal error: Uncaught table border=1 cellspacing=0 trtd
 colspan=3 bgcolor=#ff bServices_YouTube_Exception/b: Curl
 returned non-null errno 26:Failed to open/read local data from
 file/application in b/usr/share/php/Services/YouTube.php/b on line
 b310/b/td/tr trtd colspan=3 bgcolor=#aa
 align=centerbException trace/b/td/tr trtd align=center
 bgcolor=#cc width=20b#/b/tdtd align=center
 bgcolor=#ccbFunction/b/tdtd align=center
 bgcolor=#ccbLocation/b/td/tr trtd
 align=center0/tdtdServices_YouTube-useRest('youtube.videos.lhellip;',
 Array)/tdtd/usr/share/php/Services/YouTube.php:310/td/tr trtd
 align=center1/tdtdServices_YouTube-sendRequest('youtube.videos.',
 'list_by_tag',
 Array)/tdtd/usr/share/php/Services/YouTube.php:252/td/tr trtd
 align=center2/tdtdServices_YouTube-listByTag('obama')/tdtd/data/www/locus/YouTubeAPI.class.php:132/td/tr
 trtd align=center3/tdtd in /usr/share/php/Services/YouTube.php on
 line 354



 Has anyone seen this or know what could be done to fix?



 Thanks!



 Bin Zhang

 Digital Information Services Librarian

 Library Systems  Information Technology Services

 California State University, Sacramento

 2000 State University Drive, East, Sacramento, CA 95819-6039

 +1 916 278-5664 (office); +1 916 278-3891 (fax)

 [EMAIL PROTECTED]










Re: [CODE4LIB] ubuntu hardy and PEAR youtube module?

2008-12-10 Thread Nate Vack
It looks like curl isn't connecting to stuff right. Can you make a
page that just uses curl to get some other page and display it (or
your status code)?

If it's not working in a general sense... well, try curl from the
command line and see what happens. If there's no love there, you'll
need to talk you your sysadmin and figure out what's going on.

-n

On Wed, Dec 10, 2008 at 10:53 AM, Bin Zhang [EMAIL PROTECTED] wrote:
 Hi,



 We have a local application that searches and plays youtube videos using the 
 Services_YouTube module.  It has been working fine, until we upgraded ubuntu 
 to hardy.  Here is the error:


 Fatal error: Uncaught table border=1 cellspacing=0 trtd colspan=3 
 bgcolor=#ff bServices_YouTube_Exception/b: Curl returned non-null 
 errno 26:Failed to open/read local data from file/application in 
 b/usr/share/php/Services/YouTube.php/b on line b310/b/td/tr 
 trtd colspan=3 bgcolor=#aa align=centerbException 
 trace/b/td/tr trtd align=center bgcolor=#cc 
 width=20b#/b/tdtd align=center 
 bgcolor=#ccbFunction/b/tdtd align=center 
 bgcolor=#ccbLocation/b/td/tr trtd 
 align=center0/tdtdServices_YouTube-useRest('youtube.videos.lhellip;',
  Array)/tdtd/usr/share/php/Services/YouTube.php:310/td/tr trtd 
 align=center1/tdtdServices_YouTube-sendRequest('youtube.videos.', 
 'list_by_tag', 
 Array)/tdtd/usr/share/php/Services/YouTube.php:252/td/tr trtd 
 align=center2/tdtdServices_YouTube-listByTag('obama')/tdtd/data/www/locus/YouTubeAPI.class.!
 php:132/td/tr trtd align=center3/tdtd in 
/usr/share/php/Services/YouTube.php on line 354



 Has anyone seen this or know what could be done to fix?



 Thanks!



 Bin Zhang

 Digital Information Services Librarian

 Library Systems  Information Technology Services

 California State University, Sacramento

 2000 State University Drive, East, Sacramento, CA 95819-6039

 +1 916 278-5664 (office); +1 916 278-3891 (fax)

 [EMAIL PROTECTED]










[CODE4LIB] JOB: RD Software Engineer, CrossRef, Oxford UK

2008-12-10 Thread Roy Tennant
A job opening at CrossRef:

http://www.crossref.org/01company/job_opening.html

Says an organization representative:

Ideally, we'd like to get somebody who not only has excellent
technical skills, but who also groks the scholarly publishing field-
either from the publisher side or from the library side. This position
would be a very cool opportunity for somebody who loves to wallow in
metadata and  wants to work on building cool scholarly tools. And, of
course, one of the benefits of working for CrossRef is that, although
we are non-profit, we are also very stable and our pay/benefits are
competitive with the publishing industry's.

Roy (full disclosure: I'm on the CrossRef Advisory Board)


[CODE4LIB] VUFind MATC Award

2008-12-10 Thread Joseph Lucia
  I haven't seen this announced here yet, so I'm passing it along.  VuFind won 
a 2008 Mellon Award for Technology Collaboration, which was presented at the 
Coalition for Networked Information Fall Task Force Meeting in Washington, D.C. 
on Monday.  A link to the Mellon Foundation press release is below.  We are 
psyched.

http://matc.mellon.org/press-release


*
Joe Lucia
University Librarian
Villanova University
610-519-4290


Re: [CODE4LIB] VUFind MATC Award

2008-12-10 Thread Edward M. Corrado

Congratulations to everyone involved!

Edward

Joseph Lucia wrote:

  I haven't seen this announced here yet, so I'm passing it along.  VuFind won 
a 2008 Mellon Award for Technology Collaboration, which was presented at the 
Coalition for Networked Information Fall Task Force Meeting in Washington, D.C. 
on Monday.  A link to the Mellon Foundation press release is below.  We are 
psyched.

http://matc.mellon.org/press-release


*
Joe Lucia
University Librarian
Villanova University
610-519-4290