ACM latex模板中的CCSXML (即:CCS Concept)怎么填?

发布于:2024-12-06 ⋅ 阅读:(143) ⋅ 点赞:(0)

CCS Concept

感谢CCS Concept 怎么填 的珠玉在前.

问题描述

如下,ACM模板(比如ACM computing surveys)有一段是需要填写 ccsxml:

%%
%% The code below is generated by the tool at [http://dl.acm.org/ccs.cfm.](http://dl.acm.org/ccs.cfm.)
%% Please copy and paste the code instead of the example below.
%%
\begin{CCSXML}
<ccs2012>
 <concept>
  <concept_id>10010520.10010553.10010562</concept_id>
  <concept_desc>Computer systems organization~Embedded systems</concept_desc>
  <concept_significance>500</concept_significance>
 </concept>
 <concept>
  <concept_id>10010520.10010575.10010755</concept_id>
  <concept_desc>Computer systems organization~Redundancy</concept_desc>
  <concept_significance>300</concept_significance>
 </concept>
 <concept>
  <concept_id>10010520.10010553.10010554</concept_id>
  <concept_desc>Computer systems organization~Robotics</concept_desc>
  <concept_significance>100</concept_significance>
 </concept>
 <concept>
  <concept_id>10003033.10003083.10003095</concept_id>
  <concept_desc>Networks~Network reliability</concept_desc>
  <concept_significance>100</concept_significance>
 </concept>
</ccs2012>
\end{CCSXML}

\ccsdesc[500]{Computer systems organization~Embedded systems}
\ccsdesc[300]{Computer systems organization~Redundancy}
\ccsdesc{Computer systems organization~Robotics}
\ccsdesc[100]{Networks~Network reliability}

这个是模板里面的示例,那么具体到我们写论文的时候要怎么操作呢?

2 方法
1)先按模板提示,访问 http://dl.acm.org/ccs.cfm,

这里有对 ccs(computing classification system)的介绍,原来是为了方便数据库的搜索查询。

2)现在来实际操作一下,在网站:https://dl.acm.org/ccs 中:

选择自己相关的 field,然后点击 assign this ccs concept,我点了两个,可以选择不同的权重的权重。如下:
在这里插入图片描述
点击 generate code 按钮:
在这里插入图片描述
把里面的内容复制出来,放到 latex模板里面就好了。


网站公告

今日签到

点亮在社区的每一天
去签到