accurator/commit

Merge branch 'master' into inputs

authorChris Dijkshoorn
Mon Jun 20 11:02:26 2016 +0200
committerChris Dijkshoorn
Mon Jun 20 11:02:26 2016 +0200
commitfe47b97d7567a2d68e413894fdda8661a8f14ba7
tree6afc30d6bf14f1b00901becde27041410668e573
parent8737c8130138a4cdde4f34564b9aa3f0d79c5dd7 032bf3c21eac144603fc64c6260febf1505dddf9
Diff style: stat patch
 api/accurator.pl                                   |  92 +++
 config-available/accurator.pl                      |   8 ++
 lib/accurator/accurator_user.pl                    |  40 ++
 lib/accurator/annotate_page.pl                     | 221 +++++++
 lib/accurator/annotation.pl                        |  71 +++
 lib/accurator/domain.pl                            | 105 ++++
 lib/accurator/recommendation/strategy_expertise.pl |  21 ++
 lib/accurator/recommendation/strategy_random.pl    |  80 +++
 lib/accurator/review.pl                            | 171 ++++++
 lib/accurator/subset_selection.pl                  | 114 ++++
 lib/accurator/ui_elements.pl                       |   8 ++
 rdf/accurator_schema.ttl                           |  10 ++
 rdf/cpack/accurator.ttl                            |   5 ++
 rdf/domain/bible/bible_domain.ttl                  |  17 ++
 rdf/domain/bible/ui/fields.ttl                     |  18 ++
 rdf/domain/bible/ui/labels.ttl                     |  22 ++
 rdf/domain/bible/ui/labels_nl.ttl                  |   4 +
 rdf/domain/bird/bird_domain.ttl                    |  25 ++
 rdf/domain/bird/ui/fields.ttl                      |  51 ++
 rdf/domain/bird/ui/labels.ttl                      |  27 ++
 rdf/domain/domain.ttl                              |  15 ++
 rdf/domain/fashion/fashion_domain.ttl              | 133 +++++
 rdf/domain/fashion/ui/fields.ttl                   |  73 +++
 rdf/domain/fashion/ui/labels.ttl                   |  49 ++
 rdf/domain/fashion/ui/labels_nl.ttl                |  13 +
 rdf/domain/page/page_chris_domain.ttl              |  27 +
 rdf/domain/page/page_cristina_domain.ttl           |  27 +
 rdf/domain/page/page_leon_domain.ttl               |  27 +
 rdf/domain/page/page_sebastien_domain.ttl          |  27 +
 rdf/domain/page/ui/labels_chris.ttl                |  59 ++
 rdf/domain/page/ui/labels_cristina.ttl             |  59 ++
 rdf/domain/page/ui/labels_leon.ttl                 |  59 ++
 rdf/domain/page/ui/labels_sebastien.ttl            |  59 ++
 rdf/object.ttl                                     |  17 +
 rdf/ui/fields.ttl                                  |  29 +
 rdf/ui/labels.ttl                                  | 145 +++++
 rdf/ui/labels_nl.ttl                               |  81 +++
 rdf/ui/labels_schema.ttl                           |   4 +
 rdf/void.ttl                                       |  56 ++
 web/css/accurator.css                              | 191 ++++++
 web/css/annotorious.css                            |  24 ++
 ...rap-slider.min.css => bootstrap-slider.min.css} |   0
 ...curator.bootstrap.min.css => bootstrap.min.css} |   0
 web/html/about.html                                |  12 ++
 web/html/domain.html                               |  58 ++
 web/html/end.html                                  |  12 ++
 web/html/expertise.html                            |  16 ++
 web/html/form.html                                 | 326 ++++++++++
 web/html/intro.html                                |  12 ++
 web/html/profile.html                              |  75 +++
 web/html/results.html                              |  40 ++
 web/html/search.html                               | 130 ++++
 web/img/background/accessories.jpg                 | Bin 0 -> 201839 bytes
 web/img/background/averkamp.jpg                    | Bin 0 -> 354458 bytes
 web/img/background/bird-end.jpg                    | Bin 452540 -> 0 bytes
 web/img/background/costume.jpg                     | Bin 0 -> 144517 bytes
 web/img/background/dress.jpg                       | Bin 0 -> 374662 bytes
 web/img/background/fashion-print.jpg               | Bin 0 -> 433258 bytes
 web/img/background/jewelry.jpg                     | Bin 0 -> 133997 bytes
 web/img/background/lace.jpg                        | Bin 0 -> 990810 bytes
 web/js/about.js                                    |  47 ++
 web/js/accurator_about.js                          |  52 ++
 web/js/accurator_domain.js                         | 106 ++++
 web/js/accurator_end.js                            |  62 ++
 web/js/accurator_form.js                           | 369 ++++++++++++
 web/js/accurator_intro.js                          |  78 +++
 web/js/accurator_item.js                           | 328 +++++++++++
 web/js/accurator_profile.js                        | 168 ++++++
 web/js/accurator_results.js                        | 318 ++++++++++
 web/js/{ => components}/annotations.js             |  12 ++
 web/js/components/cluster.js                       | 160 +++++
 web/js/{ => components}/deniche-plugin.js          | 111 ++++
 web/js/components/domain.js                        |  61 ++
 web/js/{ => components}/field.js                   | 189 ++++++
 web/js/components/form.js                          | 654 +++++++++++++++++++++
 web/js/components/pagination.js                    | 142 +++++
 web/js/components/path.js                          | 111 ++++
 web/js/components/thumbnail.js                     |  92 +++
 .../utilities.js}                                  | 533 +++++++++++++++++
 web/js/domain.js                                   | 155 +++++
 web/js/{accurator_expertise.js => expertise.js}    | 183 ++++++
 web/js/intro.js                                    |  75 +++
 web/js/item.js                                     | 330 +++++++++++
 web/js/{ => lib}/annotorious.min.js                |   0
 web/js/{ => lib}/bloodhound.js                     |   0
 .../bootstrap-slider.min.js}                       |   0
 .../bootstrap.min.js}                              |   0
 .../{accurator.jquery.min.js => lib/jquery.min.js} |   0
 web/js/{accurator.laconic.js => lib/laconic.js}    |   0
 web/js/{ => lib}/typeahead.js                      |   0
 web/js/pagination.js                               |  90 +++
 web/js/profile.js                                  | 135 +++++
 web/js/results.js                                  | 496 ++++++++++++++++
 web/js/search.js                                   | 632 ++++++++++++++++++++
 web/js/thumbnail.js                                | 122 ++++
 95 files changed, 4595 insertions(+), 4181 deletions(-)