--- layout: page title: "Blog & News" permalink: /blog.html description: "Latest news, research updates, and blog posts" ---

Blog & News

Latest updates on my research, publications, and academic activities.

{% for post in site.posts %}

{{ post.title }}

{% if post.excerpt %} {{ post.excerpt | strip_html | truncate: 200 }} {% else %} {{ post.content | strip_html | truncate: 200 }} {% endif %}
{% endfor %}
{% if site.posts.size == 0 %}

No posts yet

Check back soon for updates!

{% endif %} {% if site.posts.size > 5 %}
{% endif %}