PathwayCommons / factoid

A project to capture biological pathway data from academic papers
https://biofactoid.org
MIT License
28 stars 7 forks source link

CrossRef modules for that support search #1200

Closed jvwong closed 1 year ago

jvwong commented 1 year ago

A works module exposes find that:

The map module tries to convert the CrossRef record into a consistent schema that we store - in this case, a 'PubMed' article.

None of the additions here are called by the server - will save for next PR.

maxkfranz commented 1 year ago

Looks great.

Are Crossref-originated entries marked somehow (e.g. flag or enum) so that we know they came from Crossref rather than Pubmed?

jvwong commented 1 year ago

Looks great.

Are Crossref-originated entries marked somehow (e.g. flag or enum) so that we know they came from Crossref rather than Pubmed?

Not right now - it's implicit that if the record has only a DOI it is from CrossRef. Having a PubMed ID doesn't necessarily tell you anything about where it came from, as these records may or may not possess a DOI.

maxkfranz commented 1 year ago

Sounds like the options are open in future then. Great