PaperFoxPaperFox
Track Chairs

Export and Download Submissions

Export submission data as CSV/JSON and download all submitted files as a ZIP archive.

Track chairs can export submission metadata and download uploaded files in bulk from the Track Submissions page.

Export Submission Data

  1. Go to Conferences in the sidebar, click on your conference, then open the track you manage
  2. Under Submission Management, click "All Submissions"
Track management page with All Submissions link highlighted
  1. Click the "Export" button and choose a format:
Track Submissions page with Export dropdown open showing CSV and JSON options
  • CSV — opens in Excel, Google Sheets, etc.
  • JSON — for programmatic use

The exported file is named {conference}-{track}-submissions-{date}.csv (or .json).

CSV columns

ColumnDescription
Submission IDSubmission slug (e.g., dsw2027-1)
TitlePaper title
AbstractFull abstract text
StatusCurrent status (e.g., Submitted, Under Review)
DecisionAccept, Reject, etc.
Decision DateWhen the decision was made
Decision ByName of the decision maker
Submitted ByAuthor who submitted
Submitted DateDate and time of submission
Current PhaseActive track phase
Total AssignmentsNumber of reviewer assignments
Accepted AssignmentsAssignments accepted by reviewers
Completed ReviewsNumber of finished reviews
Author N Name/Email/Affiliation/CountryRepeating columns for each author

Download Submitted Files

Click "Download Files (.zip)" to download all uploaded paper files across every submission in the track.

The ZIP file is named {conference}-{track}-submission-files-{date}.zip and organized by submission:

dsw2027-main-submission-files-2026-03-17.zip
├── dsw2027-1/
│   ├── dsw2027-1-info.txt      # Submission metadata summary
│   ├── dsw2027-1-info.csv      # Metadata in CSV format
│   └── paper.pdf               # Uploaded file(s)
├── dsw2027-2/
│   ├── dsw2027-2-info.txt
│   ├── dsw2027-2-info.csv
│   └── manuscript.pdf
├── ...
└── _download-errors.txt        # Only present if any files failed to download

Each submission folder contains:

  • Info files (.txt and .csv) with title, authors, status, decision, abstract, and keywords
  • All uploaded paper files (PDFs, etc.)

If any individual file fails to download from storage, the rest of the ZIP still completes and errors are logged in _download-errors.txt.

On this page