/bare/ Site Index

The Galaxy Hub serves some pages without Hub-specific decorations. We call them "bare" pages, and they are designed to be embedded in external sites. These routes are discovered from src/pages/bare and from the bare-articles content collection.

Embed In An External Site

Example: embed /bare/eu/usegalaxy/main/ in another site with an iframe. Use a fixed height first, then tune it for your own layout.

<iframe
  src="https://galaxyproject.org/bare/eu/usegalaxy/main/"
  title="Galaxy Europe"
  loading="lazy"
  style="width: 100%; min-height: 900px; border: 0;"
></iframe>

For a compact feed-style embed, you can also use pages like /bare/eu/latest/news/ and /bare/eu/latest/events/.