accurator/commit

refactored mainly the naming of files in js, getting rid of accurator in file naming and also putting objects and reused files from js in a components folder. Also, library js files were put in a lib folder

authorCristina-Iulia Bucur
Mon Mar 21 12:30:04 2016 +0100
committerCristina-Iulia Bucur
Mon Mar 21 12:30:04 2016 +0100
commit99984153c5aeba8b8d05d5ec0fdfd57936338727
treea487266a7732b08c6e016cfa441a9c68ed4a1c1a
parent4a4d4a653213af518491c5b47db4ca0b9188fe4b
Diff style: stat patch
 api/accurator.pl                           |   25 ++
 lib/accurator/annotate_page.pl             |    9 ++
 web/css/accurator.bootstrap-slider.min.css |   28 +
 web/css/accurator.bootstrap.min.css        |    5 +
 web/html/about.html                        |   12 ++
 web/html/domain.html                       |   12 ++
 web/html/end.html                          |   12 ++
 web/html/expertise.html                    |   16 ++
 web/html/form.html                         |   12 ++
 web/html/intro.html                        |   12 ++
 web/html/profile.html                      |   18 ++
 web/html/results.html                      |   19 ++
 web/html/search.html                       |   12 ++
 web/js/accurator.bootstrap-slider.min.js   |   29 +
 web/js/accurator.bootstrap.min.js          |    7 +
 web/js/accurator.jquery.min.js             |    4 +
 web/js/accurator.laconic.js                |  195 +++
 web/js/accurator_about.js                  |   47 +
 web/js/accurator_domain.js                 |   99 ++
 web/js/accurator_end.js                    |   62 +
 web/js/accurator_expertise.js              |  211 +++
 web/js/accurator_form.js                   |  369 +++++
 web/js/accurator_intro.js                  |   69 +
 web/js/accurator_item.js                   |  337 ++++
 web/js/accurator_profile.js                |  159 ++
 web/js/accurator_results.js                |  719 ++++++++
 web/js/accurator_search.js                 |  103 ++
 web/js/accurator_utilities.js              |  595 +++++++
 web/js/annotations.js                      |  101 ++
 web/js/annotorious.min.js                  |  254 +++
 web/js/bloodhound.js                       |  918 +++++++++++
 web/js/cluster.js                          |   54 +
 web/js/deniche-plugin.js                   |  203 +++
 web/js/field.js                            |  267 +++
 web/js/pagination.js                       |  126 ++
 web/js/path.js                             |   50 +
 web/js/search.js                           |  531 ++++++
 web/js/thumbnail.js                        |  135 ++
 web/js/typeahead.js                        | 2451 ++++++++++++++++++++++++++++
 39 files changed, 170 insertions(+), 8117 deletions(-)