Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Godmar Back
On Tue, Mar 1, 2011 at 11:14 PM, Roy Tennant roytenn...@gmail.com wrote: On Tue, Mar 1, 2011 at 2:14 PM, Godmar Back god...@gmail.com wrote: Similarly, the date associated with a record can come in a variety of formats. Some are single-field (20080901), some are abbreviated (200811), some are

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Roy Tennant
Godmar, I'm surprised you're asking this. Most of the questions you want answered could be answered by a basic programming construct: an if-then-else statement and a simple decision about what you want to use in your specific application (for example, do you prefer text with the period, or not?).

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Godmar Back
On Wed, Mar 2, 2011 at 11:12 AM, Roy Tennant roytenn...@gmail.com wrote: Godmar, I'm surprised you're asking this. Most of the questions you want answered could be answered by a basic programming construct: an if-then-else statement and a simple decision about what you want to use in your

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Godmar Back
On Wed, Mar 2, 2011 at 11:36 AM, Walker, David dwal...@calstate.edu wrote: Just out of curiosity, is there a Summon (API) developer listserv?  Should there be? Yes, there is - I'm waiting for my subscription there to be approved. Like I said at the beginning of this thread, this is only

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Walker, David
@LISTSERV.ND.EDU] On Behalf Of Godmar Back [god...@gmail.com] Sent: Wednesday, March 02, 2011 8:30 AM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] dealing with Summon On Wed, Mar 2, 2011 at 11:12 AM, Roy Tennant roytenn...@gmail.com wrote: Godmar, I'm surprised you're asking this. Most

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Demian Katz
These are the questions I'm seeking answers to; I know that those of you who have coded their own Summon front-ends must have faced the same questions when implementing their record displays. Feel free to refer to VuFind's Summon template for reference if that is helpful:

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Ed Summers
On Wed, Mar 2, 2011 at 11:38 AM, Godmar Back god...@gmail.com wrote: Like I said at the beginning of this thread, this is only tangentially a Code4Lib issue, and certainly the details aren't.  But perhaps the general problem is (?) More than anything this seems like a documentation issue. From

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Eric Lease Morgan
On Mar 2, 2011, at 12:22 PM, Ed Summers wrote: Oh, and I think it's great to see this thread on code4lib, where other people have been known to create an API or three. So thanks Godmar, for asking here... I concur. I hope others more or less feel comfortable discussing product-specific

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread LeVan,Ralph
- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Karen Coombs Sent: Wednesday, March 02, 2011 12:45 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] dealing with Summon I believe that there has been discussion of adding facets to SRU responses in the past. It may

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Godmar Back
On Wed, Mar 2, 2011 at 11:54 AM, Demian Katz demian.k...@villanova.edu wrote: These are the questions I'm seeking answers to; I know that those of you who have coded their own Summon front-ends must have faced the same questions when implementing their record displays. Feel free to refer to

Re: [CODE4LIB] dealing with Summon

2011-03-02 Thread Demian Katz
So, to solve the conundrum: only PublicationDate_xml and PublicationDate are of interest. If the former is given, use it and print (if available) its .month, .day, and .year fields. Else, if the latter is given, just print it. Ignore all other date-related fields. Ignore

Re: [CODE4LIB] dealing with Summon

2011-03-01 Thread Andrew Nagy
Hi Godmar - to help answer some of your questions about the fields - I can help address those directly. Though it would be interesting to hear experiences from others who are working from APIs to search systems such as Summon or others. In regards to the publication date - the Summon API has the

Re: [CODE4LIB] dealing with Summon

2011-03-01 Thread Roy Tennant
On Tue, Mar 1, 2011 at 2:14 PM, Godmar Back god...@gmail.com wrote: Similarly, the date associated with a record can come in a variety of formats. Some are single-field (20080901), some are abbreviated (200811), some are separated into year, month, date, etc. Some records have a mixture of