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 Additional Columns to Details Panel #39

Closed cannin closed 4 years ago

cannin commented 5 years ago

Column 1: Put fa-minus-circle if negative_information: true Column 2: Put fa-male if context taxonomy is 9606

RohitChattopadhyay commented 5 years ago

Column 1: Put fa-minus-circle if negative_information: true Column 2: Put fa-male if context taxonomy is 9606

For species column, I have used Human for the title tag. <i title="Human" className="fa fa-male" /> Is it okay?

cannin commented 5 years ago

That's fine

RohitChattopadhyay commented 5 years ago

Columns added in components/sentenceView.js.