If your paper is accepted for publication… Congratulations!
Once accepted for publication, three steps remain before the paper actually appears in print.
First, the authors submit, using the online system (hotcrp), a PDF copy of their paper revised according to the recommendations made by the reviewers. Authors must explain how they have addressed the reviewers’ comments. The revised paper is sent to the appropriate Area Editor, who will confirm that the revised paper adequately addresses the reviewer’s comments. When this approval is granted, the paper is ready for publication.
Second, the authors prepare a camera-ready version of the paper. This version of the paper must comply with the standard ACM format (acmtog). Note that in this format:
- You must add a footer that indicates the name of the newsletter on the left (ACM SIGENERGY Energy Informatics Review) and the volume and issue numbers on the right. With the later template, this can be achieved by placing the following Latex commands:
\documentclass[acmtog, nonacm]{acmart}
\AtBeginDocument{%
\fancypagestyle{plain}{%
\fancyhf{} %
\renewcommand{\headrulewidth}{0pt}%
\fancyfoot[L]{ACM SIGENERGY Energy Informatics Review}%
\fancyfoot[R]{Volume 1 Issue 1, November 2021}}
\providecommand\BibTeX{{%
\normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
\let\oldmaketitle\maketitle
\renewcommand{\maketitle}{%
\oldmaketitle%
\thispagestyle{plain}%
\pagestyle{plain}}
\begin{document}
No other header or footer information (page numbers, names, ) should appear on the pages.
- The title of the paper, name(s) of author(s) and affiliation(s) should appear at the top of the first page.
- A short abstract of approximately 100 words should follow the title, names, and affiliations.
- The paper should be formatted for US Letter format.
- If your paper is an editorial note (i.e., has not been peer-reviewed), you must add a note stating: “This article has NOT been peer reviewed. The author takes full responsibility for this article’s technical content.” immediately below the author affiliation. If you are using Latex, you can use the following incantation:
\begin{document}
\title{Deep Thoughts}
\thanks{This article has NOT been peer reviewed. The authors take full responsibility for this article's technical content.}
\author{First Author}
\email{[email protected]}
\author{Second Author}
\email{[email protected]}
\affiliation{%
\institution{Top Notch Inc.}
\country{USA}
}
\author{Third Author}
\email{[email protected]}
\affiliation{%
\institution{The XYZ Group}
\country{Germany}
}
Authors are strongly encouraged to provide clickable URLs in the papers. For the URLs that are referenced in the paper, this can be achieved with the latex url package. For the bibliography, authors are strongly encouraged to provide clickable Digital Object Identifiers for all the references that are identified by a DOI. Please refrain from providing links to personal home pages and other non stable URLs in the bibliography.
Third, the author uploads the camera-ready version of the paper to https://sigenergy-eir.hotcrp.com. Please send any suggestions for improving these instructions to the Editor-in-chief.