Skip to content

Commit d94c1f3

Browse files
committed
layout: slight change data items of publication.
1 parent 7878da8 commit d94c1f3

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

_data/publications.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
pdf: "zang22jattack.pdf"
1515
tool: https://github.com/EngineeringSoftware/jattack
1616
slides: "https://docs.google.com/presentation/d/1s9qDkbxMbf_0UKN8Up4SET7Kkxhba75tXiny-jtGBTI/edit?usp=sharing"
17-
others:
18-
- <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14792">CVE-2020-14792</a>
19-
- <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21305">CVE-2022-21305</a>
20-
comment: "ACM SIGSOFT Distinguished Paper Award"
17+
others: >
18+
Discovered CVEs:
19+
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14792">CVE-2020-14792</a>,
20+
<a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21305">CVE-2022-21305</a>
21+
award: "ACM SIGSOFT Distinguished Paper Award"
2122

2223
- key: nie20deuterium
2324
title: "Unifying Execution of Imperative Generators and Declarative Specifications"

_includes/publications.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,8 @@ <h2>Publications</h2>
7373
[<a href="{{ item.tool }}">Tool</a>]
7474
{%- endif -%}
7575
</span>
76-
<span class="others">
77-
{%- if item.others -%}
78-
{%- for l in item.others -%}
79-
[{{ l }}]
80-
{%- endfor -%}
81-
{%- endif -%}
82-
</span>
83-
<span class="comment">{{ item.comment }}</span>
76+
<span class="others">{{ item.others }}</span>
77+
<span class="award">{{ item.award }}</span>
8478
</li>
8579
{%- endfor -%}
8680
</ul>

_sass/_publications.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
font-style: italic;
1313
font-size: $normalsize;
1414
}
15-
.comment {
15+
.award {
1616
font-weight: bold;
1717
}
1818
ul li {

0 commit comments

Comments
 (0)