| 
									
										
										
										
											2019-07-26 17:49:44 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  | <head> | 
					
						
							| 
									
										
										
										
											2019-07-29 18:19:36 +02:00
										 |  |  |     <meta charset="UTF-8"> | 
					
						
							| 
									
										
										
										
											2019-11-06 15:40:57 +01:00
										 |  |  |     <title>neath</title> | 
					
						
							| 
									
										
										
										
											2019-11-07 16:01:50 +01:00
										 |  |  |     <base href="neath.html" target="_blank"> | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" | 
					
						
							|  |  |  |           integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> | 
					
						
							| 
									
										
										
										
											2019-07-29 18:19:36 +02:00
										 |  |  |     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.0.1/papaparse.js"></script> | 
					
						
							|  |  |  |     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> | 
					
						
							| 
									
										
										
										
											2019-09-24 15:42:48 +02:00
										 |  |  |     <script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script> | 
					
						
							| 
									
										
										
										
											2019-07-29 18:19:36 +02:00
										 |  |  |     <style> | 
					
						
							| 
									
										
										
										
											2019-10-16 01:08:30 +02:00
										 |  |  |         body{font-family:Verdana;font-size:16px} | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |         table{table-layout:fixed;width:100%;text-align:center} | 
					
						
							| 
									
										
										
										
											2019-07-29 18:19:36 +02:00
										 |  |  |         th{background-color:lightgray} | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |         .editable:hover{background-color:yellow} | 
					
						
							| 
									
										
										
										
											2019-07-29 18:19:36 +02:00
										 |  |  |         tr:hover{background-color:whitesmoke} | 
					
						
							| 
									
										
										
										
											2019-10-28 14:20:29 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |         .accordion:hover .accordion-item:hover .accordion-item-content, | 
					
						
							| 
									
										
										
										
											2019-11-18 21:04:13 +01:00
										 |  |  | 		.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} | 
					
						
							| 
									
										
										
										
											2019-10-28 14:20:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-18 21:04:13 +01:00
										 |  |  |         .type_select:hover{background-color:yellow} | 
					
						
							| 
									
										
										
										
											2019-10-28 14:20:29 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-07-30 13:09:35 +02:00
										 |  |  |         .ner_per{background-color:skyblue} | 
					
						
							|  |  |  |         .ner_loc{background-color:goldenrod} | 
					
						
							|  |  |  |         .ner_org{background-color:plum} | 
					
						
							| 
									
										
										
										
											2019-11-14 17:07:22 +01:00
										 |  |  |         .ner_work{background-color:lightgreen} | 
					
						
							| 
									
										
										
										
											2019-10-28 16:59:20 +01:00
										 |  |  |         .ner_conf{background-color:olive} | 
					
						
							| 
									
										
										
										
											2019-11-14 17:08:10 +01:00
										 |  |  |         .ner_evt{background-color:lavender} | 
					
						
							| 
									
										
										
										
											2019-09-20 15:45:57 +02:00
										 |  |  |         .ner_todo{background-color:turquoise} | 
					
						
							| 
									
										
										
										
											2019-09-24 10:21:49 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |         .fit-image{ | 
					
						
							|  |  |  |             width: 100%; | 
					
						
							|  |  |  |             object-fit: cover; | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2019-09-24 15:42:48 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |         input[type=range]::-moz-focus-outer { | 
					
						
							|  |  |  |             border: 0; | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2019-07-29 18:19:36 +02:00
										 |  |  |     </style> | 
					
						
							| 
									
										
										
										
											2019-07-26 17:49:44 +02:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2019-07-29 18:19:36 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  | <div class="container-fluid"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="row mt-5"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="col-2"> | 
					
						
							|  |  |  |             <div id="file-region"></div> | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-10-31 16:01:05 +01:00
										 |  |  |         <div class="col-9"> | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |             <div class="row"> | 
					
						
							|  |  |  |                 <div class="col text-center"> | 
					
						
							| 
									
										
										
										
											2019-11-06 15:40:57 +01:00
										 |  |  |                     <h3><a href="https://github.com/qurator-spk/neath" target="_blank">neath</a>: named entity annotation tool in html</h3> | 
					
						
							|  |  |  |                     <a href="https://github.com/qurator-spk/neath/blob/master/docs/User_Guide.md" target="_blank">User Guide</a> | <a href="https://github.com/qurator-spk/neath/blob/master/docs/Annotation_Guidelines.md" target="_blank">Annotation Guidelines</a> | <a href="https://github.com/qurator-spk/neath/issues" target="_blank">Issues</a><hr> | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |                 </div> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-10-31 16:01:05 +01:00
										 |  |  |         <div class="col-1"> | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <div class="row mt-3"> | 
					
						
							| 
									
										
										
										
											2019-11-15 00:47:25 +01:00
										 |  |  |         <div class="col-3" id="region-left"> | 
					
						
							| 
									
										
										
										
											2019-09-24 10:21:49 +02:00
										 |  |  |             <a href="" id="preview-link"> | 
					
						
							| 
									
										
										
										
											2019-10-16 22:08:13 +02:00
										 |  |  |                 <img id="preview" alt="facsimile_preview" class="img-responsive fit-image"/> | 
					
						
							| 
									
										
										
										
											2019-09-24 10:21:49 +02:00
										 |  |  |             </a> | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-11-15 00:47:25 +01:00
										 |  |  |         <div class="col-8 text-center" id="tableregion"> | 
					
						
							| 
									
										
										
										
											2019-11-01 23:46:59 +01:00
										 |  |  |             Please upload a TSV file: | 
					
						
							| 
									
										
										
										
											2019-10-17 23:27:12 +02:00
										 |  |  |             <br><br> | 
					
						
							|  |  |  |             <input type="file" id="tsv-file" name="files"/> | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-10-31 15:41:56 +01:00
										 |  |  |         <div class="col-1" id="region-right"> | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <div class="row  mt-3"> | 
					
						
							|  |  |  |         <div class="col-2"> | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-10-31 16:01:05 +01:00
										 |  |  |         <div class="col-9 text-center" id="btn-region"> | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-10-31 16:01:05 +01:00
										 |  |  |         <div class="col-1"> | 
					
						
							| 
									
										
										
										
											2019-09-20 15:32:39 +02:00
										 |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-06 15:40:57 +01:00
										 |  |  | <script src="neath.js"></script> | 
					
						
							| 
									
										
										
										
											2019-07-26 17:49:44 +02:00
										 |  |  | </body> | 
					
						
							| 
									
										
										
										
											2019-09-13 18:04:35 +02:00
										 |  |  | </html> |