-
Notifications
You must be signed in to change notification settings - Fork 4
/
WhoAreWe.html
49 lines (38 loc) · 2.42 KB
/
WhoAreWe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!--
2014/01/06
Charles Perin
INRIA, Univ. Paris-Sud & CNRS-LIMSI
charles.perin@free.fr
-->
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>A Table WhoAreWe</title>
</head>
<body>
<div style="width:600px;text-align:justify;">
<h3>English</h3>
<a href='http://charles.perin.free.fr'>Charles Perin</a> is a Phd student in Information Visualization in the <a href='http://www.inria.fr'>INRIA</a> team <a href='http://www.aviz.fr'>AVIZ</a>, Université Paris-Sud, France.
<br>
<a href='http://www.vuillemot.net/'>Romain Vuillemot</a> is a Data Visualization Fellow at <a href='http://www.harvard.edu/'>Harvard</a>, Cambridge, USA.<br>
<br>
This project is dedicated to the improvement of ranking tables in sport, and other domains.<br>
It is related to our <a href='http://www.aviz.fr/soccer'>previous work on soccer</a>.<br>
<br>
We believe that a lot remain to be studied to improve ranking tables and their usefulness. By tackling this challenge, we aim at providing interactive tables to perform more advanced tasks than what can be done with them today, such as comparing teams, finding patterns, understanding the evolution of a team rank over a season.
<br><br>
<hr>
<br>
<h3>Français</h3>
<a href='http://charles.perin.free.fr'>Charles Perin</a> est doctorant en Visualisation d'Information dans l'équipe <a href='http://www.inria.fr'>INRIA</a> <a href='http://www.aviz.fr'>AVIZ</a>, à l'Université Paris-Sud, France.
<br>
<a href='http://www.vuillemot.net/'>Romain Vuillemot</a> travaille dans la visualisation de données à <a href='http://www.harvard.edu/'>Harvard</a>, Cambridge, USA.<br>
<br>
Ce projet est dédié à l'amélioration des tableaux de classement dans le sport, ainsi que dans d'autres domaines.<br>
Il s'inscrit dans la continuité de nos <a href='http://www.aviz.fr/soccer'>travaux passé sur le football.</a><br>
<br>
Nous pensons que de nombreux travaux restent à effectuer afin d'améliorer les tableaux de classement et leur utilité. En nous attaquant à ce problème, nous espérons proposer de nouvelles tables interactives permettant d'effectuer des tâches plus complexes que ce qu'elles permettent de faire actuellement, telles que comparer des équipes, trouver des patterns, ou comprendre l'évolution du classement d'une équipe au cours de la saison.
</div>
</body>
</html>