Skip to content

Commit ff72e96

Browse files
authored
Update research.html
1 parent 3da36ec commit ff72e96

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

research.html

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
layout: default
33
title: Research Projects
44
---
5-
<!-- Our lab's research spans across various domains, ranging from hardware development to the creation of controllers utilizing Optimal Controls, learning-based controls, and safety-critical controls.
6-
The following projects serve as a testament to this diverse spectrum of work. -->
5+
Our lab's research spans across various domains, ranging from hardware development to the creation of controllers utilizing Optimal Controls, learning-based controls, and safety-critical controls.
6+
The following projects serve as a testament to this diverse spectrum of work.
77

8-
<!-- <h2>Active Projects</h2>
8+
<h2>Active Projects</h2>
99
<div class="card-columns">
1010
{% comment %}
1111
Sort the projects by date, putting those without dates last
@@ -17,18 +17,4 @@
1717
{% include project-card.html project=p %}
1818
{% endif %}
1919
{% endfor %}
20-
</div> -->
21-
22-
<!-- <h2>Completed Projects</h2>
23-
<div class="card-columns">
24-
{% comment %}
25-
Sort the projects by date, putting those without dates last
26-
{% endcomment %}
27-
{% assign projects_by_date = site.projects | sort: 'last-updated', 'first' %}
28-
{% assign projects_by_date = projects_by_date | reverse %}
29-
{% for p in projects_by_date %}
30-
{% if p.status = "inactive" %}
31-
{% include project-card.html project=p %}
32-
{% endif %}
33-
{% endfor %}
34-
</div> -->
20+
</div>

0 commit comments

Comments
 (0)