Creating an Algorithms Page

Creating an Algorithms Page  

  By: AWinder on Aug. 21, 2024, 8:30 p.m.

Could someone please provide a more detailed set of instructions for submitting an algorithm to the Preliminary Docker Evaluation stage? I have read through the provided documentation at https://github.com/ezequieldlrosa/isles24-docker-template, and as per its instructions, I have used the provided command:

docker save example-algorithm-preliminary-docker-evaluation | gzip -c > example-algorithm-preliminary-docker-evaluation.tar.gz

to successfully create a tarball of my working docker image (created from the docker template via test_run.sh). However, it is not clear to me how to upload the image to the grand challenge website. The grand-challenge documentation at https://grand-challenge.org/documentation/create-an-algorithm-page/ states that "If you need to create an algorithm for a challenge, you can do so on the challenge submission page," however I do not see any option to do so.

When I access the ISLES 2014 > Submit > Preliminary Docker Evaluation tab, I see the following: Where the algorithm combobox does not contain any selectable options (presumably because I have not uploaded an algorithm)

When I access the ISLES 2014 > Submit > Your Submissions tab, I see the following: Which confirms that I have no submitted algorithms, but also does not provide any interface to submit an algorithm.

I feel like I must be missing something simple, but I've scoured the website and all of the provided documentation and cannot seem to find a solution.

Best, Anthony

Re: Creating an Algorithms Page  

  By: Jaymos on Aug. 21, 2024, 9:01 p.m.

Hi, there is a link to create an algorithm. Check the blue text in the attached image.

Re: Creating an Algorithms Page  

  By: ezequieldlrosa on Aug. 21, 2024, 9:08 p.m.

Hi Anthony, Agree that is not fully clear. In the first screenshot you shared, the blue link in small letter allows you to do so. Best Ezequiel

Re: Creating an Algorithms Page  

  By: AWinder on Aug. 22, 2024, 5:45 a.m.

Thank you both. For some reason, I thought that was a link back to the help page, but it turns out I simply did not read carefully enough.

Best, Anthony