Skip to content

Commit

Permalink
v3.0.0 which can call the 1.4 API Disease calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwdunlop committed Nov 13, 2014
1 parent 9906e10 commit e2d33f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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")
Expand All @@ -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}
>}
Expand All @@ -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.

Expand Down
5 changes: 3 additions & 2 deletions src/Version.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};
Expand Down

0 comments on commit e2d33f5

Please sign in to comment.