-
Notifications
You must be signed in to change notification settings - Fork 0
/
reportes.html
177 lines (167 loc) · 7.22 KB
/
reportes.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Creative - Bootstrap 3 Responsive Admin Template">
<meta name="author" content="GeeksLabs">
<meta name="keyword" content="Creative, Dashboard, Admin, Template, Theme, Bootstrap, Responsive, Retina, Minimal">
<link rel="shortcut icon" href="img/favicon.png">
<title>.:::Análisis de Contenido:::.</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/c3.css">
<link rel="stylesheet" type="text/css" href="css/c3.min.css">
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- bootstrap theme -->
<link href="css/bootstrap-theme.css" rel="stylesheet">
<!--external css-->
<!-- font icon -->
<link href="css/elegant-icons-style.css" rel="stylesheet" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom styles -->
<link href="css/style.css" rel="stylesheet">
<link href="css/style-responsive.css" rel="stylesheet" />
</head>
<body>
<!-- container section start -->
<section id="container" class="">
<!--header start-->
<header class="header dark-bg">
<div class="toggle-nav">
<div class="icon-reorder tooltips" data-original-title="Menú" data-placement="bottom"><i class="icon_menu"></i></div>
</div>
<div class="top-nav notification-row"><!-- notificatoin dropdown start-->
<ul class="nav pull-right top-menu">
<!-- Resultados start-->
<li id="mail_notificatoin_bar" class="dropdown">
<a href="comparativa_treemap.html">
<i class="icon_desktop"></i>
<span class="username">Resultados</span>
</a>
</li>
<!-- Resultados end -->
<!-- Proyecto start -->
<li id="task_notificatoin_bar" class="dropdown">
<a href="introduccion.html">
<i class="icon_document_sel"></i>
<span class="username">Proyecto</span>
</a>
</li>
<!-- Proyecto end -->
<!-- Equipo start-->
<li id="alert_notificatoin_bar" class="dropdown">
<a href="equipo.html">
<i class="icon_contacts_alt"></i>
<span class="username">Equipo</span>
</a>
</li>
<!-- Equipo end-->
</ul>
<!-- notificatoin dropdown end-->
</div>
</header>
<!--header end-->
<!--sidebar start-->
<aside>
<div id="sidebar" class="nav-collapse ">
<!-- sidebar menu start-->
<ul class="sidebar-menu">
<li class="">
<a class="" href="introduccion.html">
<i class="icon_comment"></i>
<span>Introducción</span>
</a>
</li>
<li class="">
<a class="" href="metodologia.html">
<i class="entrada_alt"></i>
<span>Metodología</span>
</a>
</li>
<!-- <li> -->
<li class="sub-menu">
<a href="javascript:;" class="">
<i class="salida_alt"></i>
<span>Desarrollo</span>
<span class="menu-arrow arrow_carrot-right"></span>
</a>
<ul class="sub">
<li>
<a class="" href="clasificacion.html">
<i class="icon_genius"></i>
<span>Clasificación</span></a>
</li>
<li><a class="" href="reportes.html">
<i class="arrow_left_alt"></i>
<span>Reportes</span></a></li>
</ul>
</li>
</ul>
<!-- sidebar menu end-->
</div>
</aside>
<!--sidebar end-->
</div>
</aside>
<!--sidebar end-->
<!--main content start-->
<section id="main-content">
<section class="wrapper">
<div class="row">
<div class="col-lg-12">
<div class="page-header">
<div class="col-sm-4">
<i class="icon_document_alt">
</i> Proyecto </div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<ol class="breadcrumb">
<li><a href="introduccion.html">Proyecto</a></li>
<li>Desarrollo</li>
<li>Módulo 2. Reportes</li>
</ol>
</div>
</div>
<div class="col-lg-12" align="justify">
<section class="panel-ca">
<header class="panel-heading">MÓDULO 2. REPORTES </header>
<table>
<tr>
<td width="5%"> </td>
<td width="90%"> </td>
<td width="5%"> </td>
</tr>
<tr>
<td width="5%"> </td>
<td class="danger" width="89%" style="background-color:#dddddd">
Para mostrar la información, se desarrolló una Api que consulta la base de datos de los tweets clasificados y de los datasets publicados, además de una página web que representa gráficamente cada uno de los consolidados.</td>
</tr>
<tr>
<td width="5%"> </td>
<td width="90%" align="center"><img src="images/ico-category/salida.png" width="700" height="200"></td>
<td width="5%"> </td>
</tr>
</table>
</section>
</div>
</div>
<!-- page end--><!--main content end--><!-- container section end -->
<!-- javascripts -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/d3.js" charset="utf-8"></script>
<script type="text/javascript" src="js/d3plus.js"></script>
<script type="text/javascript" src="js/c3.min.js" charset="utf-8"></script>
<script type="text/javascript" src="js/evolucion.js" charset="utf-8"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- nicescroll -->
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.nicescroll.js" type="text/javascript"></script>
<!--custome script for all page-->
<script src="js/scripts.js"></script>
</body>
</html>