Skip to content
View kerryrodden's full-sized avatar
Block or Report

Block or report kerryrodden

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. tiny-tfidf tiny-tfidf Public

    Minimal implementations of a couple of classic text analysis tools (TF-IDF and cosine similarity)

    JavaScript 56 13

  2. sfmayor sfmayor Public

    JavaScript

  3. Sequences sunburst Sequences sunburst
    1
    license: apache-2.0
  4. Zoomable sunburst with updating data Zoomable sunburst with updating data
    1
    I combined Mike Bostock's [Zoomable Sunburst](http://bl.ocks.org/mbostock/4348373) and [Sunburst Partition](http://bl.ocks.org/mbostock/4063423) examples, so that I could have both zooming and updating the underlying data (between count and size, in this case). A simple combination of the examples does not work; you have to edit the arcTween function used for updating the data, so that when it redraws the partition layout, it takes account of the current zoom level by adjusting the domain of the x scale.
    2
    
    
    3
    Click on any arc to zoom in, and click on the center circle to zoom out. Use the Size/Count radio buttons to update the data.
  5. Sequences sunburst (d3 v4) Sequences sunburst (d3 v4)
    1
    license: apache-2.0
  6. Dynamic labeling over time Dynamic labeling over time
    1
    license: mit