Commit cc913e632b696ae671f44ab75baa14e86bf1138c
1 parent
f3443a10
Exists in
master
and in
1 other branch
Templates update.
Showing
4 changed files
with
24 additions
and
17 deletions
Show diff stats
src/web/templates/about.html
... | ... | @@ -11,10 +11,10 @@ $var jsfiles: |
11 | 11 | <h1>About</h1> |
12 | 12 | |
13 | 13 | <p>This experiment aims to compare and validate automated application |
14 | -recommendations produced by various strategies and algorithms tunnings. Asking | |
15 | -real users about the relevance of the recommendation is the closest we can get | |
16 | -of the real accuracy of the recommender system.</p> | |
17 | - | |
14 | +recommendations produced by various strategies and algorithms tunnings. We | |
15 | +believe that real users evaluation regarding the relevance of recommendations is | |
16 | +the most accurate data source for computing recommender system effectiveness.</p> | |
17 | +<br /> | |
18 | 18 | <p>The engine that is being tested is a free software called <a |
19 | 19 | href="http://github.com/tassia/AppRecommender">AppRecommender</a>. It was |
20 | 20 | initially developed using the Debian Project infrasctructure, but the solution | ... | ... |
src/web/templates/survey.html
... | ... | @@ -54,8 +54,8 @@ $for pkg in pkg_details: |
54 | 54 | <div class="panel-wrapper"> |
55 | 55 | <h1>$pkg['package']</h1> |
56 | 56 | <span>$pkg['description']</span><br /> |
57 | - <input type="radio" name="sex" value="male" /> Male<br /> | |
58 | - <input type="radio" name="sex" value="female" /> Female | |
57 | + <input type="checkbox" name="good" /> Good <br /> | |
58 | + <input type="checkbox" name="surprise" /> Surprise | |
59 | 59 | <p> |
60 | 60 | <li><b>Description</b>: <br />$:pkg['long_description']</li> |
61 | 61 | $if pkg['homepage']: |
... | ... | @@ -77,7 +77,7 @@ $for pkg in pkg_details: |
77 | 77 | </div><!-- .coda-slider --> |
78 | 78 | </div><!-- .coda-slider-wrapper --> |
79 | 79 | |
80 | -<input type="submit" value="Submit" /> | |
80 | +<input type="submit" value="Conclude" /> | |
81 | 81 | |
82 | 82 | </form> |
83 | 83 | ... | ... |
src/web/templates/survey_index.html
... | ... | @@ -37,21 +37,23 @@ $$(document).ready(function() { |
37 | 37 | <div class="innertube"> |
38 | 38 | |
39 | 39 | <div class="textbox"> |
40 | -<h1>Help us learn your needs!</h1> | |
40 | +<h1>Help us learn your needs</h1> | |
41 | 41 | |
42 | 42 | <p>Participate in this survey and contribute for the development of |
43 | 43 | AppRecommender, a recommender system for GNU/Linux applications.</p> |
44 | 44 | <br /> |
45 | -<p>Please provide the list of packages installed in a real running system, | |
46 | -by uploading a popcon submission or the file generated with the command: | |
47 | -"dpkg -l > packages_list".</p> | |
48 | - | |
49 | -<p>Evaluate at least 10 suggested applications and identify yourself if you | |
50 | -wish to. Upon the completion of this survey there will be a thank you page | |
51 | -listing all identified participant.</p> | |
52 | - | |
45 | +<p>Please provide the list of packages installed in a real running system | |
46 | +(instructions above) and evaluate the list of applications suggested for it. | |
47 | +You need to analyse at least 10 sugestions to be considered in the survey, | |
48 | +though we appreciate if you do as many as you can.</p> | |
49 | +<br /> | |
53 | 50 | <p>Your help is very much appreciated!</p> |
54 | - | |
51 | +<!-- | |
52 | +(Caixinha com intruções) | |
53 | +<p> Instructions: if you have popularity-contest package installed, upload your | |
54 | +popcon submission file, usually located at '/var/log/popularity-contest'. | |
55 | +Otherwise run the following command and upload the 'packages_list' file: ``dpkg -l > packages_list''.</p> | |
56 | +--> | |
55 | 57 | </div> |
56 | 58 | |
57 | 59 | </div><!-- class="innertube" --> | ... | ... |
src/web/templates/thanks.html
... | ... | @@ -3,6 +3,11 @@ $var mod = 'thanks'; |
3 | 3 | |
4 | 4 | <div class="index_include"> |
5 | 5 | <center> |
6 | + | |
7 | +<p>Your personal identification is not mandatory, since it won't be processed | |
8 | +along with the experiments results. It is collected by means of demographic | |
9 | +characterization of the participants population.</p> | |
10 | + | |
6 | 11 | <h1>Thanks!</h1> |
7 | 12 | </center> |
8 | 13 | ... | ... |