Skip to content

Instantly share code, notes, and snippets.

View Zhenmao's full-sized avatar

Zhenmao Wan Zhenmao

View GitHub Profile
@Zhenmao
Zhenmao / data.json
Last active February 26, 2018 10:25
Interactive Dendrogram
This file has been truncated, but you can view the full file.
[{"whichdim":"ga:medium","dim":"\/site-optimus-metadata-source\/?account=420308&property=UA-420308-1&propertyname=https:\/\/www.flatworldsolutions.com&days=7&profileId=665380&goalID=1&startDate=2018-02-12&goalcompletes=105&sessions=21426&endDate=2018-02-19&filter=ga:medium==(none)||(none)","den":"2669","num":"13","opps":"13.00","id":"https:\/\/www.googleapis.com\/analytics\/v3\/data\/ga?ids=ga:665380&dimensions=ga:medium&metrics=ga:sessions,ga:goal1Completions&start-date=2018-02-12&end-date=2018-02-19","opplevel":"Low","quer":"\/site-optimus-metadata-source\/?account=420308&property=UA-420308-1&propertyname=https:\/\/www.flatworldsolutions.com&days=7&profileId=665380&goalID=1&startDate=2018-02-12&goalcompletes=105&sessions=21426&endDate=2018-02-19&filter=ga:medium==(none)||drill down"},{"whichdim":"ga:medium","dim":"\/site-optimus-metadata-source\/?account=420308&property=UA-420308-1&propertyname=https:\/\/www.flatworldsolutions.com&days=7&profileId=665380&goalID=1&startDate=2018-02-12&goalcompletes=105&sessi
@Zhenmao
Zhenmao / index.html
Created March 9, 2018 10:52
Datacenter simulation
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="https://d3js.org/d3.v4.min.js"></script>
</head>
<body>
@Zhenmao
Zhenmao / demoOverTime.json
Last active March 15, 2018 02:45
Bubble chart animation over time
{
"nodes": [
{
"id": "ciq_company_258769",
"user": "Celgene Corporation",
"description": "",
"color": "#ee2c2a",
"loaded": true,
"className": "Co-Investment"
},
@Zhenmao
Zhenmao / index.html
Created March 15, 2018 13:20
TBI-related Emergency Department Visits & Deaths
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
<style>
#container {
font-family: 'Inconsolata', monospace;
font-size: 14px;
@Zhenmao
Zhenmao / 10jahre.json
Created March 19, 2018 13:28
Interest rates
[[["2000-01-03",5.95],["2000-01-04",6.02],["2000-01-05",6],["2000-01-06",6.07],["2000-01-07",6.02],["2000-01-10",5.96],["2000-01-11",5.91],["2000-01-12",6.04],["2000-01-13",6.06],["2000-01-14",6],["2000-01-17",6.05],["2000-01-18",6.05],["2000-01-19",6.09],["2000-01-20",6.1],["2000-01-21",6.06],["2000-01-24",6.1],["2000-01-25",5.98],["2000-01-26",5.98],["2000-01-27",5.99],["2000-01-28",6.08],["2000-01-31",6.05],["2000-02-01",5.99],["2000-02-02",5.94],["2000-02-03",5.97],["2000-02-04",5.89],["2000-02-07",6.01],["2000-02-08",5.99],["2000-02-09",5.99],["2000-02-10",6.04],["2000-02-11",6.09],["2000-02-14",6.08],["2000-02-15",6.03],["2000-02-16",6.06],["2000-02-17",6.06],["2000-02-18",6.08],["2000-02-21",6.02],["2000-02-22",5.96],["2000-02-23",5.95],["2000-02-24",5.97],["2000-02-25",5.95],["2000-02-28",6.02],["2000-02-29",5.99],["2000-03-01",5.98],["2000-03-02",5.99],["2000-03-03",5.98],["2000-03-06",5.95],["2000-03-07",5.9],["2000-03-08",5.92],["2000-03-09",5.9],["2000-03-10",5.88],["2000-03-13",5.89],["2000-03-14
@Zhenmao
Zhenmao / index.html
Last active March 22, 2018 07:35
US leading death causes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet">
<style>
#container {
font-family: 'Inconsolata', monospace;
font-size: 14px;
@Zhenmao
Zhenmao / index.html
Created March 27, 2018 04:15
Ring size chart
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tesoro & Amistades</title>
<link href="https://fonts.googleapis.com/css?family=Arapey|Vollkorn" rel="stylesheet">
<style>
body {
font-family: 'Vollkorn', serif;
font-size: 14px;
@Zhenmao
Zhenmao / index.html
Created March 31, 2018 23:23
Parallel coordinates
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="parallel-coordinates.css">
<body>
<div id="chart"></div>
<script src="//d3js.org/d3.v4.min.js"></script>
<script src="parallel-coordinates.js"></script>
<script>
var divID = "#chart";
var datafile = "user1.csv"; // Change to "user2.csv" or "user3.csv" to switch dataset
@Zhenmao
Zhenmao / index.html
Last active May 20, 2018 14:10
US State Capitals
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>US State Capitals</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body,
text {
@Zhenmao
Zhenmao / index.html
Last active May 22, 2018 19:27
Triangle Chart
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Triangle Chart</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://d3js.org/d3.v5.min.js"></script>
<style>