Skip to content

Refactor/responsive layout dynamic updates#3

Open
cmanjah wants to merge 3 commits intomultimodalAI:mainfrom
cmanjah:refactor/responsive-layout-dynamic-updates
Open

Refactor/responsive layout dynamic updates#3
cmanjah wants to merge 3 commits intomultimodalAI:mainfrom
cmanjah:refactor/responsive-layout-dynamic-updates

Conversation

@cmanjah
Copy link
Copy Markdown
Contributor

@cmanjah cmanjah commented Mar 4, 2026

Significant changes to the project structure since the original README (multi-page static site, shared CSS/JS, dataset manifest system, new data layout) left the documentation out of date. This rewrites it to accurately describe what the repository contains.

Changes:

  • Fix arXiv badge colour (was literal %3CCOLOR%3E placeholder)
  • Add "Explorer features" table listing all interactive UI capabilities: 6 charts, chip filters, loading skeletons, error panels, PNG/CSV download, help tooltips, sticky sub-nav, dynamic last-updated date, dynamic copyright year, mobile responsive layout, CSV cache
  • Add "Repository structure" annotated directory tree reflecting the new assets/, data/multimodal-ai-landscape/, and scripts/ layout
  • Update "Data files" section: paths corrected from data/.csv to data/multimodal-ai-landscape/.csv; converted to a descriptive table
  • Add "Contributing" section documenting how to add a new dataset via the manifest system (meta.json + generate_datasets_manifest.mjs)
  • Expand BibTeX entry with url field and consistent formatting

cmanjah and others added 2 commits March 4, 2026 21:37
Significant changes to the project structure since the original README
(multi-page static site, shared CSS/JS, dataset manifest system, new
data layout) left the documentation out of date. This rewrites it to
accurately describe what the repository contains.

Changes:
- Fix arXiv badge colour (was literal %3CCOLOR%3E placeholder)
- Add "Explorer features" table listing all interactive UI capabilities:
  6 charts, chip filters, loading skeletons, error panels, PNG/CSV
  download, help tooltips, sticky sub-nav, dynamic last-updated date,
  dynamic copyright year, mobile responsive layout, CSV cache
- Add "Repository structure" annotated directory tree reflecting the
  new assets/, data/multimodal-ai-landscape/, and scripts/ layout
- Update "Data files" section: paths corrected from data/*.csv to
  data/multimodal-ai-landscape/*.csv; converted to a descriptive table
- Add "Contributing" section documenting how to add a new dataset via
  the manifest system (meta.json + generate_datasets_manifest.mjs)
- Expand BibTeX entry with url field and consistent formatting

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Changing the explorer-preview image to the newly redesigned screenshot
Changing the explorer-preview image to the newly redesigned screenshot
Copilot AI review requested due to automatic review settings March 4, 2026 21:54
Copy link
Copy Markdown

Copilot AI left a 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 repository documentation (and the preview screenshot) to reflect the current multi-page static explorer, shared assets, and the dataset manifest-based data layout.

Changes:

  • Refresh README badges and restructure the README with updated “Explorer features”, “Repository structure”, “Data files”, and “Contributing” sections.
  • Update the BibTeX citation formatting (adds url, aligns fields).
  • Replace/add the explorer-preview.png screenshot used in the README.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
explorer-preview.png Updates the preview image embedded in the README.
README.md Rewrites documentation to match the current site features and repository/data layout.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Clarify that data/datasets.json is a top-level manifest sitting alongside
the dataset folders, not inside them — the previous wording implied all
data files were under data/multimodal-ai-landscape/, which excluded the
manifest from the description.

Add an explicit note to the contributing steps that <dataset-id> must
exactly match the id field in meta.json, since the site builds
./data/<id>/... URLs from meta.id and a folder/id mismatch will silently
break dataset loading even after regenerating datasets.json.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants