@@ -4,6 +4,10 @@ This is a template repository with running examples how to join and contribute t
the `s2s-ai-challenge`.
You were likely referred here from the [public website](https://s2s-ai-challenge.github.io/).
If you have already forked this project before June 1st 2021, please fork again or pull recent changes.
Major changes will be also announced on the [challenge website](https://s2s-ai-challenge.github.io/#announcements). The template will have release tags.
Find an overview of [repositories and websites](https://renkulab.io/gitlab/aaron.spring/s2s-ai-challenge/-/wikis/Flow-of-information:-Where-do-I-find-what%3F)
If you have already forked this project before June 1st 2021, please fork again or pull recent changes.
Major changes will be also announced on the [challenge website](https://s2s-ai-challenge.github.io/#announcements). The template will have release tags.
### 2. Fill our [registration form](https://docs.google.com/forms/d/1KEnATjaLOtV-o4N8PLinPXYnpba7egKsCCH_efriCb4).
Registrations are not required before October 31st 2021, but highly [appreciated for the flow of information](https://renkulab.io/gitlab/aaron.spring/s2s-ai-challenge/-/issues/4).
...
...
@@ -72,9 +73,18 @@ description of your method.
### 4. Add the `scorer` user to your repo with Reporter permissions
The scorer follows the code shown in the [verification notebook](https://renkulab.io/gitlab/aaron.spring/s2s-ai-challenge-template/-/blob/master/notebooks/verification_RPSS.ipynb). The scorer's username on gitlab is `s2saichallengescorer`. You should add it to your project with `Reporter` permissions. Under "Members" - "Invite Members" - "GitLab member or Email address", add `s2saichallengescorer`. The scorer will only ever clone your repository and evaluate your submission. It will never make any changes to your code.
### 5. Add the `s2s-ai-challenge` topic to your repository
To add the project topic navigate to `Settings` -> `General` and then fill in the word `s2s-ai-challenge` in the
`Topics` field near the top of the page. If you have multiple topics you can separate them by commas.
This allows your repository to be recognized as a participant of the competition. Without
this project topic or if you have not added the scorer as a member of your project
the automated scoring bot will not evaluate any of your submissions and none of your code
or results will be considered for the competition.
## Make Predictions
### 5. Start jupyter on renku or locally
### 6. Start jupyter on renku or locally
The simplest way to contribute is right from the Renku platform -
just click on the `Environments` tab in your renku project and start a new session.
This will start an interactive environment right in your browser.
...
...
@@ -89,7 +99,7 @@ renku project URLs - use `renku clone` to clone the project on whichever machine
Install [renku first with `pipx`](https://renku-python.readthedocs.io/en/latest/installation.html),
and then `renku clone https://renkulab.io/gitlab/$YOURNAME/s2s-ai-challenge-$GROUPNAME.git`