Projects
A collection of my open-source work and personal projects.
viztheme
A Python tool to easily customize and stylize Matplotlib plots with beautiful, publication-ready themes.
monline
A beautiful, web-native molecular visualization tool powered by xyzrender and Pyodide. Generate publication-ready images of molecules and crystal structures directly from the website.
bookshelf
A personal, online bookshelf to keep track of the books I read and want to read.
marimol
A molecular visualizer for marimo notebooks, enabling interactive 3D rendering and inspection of molecular structures directly in reactive Python notebooks.
Open Source Contributions
aligfellow/xyzrender
Added support for parsing SHELXL output files
Added a new parser that can process the contents of SHELXL files, extracting atomic coordinates and unit cell data.
aligfellow/xyzrender
Avoid molecules being split across periodic boundaries
Implemented a fix to prevent molecules from being split across periodic boundaries during visualization, improving visual coherence of molecular crystal structures.