CoCoOne commited on
Commit
887e6b1
·
1 Parent(s): ddd1f42

Refine space submission guide

Browse files
Files changed (1) hide show
  1. app.py +8 -4
app.py CHANGED
@@ -416,6 +416,11 @@ def submission_guide_markdown() -> str:
416
  4. Make sure every checklist image path points to `target_study/images/...`.
417
  5. Ensure that uploaded files can be redistributed through Hugging Face before submitting.
418
 
 
 
 
 
 
419
  ## Expected ZIP Layout
420
 
421
  ```text
@@ -433,6 +438,8 @@ your_submission.zip
433
  └── images/
434
  ```
435
 
 
 
436
  ## What The Space Checks
437
 
438
  - top-level folder structure and missing or extra files
@@ -440,10 +447,7 @@ your_submission.zip
440
  - file naming conventions such as `related_work/paper_000.pdf`
441
  - whether declared data paths actually exist
442
  - whether image references actually exist
443
- - whether old source paths or stale `/tasks/...` references remain in descriptions
444
-
445
- Example task in GitHub:
446
- [tasks/Astronomy_000](https://github.com/InternScience/ResearchClawBench/tree/main/tasks/Astronomy_000)
447
  """
448
 
449
 
 
416
  4. Make sure every checklist image path points to `target_study/images/...`.
417
  5. Ensure that uploaded files can be redistributed through Hugging Face before submitting.
418
 
419
+ Example task in GitHub:
420
+ [tasks/Astronomy_000](https://github.com/InternScience/ResearchClawBench/tree/main/tasks/Astronomy_000)
421
+
422
+ ---
423
+
424
  ## Expected ZIP Layout
425
 
426
  ```text
 
438
  └── images/
439
  ```
440
 
441
+ ---
442
+
443
  ## What The Space Checks
444
 
445
  - top-level folder structure and missing or extra files
 
447
  - file naming conventions such as `related_work/paper_000.pdf`
448
  - whether declared data paths actually exist
449
  - whether image references actually exist
450
+ - whether invalid source paths or stale `/tasks/...` references remain in descriptions
 
 
 
451
  """
452
 
453