https://github.com/hubgit/cite-urls
Generate citations for a list of URLs
https://github.com/hubgit/cite-urls
Last synced: 9 months ago
JSON representation
Generate citations for a list of URLs
- Host: GitHub
- URL: https://github.com/hubgit/cite-urls
- Owner: hubgit
- Created: 2013-08-11T23:50:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-12T15:46:49.000Z (over 12 years ago)
- Last Synced: 2025-05-05T17:25:19.005Z (9 months ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 28
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[@bengoldacre](https://twitter.com/bengoldacre/status/366657597190832129): Is there a website where you can paste 20 academic journal URLs in one go and get a list of nice APA/Harvard/whatevs citations back?
## Instructions (for Chrome)
* [Download this project as a zip file](https://github.com/hubgit/cite-urls/archive/master.zip) and extract it.
* Chrome > Tools > Extensions, check "Developer mode", click "Load unpacked extension...", choose the "extension" directory in the extracted project.
* Click the new button in Chrome's toolbar, enter some URLs, and press "Cite".
## Screenshot

## Notes
* Currently only works if a DOI can be detected.
* May sometimes detect an incorrect DOI.
* May sometimes receive incorrect metadata.
## TODO
* allow output format to be selected.
* scrape metadata from the page.
* generate citation locally using citeproc-js.