dpriskorn / OpenAlexAPI

Python library for the OpenAlex HTTP API
GNU General Public License v3.0
21 stars 12 forks source link

[Bug] MeSH descriptors out of date & incorrect field name #6

Closed EssentiallyNoah closed 2 years ago

EssentiallyNoah commented 2 years ago

MeSH descriptors are out of date. Have been increased to 10 in length: https://www.nlm.nih.gov/pubs/techbull/ma13/ma13_mesh_ui_expand.html

is_main_topic should be is_major_topic: https://docs.openalex.org/about-the-data/work#mesh

Patched by pull request: #5

dpriskorn commented 2 years ago

Fixed in #5