Map of IRIS-HEP

This is a variation on the other Collaboration map aimed at IRIS-HEP.

  • people: with description that links to their homepage.
  • projects: specific projects or perhaps topics of discussion
  • collaborations: groups of people brought together with some common goal, theme, or for some other organizational reason

One nice thing about this …

more ...

Scale Separation

While preparing for my talk at Gotham Phyiscs X ML I made my first word cloud pun using Andreas Mueller's word_cloud tool.

Code:

In [20]:
import matplotlib
In [21]:
#!/usr/bin/env python
"""
Masked wordcloud
================
Using a mask you can generate wordclouds in arbitrary shapes.
"""

from os import path
from …
more ...

INSPIRE API

For the IRIS-HEP organization we need to collect publications and update our webpage regularly. I also have to do this for our group webpage, my CV, etc. It's annoying to copy/paste all of this information. The http://inspirehep.net website lets you export bibtex, latex, and plain text for …

more ...

Murmuration

I like murmurations!

more ...

Year in Review: 2016

Despite the reputation of 2016 as a terrible year, it was pretty good for me on a personal and professional level. Many of the ideas that were born during my sabbaticall matured this year. Many of my collaborations also flourished.

The 750 GeV Excess

The year started with a bang …

more ...

FeedEk

I've been a bit annoyed with feed.mikle.com, the RSS feed widget I'm using on my homepage. Sometimes it doesn't update, and while it is convenient, I can't modify the code to be able to tweak it. In particular, I'd like to get mathjax to work on the titles …

more ...