Skip to content

Latest commit

 

History

History
61 lines (52 loc) · 1.9 KB

index.md

File metadata and controls

61 lines (52 loc) · 1.9 KB
title layout
Home Page
home

Latest Content

{:.fst-italic}

News stories

{:.mt-4 .border-bottom}

{% for post in site.posts limit:5 -%}

Technical Symposium

{:.mt-4 .border-bottom} {% assign items = site.data.symposia.conferences | sort: 'year' | reverse %} {% for c in items limit:3 -%} {% assign fn = '/events/symposia/' | append: c.year | append: '.html' -%} {% include item.md home=true path=fn -%} {% endfor -%}

ITiCSE

{:.mt-4 .border-bottom} {% assign items = site.data.iticse.conferences | sort: 'year' | reverse %} {% for c in items limit:3 -%} {% assign fn = '/events/iticse/' | append: c.year | append: '.html' -%} {% include item.md home=true path=fn -%} {% endfor -%}

ICER

{:.mt-4 .border-bottom} {% assign items = site.data.icer.conferences | sort: 'year' | reverse %} {% for c in items limit:3 -%} {% assign fn = '/events/icer/' | append: c.year | append: '.html' -%} {% include item.md home=true path=fn -%} {% endfor -%}

RESPECT

{:.mt-4 .border-bottom} {% assign items = site.data.respect.conferences | sort: 'year' | reverse %} {% for c in items limit:3 -%} {% assign fn = '/events/respect/' | append: c.year | append: '.html' -%} {% include item.md home=true path=fn -%} {% endfor -%}

CompEd

{:.mt-4 .border-bottom} {% assign items = site.data.comped.conferences | sort: 'year' | reverse %} {% for c in items limit:3 -%} {% assign fn = '/events/comped/' | append: c.year | append: '.html' -%} {% include item.md home=true path=fn -%} {% endfor -%}