Skip to content

Instantly share code, notes, and snippets.

#
# Reply to Weissman 2024
#
# Code to draw the spatial locations of source-linked infections and
# secondary++ infections, and estimate median distance to the source (origin)
#
# Updates:
# ========
#
# This TOY MODEL is just meant to rebut Weissman's claim that
@flodebarre
flodebarre / tag_cloud_tag.rb
Last active September 9, 2015 12:32 — forked from ilkka/tag_cloud_tag.rb
Jekyll tag cloud / tag pages plugin
module Jekyll
class TagCloudTag < Liquid::Tag
safe = true
def initialize(tag_name, text, tokens)
super
end
def render(context)
html = ""