Skip to content

Instantly share code, notes, and snippets.

@maggie-lee
maggie-lee / index.html
Created April 24, 2013 03:04
U.S. Container Port Depth
<!DOCTYPE html>
<html>
<head>
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
@maggie-lee
maggie-lee / ccrpi.csv
Last active December 17, 2015 10:28 — forked from anonymous/ccrpi.csv
SchoolYear SystemId SystemName SchoolId SchoolName GradeConfiguration GradeCluster AchievementPoints ProgressPoints AchievementGapPoints ETBPoints PerformancePoints ChallengePoints CCRPIScore
2012 633 Cobb 309 Lindley 6th Grade Academy 6 M 46.9 9.8 14.3 0.5 4.8 5.3 76.3
2012 737 Tift 1052 J. T. Reddick School 6 M 51.6 10.9 11.3 1 4.4 5.4 79.2
2012 781 Marietta 303 Marietta 6th Grade School 6 M 55.4 12 14.3 1.5 5.9 7.4 89.1
2012 7820312 State Charter Heritage Preparatory Academy School 312 Heritage Preparatory Academy School 6 M 41.2 6.1 7.5 0 3.1 3.1 57.9
2012 7820312 State Charter Heritage Preparatory Academy School ALL All Schools 6 M 41.2 6.1 7.5 0 3.1 3.1 57.9
2012 648 Douglas 507 Youth Villages at Inner Harbour 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12 M NA NA NA NA NA NA NA
2012 761 Atlanta 207 Hillside Conant School 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12 M NA NA NA NA NA NA NA
2012 633 Cobb 807 Devereux Ackerman Academy 01, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12 M NA NA NA NA NA NA N
2012 633 Cobb 309 Lindley 6th Grade Academy 6 M 46.9 9.8 14.3 0.5 4.8 5.3 76.3
2012 737 Tift 1052 J. T. Reddick School 6 M 51.6 10.9 11.3 1 4.4 5.4 79.2
2012 781 Marietta 303 Marietta 6th Grade School 6 M 55.4 12 14.3 1.5 5.9 7.4 89.1
2012 7820312 State Charter Heritage Preparatory Academy School 312 Heritage Preparatory Academy School 6 M 41.2 6.1 7.5 0 3.1 3.1 57.9
2012 7820312 State Charter Heritage Preparatory Academy School ALL All Schools 6 M 41.2 6.1 7.5 0 3.1 3.1 57.9
2012 648 Douglas 507 Youth Villages at Inner Harbour 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12 M NA NA NA NA NA NA NA
2012 761 Atlanta 207 Hillside Conant School 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12 M NA NA NA NA NA NA NA
2012 633 Cobb 807 Devereux Ackerman Academy 01, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12 M NA NA NA NA NA NA N
@maggie-lee
maggie-lee / ccrpi.csv
Last active December 17, 2015 11:09
Georgia High Schools Compared
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 14 columns, instead of 12. in line 8.
SchoolYear,SystemId,SystemName,SchoolId,SchoolName,GradeConfiguration,GradeCluster,AchievementPoints,ProgressPoints,AchievementGapPoints,ETBPoints,PerformancePoints,ChallengePoints,CCRPIScore
2012,ALL,All_Systems,ALL,All Schools,"PK,KK,01,02,03,04,05,06,07,08,09,10,11,12",M,57.7,9.9,11.3,0,2.5,2.5,81.4
2012,ALL,All_Systems,ALL,All Schools,"PK,KK,01,02,03,04,05,06,07,08,09,10,11,12",H,50.2,9.8,12.2,0,0.4,0.4,72.6
2012,ALL,All_Systems,ALL,All Schools,"PK,KK,01,02,03,04,05,06,07,08,09,10,11,12",E,57.5,9.8,10.5,0,5.6,5.6,83.4
2012,601,Appling,195,Appling County Middle School,"06, 07, 08",M,56.9,9.8,13.5,0.5,3.1,3.6,83.8
2012,601,Appling,109,Baxley Wilderness Institute,"07, 08, 09, 10",M,NA,NA,NA,NA,NA,NA,NA
2012,601,Appling,ALL,All Schools,"PK, KK, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12",M,56.8,9.8,13.5,0,3.1,3.1,83.2
2012,601,Appling,ALL,All Schools,"PK, KK, 01, 02, 03, 04, 05, 06, 07, 08, 09, 10, 11, 12",H,49,9.2,14.1,0,3.2,3.2,75.5
2012,601,Appling,103,Appling County,"09, 10, 11, 12",H,49.1,9.2,14.1,0,
@maggie-lee
maggie-lee / index.html
Created May 29, 2013 03:35
Refugees in Georgia
<!DOCTYPE html>
<html>
<style>
svg {
font: 12px sans-serif;
background-color: #E5F5E0;
background-opacity: 0.1;
color: #B93873;
}
@maggie-lee
maggie-lee / index.html
Created August 16, 2013 15:05
ga gov map
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node circle {
stroke: #3f2809;
stroke-width: 1.5px;
opacity: 0.8;
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
font: 12px sans-serif;
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
font: 12px sans-serif;
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
font: 12px sans-serif;
@maggie-lee
maggie-lee / index.html
Created December 2, 2013 17:10
Sankey bills
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY Experiment</title>
<style>
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}