<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>RSS on Crossref</title><link>https://www-crossref-org.pluma.sjfc.edu/categories/rss/</link><description>Recent content in RSS on Crossref</description><generator>Hugo 0.139.4</generator><language>en-us</language><managingEditor>support@crossref.org (Crossref/Cazinc/Benoît Benedetti)</managingEditor><webMaster>support@crossref.org (Crossref/Cazinc/Benoît Benedetti)</webMaster><lastBuildDate>Tue, 24 Jun 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://www-crossref-org.pluma.sjfc.edu/categories/rss/" rel="self" type="application/rss+xml"/><item><title>Scholarly blogs and their place in the research nexus</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/scholarly-blogs-and-their-place-in-the-research-nexus/</link><pubDate>Tue, 24 Jun 2025 00:00:00 +0000</pubDate><author>Lena Stoll</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/scholarly-blogs-and-their-place-in-the-research-nexus/</guid><description>&lt;p>If you are reading this blog on our website, you may have noticed that alongside each post we now list a Crossref DOI link, which was not the case a few months ago (though we have retroactively added DOIs to all older posts too). You can find the persistent link for this post right above this paragraph. Go on, click on it, we’ll wait.&lt;/p>
&lt;p>Are you back here? Good. As you probably expected, the DOI link for this post resolves to the post itself, and you should use it anytime you want to &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/reference-linking/">cite this post&lt;/a>. But the DOI does more than just point readers to this page––it is part of a rich metadata record that includes the authors’ ORCID iDs, the publication date, and more. In other words, the posts on this blog are part of what we call the &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/research-nexus/">research nexus&lt;/a>: the open network of relationships connecting research outputs, people, organisations, and actions.&lt;/p>
&lt;div style="text-align:center;margin:10px">
&lt;figure class="img-responsive">&lt;img src="https://www-crossref-org.pluma.sjfc.edu/images/blog/2022/research--nexus-2021.png"
alt="Crossref research nexus vision" width="75%">&lt;figcaption>
&lt;p>Crossref research nexus vision&lt;/p>
&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;h3 id="why-blogs-deserve-a-place-in-the-scholarly-record">Why blogs deserve a place in the scholarly record&lt;/h3>
&lt;p>A blog post may not be the first thing that comes to mind when you think of scholarly outputs. But scholarly blogs have been around since at least the early 2000s and have carved out a niche for themselves as a type of “grey literature” that allows researchers to write about research in a way that may not fit neatly into more traditional, peer-reviewed publishing venues, but also is too long-form for social media. Science blogs can give readers a window into ongoing work that isn’t ready to publish yet, serve as a self-publishing venue, or allow researchers to comment on others’ work and recent developments in science and science communication. These kinds of perspectives add crucial context to the scholarly record that should not be overlooked.&lt;/p>
&lt;p>However, as Martin Fenner &lt;a href="https://doi-org.pluma.sjfc.edu/10.13003/t8azz4brot" target="_blank">explained&lt;/a> at the #Crossref2023 annual meeting, blogs have largely not benefitted from the metadata and long-term archiving solutions that tend to be applied to more “traditional” forms of publishing. As a result, most blogs have been left out of the scholarly record. But in recent years, there have been some efforts in the community to change this. Earlier this year, ORCID added support for the work type &lt;code>blog post&lt;/code>, &lt;a href="https://info.orcid.org/new-work-types/" target="_blank">among others&lt;/a>, to align more closely with the Confederation of Open Access Repositories (COAR) vocabulary of resource types.&lt;/p>
&lt;p>At our &lt;a href="https://doi-org.pluma.sjfc.edu/10.5281/zenodo.15389087" target="_blank">2025 midyear community update&lt;/a>, we asked our community what content types they saw as growing in importance. Blog posts were mentioned several times as a ‘trending’ record type, and as one that members would like to see support for in the Crossref system.&lt;/p>
&lt;h3 id="eating-our-own-dog-food">Eating our own dog food&lt;/h3>
&lt;p>We had already been thinking for a while about how our own blog should be a part of the research nexus. We started out by &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/register-maintain-records/direct-deposit-xml/admin-tool/">manually uploading XML files through our Admin tool&lt;/a> for each post. We did this for a few months and quickly found, like many of our members do, that this can be a laborious and error-prone process.&lt;/p>
&lt;p>In the product management world, the process of using the products you usually spend your time building and maintaining is often referred to as &lt;a href="https://doi-org.pluma.sjfc.edu/10.1109/MS.2006.72" target="_blank">dogfooding&lt;/a>. The idea is that firsthand experience makes it easier to understand your end users’ needs and feel their pain - and we have certainly found that registering metadata for our blog posts has reinforced the importance of &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/30vzx-r5x16" target="_blank">making manual registration easier for our members&lt;/a>, but also of supporting and enabling machine-to-machine integrations.&lt;/p>
&lt;h3 id="what-did-we-do">What did we do?&lt;/h3>
&lt;p>The Crossref website, which includes this blog, uses an open-source static site generator named &lt;a href="https://gohugo.io/" target="_blank">Hugo&lt;/a>. Rather than using a content management system (CMS), we edit the website content in Markdown format using code editors. Whenever we start working on a post for this blog, we not only write the content of the post itself, but also include some front matter for the page, which contains some key metadata about the post.&lt;/p>
&lt;div style="text-align:center;margin:10px">
&lt;figure class="img-responsive">&lt;img src="https://www-crossref-org.pluma.sjfc.edu/images/blog/2025/blog-front-matter-example.png"
alt="Screenshot of the front matter of a Crossref blog post in Hugo" width="65%">&lt;figcaption>
&lt;p>The front matter of a &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/x8xqg-95792" target="_blank">recent post&lt;/a> on this blog&lt;/p>
&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>We wanted this metadata to be part of the research nexus. But then there was also the question of archiving. Our &lt;a href="https://www-crossref-org.pluma.sjfc.edu/membership/terms/">membership terms&lt;/a> state that:&lt;/p>
&lt;blockquote>
&lt;p>The Member shall use best efforts to contract with a third-party archive or other content host (an &amp;ldquo;Archive&amp;rdquo;) (a list of which can be found &lt;a href="https://keepers.issn.org/keepers" target="_blank">here&lt;/a>) for such Archive to preserve the Member’s Content and, in the event that the Member ceases to host the Member’s Content, to make such Content available for persistent linking.&lt;/p>
&lt;/blockquote>
&lt;p>So we knew that if this blog was to be part of the scholarly record, we would need to ensure that it would be available in perpetuity, even if &lt;a href="https://www-crossref-org.pluma.sjfc.edu" target="_blank">www.crossref.org&lt;/a> were to go offline one day.&lt;/p>
&lt;p>Doing this properly was starting to look like a sizeable project!&lt;/p>
&lt;p>Fortunately, we knew that others had already done some great work in this field, so we would not have to start from scratch. After considering our options, we opted to integrate our blog with an established workflow for registering blog metadata: the &lt;a href="https://rogue-scholar.org" target="_blank">Rogue Scholar&lt;/a> service.&lt;/p>
&lt;p>The Rogue Scholar was launched in 2023 by Martin Fenner as an archive for scholarly blog posts, hosted by &lt;a href="https://front-matter.io" target="_blank">Front Matter&lt;/a>. Rogue Scholar improves science blogs in important ways, including full-text search, long-term archiving, and DOIs and metadata, such as versions and relationships along with identifiers such as ORCID iDs and ROR IDs. It provides the necessary tools to treat blog posts as research outputs through better attribution, preservation, and discoverability.&lt;/p>
&lt;h3 id="how-did-we-do-it">How did we do it?&lt;/h3>
&lt;p>Rogue Scholar works on the basis of consuming RSS and ATOM feeds (you may remember them from the days of getting headlines direct to your browser or feed reader). We created a &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/feed.xml" target="_blank">new feed&lt;/a>, including the proposed DOI as each entry’s &lt;code>id:&lt;/code> and taking full advantage of the ATOM format by listing the post’s authors and including their ORCID iDs. We also provide the entire post as the entry’s &lt;code>&amp;lt;content&amp;gt;&lt;/code> to allow for full-text indexing and archiving.&lt;/p>
&lt;div style="text-align:center;margin:10px">
&lt;figure class="img-responsive">&lt;img src="https://www-crossref-org.pluma.sjfc.edu/images/blog/2025/blog-xml-feed-entry.png"
alt="Screenshot of the XML feed entry for a Crossref blog post" width="120%">&lt;figcaption>
&lt;p>The XML feed entry for a &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/x8xqg-95792" target="_blank">recent post&lt;/a> on this blog&lt;/p>
&lt;/figcaption>
&lt;/figure>
&lt;/div>
&lt;p>For each post, we generate and assign a unique DOI under the Crossref prefix &lt;code>10.64000&lt;/code>. The Rogue Scholar integration then registers the DOI along with the metadata of the post as &lt;a href="https://www-crossref-org.pluma.sjfc.edu/documentation/research-nexus/posted-content-includes-preprints/">posted content&lt;/a>. If you are interested in getting a similar workflow set up for your blog, you can read more in the Rogue Scholar &lt;a href="https://doi-org.pluma.sjfc.edu/10.53731/fz73s-sv368" target="_blank">blog&lt;/a> and &lt;a href="https://docs.rogue-scholar.org/" target="_blank">documentation&lt;/a>.&lt;/p>
&lt;h3 id="what-does-the-future-hold-for-scholarly-blogs">What does the future hold for scholarly blogs?&lt;/h3>
&lt;p>Researchers are increasingly sharing their early work, or commenting on others’ work, in less formal ways, and if you look at the growth in the number of blogs covered in the Rogue Scholar platform in just a couple of years, it seems like science blogging is here to stay and will only increase. We believe that this practice is an integral part of a healthy scholarly ecosystem, and it needs to be represented in the research nexus.&lt;/p>
&lt;p>The Crossref input schema does not include a &lt;code>blog&lt;/code> work type, but we are planning to add it as a subtype of posted content in our next schema update. We will discuss this and other plans and ideas in the &lt;a href="https://doi-org.pluma.sjfc.edu/10.64000/n23nw-3d593" target="_blank">metadata advisory group&lt;/a> that we are currently forming.&lt;/p>
&lt;p>If you have thoughts on the role of blogs in the public discourse around science and science communications, or you would like to share your experience of registering metadata for your blog, let us know by commenting below. Your comments will be threaded in our &lt;a href="https://community-crossref-org.pluma.sjfc.edu/" target="_blank">community forum&lt;/a> for discussion.&lt;/p></description></item><item><title>Recommendations on RSS Feeds for Scholarly Publishers</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/recommendations-on-rss-feeds-for-scholarly-publishers/</link><pubDate>Mon, 19 Oct 2009 00:00:00 +0000</pubDate><author>Geoffrey Bilder</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/recommendations-on-rss-feeds-for-scholarly-publishers/</guid><description>&lt;p>We’re pleased to announce that a Crossref working group has released a set of &lt;a href="http://oxford.crossref.org.pluma.sjfc.edu/best_practice/rss/" target="_blank">best practice recommendations&lt;/a> for scholarly publishers producing RSS feeds.&lt;/p>
&lt;p>Variations in practice amongst publisher feeds can be irritating for end-users, but they can be insurmountable for automated processes. RSS feeds are increasingly being consumed by knowledge discovery and data mining services. In these cases, variations in date formats, the practice of lumping all authors together in one &lt;font color="#3eb1c8">&amp;lt;dc:creator&amp;gt; &lt;/font> element, or generating invalid XML can render the RSS feed useless to the service accessing it.&lt;/p>
&lt;p>The recommendations intended to facilitate good practice in the production and provision of TOC RSS Feeds. The guidelines include general recommendations for good practice, specific recommendations on the use of RSS Modules and an example RSS TOC feed. Ultimately, we expect that industry wide adoption of these best practices will help drive more traffic to publisher web sites. Note that most of these recommendation can also be applied to non-TOC RSS feeds such as thematic feeds, automated search result feeds, etc.&lt;/p></description></item><item><title>Real PRISM in the RSS Wilds</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/real-prism-in-the-rss-wilds/</link><pubDate>Thu, 19 Feb 2009 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/real-prism-in-the-rss-wilds/</guid><description>&lt;p>Alf Eaton just &lt;a href="http://hublog.hubmed.org/archives/001818.html" target="_blank">posted&lt;/a> a real nice analysis of &lt;a href="http://www.tictocs.ac.uk/" target="_blank">ticTOCs&lt;/a> RSS feeds. Good to see that almost half of the feeds (46%) are now in RDF and that fully a third (34%) are using PRISM metadata to disclose bibliographic fields.&lt;/p>
&lt;p>The one downside from a Crossref point of view is that these feeds are still using the old PRISM version (1.2) and not the new version (2.0) which was released a year ago and blogged &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/prismdoi/">here&lt;/a>. That version supports the elements &lt;strong>prism:doi&lt;/strong> for the bare DOI, as well as &lt;strong>prism:url&lt;/strong> for the DOI proxy server URL.&lt;/p>
&lt;p>There are still some improvements to be made in serving up these feeds (as Alf’s analysis shows for record type), but overall things are looking pretty good. 🙂&lt;/p></description></item><item><title>RSS Good Practice Guidelines</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/rss-good-practice-guidelines/</link><pubDate>Mon, 24 Nov 2008 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/rss-good-practice-guidelines/</guid><description>&lt;p>I just wanted to flag up here Lisa Rogers’ recent review article on RSS in FUMSI (the online magazine for information professionals published by Free Pint Ltd)&lt;/p>
&lt;p>&lt;a href="https://web.archive.org/web/20081102075322/http://web.fumsi.com/go/article/share/3356" target="_blank">RSS and Scholarly Journal Tables of Contents: the ticTOCs Project, and Good Practice Guidelines for Publishers&lt;/a>&lt;/p>
&lt;p>Especially of interest is the diagram in Fig. 2 which breaks out the metadata elements that might be encountered in a rich web feed. Worthwhile pointing out that this reflects current practice and that under the item elements one would soon hope to see publishers routinely adding in &lt;strong>prism:doi&lt;/strong> (with the bare DOI as value) and &lt;strong>prism:url&lt;/strong> (with DOI target URL as value) from the PRISM 2.0 vocabulary published earlier this year. Publishers should also be aware of the new PRISM Usage Rights vocabulary which is expected to be published some time in the new year.&lt;/p></description></item><item><title>mod_prism (Updated)</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/mod_prism-updated/</link><pubDate>Thu, 21 Aug 2008 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/mod_prism-updated/</guid><description>&lt;p>I’ve just put up for comment a revised mod_prism (0.3) of the existing mod_prism RSS 1.0 module. This is now updated to the current PRISM version (v2.0) which was released in February ’08 and reissued with Errata in July ’08. The current mod_prism draft is registered &lt;a href="http://purl.org/rss/1.0/modules/" target="_blank">here&lt;/a>.&lt;/p>
&lt;p>The new draft charts all (five) versions of the PRISM specification (v1.0-v2.0) and maps PRISM terms to RSS 1.0 elements. Though not required as such for use of terms within an RSS 1.0 feed, an RSS 1.0 module does allow for easy housekeeping as well as providing usage guidelines and examples for how to use PRISM terms within an RSS 1.0 feed.&lt;/p>
&lt;p>The main interest for Crossref members will be the opportunity to update their current RSS 1.0 feeds to include the new PRISM terms &lt;strong>prism:doi&lt;/strong> and &lt;strong>prism:url&lt;/strong>. I blogged earlier &lt;a href="https://www-crossref-org.pluma.sjfc.edu/blog/prismdoi/">here&lt;/a> about &lt;strong>prism:doi&lt;/strong> as it first appeared. The suggestions I put forward there were subsequently incorporated into the Errata for 2.0 which were published in July and are avaliable as a zip file &lt;a href="https://web.archive.org/web/20081019002715/http://www.prismstandard.org//specifications/2.0/PRISM2.0Errata.zip" target="_blank">here&lt;/a>.&lt;/p>
&lt;p>I would be very interested in receiving any feedback. I guess I should add to the v1.2 example of an RSS item in the draft an example also of a v2.0 RSS item which makes use of both &lt;strong>prism:doi&lt;/strong> and &lt;strong>prism:url&lt;/strong>.&lt;/p></description></item><item><title>RSC’s Project Prospect v1.1</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/rscs-project-prospect-v1.1/</link><pubDate>Thu, 31 May 2007 00:00:00 +0000</pubDate><author>rkidd</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/rscs-project-prospect-v1.1/</guid><description>&lt;p>We updated our &lt;a href="https://web.archive.org/web/20070401173200/http://www.rsc.org.pluma.sjfc.edu/Publishing/Journals/ProjectProspect/index.asp" target="_blank">Project Prospect&lt;/a> articles today to release v1.1, with a pile of look &amp;amp; feel improvements to the HTML views and links. The most interesting technical addition is the launch of our enhanced RSS feeds, where we have updated our &lt;a href="https://pubs-rsc-org.pluma.sjfc.edu/en/EAlerts/RssFeed" target="_blank">existing feeds&lt;/a> for enhanced articles. These now include ontology terms and primary compounds both visually (as text terms and 2D images) and within the RDF - using the OBO in OWL representation and the info:inchi specification mentioned here by Tony only a few weeks ago.&lt;/p>
&lt;p>The enhanced entries will soon become more common as we concentrate our enhancements on our Advance Articles, but the current example below from our &lt;a href="https://pubs-rsc-org.pluma.sjfc.edu/en/ealerts/rssfeed" target="_blank">Photochemical and Photobiological Sciences feed&lt;/a> is lovely. RDF code after the jump - just as beautiful to the parents…&lt;/p>
&lt;img alt="ProspectRSS.jpg" src="https://www-crossref-org.pluma.sjfc.edu/wp/blog/images/ProspectRSS.jpg" width="395" height="517" />
&lt;p>So the RDF code for the OBO terms and InChIs looks like this:&lt;/p>
&lt;pre tabindex="0">&lt;code>&amp;lt;tt&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;rdf:li&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;content:item rdf:about=&amp;#34;info:inchi/InChI=1/C20H28O/c1-16(8-6-9-17(2)13-15-21)11-12-19-18(3)10-7-14-20(19,4)5/h6,8-9,11-13,15H,7,10,14H2,1-5H3/b9-6-,12-11+,16-8+,17-13+&amp;#34;/&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;/rdf:li&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;rdf:li&amp;gt;&amp;lt;content:item rdf:about=&amp;#34;http://purl.org/obo/owl/CL#CL:0000210&amp;#34;/&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;/rdf:li&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;/tt&amp;gt;
&lt;/code>&lt;/pre>&lt;p>We now have over five hundred 2007 articles enhanced, so we’ve brought the majority back into controlled access. There are always &lt;a href="https://web.archive.org/web/20081004073354/http://www.rsc.org.pluma.sjfc.edu/Publishing/Journals/ProjectProspect/Examples.asp" target="_blank">examples&lt;/a> from each journal freely available.&lt;/p></description></item><item><title>New-Look Web Feeds from Nature</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/new-look-web-feeds-from-nature/</link><pubDate>Thu, 15 Mar 2007 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/new-look-web-feeds-from-nature/</guid><description>&lt;p>I just posted &lt;a href="https://web.archive.org/web/20070815000000*/http://blogs.nature.com.pluma.sjfc.edu/wp/nascent/2007/03/nature_web_feeds_a_new_look.html" target="_blank">this entry&lt;/a> on &lt;a href="https://web.archive.org/web/20070815000000*/http://blogs.nature.com.pluma.sjfc.edu/wp/nascent/" target="_blank">Nascent&lt;/a>, Nature’s Web Publishing blog, about Nature’s new look for web feeds which essentially boils down to our using the RSS 1.0 ‘mod_content’ module to add in a rich content description for human consumption to complement our long-standing commitment to machine-readable descriptions. We are thus able to deliver full citation details in our RSS feeds as XHTML in CDATA sections for humans and as DC/PRISM properties for machines, the whole encoded in our feed format of choice - RSS 1.0. Note also that we declared our intention to publish parallel feeds in Atom which again will carry both human- and machine-readable citations. Further details on the RSS 1.0/Atom paired feeds will be posted here in the near future.&lt;/p>
&lt;p>Perhaps of special note we have added in the DOI in our descriptions in standard Crossref citation format and linked it to the DX resolver.&lt;/p></description></item><item><title>Remixing RSS</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/remixing-rss/</link><pubDate>Thu, 08 Feb 2007 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/remixing-rss/</guid><description>&lt;p>Niall Kennedy has a &lt;a href="http://www.niallkennedy.com/blog/archives/2007/02/yahoo-pipes.html" target="_blank">post&lt;/a> about the newly released &lt;a href="https://www.pipes.digital/" target="_blank">Yahoo! Pipes&lt;/a>. As he says:&lt;/p>
&lt;blockquote>
&lt;p>&lt;em>“Yahoo! Pipes lets any Yahoo! registered user enter a set of data inputs and filter their results. You might splice a feed of your latest bookmarks on del.icio.us with the latest posts from your blog and your latest photographs posted to Flickr.”&lt;/em>&lt;/p>
&lt;/blockquote>
&lt;p>He also warns about possible implications for web publishers:&lt;/p>
&lt;blockquote>
&lt;p>&lt;em>“Yahoo! Pipes makes it easy to remove advertising from feeds or otherwise reformat your content.”&lt;/em>&lt;/p>
&lt;/blockquote>
&lt;p>Note: As yet, I have not been able to access the site. Interested to learn if anybody else has and what their experiences have been.&lt;/p></description></item><item><title>RSS Validator in the Spotlight</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/rss-validator-in-the-spotlight/</link><pubDate>Thu, 08 Feb 2007 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/rss-validator-in-the-spotlight/</guid><description>&lt;p>Sam Ruby &lt;a href="http://www.intertwingly.net/blog/2007/02/07/Validating-the-Validators" target="_blank">responds&lt;/a> to Brian Kelly’s &lt;a href="http://ukwebfocus.wordpress.com/2007/02/07/validators-dont-always-work/" target="_blank">post&lt;/a> about the &lt;a href="http://feedvalidator.org/" target="_blank">RSS Validator&lt;/a> and its treatment of RSS 1.0, or rather, RSS 1.0 modules. As Ruby notes:&lt;/p>
&lt;blockquote>
&lt;p>&lt;em>“There is no question that RSS 1.0 is widely deployed. &lt;a href="http://web.resource.org/rss/1.0/" target="_blank">RSS 1.0&lt;/a> has a &lt;a href="http://www.intertwingly.net/slides/2003/rssQuickSummary.html" target="_blank">minimal&lt;/a> core. The validation for that core is pretty solid.”&lt;/em>&lt;/p>
&lt;/blockquote>
&lt;p>Not sure if I’d seen that &lt;a href="http://www.intertwingly.net/slides/2003/rssQuickSummary.html" target="_blank">RSS comparison table&lt;/a> before, but it is reassuring. (Oh, and see the really simple case off to the right. 😉&lt;/p>
&lt;p>Good point, anyway about contributing test cases. I guess we should really submit a PRISM test case. And yes, the Validator is somewhat buggy as some recent testing confirms. On which more later.&lt;/p></description></item><item><title>Couple Web Feeds to Note</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/couple-web-feeds-to-note/</link><pubDate>Tue, 03 Oct 2006 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/couple-web-feeds-to-note/</guid><description>&lt;p>Sorry to be somewhat backwards, but just in case any folks didn’t already know there’s a couple new feeds set up recently (or at least they’re newish to me 🙂&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://web.archive.org/web/20060923073323/http://www.stm-assoc.org/home/rss.xml" target="_blank">News from STM&lt;/a> (from the &lt;a href="http://www.stm-assoc.org/" target="_blank">STM Association&lt;/a>)
&lt;ul>
&lt;li>&lt;a href="http://efoundations.typepad.com/" target="_blank">eFoundations&lt;/a> (from Andy Powell and Pete Johnston at &lt;a href="https://web.archive.org/web/20061002052838/http://www.eduserv.org.uk/foundation/" target="_blank">Eduserv Foundation&lt;/a> in the UK) &lt;/ul>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul></description></item><item><title>Wiley Does RSS, Too!</title><link>https://www-crossref-org.pluma.sjfc.edu/blog/wiley-does-rss-too/</link><pubDate>Mon, 02 Oct 2006 00:00:00 +0000</pubDate><author>Tony Hammond</author><guid>https://www-crossref-org.pluma.sjfc.edu/blog/wiley-does-rss-too/</guid><description>&lt;p>&lt;a href="http://rafaelsidi.blogspot.com/2006/10/rss-feeds-in-wiley-journals.html" target="_blank">This post&lt;/a> blogged by Rafael Sidi at &lt;a href="http://www.ei.org/" target="_blank">EEI&lt;/a>. Wiley are now dishing out RSS feeds. And moreover from a cursory inspection (see e.g. here for the &lt;em>American Journal of Human Biology&lt;/em>) it seems like they are putting out RSS 1.0 (RDF) and DC/PRISM metadata. Don’t know if there’s anyone from Wiley who can comment on this. But this really is the best news. (Now, who else can we get to join the party. 😉&lt;/p>
&lt;p>[&lt;em>Editor&amp;rsquo;s update: Link to Wiley was broken and removed. January 2021&lt;/em>]&lt;/p></description></item></channel></rss>