Skip to content

Commit fd31617

Browse files
Merge pull request #219 from jaladh-singhal/207-gallery-nbs
Make Euclid landing page use gallery-style cards
2 parents b8e128b + 60f5a8c commit fd31617

3 files changed

Lines changed: 64 additions & 16 deletions

File tree

_static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
html.light a.myst-card > .myst-card-header {
2+
/* header of a link card in light mode */
3+
background-color: #eff6ff; /* Tailwind blue-50, used by info admonition */
4+
}

myst.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ site:
2626
options:
2727
favicon: _static/irsa-favicon.ico
2828
logo: _static/irsa_logo.png
29+
style: _static/custom.css
2930
outline_maxdepth: 1
3031
# Keep the footer links hidden at least until https://github.com/jupyter-book/mystmd/issues/2589 is resolved
3132
hide_footer_links: true

tutorials/euclid_access/euclid.md

Lines changed: 59 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,69 @@ It carries two instruments: the VISible instrument (VIS) and the Near-Infrared S
66
[Quick Release 1 (Q1)](https://irsa.ipac.caltech.edu/data/Euclid/docs/overview_q1.html) was released in March 2025 and consists of approximately 35 TB of imaging, spectroscopy, and catalogs, covering four non-contiguous fields totaling 63 square degrees.
77
Data products include MERged mosaics of calibrated and stacked frames; combined infrared spectra (SIR); and catalogs of MER objects, photometric redshifts and classifications (PHZ), and spectroscopic redshifts and line measurements (SPE).
88

9-
## Images
9+
Data products include:
10+
- MER (merged) mosaic images of calibrated and stacked frames;
11+
- SIR combined infrared spectra;
12+
- Catalogs of MER objects, photometric redshifts and classifications (PHZ), and spectroscopic redshifts and line measurements (SPE);
13+
- Merged Objects Catalog (created by IRSA) containing the MER, PHZ, and SPE catalogs in a single HATS Catalog.
1014

11-
- [MER Mosaics](1_Euclid_intro_MER_images.md) — Retrieve both a full MER mosaic image and multi-wavelength cutouts, then subtract the background from the cutouts and extract sources.
15+
````{grid} 1 2 2 3
1216
13-
## Spectra
17+
```{card}
18+
:link: 1_Euclid_intro_MER_images.md
19+
:header: [MER Image Mosaics →](1_Euclid_intro_MER_images.md)
20+
Retrieve both a full MER mosaic image and multi-wavelength cutouts, then subtract the background from the cutouts and extract sources.
21+
```
1422
15-
- [SIR 1D Spectra](3_Euclid_intro_1D_spectra.md) — Load a galaxy spectrum and plot it. Understand the wavelength, flux, and mask values.
23+
```{card}
24+
:link: 3_Euclid_intro_1D_spectra.md
25+
:header: [SIR 1D Spectra →](3_Euclid_intro_1D_spectra.md)
26+
Load a galaxy spectrum and plot it. Understand the wavelength, flux, and mask values.
27+
```
1628
17-
## Catalogs
29+
```{card}
30+
:link: 2_Euclid_intro_MER_catalog.md
31+
:header: [MER Catalogs →](2_Euclid_intro_MER_catalog.md)
1832
19-
- [MER Catalogs](2_Euclid_intro_MER_catalog.md) — Explore the columns in the MER final catalog, query for stars, and create a color-magnitude diagram.
20-
- [PHZ Catalogs](4_Euclid_intro_PHZ_catalog.md) — Join the PHZ and MER catalogs and do a box search for galaxies with quality redshifts, load a MER mosaic cutout of the box, and plot the cutout with the catalog results overlaid.
21-
Then plot the SIR spectrum of the brightest galaxy and look at a MER mosaic cutout of the galaxy in Firefly.
22-
- [SPE Catalogs](5_Euclid_intro_SPE_catalog.md) — Join the SPE and MER catalogs and query for galaxies with H-alpha line detections, then plot the SIR spectrum of a galaxy with a high SNR H-alpha line measurement.
23-
- **Merged Objects HATS Catalog** — This product was created by IRSA and contains the Euclid MER, PHZ, and SPE catalogs in a single [HATS](https://hats.readthedocs.io/en/latest/) catalog.
24-
- [Introduction](../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md) — Understand the content and format of the Euclid Q1 Merged Objects HATS Catalog, then perform a basic query.
25-
- [Magnitudes](../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md) — Review the types of flux measurements available, load template-fit and aperture magnitudes, and plot distributions and comparisons for different object types.
33+
Explore the columns in the MER final catalog, query for stars, and create a color-magnitude diagram.
34+
```
2635
27-
## Special Topics
36+
```{card}
37+
:link: 4_Euclid_intro_PHZ_catalog.md
38+
:header: [PHZ Catalogs →](4_Euclid_intro_PHZ_catalog.md)
2839
29-
- [Cloud Access](../cloud_access/euclid-cloud-access.md) — Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
30-
- [Early Release Observations (ERO) - Star Clusters](Euclid_ERO.md) (deprecated; ERO is superseded by Q1) — Create multi-wavelength ERO image cutouts of a globular cluster, extract sources, and measure photometry.
31-
Then load Gaia sources at the location of the globular cluster, match with Euclid ERO catalogs, and visualize the results with Firefly.
40+
Join the PHZ and MER catalogs to query galaxies with quality redshifts in a box region, create MER mosaic cutouts with catalog overlays, and plot the brightest galaxy's SIR spectrum.
41+
```
42+
43+
```{card}
44+
:link: 5_Euclid_intro_SPE_catalog.md
45+
:header: [SPE Catalogs →](5_Euclid_intro_SPE_catalog.md)
46+
47+
Join the SPE and MER catalogs and query for galaxies with H-alpha line detections, then plot the SIR spectrum of a galaxy with a high SNR H-alpha line measurement.
48+
```
49+
50+
```{card}
51+
:link: ../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md
52+
:header: [Merged Objects Catalog →](../parquet-catalog-demos/euclid-q1-hats/1-euclid-q1-hats-intro.md)
53+
Introduction: Understand the content and format of the Euclid Q1 Merged Objects HATS Catalog, then perform a basic query.
54+
```
55+
56+
```{card}
57+
:link: ../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md
58+
:header: [Merged Objects Catalog →](../parquet-catalog-demos/euclid-q1-hats/4-euclid-q1-hats-magnitudes.md)
59+
Magnitudes: Review the types of flux measurements available, load template-fit and aperture magnitudes, and plot distributions and comparisons for different object types.
60+
```
61+
62+
```{card}
63+
:link: ../cloud_access/euclid-cloud-access.md
64+
:header: [Cloud Access →](../cloud_access/euclid-cloud-access.md)
65+
Browse the on-cloud copy of Q1, then efficiently retrieve a MER mosaic cutout and a SIR spectrum.
66+
```
67+
68+
```{card}
69+
:link: Euclid_ERO.md
70+
:header: [ERO Star Clusters →](Euclid_ERO.md)
71+
Create multi-wavelength ERO image cutouts of a globular cluster, extract sources, and measure photometry. Match Gaia sources with Euclid ERO catalogs, then visualize with Firefly.
72+
```
73+
74+
````

0 commit comments

Comments
 (0)