-
Notifications
You must be signed in to change notification settings - Fork 3
Update d4ds for se #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update d4ds for se #103
Conversation
These concatenated HTML files are no longer needed and have been replaced by the newer D4D HTML rendering system in data/d4d_html/. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
…eets-schema into update-d4ds-for-se
## CSS Updates
- Add missing .item-value class for proper data value styling
- Add dark mode support for .item-value class
- Update datasheet-common.css from 518 to 524 lines
## New v4 HTML Files
Created 8 new v4 HTML files for all projects (AI-READI, CHORUS, CM4AI, VOICE):
Human Readable versions (claudecode_agent):
- D4D_-_AI-READI_v4_human_readable.html (40K)
- D4D_-_CHORUS_v4_human_readable.html (37K) [NEW PROJECT]
- D4D_-_CM4AI_v4_human_readable.html (44K)
- D4D_-_VOICE_v4_human_readable.html (59K)
LinkML versions (claudecode):
- D4D_-_AI-READI_v4_linkml.html (30K)
- D4D_-_CHORUS_v4_linkml.html (11K) [NEW PROJECT]
- D4D_-_CM4AI_v4_linkml.html (21K)
- D4D_-_VOICE_v4_linkml.html (42K)
## Changes
- v3 files preserved (no overwrites)
- All HTML files reference updated datasheet-common.css
- Consistent naming: D4D_-_{GC}_v4_{type}.html
- Source: data/d4d_html/concatenated/claudecode{,_agent}/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates CSS styling and regenerates HTML documentation files for the Bridge2AI dataset projects. The changes primarily focus on adding new item value styling and regenerating comprehensive documentation for VOICE, CM4AI, CHORUS, and AI-READI datasets.
Key Changes:
- Added
.item-valueCSS class for consistent styling across light and dark themes - Removed outdated concatenated HTML files for VOICE, CM4AI, and CHORUS datasets
- Generated new comprehensive LinkML and human-readable documentation for all four Bridge2AI datasets
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/html/output/datasheet-common.css | Added .item-value CSS styling for both light and dark themes |
| src/html/output/concatenated/*.html | Removed old concatenated documentation files for VOICE, CM4AI, and CHORUS datasets |
| src/html/output/D4D_-VOICE_v4*.html | Added new LinkML and human-readable documentation for VOICE dataset |
| src/html/output/D4D_-CM4AI_v4*.html | Added new LinkML and human-readable documentation for CM4AI dataset |
| src/html/output/D4D_-CHORUS_v4*.html | Added new LinkML and human-readable documentation for CHORUS dataset |
| src/html/output/D4D_-_AI-READI_v4_human_readable.html | Added new human-readable documentation for AI-READI dataset |
| src/html/output/concatenated/AI_READI_d4d_alldocs.html | Updated AI-READI documentation with new content and formatting |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.