An open API service indexing awesome lists of open source software.

https://github.com/hubgit/jquery-crossref

jQuery plugin for interacting with CrossRef web services
https://github.com/hubgit/jquery-crossref

Last synced: 12 months ago
JSON representation

jQuery plugin for interacting with CrossRef web services

Awesome Lists containing this project

README

          

# jQuery CrossRef

Requires [jQuery Ajax Queue](https://github.com/hubgit/jquery-ajax-queue)

[Demonstration](http://git.macropus.org/reference-resolver/)

## Methods

[CrossRef Metadata search](http://search.crossref.org/help/api)

$.crossref.search(text, { rows: 5 });

Search with extra parameters:

$.crossref.search(text, { sort: ‘year’, page: 2 });

Use [DOI Content Negotiation](http://www.crosscite.org/cn/) to fetch structured data for a DOI

$.crossref.fetch(doi, mimetype);