-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpublications.html
178 lines (166 loc) · 6.84 KB
/
publications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
---
layout: page
title: Publications
subtitle: We publish at Visualization, Machine Learning, and Data Science conferences.
description: Recent publications from the Data Interaction Group at Visualization, Machine Learning, and Data Science conferences.
---
<div id="facets" class="dn flex flex-row flex-wrap">
<div class="facet mr3" id="venue_tags">
<strong>Venue</strong>
<ul class="list pl0 lh-title"></ul>
</div>
<div class="facet mr3" id="authors">
<strong>Author</strong>
<ul class="list pl0 lh-title"></ul>
</div>
<div class="facet mr3" id="tags">
<strong>Tag</strong>
<ul class="list pl0 lh-title"></ul>
</div>
<div class="facet mr3" id="type">
<strong>Type</strong>
<ul class="list pl0 lh-title"></ul>
</div>
<div class="facet mr3" id="awards">
<strong>Award</strong>
<ul class="list pl0 lh-title"></ul>
</div>
</div>
<div class="db pv3">
<input id="ft-search" type="search" placeholder="Search papers..." class="pa2 w5" />
</div>
<p id="clear-filters" class="dn b pointer">
<i class="fas fa-times-circle cmu-red" aria-hidden="true"></i> Clear all filters. <span id="count_hidden">X</span> of
<span id="count_total">X</span> publications are hidden by the filters.
</p>
<article>
{% assign pubyears = site.publications | group_by:"year" %} {% assign
sorted_pubyears = pubyears | reverse %} {% for year in sorted_pubyears %}
<h2 class="year f2" id="y{{ year.name }}" class="year">{{ year.name }}</h2>
{% for pub in year.items %}
{% capture anchor %}{% if pub.id %}{{ pub.id }}{% else %}{{ pub.title | slugify }}{% endif %}{% endcapture %}
<div class="publication flex mt4" data-pub='{{ pub | jsonify | escape }}'>
{% assign thumb = 'assets' | append: pub.url | replace: '.html',
'_thumb.png' %}
<div class="h3 mr4 flex-shrink-0 preview-image ba b--black-05 dn db-ns "
style="background-image: url('{{ thumb | relative_url }}')"></div>
<div>
<h3 class="mt0 f4 measure-wide lh-title mb2" id="{{ anchor }}">{% for award in pub.awards %}<i
class="fas fa-{% if award == "Best Paper Award" %}trophy gold{% else %}award cmu-red{% endif %}"
title="{{ award }}"></i> {% endfor %}<a href="{{ pub.url }}" class="black link">{{ pub.title }}</a></h3>
<div class="fw2 lh-copy">
{% for author in pub.authors %}{% include person name=author %}{% unless forloop.last %}, {% endunless %}
{% endfor %}
</div>
{% if pub.venue %}
<div class="cmu-dark-gray">
{% if pub.venue_url %}
<a href="{{ pub.venue_url }}" class="cmu-dark-gray">
{% endif %}
{{ pub.venue }}
{% if pub.venue_location %}
| {{ pub.venue_location }}
{% endif %}
{% if pub.venue_url %}</a>{% endif %}
{{ pub.year }}
</div>
{% endif %}
{% if pub.description %}
<p class="lh-copy mv1">
{{ pub.description | markdownify | remove: '<p>' | remove: '</p>' }}
</p>
{% endif %}
{% if pub.tweet %}
<div class="mv1 measure-wide">
<a href="https://twitter.com/intent/tweet?text={{ pub.tweet }}&url={{ site.production_url }}/publications/%23{{ anchor }}&via=cmudig&related=cmudig"
class="cmu-dark-gray f6">
<i class="fab fa-twitter"></i> <span class="i">{{ pub.tweet }}</span>
</a>
</div>
{% endif %}
{% if pub.awards %}
<div class="cmu-red mv1 b">
{% for award in pub.awards %}{{ award }}{% unless forloop.last %}, {% endunless %}
{% endfor %}
</div>
{% endif %}
<div class="mt2 mb1">
<a href="{{ pub.url }}" class="black link hover-cmu-red mr3 dib">
<span class="cta">Show Details</span>
</a>
{% if pub.pdf %}
<a href="{{ pub.pdf }}" class="black link hover-cmu-red mr3 dib">
<i class="far fa-file-pdf f6" aria-hidden="true"></i> PDF
</a>
{% elsif pub.arxiv %}
<a href="https://arxiv.org/pdf/{{ pub.arxiv | cgi_escape }}.pdf" class="black link hover-cmu-red mr3 dib">
<i class="far fa-file-pdf" aria-hidden="true"></i> PDF
</a>
{% endif %}
{% if pub.link %}
<a href="{{ pub.link }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-link f6" aria-hidden="true"></i> Project
</a>
{% endif %}
{% if pub.blog %}
<a href="{{ pub.blog }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-newspaper f6" aria-hidden="true"></i> Article
</a>
{% endif %}
{% if pub.arxiv %}
{% if pub.year >= 2024 %}
<a href="https://arxiv.org/html/{{ pub.arxiv | cgi_escape }}" class="black link hover-cmu-red mr3 dib">
{% else %}
<a href="https://ar5iv.org/html/{{ pub.arxiv | cgi_escape }}" class="black link hover-cmu-red mr3 dib">
{% endif %}
<i class="fab fa-html5" aria-hidden="true"></i> HTML
</a>
{% endif %}
{% if pub.video %}
<a href="{{ pub.video }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-film f6" aria-hidden="true"></i> Video
</a>
{% endif %}
{% if pub.recording %}
<a href="{{ pub.recording }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-video f6" aria-hidden="true"></i> Recording
</a>
{% endif %}
{% if pub.slides %}
<a href="{{ pub.slides }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-window-maximize f6" aria-hidden="true"></i> Slides
</a>
{% endif %}
{% if pub.doi %}
<a href="https://www.doi2bib.org/bib/{{ pub.doi }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-book f6" aria-hidden="true"></i> Bibtex
</a>
{% elsif pub.arxiv %}
<a href="https://arxiv2bibtex.org/?q={{ pub.arxiv | cgi_escape }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-book f6" aria-hidden="true"></i> Bibtex
</a>
{% endif %}
{% if pub.short_doi %}
<a href="http://doi.org/{{ pub.short_doi }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-anchor f6" aria-hidden="true"></i> DOI: {{ pub.short_doi }}
</a>
{% endif %}
{% if pub.arxiv %}
<a href="https://arxiv.org/abs/{{ pub.arxiv }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-archive f6" aria-hidden="true"></i> arXiv: {{ pub.arxiv }}
</a>
{% endif %}
{% if pub.osf %}
<a href="https://osf.io/{{ pub.osf }}" class="black link hover-cmu-red mr3 dib">
<i class="fas fa-archive f6" aria-hidden="true"></i> OSF: {{ pub.osf }}
</a>
{% endif %}
</div>
</div>
</div>
{% endfor %} {% endfor %}
</article>
<script>
{% include itemsjs.min.js %}
{% include pubfilter.js %}
</script>