Skip to content

Commit 0744811

Browse files
authored
Merge pull request #286 from bsipocz/yaml_instead_of_txt
Deploying the notebook metadata file
2 parents d2d010b + f7232e5 commit 0744811

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/ci_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
git commit -m "Restructuring to help fornax deployment"
7979
# This is somewhat hacky, but does the job for now.
8080
for i in $(grep .md deploy_to_fornax_manifest.in); do grep "file: ${i}" notebook_metadata.yml -A 1 | gawk -F : 'NR==1 {printf $2": "} NR!= 1 {print $2}' | cut -c 12-; done > notebook_manifest_descriptions.txt
81+
git add notebook_metadata.yml
8182
git add notebook_manifest_descriptions.txt
82-
git commit -m "Adding notebook manifest with one liner descriptions"
83+
git commit -m "Adding notebook metadata and manifest with one liner descriptions"
8384
git push origin deploy_to_fornax --force

notebook_metadata.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
- title: 2MASS Images
2-
file: tutorials/2mass/sia_2mass_allsky.md
3-
description: Query IRSA's SIA service for an image from the 2MASS All-Sky Atlas images and create and display a cutout.
41
- title: AllWISE Images
52
file: tutorials/wise/sia_allwise_atlas.md
63
description: Retrieve coadded images and make coordinate-based cutouts.
@@ -14,7 +11,7 @@
1411
file: tutorials/simulated-data/cosmoDC2_TAP_access.md
1512
description: Access, query, and visualize the catalog.
1613
- title: COSMOS Images
17-
file: tutorials/cosmos/sia_cosmos.md
14+
file: tutorials/cosmos/sia_v1_cosmos.md
1815
description: Query IRSA's SIA service for COSMOS images and create and display a cutout.
1916
- title: Data Overview
2017
file: tutorials/spherex/spherex_intro.md
@@ -85,6 +82,3 @@
8582
- title: SPE Catalogs
8683
file: tutorials/euclid/5_Euclid_intro_SPE_catalog.md
8784
description: 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.
88-
- title: Spitzer SEIP
89-
file: tutorials/spitzer/siav2_seip.md
90-
description: Query IRSA's SIA service for an IRAC mosaic and create and display a cutout.

0 commit comments

Comments
 (0)