Publications Images

Publications Images

This folder contains images for publications displayed on the publications page.

Image Guidelines

  1. Image Format: Use PNG or JPG format
  2. Image Size: Recommended 400x300 pixels or similar aspect ratio
  3. 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 paper
  • federated-learning.png - for federated learning papers
  • synthetic-data.png - for synthetic data papers
  • etc.

How to Add Images

  1. Save your paper images in this folder
  2. Update the publications.md file with the correct image path
  3. 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>