Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit c97b502

Browse files
committed
updated header to be exactly like others
1 parent 7f78084 commit c97b502

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

02_Intermediate_TAP_Query.ipynb

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"source": [
77
"<img align=\"left\" src = https://project.lsst.org/sites/default/files/Rubin-O-Logo_0.png width=250, style=\"padding: 10px\"> \n",
88
"<b>Advanced catalog access via TAP </b> <br>\n",
9-
"Last verified to run on <b>2021-06-25</b> with LSST Science Pipelines release <b>w_2021_25</b> <br>\n",
9+
"Last verified to run on 2021-06-25 with LSST Science Pipelines release w_2021_25 <br>\n",
1010
"Contact authors: Leanne Guy <br>\n",
11-
"Credit: Originally developed by Leanne Guy in the context of the Rubin DP0.1 <br>\n",
1211
"Target audience: All DP0 delegates. <br>\n",
1312
"Container Size: medium <br>\n",
1413
"Questions welcome at <a href=\"https://community.lsst.org/c/support/dp0\">community.lsst.org/c/support/dp0</a> <br>\n",
@@ -19,6 +18,15 @@
1918
"cell_type": "markdown",
2019
"metadata": {},
2120
"source": [
21+
"**Credit:** Originally developed by Leanne Guy in the context of the Rubin DP0.1. Please consider acknowledging Leanne Guy if this notebook is used for the preparation of journal articles or software releases."
22+
]
23+
},
24+
{
25+
"cell_type": "markdown",
26+
"metadata": {},
27+
"source": [
28+
"### Learning Objectives\n",
29+
"\n",
2230
"The Rubin Science Platform provides QUERY access to the DP0.1 catalogs via TAP from jupyter notebooks. TAP is a Virtual Observatory protocol for access to catalog data. In this tutorial, we will learn how to explore the DP0.1 archive via TAP and execute complex queries to retrieve data. Full TAP documentation can be found [here](https://www.ivoa.net/documents/TAP/).\n",
2331
"\n",
2432
"This notebook demonstrates how to:<br>\n",
@@ -32,7 +40,7 @@
3240
"cell_type": "markdown",
3341
"metadata": {},
3442
"source": [
35-
"### 0. Setup "
43+
"### Set Up "
3644
]
3745
},
3846
{

0 commit comments

Comments
 (0)