-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
54 lines (40 loc) · 1.86 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
# 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, SMTN, LDM, LSE, etc.
series: 'SQR'
# Document number, as a string. It should be three digits, padded with leading zeros
serial_number: '013'
# Serial number of the document. E.g. SQR-001
# NOTE: this field is *planned* for deprecation
doc_id: 'SQR-013'
# Title of the document, without the series/serial designation
doc_title: 'LSST DocHub Design'
# Author names, ordered as a list. Each author name should be formatted as 'First Last'
authors:
- 'Jonathan Sick'
# Current document version
# last_revised: '2016-06-16'
# 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.189431
# Copyright statement
copyright: '2016, Association of Universities for Research in Astronomy, Inc.'
# Description. A short, 1-2 sentence statemement used by document indices.
description: 'Research and design of a documentation metadata database and API for LSST based on JSON-LD metadata.'
# 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: 'https://sqr-013.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-sqre/sqr-013'