-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>InfoVis</title>
<link rel="stylesheet" href="http://bootswatch.com/united/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1>Visualización de Información</h1>
<h3>Trabajos Prácticos</h3>
<ul>
<li>Word Map
<a href="http://fmeola.github.io/infovis/wordMap/">Link</a>
<a href="https://bl.ocks.org/fmeola/7d66c5e8edcb4ed9caff">Block</a>
</li>
<li>Bar Chart
<a href="http://fmeola.github.io/infovis/barchart/">Link</a>
<a href="https://bl.ocks.org/fmeola/6c3b90850e3bccfe0c64">Block</a>
</li>
<li>Selection
<a href="http://fmeola.github.io/infovis/selection/">Link</a>
<a href="https://bl.ocks.org/fmeola/774c672147f7e005e9eaf8cdd0e13ad0">Block</a>
</li>
<li>Censo
<a href="http://fmeola.github.io/infovis/census/data/gender.html">Link</a>
<a href="https://bl.ocks.org/fmeola/01d3f6009a6d7021ce474021f0db1e21">Block</a>
</li>
</ul>
<h3>Trabajo Práctico Datos Personales</h3>
<ul>
<li>Datos de la aplicación Salud de iOS
<a href="http://fmeola.github.io/infovis/health/">Link</a>
</li>
</ul>
</div>
</body>
</html>