科研问题
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
Projects
0.百科全书
[[github问题]] 2024.10.08
[[笔记本电脑]]
[[华为手机安装google框架]]
[[科研问题]]
[[github问题]]
[[huggingface]]
[[linux]]
[[Python使用]]
[[Vscode使用]]
[[港科广二期HPC使用]] 2025.07.25
[[顶会论文及检索网址]] 2025.10.10
1.前后端
[[使用Flask快速构建浏览器实现图片交互]]