-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCode_Directory.html
193 lines (174 loc) · 6.28 KB
/
Code_Directory.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Author" content="Made by 'tree'">
<meta name="GENERATOR" content="$Version: $ tree v1.8.0 (c) 1996 - 2018 by Steve Baker, Thomas Moore, Francesc Rocher, Florian Sesser, Kyosuke Tokoro $">
<title>Code Folder</title>
<style type="text/css">
<!--
BODY {
font-family: ariel, monospace, sans-serif;
background: #1e1e1e;
}
P {
font-weight: normal;
font-family: ariel, monospace, sans-serif;
color: white;
background-color: transparent;
}
B {
font-weight: normal;
color: white;
background-color: transparent;
}
A:visited {
font-weight: normal;
text-decoration: none;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: inline;
}
A:link {
font-weight: normal;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: inline;
}
A:hover {
color: #000000;
font-weight: normal;
text-decoration: underline;
background-color: yellow;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: inline;
}
A:active {
color: #000000;
font-weight: normal;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: inline;
}
.VERSION {
font-size: small;
font-family: arial, sans-serif;
}
.NORM {
color: white;
background-color: transparent;
}
.FIFO {
color: purple;
background-color: transparent;
}
.CHAR {
color: yellow;
background-color: transparent;
}
.DIR {
color: rgb(0, 89, 255);
background-color: transparent;
}
.BLOCK {
color: yellow;
background-color: transparent;
}
.LINK {
color: aqua;
background-color: transparent;
}
.NOTEBOOK {
color: rgb(243, 130, 243);
background-color: transparent;
}
.PY {
color: rgb(121, 189, 121);
background-color: transparent;
}
h1 {
color: white;
}
h3 {
color:white;
}
table {
width: 50%;
border-collapse: collapse;
}
th, td {
border: 1px solid #dddddd5d;
padding: 8px;
color: white;
text-align: left;
}
th {
background-color: #f2f2f259;
}
-->
</style>
</head>
<body>
<h1>Code Folder</h1>
<h3>Color Conventions</h2>
<table>
<thead>
<tr>
<th>Color</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="PY">light green</td>
<td>Python files with functions</td>
</tr>
<tr>
<td class="NOTEBOOK">fucsia</td>
<td>Jupiter Notebooks</td>
</tr>
<tr>
<td class="DIR">light blue</td>
<td>Directories</td>
</tr>
<!-- Add more rows for other file types as needed -->
</tbody>
</table>
<p>
<b class="NORM">Code</b>
<!-- 3 Day Graphs Directory -->
<br> ├──<b class="NOTEBOOK">1_Concatenate_Tweets.ipynb</b><b>: Juntar todos los tweets y crear DataFrames con ellos</b>
<br> ├──<b class="NOTEBOOK">2_Political_Labelling.ipynb</b><b>: Etiquetar cada usuario con una ideología política</b>
<br> ├──<b class="NOTEBOOK">3.1_Original_Tweets.ipynb</b><b>: Calcular la cantidad de tweets escritos de cada usuario</b>
<br> ├──<b class="NOTEBOOK">3.2_Retweets_Networks.ipynb</b><b>: Crear los Grafos con todas sus propiedades</b>
<br> ├──<b class="NOTEBOOK">4.1_Visualize_Networks.ipynb</b><b>: Visualización de las redes</b>
<br> ├──<b class="NOTEBOOK">4.2_Resume_Networkx.ipynb</b><b>: Visualizar las redes a nivel de ideología política</b>
<br> ├──<b class="NOTEBOOK">5_Segregation_Indexes.ipynb</b><b>: Descripción y cálculo de lasmedidas de segregación</b>
<br> ├──<b class="NOTEBOOK">6_Descriptive_Statistics.ipynb</b><b>: Estadísticas descriptivas de los grafos</b>
<br> ├──<b class="NOTEBOOK">8_Histograms_for_individuals.ipynb</b>
<br> ├──<b class="DIR">ACLED</b>
<br> │ ├──<b class="NOTEBOOK">Daily ACLED.ipynb</b><b>: Análisis de los datos de violencia en ACLED a nivel diario</b>
<br> │ └──<b class="NOTEBOOK">Weekly ACLED.ipynb</b><b>: Análisis de los datos de violencia en ACLED a nivel semanal</b>
<br> ├──<b class="DIR">deprecated</b>
<br> ├──<b class="DIR">fa2_visualization</b><b>: Carpeta con el paquete ForceAtlas2 escrito nuevamente</b>
<br> ├──<b class="NOTEBOOK">Toy_Graph_tol.ipynb</b><b>: Cuaderno para experimentos (BORRAR A FUTURO)</b>
<br> └──<b class="DIR">utils</b>
<br> ├──<b class="PY">Bojanowski.py</b><b>: Funciones tomando enc uenta la notación y framework de Bojanowski</b>
<br> ├──<b class="PY">Freeman.py</b><b>: Cálculo de segregación basados en Freeman</b>
<br> ├──<b class="PY">GraphTransform.py</b><b>: Transformación del objeto 'Grafo' entre librerias</b>
<br> ├──<b class="PY">Homophily.py</b><b>: Cálculo de Índices de Homofilia</b>
<br> ├──<b class="PY">Proximity.py</b><b>: Cálculo de índices de Proximidad</b>
<br> ├──<b class="PY">SSI.py</b><b>: Cálculo de Indie de Segregación Espectral</b>
<br> └──<b class="PY">__init__.py</b>
<br>
<br>
<br>
</p>
<hr>
<p class="VERSION"> tree v1.8.0 © 1996 - 2018 by Steve Baker and Thomas Moore <br> HTML output hacked and copyleft © 1998 by Francesc Rocher <br> JSON output hacked and copyleft © 2014 by Florian Sesser <br> Charsets / OS/2 support © 2001 by Kyosuke Tokoro </p>
</body>
</html>