Refactor/responsive layout dynamic updates#3
Open
cmanjah wants to merge 3 commits intomultimodalAI:mainfrom
Open
Refactor/responsive layout dynamic updates#3cmanjah wants to merge 3 commits intomultimodalAI:mainfrom
cmanjah wants to merge 3 commits intomultimodalAI:mainfrom
Conversation
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
There was a problem hiding this comment.
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.pngscreenshot 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
%3CCOLOR%3Eplaceholder)assets/,data/multimodal-ai-landscape/, and scripts/ layoutdata/.csvtodata/multimodal-ai-landscape/.csv; converted to a descriptive tablemeta.json+generate_datasets_manifest.mjs)