From e2d33f53ec7effa21fa9ee90f498c1a273d2c105 Mon Sep 17 00:00:00 2001 From: Ian Dunlop Date: Thu, 13 Nov 2014 11:54:08 +0000 Subject: [PATCH] v3.0.0 which can call the 1.4 API Disease calls --- README.md | 17 +++++++++++------ src/Version.js | 5 +++-- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 71dc4bd..88b9b51 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # OPS.js [![Build Status](https://travis-ci.org/openphacts/ops.js.svg?branch=develop)](https://travis-ci.org/openphacts/ops.js) -## Coded against OPS Linked Data API Version 1.4 -OPS.js is a javascript based library for accessing the Open PHACTS Linked Data API (LDA). It uses jquery to handle the asynchronous nature of the requests. OPS.js can also be used to parse responses from the LDA. +## Open PHACTS API Version + +1.4 +## About +OPS.js is a javascript based library for accessing the Open PHACTS Linked Data API (LDA). It uses jquery to handle the asynchronous nature of the requests. OPS.js can also be used to parse responses from the LDA. +Please read the [API documentation](http://openphacts.github.io/ops.js "OPS.js API documentation"). + ## Dependencies JQuery 1.9.1 [Purl 2.2.1 (Used during testing only)](https://github.com/allmarkedup/jQuery-URL-Parser "Purl URL library") @@ -23,16 +28,16 @@ We love receiving patches for bug fixes and new features. Please follow these si ## Citations To cite OPS.js in publications please use: ->Ian Dunlop. OPS.js. 2.0.3. Javascript library for accessing the Open PHACTS Linked Data API. University of Manchester. http://github.com/openphacts/ops.js +>Ian Dunlop. OPS.js. 3.0.0. Javascript library for accessing the Open PHACTS Linked Data API. University of Manchester. http://github.com/openphacts/ops.js Bibtex: >@Manual{, ->title = {OPS.js 2.0.3: Javascript library for accessing the Open PHACTS Linked Data API}, +>title = {OPS.js 3.0.0: Javascript library for accessing the Open PHACTS Linked Data API}, >author = {{Ian Dunlop}}, >organization = {School of Computer Science}, >address = {University of Manchester, United Kingdom}, ->year = 2013, +>year = 2014, >url = {http://github.com/openphacts/ops.js} >} @@ -41,7 +46,7 @@ Or load OPS.js in to a browser (or Node) and enter the following console command `new Openphacts.Version().information()` ## Using the library -API documentation [here](http://openphacts.github.io/ops.js "OPS.js API documentation") +See the [API documentation](http://openphacts.github.io/ops.js "OPS.js API documentation") JQuery must be loaded before the OPS.js library. diff --git a/src/Version.js b/src/Version.js index 013d3b3..9c04fb1 100644 --- a/src/Version.js +++ b/src/Version.js @@ -4,15 +4,16 @@ Openphacts.Version = function Version() { Openphacts.Version.prototype.information = function() { return { - "version": "3.0", + "version": "3.0.0", "author": "Ian Dunlop", + "ORCID": "http://orcid.org/0000-0001-7066-3350", "title": "OPS.js", "description": "Javascript library for accessing the Open PHACTS Linked Data API", "project": "Open PHACTS", "organization": "School of Computer Science", "address": "University of Manchester, UK", "year": "2014", - "month": "September", + "month": "November", "url": "http://github.com/openphacts/ops.js", "LDA-version": "1.4" };