Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 845 Bytes

File metadata and controls

30 lines (28 loc) · 845 Bytes
layout page
title Blog
permalink /blog/

Research Blog

Thoughts, learnings, and explorations in control systems and power systems theory.

{% for post in site.posts %}
{{ post.date | date: "%B %d, %Y" }} {% if post.tags %}
{% for tag in post.tags %} {{ tag }} {% endfor %}
{% endif %}

{{ post.excerpt | strip_html | truncatewords: 30 }}

Read Article {% endfor %}