Overview

The Colloquia & Talks system was designed as a datasource for both people and machines. The programatic interface to the system is the focus of this document.

RSS

Information about Talks past, present & future is available to everyone via RSS feeds. These feeds enable users to have an automatic listing of upcoming talks and also allow remote machines to have information about the events.

Specifying the Events to Receive

It is trivial to select a subset of the events in our database for listing. The main URL of the event feed is:

By default, the talks listed are limited to those talks upcoming in the next six weeks. This can be changed by manually setting the starting and ending dates on the url string. For example, to retrieve the events from 11/1/2005 until 3/15/2006, the following request could be sent: We can also limit the listing by how the talks are "flagged." There isn't a comprehensive list of tags (yet) but we know that there is an AI flag. So you can ask for all of the AI related talks from the prior selection like this:

Do I have to parse through the text in the standard RSS elements to get x?!

No!

The feed from the colloquia system adds machine-readable versions of the information for your convenience. These elements are namespaced with "lcsr", and are in the following set:

As other data are added to the RSS feed, any extra information will be stored in an lcsr namespaced field and be documented here.

Login