Skip to content

Instantly share code, notes, and snippets.

View e9t's full-sized avatar

Lucy Park e9t

View GitHub Profile
@e9t
e9t / index.html
Last active December 18, 2015 02:39
South Korea Provinces (SVG)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<object data="skorea-provinces-v3.1.svg" type="image/svg+xml"></object>
</body>
</html>
@e9t
e9t / README.md
Last active December 16, 2015 08:59
South Korea Provinces

Description

  • Level: Provinces (시도)
  • Data format: TopoJSON
  • Data source: GADM

The data download script can be found here.

Author

Lucy Park, Team POPONG

@e9t
e9t / README.md
Last active December 11, 2015 21:39
SNU DMLab logo
@e9t
e9t / README.md
Last active December 11, 2015 19:29
How Many Politicians in Korea?

Caveat: This work is still in progress!

  • Author: team POPONG
  • Created date: 2013-01-27
  • Todos:
    1. Activate mouse hover when close to line
    2. y-axis log scale
    3. Mark data points with circles
    4. Interpolation for null cells
@e9t
e9t / README.md
Last active December 11, 2015 18:38
SNUIE labs

SNUIE labs

  • date: 2012-10-10
  • author: @echojuliett
@e9t
e9t / README.md
Last active December 10, 2015 17:28
Spotfire colors

Spotfire colors

  • Show HEX colors used in Spotfire
@e9t
e9t / README.md
Last active December 10, 2015 16:38
Smoothing

Smoothing

  • get_count_matrix
  • get_prob_matrix
  • get_laplace_matrix
  • get_turing_calcs (needs revision)
@e9t
e9t / README.md
Last active December 10, 2015 16:38
TV Keyword Map

Overview

Modified from the example 'force-collapsible' of the d3 library by SNU DMLab.

  • Keywords extracted from Google blog search during October, 2012.
  • Diagram created at 2012-09-11
@e9t
e9t / README.md
Last active October 9, 2015 17:58
smi2html

smi2html

Objective

Extract text in .smi files and convert to .html files

Development notes

  • The .smi files should be in the ./smi folder.
  • Extracted text will be contained in .html files and located in a `./html' folder.