summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-13Insert number before hashtagHEADmasterPeter Wu1-1/+3
2014-06-12Add visualizer for hashtags vs users brands prefsPeter Wu2-0/+207
./run-psql csv "WITH q AS ($(cat queries/userbrand.sql)) SELECT brand, lhashtag as hashtag, sum, total, percentage FROM q" > drugs.csv
2014-06-04Cache bump for initial data loadPeter Wu1-2/+3
2014-06-02Update for new schemePeter Wu1-9/+13
2014-05-26Split SVG styling to separate filePeter Wu2-30/+31
Might be useful if a SVG element gets exported.
2014-05-22Highlight nodes with updated spam statusPeter Wu1-2/+22
2014-05-21Fix key for initial nodesPeter Wu1-1/+3
By default, an array key is used. That could cause problems for detecting the data join, so use the userid as unique identifier (this is also done when detecting updating spam statuses).
2014-05-21Use userID instead of index for referencing related nodesPeter Wu2-14/+13
2014-05-21Rename group to userid to reflect actual dataPeter Wu2-11/+11
2014-05-21Button to refresh spam statusPeter Wu1-0/+12
2014-05-21Make arrowhead smaller, change colorsPeter Wu2-4/+3
2014-05-21Add helper to refresh spam markingsPeter Wu1-16/+63
2014-05-21Better names / titlePeter Wu2-2/+2
2014-05-21Move scripts to subdirPeter Wu5-4/+4
Our scripts end up in js/, third-party libraries end up in lib/.
2014-05-21Enable expensive check, but require at least 2 tweets per userPeter Wu2-2/+11
2014-05-21Clickable link to twitter account, display useridPeter Wu2-8/+18
2014-05-21Option to ignore users with fewer than X tweetsPeter Wu2-5/+18
2014-05-21Split From and To in user info boxPeter Wu3-35/+34
2014-05-21Color neighbors on hoverPeter Wu3-1/+29
2014-05-21Enable profiling iff URL contains "profile"Peter Wu1-2/+2
2014-05-21Fix ratelimitingPeter Wu1-1/+1
2014-05-21Fix such dragging is limited to the barPeter Wu2-17/+20
2014-05-21preprocess: split edge filtering for possible re-usePeter Wu1-4/+8
Also drop a useless users assignment.
2014-05-20Moves preprocessing to preprocess.jsPeter Wu3-70/+79
The only difference in preprocess is the addition of a new options parameter to avoid using a global var.
2014-05-20Add SQL that generates links.csv and users.csvPeter Wu1-0/+29
To get a CSV with psql, run the following with ... replaced by SQL: COPY (...) TO STDOUT WITH CSV HEADER;
2014-05-20Define ticks if button is not usedPeter Wu1-2/+3
The tick function tries to increment this value.
2014-05-20.gitignore: ignore Vim swap, zip and csvPeter Wu1-0/+6
2014-05-20Initial commit of users/tweets D3 demoPeter Wu3-0/+615
2014-05-20Initial commit (d3.js)Peter Wu1-0/+9250