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

Add Hypothesis Information to Details Panel #33

Closed cannin closed 5 years ago

cannin commented 5 years ago

Add a new column to details table:

RohitChattopadhyay commented 5 years ago

Add a new column to details table:

  • If "hypothesis_information":false from extracted_information then show icon fa-star
  • If "hypothesis_information":true then show fa-star-half-o

I ran some queries and noticed that hypothesis_information is not the same across all documents of the identifier. How should I decide its value? Example query

cannin commented 5 years ago

This is per sentence (NOT one per page) in the sentence table.

query

if "hypothesis_information" is not true or false let me know

cannin commented 5 years ago

Can you put the hypothesis icon in a separate ? Otherwise, the two icons sometimes wrap.

RohitChattopadhyay commented 5 years ago

Relevant Code available here