ARTE Group

Example Paper

Example Project Page: A Reusable Homepage For Research Outputs

An example paper homepage for demos, videos, BibTeX, and related work sections

First Author ARTE Lab Second Author Collaborator University

ARTE Lab Demo ยท 2026

Example Project Page: A Reusable Homepage For Research Outputs teaser image

Abstract

Use this page as a starting point for each new paper or project. The hero area handles title, authors, venue, teaser image, and action buttons. The Markdown body below is where you can write method summaries, add figures, embed videos, or describe datasets.

Video

Video Gallery

How To Reuse This Page

  1. Copy this file into _projects/ and rename it, for example _projects/my-new-paper.md.
  2. Update the front matter fields at the top: title, teaser, authors, links, abstract, videos, and citation.
  3. Put project assets into a stable place such as images/projects/my-new-paper/.
  4. Add page: /research/my-new-paper/ to the corresponding entry in _data/research-input.yml so the research card opens this page.

Suggested Sections

  • Overview or motivation
  • Method
  • Main results
  • Qualitative examples
  • Video, demos, or carousel clips
  • Data and code availability

Media Embeds

You can keep using normal Markdown and HTML here. For example:

<figure>
  <img src="/images/projects/my-new-paper/result.png" alt="Result figure">
  <figcaption>Short explanation of the figure.</figcaption>
</figure>
<iframe
  width="100%"
  height="480"
  src="https://www.youtube.com/embed/VIDEO_ID"
  title="Project video"
  frameborder="0"
  allowfullscreen>
</iframe>

Citation

@article{arte2026example,
  title={Example Project Page},
  author={First Author and Second Author},
  journal={Replace With Venue},
  year={2026}
}