This repository host the publications from ICL. The data is used on this page.
In addition to including normal BibTeX fields such as key
, author
, title
, year
, we added the following entries:
id
: a unique number following a character. The character specifies catagories and the number follows chronical order. We use the following categories.
C: conference
J: journal
B: book/book chapter
T: thesis
W: workshop
U: unpublished
P: Pattern
For example, C50
is the 50th conference paper published by ICL members.
-
url
: a link to the publically accessible preprint of the paper. -
link
: a link to the publisher's site, e.g., IEEE Xplore. ICL's publication page will first useurl
with thePreprint
button, and ifurl
does not exist, it will uselink
with theLink
button. -
repository
: a link to the code associated with the paper. -
video
: a link to the YouTube video associated with the paper. Note we need to useembed
link:
https://www.youtube.com/embed/5tsSdKkTc4M
instead of watch
link
https://www.youtube.com/watch?v=5tsSdKkTc4M
-
info
: additional information/resources for the paper, which could be the project webpage, the poster, the slides, the supplementary material, etc. Note only one link can be provided in this entry. It will be linked to thePage
button on the ICL publication page. -
abstract
: abstract of the paper, which will be displayed in a drop down window on the ICL publication page. -
award
: if this paper receives award, add the award information here. -
notes
: additional information for the paper, which won't be directly linked on the ICL publication page, but is visible inside the BibTex record if user clicks theCite
button. If a conference/journal paper is previously presented at a workshop or other non-archieval venue, only include the BibTex record for the archieval version, and then add a note for its previous publication(s). Example:
@inproceedings{lin2024nnsysbench,
id = {C85},
title={{NN}4SysBench: Characterizing Neural Network Verification for Computer Systems},
author={Shuyi Lin and Haoyu He and Tianhao Wei and Kaidi Xu and Huan Zhang and Gagandeep Singh and Changliu Liu and Cheng Tan},
booktitle={The Thirty-eight Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
year={2024},
url={https://openreview.net/forum?id=mhjRudcHcB},
notes={Also presented at ICML Workshop on Formal Verification of Machine Learning 2022 under the title "Characterizing Neural Network Verification for Systems with NN4SYSBENCH". Link: https://naizhengtan.github.io/doc/papers/characterizing22haoyu.pdf}
}
Additionally, we use the following conventions:
- Conference publications need to use
@inproceedings
where the venue should be listed inbooktitle
. Journal publications need to use@article
where the venue should be listed injournal
. Thesis should use@phdthesis
with the fieldbooktitle={PhD Thesis}
. Book chapters should use@incollection
. Book should use@book
and the venue should be listed inpublisher
. Patent should use@misc
with the fieldbooktitle={US Patent App. ###}
.
** Todo: Still need to decide the rule for workshop papers. For now, they are either using @article
or @inproceedings
.
- Venues. Do not include the year and the short name in the venue. The conventions are shown below (put the entries after
:
to eitherbooktitle
orjournal
):
IROS: IEEE/RSJ International Conference on Intelligent Robots and Systems
ICRA: IEEE International Conference on Robotics and Automation
DSCC: Dynamic Systems and Control Conference
ACC: American Control Conference
ITSC: IEEE International Conference on Intelligent Transportation Systems
IV: IEEE Intelligent Vehicles Symposium
SC-L: Systems & Control Letters
SICON: SIAM Journal on Control and optimization
CCTA: IEEE Conference on Control Technology and Applications
T-IV: IEEE Transactions on Intelligent Vehicles
ICARCV: International Conference on Control, Automation, Robotics and Vision
CDC: IEEE Conference on Decision and Control
L4DC: Learning for Dynamics and Control Conference
TECS: ACM Transactions on Embedded Computing Systems
IFAC: IFAC World Congress
RA-L: IEEE Robotics and Automation Letters
CORL: Conference on Robot Learning
WAFR: International Workshop on the Algorithmic Foundations of Robotics
ISFA: International Symposium on Flexible Automation
AIM: IEEE/ASME International Conference on Advanced Intelligent Mechatronics
CPHS: IFAC Workshop on Cyber-Physical Human Systems
RSS: Robotics: Science and Systems
** Todo: create a more automatic and consistent way to reference different venues.
- The key for each publication should be created as
last name of the first author + year of publication + first word of the title + indexing if the first three entries cannot uniquely identify the paper
Note that some paper may be on arXiv in an earlier year than its actual publication year. In this case, we should still update the citation key to be the actual publication year. For unpublished papers, we can use the year when it appears on arXiv.
- Missing PhD Thesis from Jaskaran, Weiye, Tianhao
- Missing all master thesis
- Missing detailed information for publications starting in 2022