Yanyan's Wiki 操作系统 (2023)

[A3] Research Proposal Finalization

Deadline: Friday 10 Dec 2021 23:59:59.

Submit (a zip archive of LaTeX source code) via command line:

curl http://jyywiki.cn/upload \
  -F course=ISER2021 \
  -F module=A3 \
  -F token={{your token}} \
  -F stuid={{student id}} \
  -F stuname={{name (chinese)}} \
  -F file=@{{path to your submission}}

All submissions will be peer-reviewed. Don't overdue!

ISER2021-A3 提交结果

HHope everyone has polished your research proposal. Before the others read your paper, you should perform a final round of fine-tuning of your manuscript.

Formatting Requirements

  1. Use LaTeX (with acmart):

    \documentclass[sigconf,review,screen,anonymous]{acmart}
    \acmConference[ISER 2021]{The 2021 Introduction to Software Engineering Research at Nanjing University}{Fall 2021}{Nanjing, China}
    \setcopyright{none}
    

    Reference format: \bibliographystyle{ACM-Reference-Format}.

    Important note: you should put your name and affiliation (English) in the \author{} block, such that your research proposal still looks good when anonymous is removed. The instructors will keep a printed proceeding.

  2. Research proposal will be reviewed double-blind. So you must follow the double-blind FAQ.

  3. Not exceed 4 pages for the main text, inclusive of all figures, tables, appendices, etc. One additional page of references is allowed.

Violating the formatting rules will lead to desk rejection.

Compilation Requirements

  1. Submit a zip-format archive of source code. The document root should be named main.tex (any directory will be okay).
  2. Your source code will be compiled by Online Judge:
    • Docker container running Ubuntu 20.04
    • With texlive-full installed
    • Build command: latexmk -pdf main.tex

Typeset a Beautiful Paper

Try your test to create a beautiful paper. Please refer to the texdoc of acmart (texdoc acmart in command line). Here is a link to common LaTeX issues. You may also find beautiful papers in POPL/PLDI/OOPSLA/ECOOP.

We recommend your research proposal to include an overview figure to clearly describe your approach's workflow and challenges. Examples:

You may use Visio, Keynote, or PowerPoint. A more professional tool may be TikZ:

You may also show some (hypothetical) evaluation results with random/synthetic data.

Modern plotting tools can export LaTeX-friendly plots. An alternative is to use pgfplots. Use booktab when typesetting tables. A bit color/font changes will make your paper more accessible.

Finally, you may embed figures into your text or tables:

Creative Commons License    苏 ICP 备 2020049101 号