Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 688 Bytes

File metadata and controls

30 lines (27 loc) · 688 Bytes
layout splash
author_profile false
title
header
image
/assets/images/computational_imaging_splash_placeholder.svg

Recent News

<style> #RecentNews li>p {display: inline;} </style>
    {% assign news = site.data.news | sort: 'date' | reverse %} {% for n in news limit:8 %}
  • {{ n.date | date: "%B %-d, %Y" }}: {{ n.description | markdownify }}
  • {% endfor %}
  • View all news