From f2576d36a5ae4d15b0ef1eb3e135ffb3ee888476 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Tue, 7 Jan 2020 19:18:06 +0100 Subject: [PATCH 1/2] new color palette for NE-Tags based on [Wong, 2011](https://www.nature.com/articles/nmeth.1618) --- neath.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/neath.html b/neath.html index 5405be6..8e4acff 100644 --- a/neath.html +++ b/neath.html @@ -14,24 +14,24 @@ body{font-family:Verdana;font-size:16px} table{table-layout:fixed;width:100%;text-align:center} th{background-color:lightgray} - .editable:focus{background-color:yellow} - tr:focus-within{background-color:whitesmoke} + .editable:focus{background-color:#f0e442} + tr:focus-within{background-color:#dddddd} .accordion:hover .accordion-item:hover .accordion-item-content, .accordion .accordion-item--default .accordion-item-content{height:10.5em} .accordion-item-content, .accordion:hover .accordion-item-content{height:0;overflow:hidden;transition:height.25s} .accordion{padding:0;margin:auto;width:100px} - .accordion-item:hover{background-color:yellow} + .accordion-item:hover{background-color:#f0e442} - .type_select:hover{background-color:yellow} + .type_select:hover{background-color:#f0e442} - .ner_per{background-color:skyblue} - .ner_loc{background-color:goldenrod} - .ner_org{background-color:plum} - .ner_work{background-color:lightgreen} - .ner_conf{background-color:olive} - .ner_evt{background-color:lavender} - .ner_todo{background-color:turquoise} + .ner_per{background-color:#56b3e9} + .ner_loc{background-color:#e69d00} + .ner_org{background-color:#cc79a7} + .ner_work{background-color:#009e74} + .ner_conf{background-color:#aaaa00} + .ner_evt{background-color:#0072b2} + .ner_todo{background-color:#d55e00} .fit-image{ width: 100%; @@ -55,8 +55,8 @@
-

neath: named entity annotation tool in html

- User Guide | Annotation Guidelines | Issues
+

neath: named entity annotation tool

+ User Guide | Annotation Guidelines | Issues
@@ -70,7 +70,7 @@
- Please upload a TSV file: + Please upload a TSV(i) file:

From acd6b121240f4c16490d8f128fef6d3e35a4e8b5 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Thu, 9 Jan 2020 13:11:47 +0100 Subject: [PATCH 2/2] adapt color palette according to #33 --- neath.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neath.html b/neath.html index 8e4acff..c507a54 100644 --- a/neath.html +++ b/neath.html @@ -27,10 +27,10 @@ .ner_per{background-color:#56b3e9} .ner_loc{background-color:#e69d00} - .ner_org{background-color:#cc79a7} + .ner_org{background-color:#df6caa} .ner_work{background-color:#009e74} - .ner_conf{background-color:#aaaa00} - .ner_evt{background-color:#0072b2} + .ner_conf{background-color:#0072b2} + .ner_evt{background-color:#a60a2d} .ner_todo{background-color:#d55e00} .fit-image{