Skip to content

Commit

Permalink
Add RTN support for SPIE, ADASS, AASTeX templates
Browse files Browse the repository at this point in the history
Now we can create proceedings for SPIE and ADASS and write for AAS journals as an RTN (Rubin technote) document, rather than a subsystem technote.
  • Loading branch information
jonathansick authored Mar 20, 2024
1 parent 6aca719 commit 721cec5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project_templates/technote_aastex/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{
"org": [
"DM",
"OPS",
"PST",
"SE"
],
"series": [
"DMTN",
"PSTN",
"RTN",
"SMTN",
"TSTN",
"TESTN"
],
"serial_number": "000",
"github_org": [
"lsst",
"lsst-dm",
"lsst-pst",
"lsst-sims",
Expand Down
6 changes: 6 additions & 0 deletions project_templates/technote_aastex/templatekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ dialog_fields:
series: "PSTN"
github_org: "lsst-pst"
org: "PST"
- label: "RTN"
value: "RTN"
presets:
series: "RTN"
github_org: "lsst"
org: "OPS"
- label: "SMTN"
value: "smtn"
presets:
Expand Down
3 changes: 3 additions & 0 deletions project_templates/technote_adasstex/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"org": [
"DM",
"OPS",
"PST",
"SE"
],
"series": [
"DMTN",
"PSTN",
"RTN",
"SMTN",
"SQR",
"TSTN",
Expand All @@ -15,6 +17,7 @@
],
"serial_number": "000",
"github_org": [
"lsst",
"lsst-dm",
"lsst-pst",
"lsst-sims",
Expand Down
6 changes: 6 additions & 0 deletions project_templates/technote_adasstex/templatekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ dialog_fields:
series: "PSTN"
github_org: "lsst-pst"
org: "PST"
- label: "RTN"
value: "RTN"
presets:
series: "RTN"
github_org: "lsst"
org: "OPS"
- label: "SMTN"
value: "smtn"
presets:
Expand Down
3 changes: 3 additions & 0 deletions project_templates/technote_spietex/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"org": [
"DM",
"OPS",
"PST",
"SE"
],
"series": [
"DMTN",
"PSTN",
"RTN",
"SMTN",
"TSTN",
"ITTN",
"TESTN"
],
"serial_number": "000",
"github_org": [
"lsst",
"lsst-dm",
"lsst-pst",
"lsst-sims",
Expand Down
6 changes: 6 additions & 0 deletions project_templates/technote_spietex/templatekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ dialog_fields:
series: "PSTN"
github_org: "lsst-pst"
org: "PST"
- label: "RTN"
value: "RTN"
presets:
series: "RTN"
github_org: "lsst"
org: "OPS"
- label: "SMTN"
value: "smtn"
presets:
Expand Down

0 comments on commit 721cec5

Please sign in to comment.