Publications Images
Publications Images
This folder contains images for publications displayed on the publications page.
Image Guidelines
- Image Format: Use PNG or JPG format
- Image Size: Recommended 400x300 pixels or similar aspect ratio
- Image Content:
- Paper diagrams, figures, or flowcharts
- Screenshots of results
- Model architectures
- System overviews
Naming Convention
Use descriptive names that match your paper titles:
aixiv-paper.png
- for the aiXiv paperfederated-learning.png
- for federated learning paperssynthetic-data.png
- for synthetic data papers- etc.
How to Add Images
- Save your paper images in this folder
- Update the publications.md file with the correct image path
- Use the format:
/images/publications/your-image-name.png
Example Usage in publications.md
<div class="publication-image">
<img src="/images/publications/your-paper-image.png" alt="Paper Title">
</div>