-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcookiecutter.json
55 lines (55 loc) · 1.11 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
{
"org": [
"DM",
"DP",
"PF",
"OPS",
"PMO",
"PST",
"SE",
"TS"
],
"series": [
"DMTN",
"ITTN",
"RTN",
"PSTN",
"SMTN",
"SITCOMTN",
"SQR",
"TSTN",
"TESTN"
],
"serial_number": "000",
"github_org": [
"lsst",
"lsst-dm",
"lsst-it",
"lsst-pst",
"lsst-sims",
"lsst-sitcom",
"lsst-sqre",
"lsst-tstn",
"lsst-sqre-testing"
],
"title": "Document Title",
"first_author": "First Last",
"abstract": "Abstract text.",
"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"
],
"_copy_without_render": [
"*.bib"
],
"_extensions": [
"jinja2_time.TimeExtension"
]
}