==== 学术会议和期刊 ==== * CCF 推荐国际学术会议和期刊目录 ([[https://www.ccf.org.cn/c/2019-04-25/663625.shtml|2019]],[[https://www.ccf.org.cn/Academic_Evaluation/By_category/|2022]],[[https://ccfddl.github.io/|投稿日期]]) * CCF 推荐中文科技期刊目录 ([[https://www.ccf.org.cn/c/2019-07-31/667605.shtml|2019]],[[https://www.ccf.org.cn/ccftjgjxskwml/|2022]]) * [[http://csrankings.org/|CSRankings: Computer Science Rankings]] * [[https://scholar.google.com/citations?view_op=top_venues&hl=en&vq=eng|Google Scholar Metrics]] * $^{\star\star\star}$ 南京大学高质量科技期刊与学术会议推荐目录 ==== 软件 ==== * $\LaTeX$:[[http://tug.org/texlive/|Tex Live]]、[[http://tug.org/mactex/|MacTeX]]、[[https://www.chachatelier.fr/latexit/|LaTeXiT]] (**除中文写作外,请勿使用 CTEX!**) * 在线协作:[[https://www.overleaf.com/|Overleaf]]、[[https://tex.nju.edu.cn/|Nanjing University LaTeX]] * 建议 [[https://www.overleaf.com/learn/how-to/LaTeX_checklist_for_arXiv_submissions|Overleaf $\LaTeX$ 版本]]选择与 arXiv 保持一致 ---- ====== 写作规范 ====== * Z. Huang, X. Ding. [[https://github.com/hzwer/WritingAIPaper|Writing AI conference papers: A handbook for beginners]]. 2024 ==== 组词造句 ==== * {{:team:academic_phrasebank.pdf|Academic phrasebank (2014b)}}: A compendium of commonly used phrasal elements in academic English * R. Miller. [[https://www.cs.toronto.edu/~miller/resources.html|Computer science writing advice]] ==== 排版美化 ==== * //字体.// 请勿使用等线字体 * //横线.// 连字符、短划线 (表示范围的两个数字间)、长划线 (不太常用,可用冒号或逗号替代)、减号 (数学公式中减法前后各需空格) * //算法.// 建议使用 [[https://www.ctan.org/pkg/algorithm2e|algorithm2e]] package * //表格.// 建议使用 [[https://www.ctan.org/pkg/booktabs|booktabs]] package。初学者参考 [[https://www.latex-tables.com/|LaTeX Tables Editor]] * //图表.// 字体统一,字号不大于正文、也不宜过小,标题、图例和坐标轴表达清楚,配色美观 ==== 公式 ==== * [[https://artofproblemsolving.com/wiki/index.php/LaTeX:Symbols|数学符号]]: A short list of commonly used $\LaTeX$ symbols * 需编号,结尾有标点 (下文接 where 用逗号,没有则用句号),不超宽,等号对齐 ==== 参考文献 ==== 参考文献是学术论文不可缺少的组成部分。编引参考文献既是对他人成果的尊重,也是作者认真求实态度的体现,更是期刊会议对论文作者的基本要求。 * 每个期刊会议 (特别是**中文期刊**) 都有自己的格式要求,请仔细阅读投稿说明 * BibTex 录入工具:[[https://www.jabref.org/|JabRef]]、[[https://bibdesk.sourceforge.io/|BibDesk]] (MacTeX 集成) * 常见问题: - //统一.// 请勿从 DBLP、Google Scholar 等处直接复制粘贴 bib 条目,应该进一步整理和补充,例如会议是否缩写、会议地点、出版社名 - //大小写.// 标题中需要强制大小写的单词用 {...} 括起来,例如 {RDF}、{DBpedia} - //人名.// 列出所有作者,对于非英语人名的正确拼写,参见 [[https://en.wikibooks.org/wiki/LaTeX/Special_Characters|LaTeX/Special_Characters]] - //缩写.// 期刊会议名称的缩写规范、统一,以及是否写 "Proceedings of"、会议届数等。另外,美国州名一般用缩写 - //其他.// 页码起止使用短划线 (即两个连字符),例如 “1--10” ==== 论文审稿 ==== * S. Krishnamurthi. [[https://cs.brown.edu/~sk/Memos/Paper-Reviews/|How to write technical paper reviews]]. 2009