Skip to content

Instantly share code, notes, and snippets.

@Pabloska
Pabloska / index.html
Last active August 29, 2015 14:12
Languages
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<link rel = "stylesheet" type = "text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<link rel="stylesheet" type = "text/css" href="css/style.css">
<style>
#circle circle {
@Pabloska
Pabloska / flare_airports.json
Last active August 29, 2015 14:14
Connectivity
{
"name": "LONDON AIRPORTS",
"children": [
{
"name": "GATWICK",
"children": [
{
"name": "NORTH AMERICA",
"children": [
{
@Pabloska
Pabloska / index.html
Last active August 29, 2015 14:19
Migrant crisis in the Mediterranean
<html>
<body>
<script type="text/javascript"
src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1.1','packages':['sankey']}]}">
</script>
<div>
<h2><b>
ARRIVALS BY SEA IN ITALY (JANUARY - MARCH 2015)
</b></h2>
@Pabloska
Pabloska / deaths_2.json
Last active August 29, 2015 14:24
15 years of migrant deaths - Overview (2000 - 2015)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Pabloska
Pabloska / index.html
Created July 15, 2015 15:06
Migration Integration Index: 2010-2015
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Multiple choropleth maps</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.2.1/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.2.1/mapbox.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
@Pabloska
Pabloska / index.html
Last active August 29, 2015 14:27
Migrant Legal Satus
<html>
<head>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.11/themes/css/cartodb.css" />
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.11/cartodb.js"></script>
<style>
html, body {width:100%; height:100%; padding: 0; margin: 0;}
#map { width: 100%; height:600; background: black;}
#menu { position: absolute; top: 5px; left: 90px; width: 500px; height:60px; background: transparent; z-index:10;}
#menu a {
margin: 15px 10px 0 0;
@Pabloska
Pabloska / index.html
Created October 13, 2015 11:14
MOAS Rescues 2015
<html>
<head>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.11/themes/css/cartodb.css" />
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.11/cartodb.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<style>
html, body {width:100%; height:100%; padding: 0; margin: 0;}
@Pabloska
Pabloska / index.html
Last active October 20, 2015 13:00
4Mi - Mixed Migration Monitoring
<html>
<head>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.11/themes/css/cartodb.css" />
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.11/cartodb.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<style>
@Pabloska
Pabloska / index.html
Created November 1, 2015 16:59 — forked from clhenrick/index.html
cartodb.js set sublayer interactivity
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Northwest Bushwick Community Map</title>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/base/jquery-ui.css">
<!-- <link rel="stylesheet" href="css/style.css" type="text/css" /> -->
<link rel="stylesheet" type="text/css" href="css/styles-new.css">
<html>
<head>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/3.11/themes/css/cartodb.css" />
<script src="http://libs.cartocdn.com/cartodb.js/v3/3.11/cartodb.js"></script>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="http://cartodb.com/assets/favicon.ico" />
<style>