presos timeline

This commit is contained in:
abe- 2017-06-16 17:14:17 +02:00
parent 215964a52d
commit 92ba357bbf
19 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<div class="video-container">
<iframe src='https://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=1VLDzqJzMt7yB29pRsdO_HfDVbCXrdIHXP9R2LNDSE9c&font=OpenSans-GentiumBook&lang=es&initial_zoom=2&start_at_slide=1&height=550' width='100%' height='550' webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder='0'></iframe>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -0,0 +1,10 @@
CH,AGRUPACION,ENTIDAD,MUNICIPIO,ANYO INICIO,ANYO FINAL,X ETRS89 UTM 30,Y,DESCRIPCION
guadalquivir,SCPM1,La Corchuela,Dos Hermanas,1939,1944,235974,4127991,Canal del Bajo Guadalquivir
guadalquivir,SCPM1,Los Merinales,Dos Hermanas,1944,1960,237303,4132469,Canal del Bajo Guadalquivir/Riegos del Salado del Morón
guadiana,SCPM2,La Colonia,Montijo,1941,1957,188429,4313814,Canal del Montijo/Obras del INC para el Plan Badajoz
tajo,SCPM3,Campamento de la Sal,Talavera de la Reina,1940,1953,352377,4430639,Canal del Bajo Alberche
tajo,SCPM3bis,,Madrigal de la Vera,1953,1959,300052,4443243,Canal del Rio Tietar
tajo,SCPM4,,Añover del Tajo,1940,1944,438074,4430598,Real Acequia del Jarama
tajo,SCPM4,,Navalmoral de la Mata,1950,1953,282823,4419263,Pantano de Rosarito rio Tiétar
guadalquivir,SCPM6,Los Merinales,Dos Hermanas,1942,1944,237303,4132469,Canal del Bajo Guadalquivir y +
ebro,SCMP7,,Vilanova de la Barca,?,1956,810191,4622084,Canal de Aragón y Cataluña/Canal de la Violada
1 CH AGRUPACION ENTIDAD MUNICIPIO ANYO INICIO ANYO FINAL X ETRS89 UTM 30 Y DESCRIPCION
2 guadalquivir SCPM1 La Corchuela Dos Hermanas 1939 1944 235974 4127991 Canal del Bajo Guadalquivir
3 guadalquivir SCPM1 Los Merinales Dos Hermanas 1944 1960 237303 4132469 Canal del Bajo Guadalquivir/Riegos del Salado del Morón
4 guadiana SCPM2 La Colonia Montijo 1941 1957 188429 4313814 Canal del Montijo/Obras del INC para el Plan Badajoz
5 tajo SCPM3 Campamento de la Sal Talavera de la Reina 1940 1953 352377 4430639 Canal del Bajo Alberche
6 tajo SCPM3bis Madrigal de la Vera 1953 1959 300052 4443243 Canal del Rio Tietar
7 tajo SCPM4 Añover del Tajo 1940 1944 438074 4430598 Real Acequia del Jarama
8 tajo SCPM4 Navalmoral de la Mata 1950 1953 282823 4419263 Pantano de Rosarito rio Tiétar
9 guadalquivir SCPM6 Los Merinales Dos Hermanas 1942 1944 237303 4132469 Canal del Bajo Guadalquivir y +
10 ebro SCMP7 Vilanova de la Barca ? 1956 810191 4622084 Canal de Aragón y Cataluña/Canal de la Violada

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 239 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
docs/graficos/data/viar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

12
docs/graficos/presos.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/addons/p5.dom.min.js"></script>
<script src="presos.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<style> body {padding: 0; margin: 0;} </style>
</head>
<body>
</body>
</html>

42
docs/graficos/presos.js Normal file
View file

@ -0,0 +1,42 @@
var ids, cuencas;
var idZonas, zonas;
function preload() {
nombres = new Array("SCPM1","SCPM1","SCPM2","SCPM3","SCPM3bis","SCPM4","SCPM4","SCPM6","SCPM7");
inicio = new Array(1939,1944,1941,1940,1953,1940,1950,1942,-1);
final = new Array(1944,1960,1957,1953,1959,1944,1953,1944,1956);
}
function setup() {
ids = new Array("guadiana","guadalquivir-presos","tajo","ebro");
cuencas = new Array();
for (var n = 0; n < ids.length; n++) {
cuencas[n] = loadImage("data/" + ids[n]+".png");
}
zonas = [];
idZonas = [];
idZonas[0] = new Array("montijo", "la_mancha");
idZonas[1] = new Array("bajo_guadalquivir", "viar");
idZonas[2] = new Array("alberche", "jarama", "rosarito");
idZonas[3] = new Array("violada", "aragon_cataluna", "tarrega");
for (var n = 0; n < ids.length; n++) {
zonas[n] = []
for (var m = 0; m < idZonas[n].length; m++) {
zonas[n][m] = loadImage("data/"+idZonas[n][m]+".png");
}
}
createCanvas(655,519);
}
function draw() {
background(200,225,225);
for (var n = 0; n < nombres.length; n++) {
var x = 100;
var y = map(n,0,nombres.length,300, 500);
}
}

View file

@ -2,3 +2,4 @@
layout: page layout: page
title: Empleo de presos en las grandes obras title: Empleo de presos en las grandes obras
--- ---
{% include _presos.html %}