cannin / ihop-reach

A web application to access biological data extracted from biomedical literature.
https://reach.nrnb-docker.ucsd.edu
GNU Lesser General Public License v3.0
4 stars 4 forks source link

Extract MeshHeadingList from Pubmed #56

Closed cannin closed 4 years ago

cannin commented 5 years ago

Similar to #53 also extract MeshHeadingList, these are "topics" represented in the paper and may help users prioritize documents.

RohitChattopadhyay commented 5 years ago

The output has been updated with topics Link to output

cannin commented 5 years ago

Can you post a subset of the output as a gist?

cannin commented 5 years ago

In code, these should always be referred to as mesh_headings

RohitChattopadhyay commented 5 years ago

Can you post a subset of the output as a gist?

Link to Gist It has the first 100 rows,please let me know if more is required. Thanks

RohitChattopadhyay commented 5 years ago

Link to Gist It has the first 100 rows,please let me know if more is required.

I have added more rows, now total 1000 rows are present in the gist.

RohitChattopadhyay commented 5 years ago

image MeSH headings and Publication type (#53 ) has been added in API and deployed.