Commit e74e28c2f2770945127fcfe546ee16dc8ed96a0c
1 parent
20306386
Exists in
master
and in
1 other branch
Updated layouts content.
Showing
3 changed files
with
27 additions
and
11 deletions
Show diff stats
src/web/templates/about.html
... | ... | @@ -15,20 +15,32 @@ $var jsfiles: static/js/facebox.js |
15 | 15 | <div id="maincontent"> |
16 | 16 | <div class="innertube"> |
17 | 17 | |
18 | -<a rel="facebox" href="/static/images/diaappr.png" title="AppRecommender Diagram"><img style="float: right; margin: 10px;" alt="AppRecommender Diagram" src="/static/images/diaappr.png" width="230px" /></a> | |
18 | +<h1>AppRecommender Survey</h1> | |
19 | +<h2>About</h2> | |
19 | 20 | |
20 | -<h1>About</h1> | |
21 | - | |
22 | -<p>This experiment aims to compare and validate automated application | |
23 | -recommendations produced by various strategies and algorithms tunnings. We | |
21 | +<p align="justify">This experiment aims to compare and validate automated application | |
22 | +recommendations produced by various strategies and algorithms tuning. We | |
24 | 23 | believe that real users evaluation regarding the relevance of recommendations is |
25 | 24 | the most accurate data source for computing recommender system effectiveness.</p> |
26 | -<br /> | |
27 | -<p>The engine that is being tested is a free software called <a | |
25 | +<br/> | |
26 | + | |
27 | +<a rel="facebox" href="/static/images/diaappr.png" title="AppRecommender Diagram"> | |
28 | +<img style="float: right; margin: 10px;" alt="AppRecommender dataflow" | |
29 | +src="/static/images/diaappr.png" width="230px" /></a> | |
30 | + | |
31 | +<p align="justify">The engine that is being tested is a free software called <a | |
28 | 32 | href="http://github.com/tassia/AppRecommender">AppRecommender</a>. It was |
29 | 33 | initially developed using the Debian Project infrasctructure, but the solution |
30 | -is essentially distro-independent and could even be adapted to non GNU/Linux | |
31 | -systems given that there was available data for that.</p> | |
34 | +is essentially distro-independent and can even be adapted to non GNU/Linux | |
35 | +systems given that there is available data for that.</p> | |
36 | +<br /> | |
37 | + | |
38 | +<p align="justify">The picture on the right gives an idea of the data workflow | |
39 | +for AppRecommender. The user provides a set of applications installed in his | |
40 | +system and the recommender suggestes a set of applications that he might also | |
41 | +be interested in. Different strategies can be used to compose the recommendation, | |
42 | +based on this user and other similar users profiles, using Apt-xapian-index, | |
43 | +Popcon and UDD as data sources.</p> | |
32 | 44 | |
33 | 45 | </div><!-- id="innertube" --> |
34 | 46 | </div><!-- id="maincontent" --> | ... | ... |
src/web/templates/survey.html
... | ... | @@ -28,7 +28,11 @@ $var jsfiles: static/coda-slider-2.0/javascripts/jquery-1.3.2.min.js static/coda |
28 | 28 | <div class="show-end" style="display: none;"> |
29 | 29 | |
30 | 30 | <p> |
31 | -A class <b>show-end</b> ou <b>hide-end</b> mostra um elemento ou esconde um elemento ao final do último Next. | |
31 | +<!--A class <b>show-end</b> ou <b>hide-end</b> mostra um elemento ou esconde um | |
32 | +elemento ao final do último Next.--> | |
33 | +You have completed this round of evaluations. If you have time to do some more, | |
34 | +please do so. Otherwise, please conclude your participation clicking in the | |
35 | +button below. | |
32 | 36 | </p> |
33 | 37 | |
34 | 38 | </div> | ... | ... |
src/web/templates/survey_index.html
... | ... | @@ -22,7 +22,7 @@ AppRecommender, a recommender system for GNU/Linux applications.</p> |
22 | 22 | <br /> |
23 | 23 | <p>Please provide the list of packages installed in a real running system |
24 | 24 | (instructions above) and evaluate the list of applications suggested for it. |
25 | -You need to analyse at least 10 sugestions to be considered in the survey, | |
25 | +You need to analyse at least 10 suggestions to be considered in the survey, | |
26 | 26 | though we appreciate if you do as many as you can.</p> |
27 | 27 | <br /> |
28 | 28 | <p>Your help is very much appreciated!</p> | ... | ... |