Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.35 KB

File metadata and controls

36 lines (27 loc) · 1.35 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 %}

Contribute to Sysartifacts

Additional resources for artifact evaluation:

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