|
RSS is a means of web content syndication using XML to represent lists of article summaries. It is most frequently used for time-varying sources of content, such as blogs and news feeds, but it also being adopted for periodicals and metadata exchange. APA currently supports RSS feeds of PsycARTICLES journal contents, both on an as-soon-as-published basis and as a random-access repository of machine-readable metadata.
There are a number of competing standards for the XML format used in RSS; APA has currently chosen "RSS 2.0" as it is simple, extensible, and has very widespread adoption; every mainstream reader and aggregator implementation should work with it.
Our PsycARTICLES feeds are enhanced with Dublin Core metadata fields providing certain elements not represented in RSS 2.0, such as article DOI.
The URL to obtain the HTML current-contents page of any PsycARTICLES journal is:
http://content.apa.org/journals/{issn or jcode}
where jcode is APA's proprietary 3-letter code.
For example, the following two URLs both return the current-contents page for American Psychologist as HTML:
http://content.apa.org/journals/0003066X
http://content.apa.org/journals/amp
Following either of those with a '.rss' suffix returns the information as an RSS 2.0 XML file:
http://content.apa.org/journals/0003066X.rss
http://content.apa.org/journals/amp.rss
It is acceptable policy for the .rss URLs to be periodically polled for new articles, as they implement HTTP Conditional GET and so will not return results already cached in the client, saving bandwidth for you and us both. However given the frequency of updates (monthly, quarterly) it is best for polling to be limited to once per day per client.
The RSS 2.0 protocol is documented here:
http://blogs.law.harvard.edu/tech/rss
For general information on RSS, the following resources may be useful:
http://www.interleaves.org/~rteeter/rss.html
(meta-page with well organized links)
http://www.llrx.com/features/rssforlibrarians.htm
(librarian-oriented introductory article)
|