Skip to content

Commit a85987b

Browse files
committed
Add Bridge2AI datasheet links and fix directory structure links
Changes: - Add prominent section with working GitHub Pages links to curated datasheets for all 4 Bridge2AI Generating Centers (AI-READI, CM4AI, VOICE, CHORUS) - Link to full D4D examples page - Fix Repository Structure section: remove broken relative directory links, use plain text instead - All links now point to rendered HTML on GitHub Pages (not GitHub repository)
1 parent 9912989 commit a85987b

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,26 @@ This repository stores a LinkML schema representation for the original Datasheet
1313

1414
We are also tracking related developments, such as augmented Datasheets for Datasets models as in [Augmented Datasheets for Speech Datasets and Ethical Decision-Making](https://dl.acm.org/doi/10.1145/3593013.3594049).
1515

16+
## Bridge2AI Generating Center Datasheets
17+
18+
Curated comprehensive datasheets for each Bridge2AI data generating project:
19+
20+
* **[AI-READI](https://bridge2ai.github.io/data-sheets-schema/html_output/concatenated/curated/AI_READI_human_readable.html)** - Retinal imaging and diabetes dataset
21+
* **[CM4AI](https://bridge2ai.github.io/data-sheets-schema/html_output/concatenated/curated/CM4AI_human_readable.html)** - Cell maps for AI dataset
22+
* **[VOICE](https://bridge2ai.github.io/data-sheets-schema/html_output/concatenated/curated/VOICE_human_readable.html)** - Voice biomarker dataset
23+
* **[CHORUS](https://bridge2ai.github.io/data-sheets-schema/html_output/concatenated/CHORUS_d4d_alldocs.html)** - Health data for underrepresented populations
24+
25+
[View all D4D examples →](https://bridge2ai.github.io/data-sheets-schema/d4d_examples.html)
26+
1627
## Repository Structure
1728

18-
* [examples/](examples/) - example data
19-
* [project/](project/) - project files (do not edit these)
20-
* [src/](src/) - source files (edit these)
21-
* [data_sheets_schema](src/data_sheets_schema)
22-
* [schema](src/data_sheets_schema/schema) -- LinkML schema
23-
(edit this)
24-
* [datamodel](src/data_sheets_schema/datamodel) -- generated
25-
Python datamodel
26-
* [tests/](tests/) - Python tests
29+
* `examples/` - example data
30+
* `project/` - project files (do not edit these)
31+
* `src/` - source files (edit these)
32+
* `data_sheets_schema/`
33+
* `schema/` - LinkML schema (edit this)
34+
* `datamodel/` - generated Python datamodel
35+
* `tests/` - Python tests
2736

2837
## D4D Metadata Generation
2938

0 commit comments

Comments
 (0)