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
- Host: GitHub
- URL: https://github.com/hubgit/jquery-crossref
- Owner: hubgit
- License: mit
- Created: 2014-01-22T09:41:24.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-01-22T10:36:26.000Z (over 12 years ago)
- Last Synced: 2025-06-28T00:45:59.759Z (12 months ago)
- Language: JavaScript
- Homepage: http://git.macropus.org/jquery-crossref/jquery.crossref.js
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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);