Inspired by modern blog showcases

Ideas, Experiments, and Research Notes

This space is independent from my academic homepage and designed as a dedicated writing interface. I use it to record paper insights, engineering lessons, and practical AI experiments.

Latest Posts

1 posts

How to publish a new post

  1. Create a file in _posts/ with format YYYY-MM-DD-title.md.
  2. Set layout: blog, title, and optional tags in front matter.
  3. Push to GitHub; the post will appear automatically here.
---
layout: blog
title: "Your Post Title"
tags: [research, note]
---

Write your content in Markdown.