-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
80 lines (61 loc) · 3.91 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="David A. Ayala-Usma">
<title>Baby steps by David Ayala-Usma</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<nav class="nav nav-masthead">
<a class="nav-link active" href="https://github.com/ayala-usma/VisualAnalytics">My GitHub Repo</a>
<a class="nav-link" href="https://bcem.uniandes.edu.co/">My CompBio Lab</a>
<a class="nav-link" href="mailto:da.ayala38@uniandes.edu.co">Contact</a>
</nav>
</div>
</div>
<div class="inner cover">
<h1 class="cover-heading">Baby steps in Data Visualization</h1>
<p class="lead" id="main_text">This is David Ayala-Usma's blog for Data Visualization. The site is originally conceived as a repository of my projects of the <a href="http://johnguerra.co/classes/visual_analytics_fall_2017/">Visual Analytics course</a> at <a href="http://www.uniandes.edu.co">Uniandes</a>, but hopefully it will grow up beyond that. Please check my <a href="http://twitter.com/estadoalternado">Twitter account</a> and several of my pics in Instagram under <a href="http://www.instagram.com/davidaau">@davidaau</a>.</p>
<p class="lead">
<a href="https://ayala-usma.github.io/VisualAnalytics/Proyecto1_AguaColombia/insights.html" class="btn btn-secondary">Project 1: Agua en Colombia</a>
</p>
<p class="lead">
<a href="https://ayala-usma.github.io/VisualAnalytics/Proyecto2_CultivosSucre/cultivos.html" class="btn btn-secondary">Project 2: Economía agrícola de Sucre 2011-2015</a>
</p>
<p class="lead">
<a href="https://ayala-usma.github.io/VisualAnalytics/Proyecto3_FOXP2Interactome/interactome.html" class="btn btn-secondary">Project 3: FOXP2 Interactome: Language evolution and disease </a>
</p>
<p class="lead">
<a href="https://ayala-usma.github.io/VisualAnalytics/Proyecto4_Titanic_TreeMap/titanic.html" class="btn btn-secondary">Project 4: Titanic: Women and children first? </a>
</p>
</div>
<div class="mastfoot">
<div class="inner">
<p>Cover template for <a href="https://getbootstrap.com">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../../../assets/js/vendor/popper.min.js"></script>
<script src="../../../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>