From 2b0b7b1a45a5b29f0155c21b179a994ce2ca7548 Mon Sep 17 00:00:00 2001 From: yuzehong <1161018109@qq.com> Date: Thu, 21 Nov 2024 13:41:49 +0800 Subject: [PATCH] Add CCF_Rank --- _bibliography/papers.bib | 3 ++- _layouts/bib.html | 4 ++++ _pages/about.md | 2 +- _sass/_base.scss | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index aae9052..0d1ac5f 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -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, diff --git a/_layouts/bib.html b/_layouts/bib.html index 0580a6e..d442f85 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -101,6 +101,10 @@ {%- if entry.bibtex_show %} Bib {%- endif %} + {%- if entry.ccf_rank %} + {{entry.ccf_rank}} + {%- endif %} {%- if entry.html %} HTML {%- endif %} diff --git a/_pages/about.md b/_pages/about.md index fbbdb33..1a2da0d 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -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: yzhddding@gmail.com diff --git a/_sass/_base.scss b/_sass/_base.scss index d831fc6..b15341b 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -660,6 +660,7 @@ footer.sticky-bottom { >em { border-bottom: 1px solid; font-style: normal; + font-weight: bold; } >span.more-authors {