Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.41 KB

File metadata and controls

37 lines (28 loc) · 1.41 KB


This website collects artifact evaluation results for computer systems conferences. The goal of artifact evaluation (AE) is to recognize the effort to release usable software systems and validate the results of papers.

Conference Artifact Evaluations

{% for p in site.conferences %} {% assign depth = p.path | split:"/" | size %} {% if depth == 2 %}

{% assign conf_base_path = p.path | remove:p.ext %} {% assign years = site.conferences | where_exp:"conf","conf.path contains p.slug" | where_exp:"conf","conf != p" | group_by_exp:"conf","conf.path | remove:conf.slug | remove:conf.ext" | sort:"name" | reverse %}

{{ p.title }}: {% for year in years %} {%- assign year_depth = year.name | split:"/" | size -%} {%- if year_depth == 2 -%} {%- assign year_number = year.name | remove:conf_base_path | remove:"/" -%} [{{ year_number }}]({{ conf_base_path | remove:"_conferences" | append:year_number | relative_url }})  {%- endif -%} {% endfor %}

{% endif %} {% endfor %}

Additional Resources

<style>#footer { display: none }</style>