Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use entrez for journal lookup #18

Open
vincerubinetti opened this issue Jul 29, 2024 · 0 comments
Open

Use entrez for journal lookup #18

vincerubinetti opened this issue Jul 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vincerubinetti
Copy link
Collaborator

vincerubinetti commented Jul 29, 2024

Scimago rankings list journals by their full names, but iCite returns journals by their abbreviated/short/id names.

Previously I was using Scimago's search, which doesn't reliably return the right journal as the first result. #16 changes this to scrape the NLM catalog search instead, which works fine, but it'd be more appropriate to use an actual API since once exists.

I can do this query (with TA) to get a journal's (pubmed?) id, then this query to get its fulljournalname, which should hopefully be the same as the NLM catalog search shows (which so far seems to match what Scimago has as the title).

Scimago rankings aren't a high priority, but I'm guessing we'll eventually need to use the entrez tools to look something up, so I might as well create some type definitions and api funcs for them.

@vincerubinetti vincerubinetti added the enhancement New feature or request label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant