Skip to content

Commit a5f8b7b

Browse files
committed
Update instructions for single-blind abstracts
1 parent 3b746c9 commit a5f8b7b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

main.tex

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
% Options for the class:
77
% 'fullpaper' if you are submitting a 6-page paper or
88
% '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.
1010
% '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.
1111
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1212
%\documentclass[fullpaper,final]{nldl}
13-
\documentclass[fullpaper]{nldl}
14-
%\documentclass[abstract]{nldl}
13+
%\documentclass[fullpaper]{nldl}
14+
\documentclass[abstract]{nldl}
1515

1616
% Use the paper submission number
1717
\paperID{42}
@@ -45,7 +45,7 @@
4545
% Algorithms
4646
\usepackage{algorithm}
4747
\usepackage{algorithmic}
48-
\newcommand{\theHalgorithm}{\arabic{algorithm}}
48+
\renewcommand{\thealgorithm}{\arabic{algorithm}}
4949

5050

5151
%% Code
@@ -106,16 +106,17 @@ \section{Submission Guidelines}
106106
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.
107107
The submissions can be submitted by following the instructions on the conference website.\footnote{\url{https://nldl.org}}
108108
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.
110110
It will be up to the authors to ensure the proper anonymization of their paper (see Section~\ref{sec:anon}).
111111
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.}
113113
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).
114115

115116
\section{Anonymized Submission}
116117
\label{sec:anon}
117118

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.
119120
This means that you must carefully follow these guidelines to ensure that your manuscript conceals your identity during the peer review process.
120121

121122
\textbf{Personal information.}

0 commit comments

Comments
 (0)