LISTSERV mailing list manager LISTSERV 16.5

Help for CODE4LIB Archives


CODE4LIB Archives

CODE4LIB Archives


CODE4LIB@LISTS.CLIR.ORG


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

CODE4LIB Home

CODE4LIB Home

CODE4LIB  June 2011

CODE4LIB June 2011

Subject:

Re: RDF for opening times/hours?

From:

Carol Bean <[log in to unmask]>

Reply-To:

Code for Libraries <[log in to unmask]>

Date:

Wed, 8 Jun 2011 07:38:31 -0400

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (85 lines)

I would definitely look into using Google calendars. This is Drupal-specific, but perhaps could be easily translated for other purposes?

I have used both G-Cal Events and (more recently) Agenda modules, which pull information from Google calendars.  I originally used it (g-cal events) to set up a site for a library that would display the events/meetings in its different meeting rooms (some of which were repeating events).  The google calendars were "maintained" by the different departments (Children's, Reference, Administration, etc.), and all tied to one main calendar from which the module pulled the data for display.  They both are configurable (through the gui, and fairly easily within the code if you know a little php) to set how, when, and how long to display the calendar item.

The only drawbacks are the limitations to Google Calendars itself, which may not work for you, but I find it flexible enough for the sites I've used it for.  I also like how you can link and control different calendars and set visibility, so the relevant library or department can manage its own calendar.

Carol

On Jun 7, 2011, at 11:33 PM, Jonathan Rochkind wrote:

> I wonder if you could get by using Google Calendar as the 'interface', consumed via client and then published in whatever human-readable and semantic formats you wanted.  I _think_ Google Calendar lets you create repeating events, which should then be exposed by it's iCal API. 
> 
> I think of this because there was in fact a Code4Lib Journal article about that, although I forget the details:
> 
> http://journal.code4lib.org/articles/46
> ________________________________________
> From: Code for Libraries [[log in to unmask]] on behalf of Brice Stacey [[log in to unmask]]
> Sent: Tuesday, June 07, 2011 11:27 PM
> To: [log in to unmask]
> Subject: Re: [CODE4LIB] RDF for opening times/hours?
> 
> Honestly, the API and schema are second to UX to manage the hours. The actual API to the web service is trivial and just a matter of deciding on an interface and schema that you like and that most future-proofs your work. Personally, I would probably disregard it unless it has a JSONP format so that I can easily include it on pages using JavaScript. If it was some overly complex RDF thing I'd only consider it if it had amazing management of the hours. Which brings me to my main point...
> 
> It needs to be simple and flexible such that a layman can manage it. Currently tools are designed for easy data transfer to databases, e.g. a list of defaults for a given date range and then dozens of exceptions for specific dates. Most people are overwhelmed that. Consequently, changing hours often involves not only administrative changes but also assistance from technical people. It needs to be simple for admin assistants to "refactor" the hours.
> 
> Lastly, from my experience the biggest problem is propagating changes throughout multiple systems. Yes, not all changes can be done by administrative assistants from some single management tool (e.g. systems staff may have to modify the ILS calendar) but there needs to be an easy way to determine the specific changes between each change... Like a diff, so that changes are easy to delegate to appropriate staff.
> 
> Looking over my email, such features would be incredibly difficult to implement well, but at least from my experience they're the actual problems that plague libraries. Honestly, we'll conform to whatever technical implementation you choose (hell, I'd accept some bizarre MARC-encoded hours) so long as you actually tackle the real problems. Otherwise, it's just some web service that can be easily implemented in an hour and is useless.
> 
> Brice Stacey
> UMass Boston
> 
> Sent from my iPad
> 
> On Jun 7, 2011, at 5:28 PM, "Doran, Michael D" <[log in to unmask]> wrote:
> 
>> I am building a little web service that spits out info on when the libraries (a central library and two branches) are open and what the hours are for that day.  As those who work in academic libraries know, it's not the *regular* hours, but all the exception dates/hours that are important (Spring break, Maymester, intersession, Christmas holidays, yadda, yadda).  This app knows all the exceptions.
>> 
>> The basic idea is that it provides real-time, "is it open right now" info for *today* (as well as today's hours).  If this sounds "mobile-y", it's because it was originally conceived as an addition to our Library's mobile website.
>> 
>> I'm trying to figure out the most flexible output markup (RDF schema?), one that would allow the widest use of the web service in addition to outputting HTML markup for a mobile site page.
>> 
>> I've googled and found a few things, but nothing that really seems to fit.  Most of them (e.g. the RDF "OpeningHoursUseCase" on W3C [1]) are more about rules for recurring intervals.  My interest is not in representing the totality of the schedule (again, because of all the exception dates/times) but in representing one day (i.e. today).  So I don't care about representing recurring intervals.
>> 
>> And actually, the "Outsider Comments" use cases at the bottom of the "OpeningHoursUseCase" site mentioned above are almost exactly what I'm trying to satisfy (just substitute "library" where you see "shop" or "restaurant):
>> 
>>   <quote>
>>   I'm looking for exactly this xml, but this seems to
>>   be very complex,    and going off in different tangents.
>>   Here are my use cases:
>>   - I wish to go to a shop or restaurant, and I wish to
>>     know if it's open for the next few hours.
>>   - It's late at night, and I need to go to the drug
>>     store or a small market. I wish to be able to search
>>     for a business that is open right now. The search
>>     should happen on a mapping site, or a web search site.
>>   - I have business with a microbusiness that's open only
>>     a few days a week. It's important enough for me to
>>     bring their schedule into my calendar, temporarily,
>>     so I can get there when they're open.
>>   - I want to coordinate a trip and run a few errands.
>>     I would like to get all the hours for relevant
>>     businesses on a specific day. I can sort through the
>>     hours myself.
>>   </quote>
>> 
>> I also saw that "opening times in RDF" was listed as a use case in the Code4Lib wiki "Library Ontology" page [2].  However in the "Relevant formats and models" section the links just complete the loop back to things like the OpeningHoursUseCase previously mentioned.
>> 
>> Anyone done anything like this?  Any ideas?  Suggestions?  (This is my first baby-step into RDF, so don't assume any prior knowledge on my part.)
>> 
>> -- Michael
>> 
>> [1] http://www.w3.org/wiki/OpeningHoursUseCase
>> 
>> [2] http://wiki.code4lib.org/index.php/Library_Ontology
>> 
>> # Michael Doran, Systems Librarian
>> # University of Texas at Arlington
>> # 817-272-5326 office
>> # 817-688-1926 mobile
>> # [log in to unmask]
>> # http://rocky.uta.edu/doran/

Carol Bean
[log in to unmask]

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003

ATOM RSS1 RSS2



LISTS.CLIR.ORG

CataList Email List Search Powered by the LISTSERV Email List Manager