Hello, world
I launched the blog on this site. I plan to post about my research progress, paper notes, and miscellaneous notes around cheminformatics and machine learning.
Tech stack
This blog runs on Astro + MDX + Tailwind CSS. Posts are written in Markdown, with the option to embed Astro / React components when needed.
from rdkit import Chem
mol = Chem.MolFromSmiles("CCO")
print(mol.GetNumAtoms())
What to expect
- Posts introducing my research themes (e.g., Molecular Foundation Models)
- Notes from conferences and visits
- Methods and tools I’ve tried
Thanks for stopping by.