Skip to content

Instantly share code, notes, and snippets.

View Mavromatika's full-sized avatar

Mavromatika

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.exampleDiv {
position: absolute;
border-radius: 50%;
/* background-color: deeppink;*/
background-position : center;
@Mavromatika
Mavromatika / .block
Created June 13, 2016 12:30 — forked from mbostock/.block
Spermatozoa
license: gpl-3.0
@Mavromatika
Mavromatika / datasize.json
Last active October 23, 2019 22:50
Exploring the Solar System
[
{"planet":"Mercury","radius":2439.7,"moons":[],"nmoons":0},
{"planet":"Venus","radius":6051.8,"moons":[],"nmoons":0},
{"planet":"Earth","radius":6371.0,"moons":[{"moon":"Moon","radius":1737.5}],"nmoons":1},
{"planet":"Mars","radius":3389.5,"moons":[{"moon":"Phobos","radius":11.1},{"moon":"Deimos","radius":6.2}],"nmoons":2},
{"planet":"Ceres","radius":476.2,"moons":[],"nmoons":0},
{"planet":"Jupiter","radius":69911,"moons":[{"moon":"Io","radius":1821.6},{"moon":"Europa","radius":1560.8},{"moon":"Ganymede","radius":2631.2},{"moon":"Callisto","radius":2410.3}],"nmoons":67},
{"planet":"Saturn","radius":58232,"moons":[{"moon":"Titan","radius":2574.7},{"moon":"Iapetus","radius":735.6},{"moon":"Rhea","radius":764.3},{"moon":"Dione","radius":561.7},{"moon":"Tethys","radius":533.0}],"nmoons":62},
{"planet":"Uranus","radius":25362,"moons":[{"moon":"Oberon","radius":761.4},{"moon":"Titania","radius":788.9},{"moon":"Ariel","radius":578.9},{"moon":"Umbriel","radius":584.7}],"nmoons":27},
@Mavromatika
Mavromatika / datahistory.json
Last active October 23, 2019 22:51
Timeline of the discovery of the Solar System
[
{"date":1550,"who":"The Ancients","data":[
{"col":0,"row":0,"name":"Mercury","type":"planet"},
{"col":1,"row":0,"name":"Venus","type":"planet"},
{"col":2,"row":0,"name":"Earth","type":"planet"},
{"col":3,"row":1,"name":"Moon","type":"moon"},
{"col":4,"row":0,"name":"Mars","type":"planet"},
{"col":8,"row":0,"name":"Jupiter","type":"planet"},
{"col":13,"row":0,"name":"Saturn","type":"planet"}
]},
@Mavromatika
Mavromatika / bckgrd.png
Last active December 7, 2015 15:08
Choropleth of income in France
bckgrd.png
@Mavromatika
Mavromatika / fonts.csv
Last active November 22, 2015 20:36
Lebowsky Ransom
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
font
Arial
Arial Black
Arial Bold
Arial Bold Italic
Arial Italic
Comic Sans MS
Comic Sans MS Bold Courier
Courier New
Courier New Bold
@Mavromatika
Mavromatika / index.html
Last active November 22, 2015 15:15
Carte PBF v2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mercator projection</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script>
<style type="text/css">
body {
background-color: #383838;
@Mavromatika
Mavromatika / FRA_adm5.json
Last active November 19, 2015 15:07
Income per commune in France
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Mavromatika
Mavromatika / index.html
Last active November 19, 2015 15:21
Melting clouds - Mavromatika
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Melting clouds - Mavromatika</title>
</head>
<style>
body{
background-color: white;
}
@Mavromatika
Mavromatika / index.html
Last active May 24, 2016 14:11
Rivers and lakes of the Earth
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rivers of the Earth</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="//d3js.org/topojson.v1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<style type="text/css">