crowdAI / crowdai

Fighting for Open Science with Open Data
https://www.crowdai.org
GNU Affero General Public License v3.0
149 stars 32 forks source link

CLEF Challenges #339

Closed scarroll32 closed 7 years ago

scarroll32 commented 7 years ago

This modification provides support for the 'CLEF' challenges model, eg: ImageCLEF.

Specification document

The key tasks required for crowdAI are:

Organizer / Challenge

Participants

Datasets and EUA

Submissions

To be further developed, but in general the page will make an API call to the broker, which wraps tje client, and then sends the file or the S3 key of the file.

ieggel commented 7 years ago

Status and approval buttons on participant's tab (submitted, approved, rejected)

Could we also have the downloaded status in order to mark the participant as registered? Or maybe you have a better idea? It is important for us that the registration is open before the actual data release, so there should be a definition of when somebody is considered as registered. Or do we want to introduce the terms&licenses which the user has to accept before the EUA page appears? In this case we could insert a sentence like "By accepting these terms you will also be registered to this challenge" or something similar? What do you think?

scarroll32 commented 7 years ago

We could use these statuses:

ieggel commented 7 years ago

Ok. This seems reasonable. So let's stick with these statuses. An ImageClef participant will be considered as registered as soon as his signed EUA has been validated.

scarroll32 commented 7 years ago

@ieggel The Tasks tab will have the EAU and also the dataset files.

Will this be visible to any logged in user or only to the organizer?

screen shot 2017-11-13 at 14 57 55
ieggel commented 7 years ago

@seanfcarroll

I think it's better if this tab is only visible to the organizer. The participants can see the EUA and the dataset files on the challenge page.

scarroll32 commented 7 years ago

Thanks @ieggel

scarroll32 commented 7 years ago

Implemented