| layout | page |
|---|---|
| title | News |
| permalink | /news/ |
Below you can find the latest news, events, seminars, and updates from CARISMA. Stay informed about our research activities, upcoming workshops, and recent achievements.
{% assign sorted_news = site.news | sort: "date" | reverse %}
{% for post in sorted_news %}
{{ post.date | date: "%B %-d, %Y" }}
{% endfor %}