File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
1920Big-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
Original file line number Diff line number Diff line change 22layout : profiles
33permalink : /team/
44title : Team
5- description : members of the lab or group
5+ description : PI and members of the AIS2 Lab
66nav : true
77nav_order : 2
88
You can’t perform that action at this time.
0 commit comments