<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://purl.org/rss/1.0/"
         xmlns:mn="http://usefulinc.com/rss/manifest/"
         xmlns:dc="http://purl.org/dc/elements/1.1/">

  <channel rdf:about="http://www.journaltocs.hw.ac.uk/api/">
    <title>JournalTOCs API</title>
    <link>http://www.journaltocs.hw.ac.uk/api</link>
    <description><![CDATA[journalTOCs is a JISC Rapid Innovation project which is developing a freely available API for monitoring current journal issues to identify published papers for Institutional Repositories.]]></description>
    <dc:publisher>JournalTOCs API</dc:publisher>
    <dc:creator>JOURNALTOCS API PROJECT</dc:creator>
		<dc:coverage>1</dc:coverage>
    <image rdf:resource="http://www.journaltocs.hw.ac.uk/images/xtralogo.gif" />
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.journaltocs.hw.ac.uk/api" />
      </rdf:Seq>
    </items>
  </channel>
    <item rdf:about="http://www.journaltocs.hw.ac.uk/api">
    <link>http://www.journaltocs.hw.ac.uk/api</link>
    <title>JournalTOCs API journals</title>
    <description><![CDATA[To use this API you need to specify a value for journals</p>
		<p>This is an example of using the API to search for all the journals that contain the word <i>science</i> in their titles:<br>
    http://www.journaltocs.hw.ac.uk/api/journals/science
    <p>(in the example, the resource-type is "journals" and the query string is "science")</p>
    <p>Currently the API return results in RSS 1.0 format only.</p>
    <p>Go to http://www.journaltocs.hw.ac.uk/index.php?action=api for further information.</p>]]></description>
		
    </item>
	
  <rdf:Description rdf:ID="manifest">
    <mn:channels>
      <rdf:Seq>
        <rdf:li rdf:resource="http://www.journaltocs.hw.ac.uk/api/" />
      </rdf:Seq>
    </mn:channels>
  </rdf:Description>

</rdf:RDF>