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.
{% 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 for artifact evaluation:
- Guide for AE chairs
- ... your contribution is welcome, submit a pull request!