Skip to content

Commit f8f0ae7

Browse files
authored
Merge pull request #266 from Caltech-IPAC/raen/authors-to-frontmatter
Move authors to frontmatter
2 parents 4f53799 + 680cee5 commit f8f0ae7

32 files changed

Lines changed: 185 additions & 63 deletions

index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ They cover topics like querying IRSA, working with catalogs in Parquet format, v
88

99
## About these notebooks
1010

11-
**Authors:** IRSA Scientists and Developers wrote and maintain these notebooks.
12-
1311
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

myst.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ project:
55
subject: IRSA Tutorials
66
description: IRSA Python Notebook tutorials to demostrate accessing data served by the NASA/IPAC Infrared Science Archive (IRSA)
77
keywords: [astronomy]
8-
authors: [IRSA Scientists and Developers]
98
github: https://github.com/Caltech-IPAC/irsa-tutorials/
109
license:
1110
id: BSD-3-Clause

tutorials/2mass/sia_2mass_allsky.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
12+
authors:
13+
- name: David Shupe
14+
- name: IRSA Science Team
1215
---
1316

1417
# Searching for 2MASS All-Sky Atlas Images
@@ -178,8 +181,6 @@ Repeat the steps above to retrieve a cutout from the AllWISE Atlas images
178181

179182
+++
180183

181-
**Author:** David Shupe, IRSA Scientist, and the IRSA Science Team
182-
183184
**Updated:** 2023-02-16
184185

185186
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/cosmos/sia_cosmos.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
12+
authors:
13+
- name: David Shupe
14+
- name: IRSA Science Team
1215
---
1316

1417
# Searching for contributed COSMOS images
@@ -179,8 +182,6 @@ ax.scatter(ra, dec, transform=ax.get_transform('fk5'), s=500, edgecolor='red', f
179182

180183
+++
181184

182-
**Author:** David Shupe, IRSA Scientist, and the IRSA Science Team
183-
184185
**Updated:** 2022-02-14
185186

186187
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/euclid/1_Euclid_intro_MER_images.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
12+
authors:
13+
- name: Tiffany Meshkat
14+
- name: Anahita Alavi
15+
- name: Anastasia Laity
16+
- name: Andreas Faisst
17+
- name: Brigitta Sipőcz
18+
- name: Dan Masters
19+
- name: Harry Teplitz
20+
- name: Jaladh Singhal
21+
- name: Shoubaneh Hemmati
22+
- name: Vandana Desai
1223
---
1324

1425
# Euclid Q1: MER Mosaics
@@ -396,8 +407,6 @@ for i in range(len(sources_thr)):
396407

397408
## About this Notebook
398409

399-
**Author**: Tiffany Meshkat, Anahita Alavi, Anastasia Laity, Andreas Faisst, Brigitta Sipőcz, Dan Masters, Harry Teplitz, Jaladh Singhal, Shoubaneh Hemmati, Vandana Desai
400-
401410
**Updated**: 2025-03-31
402411

403412
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/euclid/2_Euclid_intro_MER_catalog.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
12+
authors:
13+
- name: Tiffany Meshkat
14+
- name: Anahita Alavi
15+
- name: Anastasia Laity
16+
- name: Andreas Faisst
17+
- name: Brigitta Sipőcz
18+
- name: Dan Masters
19+
- name: Harry Teplitz
20+
- name: Jaladh Singhal
21+
- name: Shoubaneh Hemmati
22+
- name: Vandana Desai
1223
---
1324

1425
# Euclid Q1: MER Catalogs
@@ -159,8 +170,6 @@ plt.title('10k Stars in MER catalog -- IRSA')
159170

160171
## About this Notebook
161172

162-
**Author**: Tiffany Meshkat, Anahita Alavi, Anastasia Laity, Andreas Faisst, Brigitta Sipőcz, Dan Masters, Harry Teplitz, Jaladh Singhal, Shoubaneh Hemmati, Vandana Desai
163-
164173
**Updated**: 2025-04-09
165174

166175
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/euclid/3_Euclid_intro_1D_spectra.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ kernelspec:
99
name: python3
1010
display_name: python3
1111
language: python
12+
authors:
13+
- name: Tiffany Meshkat
14+
- name: Anahita Alavi
15+
- name: Anastasia Laity
16+
- name: Andreas Faisst
17+
- name: Brigitta Sipőcz
18+
- name: Dan Masters
19+
- name: Harry Teplitz
20+
- name: Jaladh Singhal
21+
- name: Shoubaneh Hemmati
22+
- name: Vandana Desai
23+
- name: Troy Raen
24+
- name: Jessica Krick
1225
---
1326

1427
# Euclid Q1: SIR 1D Spectra
@@ -184,8 +197,6 @@ plt.title(f"Euclid SIR 1D Spectrum at RA={coord.ra.deg:.4f}°, Dec={coord.dec.de
184197

185198
## About this Notebook
186199

187-
**Author**: Tiffany Meshkat, Anahita Alavi, Anastasia Laity, Andreas Faisst, Brigitta Sipőcz, Dan Masters, Harry Teplitz, Jaladh Singhal, Shoubaneh Hemmati, Vandana Desai, Troy Raen, Jessica Krick
188-
189200
**Updated**: 2026-01-13
190201

191202
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/euclid/4_Euclid_intro_PHZ_catalog.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
12+
authors:
13+
- name: Tiffany Meshkat
14+
- name: Anahita Alavi
15+
- name: Anastasia Laity
16+
- name: Andreas Faisst
17+
- name: Brigitta Sipőcz
18+
- name: Dan Masters
19+
- name: Harry Teplitz
20+
- name: Jaladh Singhal
21+
- name: Shoubaneh Hemmati
22+
- name: Vandana Desai
23+
- name: Troy Raen
1224
---
1325

1426
# Euclid Q1: PHZ Catalogs
@@ -416,8 +428,6 @@ fc.show_table(uploaded_table)
416428

417429
## About this Notebook
418430

419-
**Author**: Tiffany Meshkat, Anahita Alavi, Anastasia Laity, Andreas Faisst, Brigitta Sipőcz, Dan Masters, Harry Teplitz, Jaladh Singhal, Shoubaneh Hemmati, Vandana Desai, Troy Raen
420-
421431
**Updated**: 2025-09-24
422432

423433
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/euclid/5_Euclid_intro_SPE_catalog.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ kernelspec:
99
name: python3
1010
display_name: python3
1111
language: python
12+
authors:
13+
- name: Tiffany Meshkat
14+
- name: Anahita Alavi
15+
- name: Anastasia Laity
16+
- name: Andreas Faisst
17+
- name: Brigitta Sipőcz
18+
- name: Dan Masters
19+
- name: Harry Teplitz
20+
- name: Jaladh Singhal
21+
- name: Shoubaneh Hemmati
22+
- name: Vandana Desai
23+
- name: Troy Raen
24+
- name: Jessica Krick
1225
---
1326

1427
# Euclid Q1: SPE Catalogs
@@ -274,8 +287,6 @@ plt.title(f'Object ID {obj_id}')
274287

275288
## About this Notebook
276289

277-
**Author**: Tiffany Meshkat, Anahita Alavi, Anastasia Laity, Andreas Faisst, Brigitta Sipőcz, Dan Masters, Harry Teplitz, Jaladh Singhal, Shoubaneh Hemmati, Vandana Desai, Troy Raen, Jessica Krick
278-
279290
**Updated**: 2026-01-13
280291

281292
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/euclid/Euclid_ERO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ kernelspec:
1010
display_name: Python 3 (ipykernel)
1111
language: python
1212
name: python3
13+
authors:
14+
- name: Andreas Faisst
1315
---
1416

1517
# Exploring Star Clusters in the Euclid ERO Data
@@ -679,8 +681,6 @@ Now, check out the `Firefly` GUI. You can zoom the images, click on sources, fil
679681

680682
## About this Notebook
681683

682-
**Author**: Andreas Faisst (IPAC Scientist)
683-
684684
**Updated**: 2025-03-17
685685

686686
**Contact**: the [IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

0 commit comments

Comments
 (0)