This repository will be populated by cloning and adapting the existing image annotation tool:
# Clone the source repository
git clone https://github.com/Annotation-Garden/image-annotation.git temp-image-annotation
# Copy relevant files to this directory
cp -r temp-image-annotation/* .
# Remove temporary clone
rm -rf temp-image-annotationAfter cloning, the following changes are needed:
- Replace logo with AGI logo (from assets repository)
- Update color scheme to match AGI theme
- Ensure logo is positioned top-left
- Enhance HED tag support
- Add HED validation
- Update documentation for HED workflows
- Ensure output follows stimuli-BIDS specifications
- Add JSON sidecars for annotations
- Validate against BIDS schema
- Update README with AGI context
- Add usage examples
- Document API if applicable
- Link to other AGI repositories
- Update references from personal to organization
- Add AGI footer/header
After modifications:
- Verify all functionality works
- Test HED integration
- Validate BIDS output
- Check responsive design with new branding