Enabling Supplementary Material Upload
{
"supplementary_material": {
"description": "Supplementary material (e.g. code or video). All supplementary material must be self-contained and zipped into a single file.",
"order": 10,
"value-file": {
"fileTypes": [
"zip"
],
"size": 50
},
"required": false
}
}{
"supplementary_material": {
"value": {
"param": {
"type": "file",
"extensions": ["zip", "pdf"],
"maxSize": 100,
"optional": true
}
},
"description": "All supplementary material must be self-contained and zipped into a single file. Note that supplementary material will be visible to reviewers and the public throughout and after the review period, and ensure all material is anonymized. The maximum file size is 100MB.",
"order": 7,
"readers": [
"ICML.cc/2023/Conference",
"ICML.cc/2023/Conference/Submission${4/number}/Senior_Area_Chairs",
"ICML.cc/2023/Conference/Submission${4/number}/Area_Chairs",
"ICML.cc/2023/Conference/Submission${4/number}/Authors"
]
}
}Last updated
Was this helpful?