diff --git a/src/web/templates/about.html b/src/web/templates/about.html index a2ce4ed..33b3ce6 100644 --- a/src/web/templates/about.html +++ b/src/web/templates/about.html @@ -11,10 +11,10 @@ $var jsfiles:

About

This experiment aims to compare and validate automated application -recommendations produced by various strategies and algorithms tunnings. Asking -real users about the relevance of the recommendation is the closest we can get -of the real accuracy of the recommender system.

- +recommendations produced by various strategies and algorithms tunnings. We +believe that real users evaluation regarding the relevance of recommendations is +the most accurate data source for computing recommender system effectiveness.

+

The engine that is being tested is a free software called AppRecommender. It was initially developed using the Debian Project infrasctructure, but the solution diff --git a/src/web/templates/survey.html b/src/web/templates/survey.html index 7acca4b..2952434 100644 --- a/src/web/templates/survey.html +++ b/src/web/templates/survey.html @@ -54,8 +54,8 @@ $for pkg in pkg_details:

$pkg['package']

$pkg['description']
- Male
- Female + Good
+ Surprise

  • Description:
    $:pkg['long_description']
  • $if pkg['homepage']: @@ -77,7 +77,7 @@ $for pkg in pkg_details:
    - + diff --git a/src/web/templates/survey_index.html b/src/web/templates/survey_index.html index c65fd00..b818704 100644 --- a/src/web/templates/survey_index.html +++ b/src/web/templates/survey_index.html @@ -37,21 +37,23 @@ $$(document).ready(function() {
    -

    Help us learn your needs!

    +

    Help us learn your needs

    Participate in this survey and contribute for the development of AppRecommender, a recommender system for GNU/Linux applications.


    -

    Please provide the list of packages installed in a real running system, -by uploading a popcon submission or the file generated with the command: -"dpkg -l > packages_list".

    - -

    Evaluate at least 10 suggested applications and identify yourself if you -wish to. Upon the completion of this survey there will be a thank you page -listing all identified participant.

    - +

    Please provide the list of packages installed in a real running system +(instructions above) and evaluate the list of applications suggested for it. +You need to analyse at least 10 sugestions to be considered in the survey, +though we appreciate if you do as many as you can.

    +

    Your help is very much appreciated!

    - +
    diff --git a/src/web/templates/thanks.html b/src/web/templates/thanks.html index c268c39..752add7 100644 --- a/src/web/templates/thanks.html +++ b/src/web/templates/thanks.html @@ -3,6 +3,11 @@ $var mod = 'thanks';
    + +

    Your personal identification is not mandatory, since it won't be processed +along with the experiments results. It is collected by means of demographic +characterization of the participants population.

    +

    Thanks!

    -- libgit2 0.21.2