<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2008:/1/tag:www.readwriteweb.com,2008://1.5572-</id>
  <updated>2008-05-09T18:06:17Z</updated>
  <title>Comments for Reuters Wants The World To Be Tagged</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.1</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=5572" title="Reuters Wants The World To Be Tagged" />
    <published>2008-02-06T09:47:18Z</published>
    <updated>2008-02-11T07:31:50Z</updated>
    <title>Reuters Wants The World To Be Tagged</title>
    <summary></summary>
    <author>
      <name>Alex Iskold</name>
      <uri>http://www.adaptiveblue.com</uri>
    </author>
    
    <category term="Features" />
    
    <category term="Products" />
    
    <category term="Semantic Web" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/reuters-logo.jpg" width="150">As Richard MacManus <a href="http://www.readwriteweb.com/archives/2008_web_predictions.php">recently predicted</a>, in 2008 we'll witness the rise of semantic web services. From the <a href="http://www.readwriteweb.com/archives/mozilla_does_microformats_firefox3.php">native support</a> for Microformats in Firefox 3,
to the New York Times' utilization of <a href="http://www.readwriteweb.com/archives/structured_web_microformats_tagging_meta_data.php">rich headers metadata</a>, to this week's release of the <a href="http://www.readwriteweb.com/archives/google_releases_social_graph_api.php">Social Graph API</a> by Google,
semantics are starting to slip onto the web. The impact is being felt because large companies are really starting to focus on structured information.
</p>

<p>In the same vein, last week <a href="http://www.reuters.com/">Reuters</a> - an international business and financial news giant - launched an API called <a href="http://www.opencalais.com/">Open Calais</a>.</p>
]]>
      <![CDATA[<p>The API does a semantic markup on unstructured HTML documents - recognizing people, places, companies, and events. This technology is
the next generation of the <a href="http://www.clearforest.com">Clear Forest</a> offering, which Reuters <a href="http://www.clearforest.com/WhatsNew/PRs.asp?year=2007&id=109">acquired</a>
last year. We have <a href="http://www.readwriteweb.com/archives/clearforest.php">profiled Clear Forest</a> on ReadWriteWeb and in this post we will look at what Reuters opened up and why.
</p>

<h2>Open Calais API Basics</h2>

<p>The idea behind Calais is simple - identify interesting bits into metadata in documents.
In this implementation the focus is on People, Companies, Places, and Events, but surely the technology
can be adopted to other entities. The heavy lifting is done by the combination of a natural language processing
engine and a massive hard coded, learning database that Clear Forest has built.</p>

<p><img src="http://www.readwriteweb.com/images/opencalais.jpg"></p>

<p>For any document submitted into Calais, entities are identified, extracted and annotated.
For example, when the <a href="http://www.reuters.com/article/technology-media-telco-SP/idUSNAAD300120070430?sp=true">press release</a>
about the acquisition of Clear Forest is analyzed, the following meta data is identified:
</p>

<ul>
    <li><strong>Relations</strong>: Acquisition, CompanyInvestment, PersonProfessionalPast</li>
    <li><strong>Organization</strong>: Palo Alto Research Center</li>
    <li><strong>IndustryTerm</strong>: broader search development effort, text search, text analytics software, ...</li>
    <li><strong>Company</strong>: Time Warner Inc.,Reuters,  Pitango Venture Capital, Inxight, ClearForest Ltd, ...</li>
    <li><strong>Person</strong>: Gerry Campbell</li>
    <li><strong>Country</strong>: United States, Israel</li>
    <li><strong>City</strong>: Tel Aviv, SAN FRANCISCO, Waltham</li>
</ul>

<p>This is rather impressive set of information. According to the documentation page, the response is delivered in under one second for
larger documents, and much faster for smaller ones - in other words, real time or near to it.</p>

<p>What was not quite clear from the documentation is if Calais can deal with raw HTML pages. It appears
that the API requires an XML document, where the main text is marked differently from the header and footer.
Ideally, an API like this should be able to accept URLs, because distilling structure from HTML would not be
trivial for developers. Another thing that we noticed is that the resulting document is extensively marked up.
What the developers get back is literally the output of the Calais engine. It would be good to be able to get
a lighter version, which simply identifies entities and their positions in the text.
</p>

<p>Currently the API is free for both commercial and non-commercial use and Reuters says it is prepared to
scale for a massive concurrent demand. The question is then how can this be used?</p>

<h2>What is Calais Good For?</h2>

<p>There are quite a few interesting applications for this technology. First - better search.
Knowing the kinds of entities in the text allows developers to build intelligent search engines that look for related content.
For example, imagine a page on Reuters with this press release and in the sidebar links to learn more
about <strong>Clear Forest</strong>, <strong>Reuters</strong>, <strong>Inxight</strong>, etc. Similarly, Calais could enable links to countries and cities mentioned in the document.  And these searches need not be generic searches, but rather specific vertical ones.</p>

<p>Another application would be to build engines like <a href="http://www.inform.com/">Inform</a>,
which automatically inserts links into raw text. By automatically identifying entities in the document, Calais also identifies
what should be linked. So a big piece of Inform's secret sauce is trivialized. The rest is basically a raw search through
the archive, which can be done with a Google custom search engine, for example. It is possible that more tech savvy media companies
could leverage Calais in exactly this way.</p>

<p>Another application is structured alerts. Modern alert systems are keyword based and suffer from false positives.
Using Calais it is possible to build precise alerts for people, companies, places and events like corporate acquisitions.
With the flood of junk in our RSS readers this is rather welcomed news.</p>

<p>Yet another application would be to incorporate on the fly text analysis into the browsers.
In a way, this is not much different from having Microformat annotations on the page, except that the annotations are delivered on the fly. For example, a browser could call Calais on document load and
obtain a list of people, places, companies, etc. which are embedded in the document. With this information
the browser would be able to create a more interesting, more contextual, and relevant experience.</p>

<h2>What's In It For Reuters?</h2>

<p>Reuters has opened up a generous API, but why?
During our interview, <a href="http://www.linkedin.com/in/gcampbell">Gerry Campbell</a>, the 
President/Global Head of Search & Content Technologies at Reuters, explained that Reuters wants the world to be tagged.
When the world's content is quickly and readily accessible to their  customers, Reuters wins. Semantic technologies result in
better, faster, more precise and relevant information, and Reuters, as a big player in the information
space, wants to be one of the first companies delivering this kind of experience.
</p>

<p>Beyond an outstanding customer experience, Calais leads to a unique, attractive set of assets.
First - a growing semantic database of people, places, companies and events. With each new document submitted
into Calais the database gets richer and more complete. This is a roadmap to a semantic business powerhouse,
which is clearly a great position to be in for any business media company. And in a way, what grows beneath Calais
will not be that unlike Freebase. Except of course, it is happening completely automatically.</p>

<p>The second big advantage of having an open API is training the system. Any AI-based solution like Clear Forest
is in constant need of tuning and evolution. Having other companies use the system would allow the engineers
to run into cases that they have not thought about and broaden the capabilities of the system. Campbell told us that Calais is already processing a significant subset of Reuters information in nearly
real time. This is both impressive technically and smart from an  engineering point of view - it is an "eat your own dog food"
approach to building a great piece of software.</p>

<h2>Conclusion</h2>

<p>The Calais API is another big win for <a href="http://www.readwriteweb.com/archives/the_top-down_semantic_web.php">top-down semantic web</a> technologies.
Using a mix of natural language processing, AI techniques, and a massive databases, Reuters' solution extracts important bits of information from
raw HTML pages. People, Companies, Places, and Events are really at the heart of many business articles, so being able to
instantly identify them in the text is a big deal. From better search to better cross-linking and more intelligent browsing, the Calais
API is an invitation to tap into one of the most powerful and pragmatic semantic platforms that exists and works today.</p>

<p>What sort of things do you envision to be possible with Calais? What applications would you like to see built with this platform?</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46241</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46241" />
    <title>Comment from Paul Jensen on 2008-02-06</title>
    <author>
        <name>Paul Jensen</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I have to say I really like the semantic focus of this site. Keep it up!</p>]]>
    </content>
    <published>2008-02-06T12:25:15Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46248</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46248" />
    <title>Comment from Thomas Fruetel on 2008-02-06</title>
    <author>
        <name>Thomas Fruetel</name>
        <uri>http://blog.webmaster-homepage.de</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.webmaster-homepage.de">
        <![CDATA[<p>Seems very powerful to me. I wonder if or when this will be available for languages other than English.</p>]]>
    </content>
    <published>2008-02-06T14:37:56Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46250</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46250" />
    <title>Comment from Esdee on 2008-02-06</title>
    <author>
        <name>Esdee</name>
        <uri>http://myspace.com/facesfaces</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://myspace.com/facesfaces">
        <![CDATA[<p>structured information means more precise processing, which means better analysis results, which means 'mo money'!<br />
this is certainly a sweet candy and being embraced by a giant as reuters hints that others will soon follow, and when this happens - expect a new generation of search engines...</p>]]>
    </content>
    <published>2008-02-06T15:31:57Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46252</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46252" />
    <title>Comment from bernard lunn on 2008-02-06</title>
    <author>
        <name>bernard lunn</name>
        <uri>http://bernardlunn.wordpress.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bernardlunn.wordpress.com">
        <![CDATA[<p>This looks very interesting. Reuters seems to be taking a very start-up approach to this, not burdened by legacy. They are a company who made tons of money on user generated content before most people had heard that term - pre Internet. At one level this looks like a much more focussed niche version of Freebase. I looked at Freebase for company info but this looks like a much better way. "Vertical Semantic Search"? </p>]]>
    </content>
    <published>2008-02-06T15:56:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46260</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46260" />
    <title>Comment from Daniel on 2008-02-06</title>
    <author>
        <name>Daniel</name>
        <uri>http://www.ontos.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ontos.com">
        <![CDATA[<p>The article about Reuters and Gnosis is interesting. I am just missing the real new context. What happend to the idea of an ontology where you have named entities and relations. To me it seems that Gnosis is only getting Named Entities but doesn't connect them to a real new content of meaning. Example person is linked to a company or a person lives in location. In my opinion only then the user gets real new value, menaing new knowledge. This should be the real semantic web or tagging of web pages. Ontos is working on the same topic but also has relations and supports German and Russian.</p>]]>
    </content>
    <published>2008-02-06T16:47:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46261</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46261" />
    <title>Comment from KDT on 2008-02-06</title>
    <author>
        <name>KDT</name>
        <uri>http://www.OpenCalais.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.OpenCalais.com">
        <![CDATA[<p>Krista from Reuters here. Just a quick clarification -- the Calais Web service API is available free to both commercial and non-commercial developers. </p>]]>
    </content>
    <published>2008-02-06T17:04:13Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46262</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46262" />
    <title>Comment from Sriram on 2008-02-06</title>
    <author>
        <name>Sriram</name>
        <uri>http://sriramnarayan.blogspot.com/2008/01/poshzones-bazaar-approach-to-semantic.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://sriramnarayan.blogspot.com/2008/01/poshzones-bazaar-approach-to-semantic.html">
        <![CDATA[<p>But what if we want to go much beyond people, companies, places and events? Isn't this just a fraction of the semantic space? I think we need a freewheeling mechanism that lets people experiment first and lets popular usage evolve to standards. Take a look at <a href="http://poshzone.wikidot.com/intro" rel="nofollow">poshzones</a> - would love to have your feedback.</p>]]>
    </content>
    <published>2008-02-06T17:11:22Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46264</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46264" />
    <title>Comment from Derek on 2008-02-06</title>
    <author>
        <name>Derek</name>
        <uri>http://derek.abdinor.co.za</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://derek.abdinor.co.za">
        <![CDATA[<p>Great initiative by Reuters. I'd like to know, given their financial background and semantic tagging of that info, if they would be porting this into the world of XBRL? Or are they hoping the community will adapt that?</p>]]>
    </content>
    <published>2008-02-06T17:33:13Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46268</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46268" />
    <title>Comment from Abdur on 2008-02-06</title>
    <author>
        <name>Abdur</name>
        <uri>http://www.summize.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.summize.com">
        <![CDATA[<p><br />
Gerry & team have done a great job with this one. This move really shows that large companies can be an innovative part of the web in meaningful ways. I like how they exposes functionality that is expensive to build or buy to the masses of developers out there. Second, they adopted a Netflix like incentive program where the best usage of the technology gets a prize (check out their bounties tab on opencalais.com/).</p>

<p>Hopefully, more large companies will expose binding technology like this for others to use and congrats to Gerry & Barak (ClearForest) in putting this out there.</p>]]>
    </content>
    <published>2008-02-06T17:53:51Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46275</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46275" />
    <title>Comment from Thomas Tague on 2008-02-06</title>
    <author>
        <name>Thomas Tague</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi all. Tom Tague here. I’m leading the Calais initiative at Reuters and thought I’d chime in with a few comments.</p>

<p>First, thanks to Alex for writing such a thoughtful piece. Having someone spend the time to think and talk about what the impact might be – not just what the service does – is really appreciated.</p>

<p>Second, and perhaps most important: it’s early days yet. What you’re seeing of Calais is just the very first tentative steps. Our roadmap (available at www.opencalais.com) lays out our plans for the year – but plans are meant to change. We’re listening to user feedback, suggestions and criticisms and will be revising the roadmap real-time for the next year at least. </p>

<p>So, a few specific points / responses to comments:</p>

<p>As Krista mentioned above, Calais is free for both commercial and non-commercial applications. </p>

<p>Yes, the domain that Calais excels in is business news. But that’s just today. We are working like wild in the background to expand and enhance the domain sets to include sports, entertainment and others.</p>

<p>There might be a misperception that Calais is just about named entity extraction – it’s not. Calais also returns dozens of facts and events such as linkages of people to organizations, people to positions, joint ventures, etc. Again – a universe that will be expanding dramatically over the short term.</p>

<p>You want to go beyond people, companies, places? Well, we have – it’s quite a lot richer than that. But – we want it richer still. First – we’ll be expanding the universe every month. Second, if you take a look at the roadmap you’ll see that in the second half of the year we’ll be implementing community-developed processing extensions. Think of them as something like Firefox plugins – you build it, check it in and share it with the whole Calais community. This is a tough technical challenge though and it’s going to take us a little while to get there. </p>

<p>XBRL isn’t on the immediate roadmap – but that’s up for discussion. We decided to start with the most fundamental knowledge representation format (RDF) and work our way up from there.</p>

<p>That’s it for now. Please feel free to drop by www.opencalais.com to learn more and thanks for the interest.<br />
</p>]]>
    </content>
    <published>2008-02-06T18:59:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46381</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46381" />
    <title>Comment from Reza Rawassizadeh on 2008-02-08</title>
    <author>
        <name>Reza Rawassizadeh</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Finally meta data annotation coming out from the web pages</p>]]>
    </content>
    <published>2008-02-08T09:28:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46528</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46528" />
    <title>Comment from Thom Mullen on 2008-02-11</title>
    <author>
        <name>Thom Mullen</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>"So a big piece of Inform's secret sauce is trivialized."</p>

<p>Yes indeed - I think Reuters may have just put Inform out of business.  So much for $15M+ in venture capital.</p>]]>
    </content>
    <published>2008-02-11T20:25:57Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46619</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46619" />
    <title>Comment from sql on 2008-02-12</title>
    <author>
        <name>sql</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Check out this company and compare it to the new implementation of Reuters:</p>

<p><a href="http://www.inform.com" rel="nofollow">http://www.inform.com</a></p>]]>
    </content>
    <published>2008-02-12T19:46:30Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:46673</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c46673" />
    <title>Comment from Roman on 2008-02-13</title>
    <author>
        <name>Roman</name>
        <uri>http://www.spacaweb.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.spacaweb.com">
        <![CDATA[<p>AFAIK investment banks ask for tagged news feeds for algorithmic trading. Maybe Open Calais is a part of this effort?</p>]]>
    </content>
    <published>2008-02-13T12:30:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2008://1.5572-comment:47607</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2008://1.5572" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/reuters_calais.php#c47607" />
    <title>Comment from Hayssam Traboulsi on 2008-02-25</title>
    <author>
        <name>Hayssam Traboulsi</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Actually, my PhD study (finished in March 2006) was completely on the extraction of person and organisation names from unstructured text data such as those of Reuters' news articles. One of my observations was that these articles contain a lot of  information about people professionals (e.g. prime minister, chief excutive, and so forth). Thus, I thought that one can use such info to develop a 'who is who' application. Actullay, I have developed a simple prototype for such an application and wish to get it more sophisticated. So, how about having some collaboration to bring it to life together.</p>]]>
    </content>
    <published>2008-02-25T11:27:58Z</published>
  </entry>

</feed>