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

Navigate to the Evidence on PMC #28

Open cannin opened 5 years ago

cannin commented 5 years ago

This is for much later. I know a way so that when users click PMC links they will go to the place in the document with the evidence.

Screen Shot 2019-06-06 at 12 17 18 PM
RohitChattopadhyay commented 5 years ago

I have used query string to pass the sentence using the PMC links, the sentences are being encoded using encodeURIComponent() thus, to decode decodeURIComponent(window.location.search.replace(/+/g," ")) can be used. Thanks

RohitChattopadhyay commented 5 years ago

Related issue: #48