Skip to content

Commit

Permalink
chore: fix ml challenge page nits (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
kne42 authored Nov 6, 2024
1 parent da6902c commit 9ba9fa7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ export function MLChallengeHeader() {
{divider}
<ChallengeInfo title={t('prizes')} content={t('prizeTotal')} />
</div>
<Link to="https://www.kaggle.com/competitions/czii-cryo-et-object-identification/">
<Button sdsStyle="rounded" sdsType="primary">
{t('seeOnKaggle')}
</Button>
</Link>
<div>
<Link to="https://www.kaggle.com/competitions/czii-cryo-et-object-identification/">
<Button sdsStyle="rounded" sdsType="primary">
{t('seeOnKaggle')}
</Button>
</Link>
</div>
</div>
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Location

The competition is hosted on [Kaggle](https://www.kaggle.com/).
The competition is hosted on [Kaggle](https://www.kaggle.com/competitions/czii-cryo-et-object-identification/).

</>

Expand Down Expand Up @@ -37,7 +37,7 @@ A truncated list of the rules is below ([see here for the full list of rules](ht
- **No private sharing outside teams:** Privately sharing code or data outside of teams is not permitted. It's okay to share code if it's made available to all participants on the forums.
- **Team Limits:** The maximum team size is 5\.
- **Winner license type:** Open source. Specific licensing is [MIT](https://opensource.org/license/mit).
- Competition is open to residents of the United States and worldwide except where excluded by [Kaggle's terms](https://www.kaggle.com/terms) or the [competition eligibility rule](https://www.kaggle.com/competitions/czii-cryo-et-object-identification/rules#7.-eligibility).
- **Eligibility:** Competition is open to residents of the United States and worldwide except where excluded by [Kaggle's terms](https://www.kaggle.com/terms) or the [competition eligibility rule](https://www.kaggle.com/competitions/czii-cryo-et-object-identification/rules#7.-eligibility).

</>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"groundTruthTooltip": "<semibold>Ground Truth:</semibold> Author-curated annotations for use as training or validation data for machine learning models.",
"groundTruthUsed": "Ground Truth Used",
"hardware": "Hardware",
"haveMoreQuestions": "Have a question? Reach out to our team at <url to='mailto:[email protected]'>[email protected]</url>",
"haveMoreQuestions": "Have a question? Reach out to our team at <url to='mailto:[email protected]'>[email protected]</url>.",
"headshotOfName": "Headshot of {{name}}",
"helpAndReport": "Help & Report",
"helpUsAchieveThisVision": "Help us achieve this vision",
Expand Down

0 comments on commit 9ba9fa7

Please sign in to comment.