Skip to content

Commit 7756ca8

Browse files
committed
.
1 parent 6b05602 commit 7756ca8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_pages/publication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ nav_order: 3
99

1010
<!-- _pages/publications.md -->
1111

12+
<div style="background: #ffefc2; padding: 1em; font-size:1.2em;">
13+
Stat test!<br>
1214
{% assign big_four_count = 0 %}
1315
{% for entry in site.bibliography %}
1416
{% if entry.big_four == true or entry.big_four == "true" %}
1517
{% assign big_four_count = big_four_count | plus: 1 %}
1618
{% endif %}
1719
{% endfor %}
18-
1920
Big-four security conf papers: {{ big_four_count }};<br>
20-
Top-tier SE conf papers: ;<br>
21-
Top-tier PL conf papers: .
21+
</div>
2222

2323
<!-- Bibsearch Feature -->
2424

_pages/team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: profiles
33
permalink: /team/
44
title: Team
5-
description: members of the lab or group
5+
description: PI and members of the AIS2 Lab
66
nav: true
77
nav_order: 2
88

0 commit comments

Comments
 (0)