UAI 2021 Instructions for the CMT camera-ready submission
The instructions below are only for the deliverables that must be submitted through CMT. For the deliverables that must be submitted through Underline, please see this page and links therein. All deliverables are due on June 11th.
Make sure to revise your paper based on the feedback you received. In several cases, the meta-reviewer left comments requesting specific changes for the final version of the paper. We also encourage you to take advantage of the comments by the reviewers to improve your paper and maximize its impact. Please note that you can use 9 pages for the camera-ready version. If you can get a third party to read your paper, that can always help to improve clarity and find missed typos.
Preparing the final version of your paper
\documentclass[accepted]{uai2021}
as indicated in the template.xr
package to create consistent references between the paper and supplementary material. Moreover, you may start a single-column format in the supplementary material by means of the tag \onecolumn
. If you want the whole supplementary material to be single-column, you may place \onecolumn
before \maketitle
. (The main paper must use the two-column format.)Preparing the submission materials
$code=(first author's last names)_(paper number)
.
Here you should replace parentheticals with the correct value, all lower case, and note that in the last name(s) spaces and special characters become dashes (‘-’) and accented characters lose their accent; example of $code
for the first author Jane Kay von O'López with accepted CMT paper number 969: von-o-lopez_969
; example for first author Jay Jay Smith with accepted paper number 987: smith_987
.
$code
in the following instructions should be replaced by your code. JJ Smith of paper 987 would replace all codes with smith_987
.
$code.pdf
and $code.zip
. You must submit exactly two files to CMT. The $code
must be created using the last name(s) of the first author of the paper, even if a different author submits them.
$code.zip
must at the top level contain only a single directory named $code
and nothing else (check for hidden files, please, and remove them). JJ would submit a zip file named smith_987.zip
with a directory named smith_987
inside it. You can check by extracting the content into a different folder to see if the extraction generates a single folder with all content inside it.
$code
must contain the following:
$code-Permission.pdf
, which you can download from the PMLR website. JJ should create the file smith_987-Permission.pdf
and place it inside the folder smith_987
.
$code-authorship.bib
. To create this file, you shall rename uai2021-authorship-template.bib
from the bundle and replace its contents with yours. JJ should create the file smith_987-authorship.bib
and place it inside the folder smith_987
. Note that this bibtex entry only has some fields for you to fill in. Other fields will be added automatically.
latex
with the LaTeX sources of your paper, including all those from the successful compilation run that generated your final PDF ($code.tex
, $code.bib
, $code.aux
, $code.bbl
, $code.pdf
, $code.log
, etc.). If you have a supplementary LaTeX-generated PDF file, its source files and all those from a successful compilation run must also be included here too ($code-supp.tex
, $code-supp.aux
, $code-supp.bbl
, $code-supp.pdf
, $code-supp.log
, etc.). For example, JJ should use files smith_987.tex
, smith_987.aux
, and so on, among the files, as well as smith_987-supp.tex
, smith_987-supp.aux
, etc, and so on for their supplementary material, and place all inside the folder named latex
that is inside the folder smith_987
.
$code-supp.(ext)
, where (ext)
must be replaced by the actual extensions. For example, JJ has many small images that they want to submit as supplementary material, so they can use the file smith_987-supp.zip
for that. This file smith_987-supp.zip
should be placed inside the folder smith_987
that JJ has created (and outside any other subfolders). If this content requires large storage, we strongly suggest that you upload them to a service such as Zenodo and provide a link to it in your paper.
Please adhere strictly to the above guidelines, as we will process the submissions in an automated fashion and imprecisions may hinder the publication process. In the end, our running example first author JJ would submit smith_987.pdf
and smith_987.zip
to CMT. Inside the file smith_987.zip
, there would be:
smith_987/latex
(a folder with all sources for generating the paper and textual supplementary material).smith_987/smith_987-Permission.pdf
(the PMLR form).smith_987/smith_987-authorship.bib
(the authorship bib file for the paper).smith_987/smith_987-supp.zip
(the zipped additional supplementary material files that JJ wants to submit in addition to the textual PDF material).