Add Scholar Sidekick API#1
Merged
Merged
Conversation
Contributor
Author
|
Heads up — the The step Two ways to unblock:
Happy to open a follow-up PR with option 1 if it would help. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Scholar Sidekick to the Science & Math category in
db/resources.json.Scholar Sidekick is a free citation resolver: it takes scholarly identifiers (DOI, PMID, PMCID, ISBN, ISSN, arXiv ID, ADS bibcode, WHO IRIS URL) and returns formatted citations in 10,000+ CSL styles, plus bibliographic exports (BibTeX, RIS, CSV, EndNote XML, Zotero RDF, MEDLINE, CSL JSON).
Notes
access-control-allow-origin: *) — usable directly from browsers.Pricing: freemium)./docspage (client-rendered Next.js, head-only on first response). This PR points the documentation link athttps://scholar-sidekick.com/docs.md, which is fully server-rendered with endpoints, parameters, headers, and examples.Entry
{ "API Name": "Scholar Sidekick", "Description": "Resolves scholarly identifiers (DOI, PMID, ISBN, arXiv, ADS) to formatted citations and exports.", "Auth": "No", "HTTPS": true, "Cors": "yes", "Documentation Link": "https://scholar-sidekick.com/docs.md", "Category": "Science & Math", "Pricing": "freemium" }Inserted alphabetically between
SchmapandSchool Loop High Priority Groups.countbumped 15518 → 15519.Test plan
jq '.count, (.entries | length)'returns 15519 / 15519 (match)Science & Math)