-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yaml
57 lines (43 loc) · 1.9 KB
/
metadata.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Document metadata. metadata.yaml is used by documenteer and other tools
# to build the document and index it. It should be maintained alongside the
# document in git and kept up to date.
# The series identifier. E.g. SQR, DMTN, LDM, LSE, etc.
series: 'DMTN'
# Document number, as a string. It should be three digits, padded with leading zeros
serial_number: '006'
# Serial number of the document. E.g. SQR-001
# NOTE: this field is *planned* for deprecation
doc_id: 'DMTN-006'
# Title of the document, without the series/serial designation
doc_title: 'False Positive Rates in the LSST Image Differencing Pipeline'
# Author names, ordered as a list. Each author name should be formatted as 'First Last'
authors:
- 'Colin Slater'
- 'Mario Jurić'
- 'Željko Ivezić'
- 'Lynne Jones'
# Current document version
last_revised: '2016-03-18'
# Version. Use Semvar, e.g., 1.0, including .dev, as necessary
# This version string should correspond to the git tag when the document is published on Zenodo
version: '1.0'
# Digital Object Identifier (DOI). Uncomment if available.
# Keep this DOI updated as new releases are pushed to Zenodo
doi: 10.5281/zenodo.192828
# Copyright statement
copyright: '2016, AURA/LSST'
# Description. A short, 1-2 sentence statemement used by document indices.
description: 'An analysis of the false positives in Decam imaging data processed by the LSST pipeline.'
# Abstract, if available
# abstract: >
# Write your paragraph
# here with multiple lines.
#
# You can have multiple paragraphs too.
# URL where this document is published by Read the Docs. e.g. http://sqr-001.lsst.codes
url: 'http://dmtn-006.lsst.io'
# LSST Docushare URL, if authoritative versions of this are are stored there.
# Leave as an empty string or comment out this key if there is no Docushare URL.
docushare_url: ''
# GitHub repo URL
github_url: 'https://github.com/lsst-dm/dmtn-006'