Skip to content

Commit

Permalink
Add CCF_Rank
Browse files Browse the repository at this point in the history
  • Loading branch information
YzhDDDing committed Nov 21, 2024
1 parent 6270e17 commit 2b0b7b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _bibliography/papers.bib
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ @inproceedings{su2023STCG
abbr = {DAC '23},
pdf = {DAC23_STCG.pdf},
bibtex_show = {true},
selected = {true}
selected = {true},
ccf_rank = {CCF-A}
}

@article{yu2022mercury,
Expand Down
4 changes: 4 additions & 0 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
{%- if entry.bibtex_show %}
<a class="bibtex btn btn-sm z-depth-0" role="button">Bib</a>
{%- endif %}
{%- if entry.ccf_rank %}
<a class="btn btn-sm z-depth-0"
style="font-weight:bold;border-style: dashed;pointer-events: none;border-color: gray">{{entry.ccf_rank}}</a>
{%- endif %}
{%- if entry.html %}
<a href="{{ entry.html }}" class="btn btn-sm z-depth-0" role="button">HTML</a>
{%- endif %}
Expand Down
2 changes: 1 addition & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: About
permalink: /

profile:
name: Zehong Yu
name: Zehong Yu (喻泽弘)
image: prof_pic.jpg
image_circular: false # crops the image to make it circular
email: [email protected]
Expand Down
1 change: 1 addition & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ footer.sticky-bottom {
>em {
border-bottom: 1px solid;
font-style: normal;
font-weight: bold;
}

>span.more-authors {
Expand Down

0 comments on commit 2b0b7b1

Please sign in to comment.