科研问题

SIGIR 投稿中latex的问题

ACM在overleaf上的latex模版:网址 (最新版本发布于2025.1.3)

匿名提交

评审需要匿名提交,对于latex,使用以下的格式,参考SIGIR2025

/documentclass[sigconf,natbib=true,anonymous=true]{acmart}

CCS Concepts是什么

参考博客,是ACM格式中方便索引的关键词,不能自己编写,需要去官网在现存的分类中找到自己文章的定位。

abstract、CCS concepts、keywords大写问题

  • 对于abstract和keywords,可以在tex文件中加入:
    \renewcommand{\abstractname}{\MakeUppercase{Abstract}}
    \renewcommand{\keywordsname}{\MakeUppercase{Keywords}}
    
  • 对于CCS concept,由于acmart.cls没有对应的命名,我们需要在里面手动修改。可以在acmart.cls搜索关键词CCS concepts或者直接来到2294行,将下面的CCS concepts改成CCS CONCEPTS
    \if@ACM@printccs
    \ifx\@concepts\@empty\else\bgroup
        {\@specialsection{CCS concepts}%
           \noindent\@concepts\par}\egroup
       \fi
    

This line appears after every note.

Notes mentioning this note


Here are all the notes in this garden, along with their links, visualized as a graph.