Home » For Authors » Publication Ready Author Instructions

Publication Ready Author Instructions

Once you have received your conditional acceptance notification, you must complete the necessary steps  to prepare your final submission for publication. All conference venues that publish papers and extended abstracts in the ACM Digital Library will follow this process. Please contact the publications chairs (publications@chi2024.acm.org) if you have any questions.

The following chart (click for a larger version) depicts the publication process, beginning with the conditional acceptance notification until the authors receive the final acceptance notification. All steps have to be completed by the corresponding authors (the author who created the submission in PCS). All emails mentioned below will only go to the corresponding authors.

A flow diagram detailing the different steps (explained in the next paragraph) in the publication process from conditional acceptance to final acceptance

After authors get a conditional acceptance notification, they will receive an email with information about the ACM e-Rights process. After authors complete the ACM e-Rights form (to be completed before the “e-rights completion deadline”), they get an automated email with a link to the TAPS upload form. In parallel to completing e-rights, authors have to apply the changes requested by reviewers and format the paper according to the instructions in this document.

After the ACM e-Rights form is completed, the authors upload the source files to TAPS by the “Publication-Ready Deadline”). TAPS will then generate PDF and HTML5 outputs from the source files and notify the authors via email if problems occur. The authors then need to check whether both versions have been rendered correctly. If not, the authors must fix errors and re-upload the sources to TAPS. They may request help from the TAPS support and Publication Chairs. Authors can iteratively upload revised source files to TAPS and work on the outputs until the “TAPS Closes Deadline”. If you want to revise your final outputs, click “reject” and resubmit your source files.

This year, authors are not required to add tags for accessibility to the PDF file from TAPS; an external provider will tag the document based on the figure and table descriptions provided by the authors on PCS The PDF generated by TAPS, source files, and all supplemental material (e.g., videos) have to be uploaded to PCS only. This step needs to be completed in PCS before the “TAPS Closes Deadline.” The Associate Chairs (ACs) or venue chairs will decide the final acceptance of the submission. Finally, the authors will receive the final acceptance notification of their submission. After this time, no changes will be required or accepted.

Note that, this year, once authors have completed the initial submission in PCS and the submission deadline has passed, changes to the meta-data, including paper title and authors, can no longer be made, so make sure the information is correct and complete at submission time.

ACM e-Rights

After conditional acceptance notification, you will receive an email from the ACM e-Rights system to begin the publication process for your paper. You must complete the e-Rights form to progress to upload the source files to TAPS.

  • The e-Rights form will only be sent to the corresponding author, so it is important that this person is able to respond to emails and complete the form.
  • This email will come from rightsreview@acm.org. Please remain alert for this email after your acceptance notification, as it may be sent to spam.
  • The data shown in the ACM e-Rights form will be the same as you entered during submission time in PCS. Making manual changes is not allowed. Any mismatches will delay the publication of your paper. Note that changing the author list after the notification deadline will not be possible as conflicts during the reviewing process are handled based on the author list provided at submission time.
    For papers: If you need to amend the author list due to the R&R process, please contact the paper co-chairs (papers@chi2024.acm.org) to get approval prior to applying the change. This must be done before submitting the revised version. .

Final Materials for Publication

Document Source for Publication (required)
The source file(s) for your submission (.docx file or .zip archive of LaTeX source). The source file is visible to the (subcommittees) chairs only, there is no need to clean or anonymize it.

Final PDF (required)
The final camera-ready PDF that was generated from the source file(s) by TAPS.

Video Preview (optional but highly recommended)
Video previews are 30-second videos that give a quick glimpse of your work and help promote your publication within the CHI community and beyond. Video previews are a great opportunity to make your work stand out and reach conference attendees, researchers and practitioners within and outside the community, journalists, and the general public. The video duration must be 30 seconds or less. The video must include an opening title and all spoken dialog must be closed captioned (i.e., subtitled) to improve accessibility. Please find all technical information under Technical Requirements and Guidelines for Videos at CHI.

Video Figure (optional)
You may include a 5-minute video figure that accompanies your paper. The video must include an opening title and all spoken dialog should be closed captioned (subtitled) to improve accessibility. See Technical Requirements and Guidelines for Videos at CHI for details.

Supplemental Materials (optional)
Supplemental Materials are optiona and will only appear in the ACM DL. Theycan include survey material, source code, data, images, additional videos, slides, etc. Sharing research material to facilitate replicability is optional but recommended (see transparency section in CHI’s guide to a successful submission). If you submit supplemental materials, you will need to provide metadata information; more information on this process will follow.

Preparing Your Final Source

All authors should ensure they are using the latest version of the template available on the ACM Templates page. Authors using Microsoft Word must complete additional validation steps and should factor in extra time to complete this work.

LaTeX Authors

LaTeX source requires some preparation for final submission, please go through the ACM’s LaTeX best practices guidelines. Please ensure your source follows these requirements:

  • SIGCHI publications use the “sigconf” visual style. This is specified in the document class command. You should use \documentclass[sigconf]{acmart} (removing other tags such as “manuscript,” “authordraft,” “anonymous,” and “review”). Please also make sure to use the coding of basic elements as per the sigconf sample tex file available with the acmart LaTeX package.
  • All images are of appropriate quality (to be able to be converted into the required formats for HTML5 version). We strongly recommend using vector graphics where possible.
  • SIGCHI publications use the “ACM-Reference-Format” numbered bibliography style.
  • Your LaTeX source must have a single “main” .tex file, although you can organize your project with a main .tex file that includes input from multiple .tex files. Please remove all samples and old tex files that include a document class.
  • Ensure that your source compiles without errors. Some editors, such as Overleaf, will tolerate errors and generate a PDF, but this is not permissible for the final publication. Please check the error log and correct all compilation errors before submitting your final source.
  • Ensure that your bibliography compiles. Accurate bibliographies are required for publication. If your bibliography has missing entries or other errors, your source will not be accepted for publication. Please check the warning log and correct all warnings and errors related to your bibliography before submitting your final source. Add DOIs where possible.
  • Ensure you check the list of approved packages for LaTeX documents. If you use a package not listed, please remove it early on as otherwise, it will not be possible to process your source files in TAPS. You can request to add packages to the approved list. You can contact acmtexsupport@aptaracorp.com if you have questions.
  • Provide accessible descriptions (instructions available in the template) for all figures.
  • Authors are expected to select one or more descriptors (or “concepts”) from the ACM’s Computing Classification System and add them to their document. CCS is a taxonomy for the computing field. A list of CCS descriptors can be built for your article from https://dl.acm.org/ccs/ccs.cfm. Authors can select one or more descriptors and assign a priority to them. When a list of CCS descriptors has been built, that information must be added to your document. Select “view CCS TeX Code” and check the “Show the XML only” box, copy the XML and paste the code below the abstract.

More information on using LaTeX to prepare your article can be found in this document.

Overleaf users can download LaTeX source files in a ZIP format by clicking the “Menu” button on the top-left corner and then clicking the “Source” icon in the “Download” section. Note that all samples and old tex files need to be deleted (see the above requirements) on Overleaf before downloading the ZIP file. This can be done by right-clicking each unnecessary file and then selecting the “Delete” option. Authors who need technical support about Overleaf should contact support@overleaf.com.

Word Authors

After downloading the correct ACM Master Article Template for Microsoft Word, you need to follow the instructions to attach the ACM Template to your submission file.

More information and best practices for using Microsoft Word to prepare your article can be found in this document and in our video walkthrough.

  • Attach the template from the downloaded location to your submission file.
  • Apply appropriate style to each element of Head, Body, and Reference. For this, please check Table 1 in the original Submission Template file, which contains a list of the styles you should apply (see list below)
  • Run Crosslinking to auto hyperlink all citations from the Template ribbon.
  • Press the ‘ACM Template’ button and run ‘Manuscript Validation’.
  • If the validation process was successful, then ZIP your submission, following the established format, and upload to TAPS.
  • If validation does not work after following the steps above, please contact confsupport@aptaracorp.com and publications@chi2024.acm.org.

Please note that you must run the “Manuscript Validation” macro on your Word document, and have it successfully completed before uploading the Word document to TAPS.

Table 1: Styles available in the Word template, taken from the ACM Word Submission template on 16 July 2021.

STYLE TAG DEFINITION STYLE TAG DEFINITION
Title_document main title of article ListParagraph list items
Subtitle subtitle of article Statements math statements
Authors author name Extract block quotations
Affiliation author affiliation information Algorithm Caption caption for algorithm
AuthNotes footnote to author(s) AckHead heading for acknowledgements
Abstract abstract text AckPara acknowledgements text
CCSHead heading for CCS Concepts GrantSponsor sponsor of grant
CCSDescription CCS terms GrantNumber number for the grant
KeyWordHead heading for keywords ReferenceHead heading for references
Keywords keywords text Bib_entry references
ORCID authors ORCID # AppendixH1 appendix heading level 1
Head1 heading level 1 AppendixH2 appendix heading level 2
Head2 heading level 2 Appendixh2 appendix heading level 3
Head3 heading level 3 TableCaption title of table
PostHeadPara first paragraph after a heading TableHead column head of table
Para subsequent paragraphs
of general text
TableFootnote footnote to table
ParaContinue flush left text after display items like
math equations, lists, etc.
Image figures
DisplayFormula numbered math equation DOI digital object identifier
DisplayFormulaUnnum unnumbered equations Label label
ComputerCode display computer codes In-text code intext computer code
Short Title short title of article    

Word authors should follow these instructions:

  • Use a filename that does not contain spaces and special characters.
  • Please ensure that ALL content in your Word document is styled with the correct styles as listed in the table provided in the template.
  • Use numbered style for the bibliography.
  • There are some common issues that can delay the processing of your publication. Please check for the following in your final version:
    • Ensure elements such as the title, headings, authors, acknowledgements, reference heading, and individual references are styled as described in the template.
    • If a single figure contains multiple images, these must be inserted as a single image.
    • All images/figures are of appropriate quality (to be able to be converted in required formats for HTML version) and must be followed by a caption.
    • Provide alt text (instructions available in the template) for all figures.
    • Remove all blank lines.

ACM’s Computing Classification System (CCS) is a taxonomy for the computing field. Authors are expected to select one or more descriptors (or “concepts”) from the CCS and add them to your document.

A list of CCS descriptors can be built for your article from https://dl.acm.org/ccs/ccs.cfm. Authors can select one or more descriptors and assign a priority to them. When a list of CCS descriptors has been built, that information must be added to your document. In Microsoft Word, adding CCS concepts to your document is a two-step process:

  • Select the formatted list of concept(s) from the web interface – here’s an example:
    • Computer systems organization~Real-time operating systems
    • Paste it into your document, and style with the “CCSDescription” tag.
  • Select “view CCS TeX Code” and check the “Show the XML only” box, copy the XML and paste into your Word document in the following location (Mac):
    • Select “Properties” from the “File” menu
    • Select the “Summary” tab
    • Paste the XML into the “Comments” area
  • Select “view CCS TeX Code” and check the “Show the XML only” box, copy the XML and paste into your Word document in the following location (Windows):
    • Select “Properties” from the “File” menu
    • Select “Advanced Properties”
    • Select the “Summary” tab
    • Paste the XML into the “Comments” area

It is important to perform both parts of this task – inserting the formatted list into the body of your Word document and applying the appropriate style, AND inserting the XML representation of your selected CCS concepts into the metadata of your Word document.

Accessibility

SIGCHI publications must follow accessibility guidelines. Detailed instructions are available in the Guide to an Accessible Submission. This year, an external provider will tag TAPS-produced PDFs for accessibility. Authors still have to provide meaningful alt text for figures in their source files.

Using the ACM Publication System (TAPS)

Follow the ACM Instructions for Submitting the Author’s Paper/Article to TAPS. Please note that this will be an iterative process. The following is a summary of the steps to follow. For more details, refer to the ACM Instructions.

  1. Prepare your materials: create a ZIP file following the specifications above. Please check that you are using the correct names for folders and files.
  2. Delivering your material: submit your ZIP file to TAPS using the link sent to you by TAPS.
    1. If the ZIP file is less than 10MB in size, use the file uploader on that page.
    2. If the ZIP file is 10MB or greater in size, use the FTP link on that page.
  3. Processing your material: TAPS will attempt to build the PDF and HTML5 versions of your article.
    1. If TAPS is successful, you will receive an email with the PDF as an attachment, and a link to the HTML5 version. If you need to correct something, you have the option to reject the outcomes and resubmit your revised ZIP file.
    2. If not successful, you need to read the error messages, fix your files, and resubmit. If you are not able to fix the errors you can contact the publications team (publications@chi2024.acm.org) or APTARA support via the contact form or tapssupport@aptaracorp.com.

Important notes:

  • Aim to keep your ZIP file under 10MB for fast processing.
  • Filenames should ONLY include upper- and lower-case letters, numbers, the dash “-” and underbar “_” characters. File names that contain a space “ “ will result in an error during processing. (The period between the filename and the file extension – “figure7.png” is fine.)
  • Only upload supplementary materials to PCS, and not to TAPS.

Approving Your Final Submissions on ACM TAPS

After the final submissions are processed by TAPS, you will receive an email asking you to approve your final version for publication. The link provided will take you to the TAPS Author Dashboard for your paper.

  • The TAPS Author Dashboard email will only be sent to the corresponding author, so it is important that this person is able to respond to emails and complete the form.
  • This email will come from tapsadmin@aptaracorp.awsapps.com. Please remain alert for this email after you have uploaded your source, as it may be sent to spam. This may take up to two weeks to arrive depending on the size of the conference and the processing required.
  • When you receive an email titled “PDF and HTML Proofs: available for review” please follow the links provided to access the TAPS-generated PDF and HTML files.
    • Carefully review the generated files and check for rendering problems or missing content.
    • Once you approve the proofs and have uploaded the source and PDF to PCS,your submission is complete and ready for publication in the Digital Library.
    • If you do not approve the proofs, you can revise your source files, create the ZIP file again and submit to TAPS..

Uploading Your Final and Approved Documents to PCS

In the final step, the TAPS-generated PDF now needs to be uploaded to PCS for the associated chair (AC) or venue chair to review. Additionally, it is required to submit a summary of changes for some venues like papers. Based on this the AC or venue chair will make the final decision on the acceptance of the paper, thus triggering the final acceptance email.

Green Open Access

All SIGCHI authors are encouraged to archive their work in a “green open access” repository in line with ACM’s Green Open Access Policy. Authors can host their final versions on their own homepage, an institutional repository, a repository mandated by your funder, or a non-commercial repository such as arXiv.

  • You must archive a version (PDF) created by yourself. You are not allowed to archive the final version (PDF) created by the ACM.
  • Include the DOI assigned once you complete the e-rights form.

Frequently Asked Questions

Q: I want to change the metadata of my paper (e.g., author list, author order, author name, email), what can I do?
A: We do not allow for such changes after the notifications have been sent. In the case of R&R, such requests will be handled on a case-by-case basis but also only before the notifications have been sent.

Q: What do I do if I do not get a response email from TAPS after submitting?
A: If you have not received a notification email after 24 hours, contact confsupport@aptaracorp.com and publications@chi2024.acm.org

Q: TAPS did not provide me with my final PDF in time. What should I do?
A: Reach out to publications@chi2024.acm.org before the deadline — we will make sure that you have the time needed to review your final version.

Q: TAPS support is not responding. What can I do?
A: Reach out to publications@chi2024.acm.org so we can follow up on your problem and also know about your situation. However, the TAPS support team is slow during CHI due to the high load of requests.

Q: My final PDF or HTML is showing metadata (e.g. author name, email, title) that I was not expecting, what can I do?
A: This requires the proceedings chairs to help you out, please reach out to publications@chi2024.acm.org.

Q: Does my final PDF have to contain author names and affiliations?
A: Yes, they have to be identical to the information you provided during submission time in PCS.

Q: Should the version in TAPS be the redline version of my paper?
A: No, this should be the final version you want to see in the ACM DL.

Q: Does TAPS generate a PDF with changes highlighted?
A: No, if you want a PDF with changes highlighted you need to generate this yourself.

Q: Can I upload a different PDF file to PCS?
A: No, the PDF file in PCS must be the TAPS-generated PDF. Non-matching PDFs will be automatically rejected and overwritten with the TAPS-generated PDF.

Q: What do I do if I want to reupload my paper to TAPS after I have approved it?
A: Reach out to publications@chi2024.acm.org

Q: What do I do if my paper title has changed?
A: If the change is minor (e.g., correcting a typo), reach out to publications@chi2024.acm.org. If the title has changed during R&R, reach out to your AC via PCS to obtain permission and then contact publications@chi2024.acm.org.

Q: What do I do if any information of the displayed authors is wrong (PDF or HTML)?
A: Reach out to publications@chi2024.acm.org

Q: TAPS does not allow me to upload a new version. What can I do?
A: Reach out to publications@chi2024.acm.org

Q: Do I need to upload my supplemental material to TAPS?
A: No, only to PCS. Only the materials in PCS will go into the ACM DL.

Q: Do I need to upload my companion videos to TAPS?
A: No, only to PCS. Only the videos in PCS will go into the ACM DL and YouTube.

Q: Can I upload more than 10MB per ZIP?
A: Yes, but this massively delays your processing; thus, we ask you to keep your ZIP files under 10MB.

Q: Am I required to manually add accessibility to my PDF?
A: No. This year, an external provider will complete the accessibility tagging. However, you need to provide accessible figure and table descriptions in your document source and on PCS. .

Q: Which LaTeX packages are accepted to be used?
A: Please see https://www.acm.org/publications/taps/accepted-latex-packages

Q: Do I need to clear and anonymize my document source files (Word or LaTeX) when doing the final upload to PCS?
A: No, your source files are likely to never be looked at. It provides us (Chairs only) with the ability to recompile your PDF in case we can not reach you.

Q: Do I need to include my final PDF and/or supplementary materials in the ZIP I need to upload to TAPS?
A: No, CHI’24 ignores all additional files uploaded to TAPS, please only upload your extra files to PCS.

Q: Does CHI have an embargo on the publications?
A: No, there is no embargo, you are allowed to publish the paper within your selected copyright limitations.