You can find my list of publications also on dblp and GoogleScholar. Here’s a figurative representation of my work and connections among most of my papers

{{ range where .Pages “Section” “Research” }}
{{ range first 5 (where .Site.RegularPages “Type” “article”) }} {{ .Title }} {{ end }}
Conference papers
{{ range where .Site.RegularPages “Section” “news” }} {{ $.Scratch.Set “tmp” 0 }} {{ range .Params.categories }} {{ if in $.Site.Params.featured . }} {{ $.Scratch.Add “tmp” 1 }} {{ end }} {{ end }} {{ if eq ($.Scratch.Get “tmp”) (len $.Site.Params.featured) }} {{ $.Scratch.Add “match” (slice .) }} {{ end }} {{ end }}
-
{{ range first 2 ($.Scratch.Get "match") }}
- {{ .Title }} {{ end }}
-
{% for post in site.categories.conference %}
{% capture y %}{{post.date | date:"%Y"}}{% endcapture %}
{% if year != y %}
{% assign year = y %}
- {{ y }} {% endif %}
-
{{ post.title }}
{% endfor %}
Journal papers
-
{% for post in site.categories.journal %}
{% capture y %}{{post.date | date:"%Y"}}{% endcapture %}
{% if year != y %}
{% assign year = y %}
- {{ y }} {% endif %}
-
{{ post.title }}
{% endfor %}