Skip to content

Commit c6ca681

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/no-ref/add-sp-sim-results
2 parents 383a38d + 76ce7f2 commit c6ca681

76 files changed

Lines changed: 39864 additions & 37026 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/quarto_netlify.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ jobs:
6666
- name: Render with Quarto
6767
shell: bash -l {0}
6868
run: |
69+
# touch results/*/library.bib files
70+
for task in results/*; do
71+
touch "$task/library.bib"
72+
done
73+
74+
# render
6975
quarto render --profile evaluate_code
7076
7177
## push actions

documentation/create_task/getting_started.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please check the OpenProblems [organisation](https://github.com/openproblems-bio
1717

1818
## Step 2: Reach out to the OpenProblems team
1919

20-
If not, reach out to the OpenProblems team by creating a new task proposal. This can be done by creating a new issue in the OpenProblems repository using the [new task proposal template](https://github.com/openproblems-bio/openproblems/issues/new?assignees=&labels=task&projects=&template=new_task.yml). You can also reach out through [Discord](https://discord.gg/hDE5bYEcHF).
20+
If not, reach out to the OpenProblems team by creating a new task proposal. This can be done by creating a new issue in the OpenProblems repository using the [new task proposal template](https://github.com/openproblems-bio/openproblems/issues/new?assignees=&labels=task&projects=&template=new_task.yml). You can also reach out through [Discord](https://discord.gg/PEmRN4tjvE).
2121

2222
This collaborative process will help ensure that your task is well-defined, relevant, and compatible with the OpenProblems framework. Additionally, it informs others of your ongoing work in this area and establishes a foundation for potential collaboration. Check out [some examples](https://github.com/openproblems-bio/openproblems/labels/task) by filtering on the 'task' label on GitHub.
2323

events/2021-03_jamboree/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ To encourage communication and collaboration during the event, we’re going to
6666
Before the jamboree:
6767

6868
1. If you don’t already have one, create a Discord account
69-
2. [Download Discord desktop client](https://discord.com) (required for video calling)
70-
3. [Join our server](https://discord.gg/sDE7cM4PN7)
69+
2. [Download Discord desktop client](https://discord.gg/PEmRN4tjvE) (required for video calling)
70+
3. [Join our server](https://discord.gg/PEmRN4tjvE)
7171
4. Introduce yourself with a 👋in the #introductions channel
7272

7373
## Introductory videos

events/2021-09_neurips/documentation/about/discord.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ title: "Discord"
33
order: 50
44
---
55

6-
If you ever have any questions, please feel free to reach out on the [Open Problems Discord Server](https://discord.gg/hDE5bYEcHF).
6+
If you ever have any questions, please feel free to reach out on the [Open Problems Discord Server](https://discord.gg/PEmRN4tjvE).
77

88
You can find channels for the competition in the category "NeurIPS 2021 Competition".

events/2021-09_neurips/documentation/about/getting_started.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ To get started:
1111
4. Implement your method and [generate a submission](/events/2021-09_neurips/documentation/submission/development_process.qmd)!
1212

1313

14-
If you ever have any questions, please feel free to reach out on the [Open Problems Discord Server](https://discord.gg/hDE5bYEcHF).
14+
If you ever have any questions, please feel free to reach out on the [Open Problems Discord Server](https://discord.gg/PEmRN4tjvE).
1515

1616
You can find channels for the competition with the prefix #neurips2021

events/2021-09_neurips/documentation/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ order: 1
99

1010
Welcome to the documentation site for the multimodal single-cell data integration 2021 NeurIPS competition! This site is home to all the documentation you need to get started competing in the competition. On the table of contents to the left, you'll see information about the competition, the tasks, and the submission process.
1111

12-
If you ever have any questions, please feel free to reach out on [the Open Problems Discord Server](https://discord.gg/hDE5bYEcHF).
12+
If you ever have any questions, please feel free to reach out on [the Open Problems Discord Server](https://discord.gg/PEmRN4tjvE).

events/2021-09_neurips/documentation/submission/quickstart.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ To upload the submission, you have two options:
9595
Once your method is submitted, you can navigate to the [My Submissions](https://eval.ai/web/challenges/challenge-page/1111/my-submission) tab for the competition and select the phase that matches your recent submission. Here you will find a table that lists each submission you've uploaded for a given phase. Once the "Status" column is marked "Finished" you can view the `results.json` file that provides the method performance. Note that it might take up to 5 minutes for your submission to update from "Running" to "Finished", and that your submission might have to wait in a queue for an undetermined amount of time depending on the number of submissions being run on the submission server.
9696

9797
## Encountering issues?
98-
If you encounter a problem, please read the [FAQ](/events/2021-09_neurips/documentation/submission/faq.qmd) to see whether a solution is already described. If you can't find a solution to your problem, please reach out on the competition [Discord](https://discord.gg/Q3RKGMGD3E) server. See the `#troubleshooting` or `#viash-help` channels.
98+
If you encounter a problem, please read the [FAQ](/events/2021-09_neurips/documentation/submission/faq.qmd) to see whether a solution is already described. If you can't find a solution to your problem, please reach out on the competition [Discord](https://discord.gg/PEmRN4tjvE) server. See the `#troubleshooting` or `#viash-help` channels.

events/2021-09_neurips/documentation/submission/quickstart_saturncloud.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ Once your method is submitted, you can navigate to the [My Submissions](https://
134134

135135

136136
## Encountering issues?
137-
If you encounter a problem, please read the [FAQ](/events/2021-09_neurips/documentation/submission/faq.qmd) to see whether a solution is already described. If you can't find a solution to your problem, please reach out on the competition [Discord](https://discord.gg/Q3RKGMGD3E) server. See the `#troubleshooting` or `#viash-help` channels.
137+
If you encounter a problem, please read the [FAQ](/events/2021-09_neurips/documentation/submission/faq.qmd) to see whether a solution is already described. If you can't find a solution to your problem, please reach out on the competition [Discord](https://discord.gg/PEmRN4tjvE) server. See the `#troubleshooting` or `#viash-help` channels.

events/2021-09_neurips/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To get started:
123123

124124
Full details about all the above can be found in the [Competition Documentation](/events/2021-09_neurips/documentation/index.qmd).
125125

126-
If you ever have any questions, please feel free to reach out on the Open Problems [Discord Server](https://discord.gg/hDE5bYEcHF).
126+
If you ever have any questions, please feel free to reach out on the Open Problems [Discord Server](https://discord.gg/PEmRN4tjvE).
127127

128128
If you'd like to get updates, please fill out the interest list below:
129129

events/weekly_coworking/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Weekly Co-working Meeting"
33
subtitle: Recurring weekly co-working meeting on Discord
44
description: |
5-
[Join us on Discord](https://discord.gg/sDE7cM4PN7){class="btn btn-primary"}
5+
[Join us on Discord](https://discord.gg/PEmRN4tjvE){class="btn btn-primary"}
66
date: 2023-12-14
77
start-date: "2023-09-11"
88
end-date: "2024-12-31"

0 commit comments

Comments
 (0)