Skip to content

Commit

Permalink
Work now in Python script
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Nov 1, 2023
1 parent b8505c9 commit 875dd92
Show file tree
Hide file tree
Showing 8 changed files with 425 additions and 152 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.tabSize": 4
// This settings still works even if VS Code does not recognize it.
// "notebook.formatOnSave.enabled": true
},
"[json][jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down
28 changes: 28 additions & 0 deletions apps/openchallenges/notebook/challenge_headlines.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[
{
"id": 279,
"slug": "niddk-central-repository-data-centric-challenge",
"name": "NIDDK Central Repository Data-Centric Challenge",
"headline": "Enhancing NIDDK datasets for future Artificial Intelligence (AI) applications.",
"headline_alternatives": [
"1. Challenge Seeks AI Solutions to Standardize NIDDK Data",
"2. Data Challenge Aims to Ready NIDDK Data for AI Discovery ",
"3. Making NIDDK Data AI-Ready Via Data Standardization Challenge",
"4. Challenge Invites AI to Standardize NIDDK Data for Reuse",
"5. Data Challenge Seeks AI Tools to Improve NIDDK Data Reuse"
]
},
{
"id": 278,
"slug": "qbi-hackathon",
"name": "QBI hackathon",
"headline": "A 48-hour event connecting the Bay Area developer community with scientists ...",
"headline_alternatives": [
"1. Hackathon connects developers and scientists to advance biomedical research ",
"2. 48-hour hackathon applies AI to biomedical data ",
"3. Developers and scientists collaborate on biomedical challenges",
"4. Hackathon pushes science ahead with latest algorithms ",
"5. Event connects Bay Area developers and scientists"
]
}
]
Loading

0 comments on commit 875dd92

Please sign in to comment.