← Work

Live · open data · 2026 · Research + build

Taiwan Hip-Hop Map

An interactive genealogy of Taiwan hip-hop — who sampled whom, who signed whom, every edge sourced.

What it is
A public, interactive map of Taiwan's jazzy hip-hop lineage — 121 people, 14 labels, 151 songs — grown from my DJ research into who sampled whom. Labels open into artists, artists into songs; every connection cites its source.
The problem
Taiwan hip-hop's connective tissue — who sampled whom, who produced whom, who came up under which label — lives scattered across interviews, liner notes and fan wikis. You could read about the scene for years and never see its shape.
What I built
A force-directed graph (d3-force driving a hand-written Canvas 2D renderer, no build step) that opens with 14 labels and grows as you click: labels into artists, artists into albums and songs. Sampling edges animate in the direction of influence, and clicking any line explains why those two are connected — with the source. The data is one JSON file per artist in a public repo, CC BY 4.0, open to pull requests.
Stack
d3-forceCanvas 2D (hand-written renderer)Vanilla JSOpen data (JSON, CC BY 4.0)Headless-browser test harness
Results
  • 121 people, 14 labels, 151 songs — every relationship cited
  • 38 documented sampling chains, confidence-graded
  • 58 automated browser assertions guard the interactions
What it shows
Research discipline applied to culture: sourced genealogy work with a hard 'verified or marked unknown' rule, shipped as a public artifact anyone can explore — and correct via pull request.