https://github.com/sckott/pubpatterns
Lookup for full text urls
https://github.com/sckott/pubpatterns
digital-object-identifier doi fulltext publications text-mining
Last synced: 6 months ago
JSON representation
Lookup for full text urls
- Host: GitHub
- URL: https://github.com/sckott/pubpatterns
- Owner: sckott
- Created: 2016-05-24T14:23:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T19:06:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-18T05:53:43.089Z (6 months ago)
- Topics: digital-object-identifier, doi, fulltext, publications, text-mining
- Language: Ruby
- Homepage:
- Size: 85 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pubpatterns
===========[](https://github.com/sckott/pubpatterns/actions?query=workflow%3ARuby)
Use publisher URL patterns to generate full text links to scholarly articles.
These could be used in a variety of ways:
* If you're interested in a particular publisher, or a journal within a publisher, navigate directly to it.
* If start with a DOI, then match on DOI prefix to the publisher## Spec
[spec.json](spec.json)
## Example
[example.json](example.json)
## Patterns
All `.json` files are in the [src/](src/) directory.
## Example patterns
* Instituto de Investigaciones Filologicas (): can get full URL from Crossref metadata, but need to replace `/view/` with `/download/` - requires a HTTP request to Crossref API, then a regex sub
* ... more to come## Test suite
Tests are in [test/](test/) - will be run on Travis-CI on each change in this repo.
Tests are meant to make sure that URLs actually work. Failures will quickly
let us know we need to fix something.## Contribute
Please do contribute! Fork, make a feature branch, add a `.json` file in `src/`,
add a test in `test/`, send a pull request to this repo. Thanks!