Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.12 KB

File metadata and controls

29 lines (22 loc) · 1.12 KB
title Security Research Artifacts

The goal of artifact evaluation (AE) is to recognize the authors who have put in the effort to release usable hardware and software systems as well as to validate the results of the accepted papers.

This website collects resources and results around artifact evaluation for security conferences and workshops.

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 %}