Skip to content

Commit 70a4e8f

Browse files
authored
Merge pull request #39 from bsipocz/DOC_footnote
DOC: cleanup about sections
2 parents f3e1bd9 + b2f9448 commit 70a4e8f

15 files changed

+74
-59
lines changed

index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,11 @@ caption: Generic techniques
7373
tutorials/parallelize/Parallelize_Convolution
7474
7575
```
76+
77+
***
78+
79+
## About these notebooks
80+
81+
**Authors:** IRSA Scientists and Developers wrote and maintain these notebooks.
82+
83+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/cloud_access/cloud-access-intro.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,12 @@ results_df["W1-W2"] = results_df["w1mpro"] - results_df["w2mpro"]
339339
results_df["W2-W3"] = results_df["w2mpro"] - results_df["w3mpro"]
340340
results_df.plot.hexbin("W2-W3", "W1-W2", norm=colors.LogNorm(vmin=1, vmax=500))
341341
```
342+
***
342343

343344
## About this notebook
344345

345-
- Author: Troy Raen (IRSA Developer) in conjunction with Brigitta Sipőcz, Jessica Krick and the IPAC Science Platform team
346-
- Contact: https://irsa.ipac.caltech.edu/docs/help_desk.html
347-
- Updated: 2024-07-29
346+
**Author:** Troy Raen (IRSA Developer) in conjunction with Brigitta Sipőcz, Jessica Krick and the IPAC Science Platform team
347+
348+
**Updated:** 2024-07-29
349+
350+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/cosmodc2/cosmoDC2_TAP_access.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,12 @@ plt.ylabel('SDSS rest-frame g-r color')
180180
# Show the plot.
181181
plt.show()
182182
```
183+
***
183184

184185
## About this notebook
185186

186-
* Author: Vandana Desai (IRSA Science Lead)
187-
* Updated: 2024-07-24
188-
* Contact: https://irsa.ipac.caltech.edu/docs/help_desk.html
187+
**Author:** Vandana Desai (IRSA Science Lead)
188+
189+
**Updated:** 2024-07-24
190+
191+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/firefly/NEOWISE_light_curve_demo.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Construction of the query can be found in the [`IRSA TAP documentation page`](ht
8484
```{code-cell} ipython3
8585
BASE_URL = "https://irsa.ipac.caltech.edu/TAP/sync"
8686
QUERY = """
87-
SELECT *
88-
FROM neowiser_p1ba_mch AS n
87+
SELECT *
88+
FROM neowiser_p1ba_mch AS n
8989
WHERE n.objid LIKE '(558)%'
9090
"""
9191
table_url = f"{BASE_URL}?QUERY={urllib.parse.quote_plus(QUERY)}"
@@ -151,6 +151,8 @@ Firefly allows you to visualize data for specific targets. In conjuction with As
151151

152152
+++
153153

154-
**Author:** Eric Bratton II (IRSA Scientist) in conjunction with the IRSA Science Team<br>
155-
**Updated On:** 2024-10-17<br>
156-
**Contact:** [email protected] or https://irsa.ipac.caltech.edu/docs/help_desk.html
154+
**Author:** Eric Bratton II (IRSA Scientist) in conjunction with the IRSA Science Team
155+
156+
**Updated:** 2024-10-17
157+
158+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/firefly/SEDs_in_Firefly.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -704,10 +704,6 @@ Note that zooming or panning one image will do the same in the other images as w
704704

705705
**Author:** David Shupe (IRSA Scientist) and Joyce Kim (IRSA Scientist) in conjunction with the IRSA Science Team
706706

707-
**Updated On:** 2024-10-17
707+
**Updated:** 2024-10-17
708708

709-
**Contact:** [email protected] or https://irsa.ipac.caltech.edu/docs/help_desk.html
710-
711-
```{code-cell} ipython3
712-
713-
```
709+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.

tutorials/irsa-sia-examples/sia_2mass_allsky.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,10 @@ Repeat the steps above to retrieve a cutout from the AllWISE Atlas images
180180

181181
**Author:** David Shupe, IRSA Scientist, and the IRSA Science Team
182182

183-
**Updated On:** 2023-02-16
183+
**Updated:** 2023-02-16
184+
185+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.
184186

185-
**Contact:** [email protected] or https://jira.ipac.caltech.edu/irsasupport
186187

187188
+++
188189

tutorials/irsa-sia-examples/sia_allwise_atlas.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ This notebook tutorial demonstrates the process of querying IRSA's Simple Image
1919

2020
+++
2121

22-
***
2322

24-
+++
2523

2624
## Learning Goals
2725

@@ -185,9 +183,10 @@ ax.scatter(ra, dec, transform=ax.get_transform('fk5'), s=500, edgecolor='red', f
185183

186184
**Author:** David Shupe, IRSA Scientist, and the IRSA Science Team
187185

188-
**Updated On:** 2022-02-14
186+
**Updated:** 2022-02-14
187+
188+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.
189189

190-
**Contact:** [email protected] or https://jira.ipac.caltech.edu/irsasupport
191190

192191
+++
193192

tutorials/irsa-sia-examples/sia_cosmos.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ kernelspec:
1717

1818
This notebook tutorial demonstrates the process of querying IRSA's Simple Image Access (SIA) service for the COSMOS images, making a cutout image (thumbnail), and displaying the cutout.
1919

20-
+++
21-
22-
***
2320

2421
+++
2522

@@ -184,9 +181,9 @@ ax.scatter(ra, dec, transform=ax.get_transform('fk5'), s=500, edgecolor='red', f
184181

185182
**Author:** David Shupe, IRSA Scientist, and the IRSA Science Team
186183

187-
**Updated On:** 2022-02-14
184+
**Updated:** 2022-02-14
188185

189-
**Contact:** [email protected] or https://jira.ipac.caltech.edu/irsasupport
186+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.
190187

191188
+++
192189

@@ -201,7 +198,3 @@ If you use `astropy` for published research, please cite the authors. Follow the
201198
+++
202199

203200
If you use COSMOS ACS imaging data in published research, please cite the dataset Digital Object Identifier (DOI): [10.26131/IRSA178](https://www.ipac.caltech.edu/doi/irsa/10.26131/IRSA178).
204-
205-
```{code-cell} ipython3
206-
207-
```

tutorials/irsa-sia-examples/siav2_seip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ Search the SEIP Source List using IRSA [Gator service](https://irsa.ipac.caltech
185185

186186
**Author:** David Shupe, IRSA Scientist, and the IRSA Science Team
187187

188-
**Updated On:** 2022-02-14
188+
**Updated:** 2022-02-14
189189

190-
**Contact:** [email protected] or https://jira.ipac.caltech.edu/irsasupport
190+
**Contact:** [the IRSA Helpdesk](https://irsa.ipac.caltech.edu/docs/help_desk.html) with questions or reporting problems.
191191

192192
+++
193193

tutorials/openuniversesims/openuniverse2024_roman_simulated_timedomainsurvey.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,12 @@ animate_stamps(stamps,savepath,labels=mjd)
297297

298298
+++
299299

300+
***
301+
300302
## About this notebook
301303

302-
- Author: Lauren Aldoroty ([email protected]) with minor subsequent modifications to match repository style
303-
- Contact: https://irsa.ipac.caltech.edu/docs/help_desk.html
304-
- Updated: 2024-06-10
304+
**Author:** Lauren Aldoroty ([email protected]) with minor subsequent modifications to match repository style
305305

306-
```{code-cell} ipython3
306+
**Updated:** 2024-06-10
307307

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

0 commit comments

Comments
 (0)