Technical Papers
Software
- SimulateSV: Python Package to simulate artificial genomes and structural variations. Mainly used to validate current structural variation software.
Visualizations
- Statistics Visualized: An interactive visualization of three common statistical concepts, hypothesis testing, confidence intervals and the central limit theroem.
For Fun
- Markdown Previewer: Seeing how react.js became so popular, I was curious why the library was making such a splash in the user interface world. This illustrates how fast and reactive the browser can be to user actions. The app renders markdown syntax in real time. Pretty cool!
- Game of Life: Who doesn’t like the Game of Life? It’s a pretty crude implementation with minimal design foresight, but the app does show some interesting oscillators and still lifes.