Line 19: | Line 19: | ||
<script> | <script> | ||
$( function() { | $( function() { | ||
− | var suggestions = [ | + | var suggestions = [ |
+ | { | ||
+ | label:"African Sleeping sickness", | ||
+ | value:"item3", | ||
+ | }, | ||
+ | { | ||
+ | label:"Brucepain", | ||
+ | value:"item3", | ||
+ | }, | ||
+ | { | ||
+ | label:"Cathepsin L", | ||
+ | value:"item5", | ||
+ | }, | ||
+ | { | ||
+ | label:"Cercarial elastase", | ||
+ | value:"item4", | ||
+ | }, | ||
{ | { | ||
label:"Congenital Chagas disease", | label:"Congenital Chagas disease", | ||
value:"item1", | value:"item1", | ||
}, | }, | ||
+ | { | ||
+ | label:"Congenital toxoplasmosis", | ||
+ | value:"item5", | ||
+ | }, | ||
+ | { | ||
+ | label:"Cruzipain", | ||
+ | value:"item1", | ||
+ | }, | ||
+ | { | ||
+ | label:"LasA", | ||
+ | value:"item2", | ||
+ | }, | ||
+ | { | ||
+ | label:"Pseudomonas aeruginosa", | ||
+ | value:"item2", | ||
+ | }, | ||
+ | { | ||
+ | label:"Rhodesain", | ||
+ | value:"item3", | ||
+ | }, | ||
+ | { | ||
+ | label:"Schistosoma mansoni", | ||
+ | value:"item4", | ||
+ | }, | ||
+ | { | ||
+ | label:"Schistosomiasis", | ||
+ | value:"item4", | ||
+ | }, | ||
+ | { | ||
+ | label:"Sepsis", | ||
+ | value:"item2", | ||
+ | }, | ||
+ | { | ||
+ | label:"Toxoplasma gondii", | ||
+ | value:"item5", | ||
+ | }, | ||
+ | { | ||
+ | label:"Trypanosoma brucei", | ||
+ | value:"item3", | ||
+ | }, | ||
{ | { | ||
label:"Trypanosoma Cruzi", | label:"Trypanosoma Cruzi", | ||
value:"item1", | value:"item1", | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
]; | ]; | ||
$("#myInput" ).autocomplete({ | $("#myInput" ).autocomplete({ | ||
Line 109: | Line 120: | ||
<div style="margin-top: 100px"></div> | <div style="margin-top: 100px"></div> | ||
<h1 class="text-center">Software Tool</h1> | <h1 class="text-center">Software Tool</h1> | ||
+ | <p>Enter the disease name, parasite or specific protease to find the cleavage sequence of protease specific to the disease of interest and how our system may be applicable.</p> | ||
<input type="text" id="myInput" placeholder="Search"> | <input type="text" id="myInput" placeholder="Search"> | ||
<table id="id_tbl" class="table table-hover"> | <table id="id_tbl" class="table table-hover"> |
Revision as of 15:47, 31 October 2017
Software Tool
Enter the disease name, parasite or specific protease to find the cleavage sequence of protease specific to the disease of interest and how our system may be applicable.