-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcookiecutter.json
56 lines (56 loc) · 1.57 KB
/
cookiecutter.json
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
{
"author_id": "ID from lsst-texmf/etc/authordb.yaml",
"series": [
"DMTN",
"ITTN",
"RTN",
"PSTN",
"SMTN",
"SITCOMTN",
"SQR",
"TSTN",
"TESTN"
],
"serial_number": "000",
"title": "Document Title",
"repo_name": "{{ cookiecutter.series.lower() }}-{{ cookiecutter.serial_number }}",
"github_org": [
"lsst",
"lsst-dm",
"lsst-it",
"lsst-pst",
"lsst-sims",
"lsst-sitcom",
"lsst-sqre",
"lsst-tstn",
"lsst-sqre-testing"
],
"github_namespace": "{{ cookiecutter.github_org }}/{{ cookiecutter.repo_name }}",
"docushare_url": "",
"url": "https://{{ cookiecutter.series.lower() }}-{{ cookiecutter.serial_number }}.lsst.io",
"description": "A short description of this document",
"copyright_year": "{% now 'utc', '%Y' %}",
"copyright_holder": [
"Association of Universities for Research in Astronomy, Inc. (AURA)",
"Brookhaven Science Associates, LLC",
"California Institute of Technology",
"Fermi Research Alliance, LLC",
"The Board of Trustees of the Leland Stanford Junior University, through SLAC National Accelerator Laboratory",
"The Trustees of Princeton University",
"University of Illinois Board of Trustees",
"University of Washington"
],
"first_author_given": "",
"first_author_family": "",
"first_author_orcid": "",
"first_author_affil_name": "",
"first_author_affil_internal_id": "",
"first_author_affil_address": "",
"_copy_without_render": [
"*.bib"
],
"_extensions": [
"jinja2_time.TimeExtension",
"templatekit.TemplatekitExtension"
]
}