|
6 | 6 | % Options for the class: |
7 | 7 | % 'fullpaper' if you are submitting a 6-page paper or |
8 | 8 | % 'abstract' if you are submitting a 2-page extended abstract. |
9 | | -% 'review' (is the default) will anonymize the submission and will add the review line numers. |
| 9 | +% 'review' (is the default) will anonymize the submission (for full papers) and will add the review line numers. |
10 | 10 | % 'final' will add a mandatory footer on the titlepage which must contain the correct volume. This will be provided once the paper is accepted and everything is ready for publication. This footer is only necessary for full papers. |
11 | 11 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
12 | 12 | %\documentclass[fullpaper,final]{nldl} |
13 | | -\documentclass[fullpaper]{nldl} |
14 | | -%\documentclass[abstract]{nldl} |
| 13 | +%\documentclass[fullpaper]{nldl} |
| 14 | +\documentclass[abstract]{nldl} |
15 | 15 |
|
16 | 16 | % Use the paper submission number |
17 | 17 | \paperID{42} |
|
45 | 45 | % Algorithms |
46 | 46 | \usepackage{algorithm} |
47 | 47 | \usepackage{algorithmic} |
48 | | -\newcommand{\theHalgorithm}{\arabic{algorithm}} |
| 48 | +\renewcommand{\thealgorithm}{\arabic{algorithm}} |
49 | 49 |
|
50 | 50 |
|
51 | 51 | %% Code |
@@ -106,16 +106,17 @@ \section{Submission Guidelines} |
106 | 106 | However, \textbf{the reviewers are not obliged to read the appendix}---thus, all your main results and points must be maid in the main paper. |
107 | 107 | The submissions can be submitted by following the instructions on the conference website.\footnote{\url{https://nldl.org}} |
108 | 108 | Submissions must be in pdf format (two column, font size 10) using the official NLDL template using the \verb|review| option, and must include the OpenReview ID (obtained after creating the submission) using the macro \verb|\paperID{XX}|, where \verb|XX| is the submission's number. |
109 | | -All submissions will undergo double-blind peer review. |
| 109 | +All full paper submissions will undergo double-blind peer review. |
110 | 110 | It will be up to the authors to ensure the proper anonymization of their paper (see Section~\ref{sec:anon}). |
111 | 111 | In summary, do not include any names or affiliations, and refer to your own past work in the third-person. |
112 | | -\textbf{Submissions that violate any of these restrictions will be desk-rejected without going further review.} |
| 112 | +\textbf{Full paper submissions that violate any of these restrictions will be desk-rejected without going further review.} |
113 | 113 | Accepted contributions will be accepted as contributing talks or poster presentations. |
| 114 | +The abstracts will be single-blind peer review (\ie, the authors identity is known but the reviewers are anonymous). |
114 | 115 |
|
115 | 116 | \section{Anonymized Submission} |
116 | 117 | \label{sec:anon} |
117 | 118 |
|
118 | | -To maintain a fair and impartial review process, we require anonymized submissions. |
| 119 | +For full paper submissions, to maintain a fair and impartial review process, we require anonymized submissions. |
119 | 120 | This means that you must carefully follow these guidelines to ensure that your manuscript conceals your identity during the peer review process. |
120 | 121 |
|
121 | 122 | \textbf{Personal information.} |
|
0 commit comments