README.md in patentscope-0.0.1 vs README.md in patentscope-0.0.2
- old
+ new
@@ -1,8 +1,11 @@
# patentscope gem
-Gem to allow easy access to data from the WIPO Patentscope Web Service.
+[![Gem Version](https://badge.fury.io/rb/patentscope.png)](http://badge.fury.io/rb/patentscope)
+[![Code Climate](https://codeclimate.com/github/cantab/patentscope.png)](https://codeclimate.com/github/cantab/patentscope)
+Gem to allow easy access to data from the WIPO PATENTSCOPE Web Service.
+
## Introduction
The Patentscope gem allows easy access, with Ruby, to data provided by the PATENTSCOPE Web Service of the World Intellectual Property Organisation (WIPO).
As provided by WIPO, the PATENTSCOPE Web Service is available through a SOAP interface. The documentation provided by WIPO uses Java.
@@ -101,11 +104,11 @@
Patentscope.get_iasr('PCTSG2003000062')
Patentscope.get_iasr('PCT/SG2003/000062')
Example output for SG2003000062:
- Patentscope.get_iasr('SG2003000062')
+ Patentscope.get_iasr('SG2003000062')
#=>
<?xml version="1.0"?>
<wo-international-application-status>
<wo-bibliographic-data produced-by="IB" dtd-version="0.2" lang="EN" date-produced="20140108">
<publication-reference>
@@ -199,9 +202,13 @@
**I am unable to answer any queries on the PATENTSCOPE Web Service itself**.
For support on the PATENTSCOPE Web Service, please see the resources in the section below, visit the [PATENTSCOPE Forum](http://wipo-patentscope-forum.2944828.n2.nabble.com) or send an email to WIPO at patentscope@wipo.int
## Resources
+
+### Web App Using Patentscope Gem
+
+* The [PCT National Phase](http://guides.cantab-ip.com/singapore-national-phase) Guide fetches IASR data from WIPO PATENTSCOPE and displays a customised guide for the national phase entry of a PCT application
### PATENTSCOPE Web Service
* [PATENTSCOPE Web Service](http://www.wipo.int/patentscope/en/data/products.html)
* [Terms and Conditions](http://www.wipo.int/patentscope/en/data/terms.html)
* [Subscription Form](http://www.wipo.int/patentscope/en/data/forms/web_service.jsp)