Skip to content

Instantly share code, notes, and snippets.

@darthmall
Last active March 26, 2017 21:12
Show Gist options
  • Save darthmall/4bf5dc218fe5dd7965e9abe1de4be2d7 to your computer and use it in GitHub Desktop.
Save darthmall/4bf5dc218fe5dd7965e9abe1de4be2d7 to your computer and use it in GitHub Desktop.
NYPhil performance archive and composer network

Initial exploration of the NYPhil performance history archive.

The column charts show the number of unique programs, concert dates, composers, works, and conductors per season. The network shows links between composers that were programmed together, where the link strength is based on the pointwise mutual information between the two composers.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>New York Philharmonic Performance History</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main></main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.7.4/d3.min.js"></script>
<script src="main.js"></script>
</body>
</html>
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment