Skip to content

Commit

Permalink
Merge pull request #71 from lsst-sqre/tickets/DM-35317
Browse files Browse the repository at this point in the history
DM-35317: Add a link to DP0.2 documentation
  • Loading branch information
jonathansick authored Jun 26, 2022
2 parents b35ac73 + 3c4fff5 commit 0887363
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Change log
##########

0.7.1 (2022-06-26)
==================

- Link to DP0.2 documentation.

0.7.0 (2022-06-23)
==================

Expand Down
23 changes: 18 additions & 5 deletions src/pages/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,26 @@ export default function DocsPage({ publicRuntimeConfig }) {
<h2>Data documentation</h2>

<CardGroup>
<a href="https://dp0-1.lsst.io/">
<a href="https://dp0-2.lsst.io/">
<Card>
<h3>Data Preview 0.1 (DP0.1)</h3>
<h3>Data Preview 0.2 (DP0.2)</h3>
<p>
DP0.1 is an early opportunity to explore the Rubin Science
Platform with simulated LSST data. Learn about the DESC DC2 data
and follow data analysis tutorials.
DP0.2 is the second phase of the Data Preview 0 program using
precursor data (simulated images from the DESC DC2 data
challenge). For the first time, all the derived data products
have been generated “in-house” on an early version of the Rubin
processing infrastructure using version 23.0 of the LSST Science
Pipelines. As a result, the data model is significantly
different from the DP0.1 dataset.
</p>
</Card>
</a>
<a href="https://dm.lsst.org/sdm_schemas/browser/dp02.html">
<Card>
<h3>DP0.2 Catalog Schema</h3>
<p>
Schema reference for the DP0.2 catalog dataset available through
the Table Access Protocol (TAP) service.
</p>
</Card>
</a>
Expand Down

0 comments on commit 0887363

Please sign in to comment.