diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index 49f99c8cdba0..3c51bf8bf4e4 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -1,9 +1,9 @@ -@article{pcbm:iclr23, +@inproceedings{pcbm:iclr23, keywords = {J}, author = {Mert Yuksekgonul and Maggie Wang and James Zou}, title = {Post-hoc Concept Bottleneck Models}, - journal = {ICLR}, - type = {article}, + booktitle = {ICLR}, + type = {conference paper}, year = {2023}, url = {https://arxiv.org/abs/2205.15480} } @@ -14,7 +14,7 @@ @article{hunt:brain23 title = {Longitudinal Imaging Highlights Preferential Basal Ganglia Circuit Atrophy in Huntington’s Disease}, journal = {Brain Communications}, year = {2023}, - type = {article}, + type = {journal article}, doi = {10.1093/braincomms/fcad214}, url = {https://pubmed.ncbi.nlm.nih.gov/37744022/} } @@ -24,7 +24,7 @@ @article{kfre:jama22 title = {Underutilization of Nephrology Referral at High Kidney Failure Risk Levels}, journal = {JAMA Network Open}, year = {2022}, - type = {article}, + type = {conference paper}, doi = {10.1001/jamanetworkopen.2022.25797}, url = {https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2795414} @@ -35,6 +35,6 @@ @inproceedings{cbr:scsc23 author = {Maggie Wang and Michael Baoicchi}, title = {Designing Randomized Experiments for Behavioral Interventions Under Interference and Context-Dependence}, booktitle = {Stanford Causal Science Conference}, - type = {talk}, + type = {contributed talk}, year = {2023} } \ No newline at end of file diff --git a/_config.yml b/_config.yml index 6bb9d64f029b..7fde35e03bf9 100644 --- a/_config.yml +++ b/_config.yml @@ -298,9 +298,9 @@ scholar: details_layout: bibtex.html details_link: Details - query: "@*" - group_by: type - group_order: [article, inproceedings] + # query: "@*" + # group_by: year + # group_order: descending # Display different badges withs stats for your publications enable_publication_badges: diff --git a/_pages/publications.md b/_pages/publications.md index 8347ecd4bd39..eb6a5ef45e96 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -5,10 +5,23 @@ title: research description: nav: true nav_order: 2 +sections: + - type: "journal article" + text: "Journal articles" + - type: "conference paper" + text: "Conference papers" + - type: "contributed talk" + text: "Contributed talks" --- -
diff --git a/_sass/_base.scss b/_sass/_base.scss index 0edb21924f05..6117e67efda9 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -1071,3 +1071,12 @@ nav[data-toggle="toc"] { #toc-sidebar { z-index: 1; } + +// Bib type style +p.bibtitle { + color: var(--global-theme-color); + font-weight: 400; + font-size: 1.5em; + text-align: center; + border-bottom: 1px solid #bbb; +} \ No newline at end of file