From 26087a805fdd9f1a7a3ab78136dbc12fe861c949 Mon Sep 17 00:00:00 2001 From: Ai Bo Date: Tue, 2 Jul 2024 18:53:26 +0800 Subject: [PATCH] update pub bib format --- _bibliography/papers.bib | 25 ++++++++++++------------- _layouts/bib.liquid | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index 5a3220b40e4f..db8233bd0baa 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -20,13 +20,13 @@ @inproceedings{ [Priors4Robots](https://sites.google.com/alora.tech/priors4robots24).} } -@article{ai2023invariance, +@inproceedings{ai2023invariance, author = {Bo Ai and Zhanxin Wu and David Hsu}, title = {Invariance is Key to Generalization: Examining the Role of Representation in Sim-to-Real Transfer for Visual Navigation}, - journal = {International Symposium on Experimental Robotics (ISER)}, + booktitle = {International Symposium on Experimental Robotics (ISER)}, volume = {abs/2310.15020}, year = {2023}, url = {https://doi.org/10.48550/arXiv.2310.15020}, @@ -43,15 +43,15 @@ @article{ai2023invariance } @inproceedings{ -wu2023integrating, -title={Integrating Common Sense and Planning with Large Language Models for Room Tidying}, -author={Zhanxin Wu and Bo Ai and David Hsu}, -booktitle={RSS 2023 Workshop on Learning for Task and Motion Planning}, -year={2023}, -url={https://openreview.net/forum?id=vuSI9mhDaBZ}, -bibtex_show={false}, -pdf={https://openreview.net/forum?id=vuSI9mhDaBZ}, -preview={2023RSSW-TAMP.gif} + wu2023integrating, + title={Integrating Common Sense and Planning with Large Language Models for Room Tidying}, + author={Zhanxin Wu and Bo Ai and David Hsu}, + booktitle={RSS 2023 Workshop on Learning for Task and Motion Planning}, + year={2023}, + url={https://openreview.net/forum?id=vuSI9mhDaBZ}, + bibtex_show={false}, + pdf={https://openreview.net/forum?id=vuSI9mhDaBZ}, + preview={2023RSSW-TAMP.gif} } @inproceedings{ai2022deep, @@ -60,8 +60,7 @@ @inproceedings{ai2022deep Vinay and David Hsu}, title = {Deep Visual Navigation under Partial Observability}, - booktitle = {2022 International Conference on Robotics and Automation, {ICRA} 2022, - Philadelphia, PA, USA, May 23-27, 2022}, + booktitle = {International Conference on Robotics and Automation (ICRA)}, pages = {9439--9446}, publisher = {{IEEE}}, year = {2022}, diff --git a/_layouts/bib.liquid b/_layouts/bib.liquid index bec5f81bebf6..ae42e55a01aa 100644 --- a/_layouts/bib.liquid +++ b/_layouts/bib.liquid @@ -148,7 +148,7 @@ {% if entry.type == 'article' %} {% capture entrytype %}{{entry.journal}}{% endcapture %} {% elsif proceedings contains entry.type %} - {% capture entrytype %}In {{entry.booktitle}} {% endcapture %} + {% capture entrytype %}{{entry.booktitle}} {% endcapture %} {% elsif thesis contains entry.type %} {% capture entrytype %}{{entry.school}} {% endcapture %} {% else %}