Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Competition creation can be done two ways. Through the online form on Codalab, o
## Bundle Upload
For more information on Bundle Upload see here:

[Competition Creation: Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Bundle/)
[Competition Creation: Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Bundle/)

For more information on Competition Bundle Structure, see here:

Expand All @@ -12,4 +12,4 @@ For more information on Competition Bundle Structure, see here:
## GUI creation
For more information on GUI creation see here:

[Competition Creation: Form](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Form/)
[Competition Creation: Form](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Form/)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This page focuses on how to create a dataset contest via bundle and make submiss
The brief process can be summarized in the following diagram![](../../_attachments/0_17528513120435548.png)

There are two main parts:
- the contest organizer creates the dataset competition by uploading a bundle (For more information on how to create a contest via bundle, and the definition of bundle, you can refer to this link [Competition-Creation:-Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Bundle/))
- the contest organizer creates the dataset competition by uploading a bundle (For more information on how to create a contest via bundle, and the definition of bundle, you can refer to this link [Competition-Creation-Bundle](https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Bundle/))

- Competition participant submission dataset

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ It will also show you how to track the competitions you are currently in.
![v2_labeled_comp_list](../../_attachments/70932628-08974e80-1fef-11ea-9303-734d098df784_17528513089370105.png)

## Competition create button (Form)
This button will take you to the wizard/form for creating competitions. This will allow you to walk through each step of creating a competition using our creation/edit form. For more information on this form/wizard, please see the following link: [Competition Creation: Form](../Benchmark_Creation/Competition-Creation:-Form.md)
This button will take you to the wizard/form for creating competitions. This will allow you to walk through each step of creating a competition using our creation/edit form. For more information on this form/wizard, please see the following link: [Competition Creation: Form](../Benchmark_Creation/Competition-Creation-Form.md)


## Competition create button (Upload)
This button will take you to the upload page for competition bundles. Here you will be able to upload a competition bundle, and if it is validated and processed successfully, you should see a link to your new competition. For more information on this page, please see the following link: [Competition Creation: Bundle](../Benchmark_Creation/Competition-Creation:-Bundle.md)
This button will take you to the upload page for competition bundles. Here you will be able to upload a competition bundle, and if it is validated and processed successfully, you should see a link to your new competition. For more information on this page, please see the following link: [Competition Creation: Bundle](../Benchmark_Creation/Competition-Creation-Bundle.md)

## Competitions I'm running tab
This should be the default selection for the tab navigation at the top. Having this selected will show you all the competitions you currently run/manage, and the available actions for them.
Expand All @@ -21,7 +21,7 @@ Clicking on this tab will change the main view of the page. You should now see a
This button will publish your competition in order to make it publicly available. If your competition is already published, this button will appear green and be used to remove your competition from public availability (It will not be deleted). By default, if your competition is un-published, it appears grey.

## Edit competition button
This button will take you to the wizard/form for editing competitions. For more information on the competition edit form, please see the link [here](../Benchmark_Creation/Competition-Creation:-Form.md)
This button will take you to the wizard/form for editing competitions. For more information on the competition edit form, please see the link [here](../Benchmark_Creation/Competition-Creation-Form.md)

## Delete competition button
Deletes your competition. There will be a confirmation dialogue before deletion. We cannot recover deleted competitions.
Expand Down
4 changes: 2 additions & 2 deletions documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ nav:
- Advanced Tutorial: Organizers/Benchmark_Creation/Advanced-Tutorial.md
- How to Transition from Codalab to Codabench?: Organizers/Benchmark_Creation/How-to-transition-from-CodaLab-to-Codabench.md
- Competition Creation: Organizers/Benchmark_Creation/Competition-Creation.md
- Competition Creation Form: Organizers/Benchmark_Creation/Competition-Creation:-Form.md
- Competition Creation Bundle: Organizers/Benchmark_Creation/Competition-Creation:-Bundle.md
- Competition Creation Form: Organizers/Benchmark_Creation/Competition-Creation-Form.md
- Competition Creation Bundle: Organizers/Benchmark_Creation/Competition-Creation-Bundle.md
- Competition YAML Structure: Organizers/Benchmark_Creation/Competition-Bundle-Structure.md
- YAML Structure: Organizers/Benchmark_Creation/Yaml-Structure.md
- Competition Docker Image: Organizers/Benchmark_Creation/Competition-docker-image.md
Expand Down
2 changes: 1 addition & 1 deletion src/static/riot/competitions/editor/form.tag
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<!-- Show back button when updating only -->
<a if="{opts.competition_id}" class="ui secondary basic button" href="{URLS.COMPETITION_DETAIL(opts.competition_id)}">Back To Competition</a>
<!-- Show help when creating only -->
<help_button if="{!opts.competition_id}" href="https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Form/"></help_button>
<help_button if="{!opts.competition_id}" href="https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Form/"></help_button>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/static/riot/competitions/upload.tag
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="ui segment">
<div class="flex-header">
<h1 class="ui header">Benchmark upload</h1>
<help_button href="https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation%3A-Bundle/"
<help_button href="https://docs.codabench.org/latest/Organizers/Benchmark_Creation/Competition-Creation-Bundle/"
tooltip="More information on bundle creation">
</help_button>
</div>
Expand Down