Skip to content
Snippets Groups Projects
Commit e43b64b3 authored by John Swinbank's avatar John Swinbank
Browse files

Use new texmf; revise author list

parent 1f301ccf
No related branches found
No related tags found
No related merge requests found
Pipeline #14508 passed
DOCNAME=SDC-001
export TEXMFHOME ?= astron-texmf/texmf
GITVERSION := $(shell git log -1 --date=short --pretty=%h)
GITDATE := $(shell git log -1 --date=short --pretty=%ad)
GITSTATUS := $(shell git status --porcelain)
ifneq "$(GITSTATUS)" ""
GITDIRTY = -dirty
endif
$(DOCNAME).pdf: $(DOCNAME).tex meta.tex
xelatex $(DOCNAME)
makeglossaries $(DOCNAME)
......@@ -15,10 +8,4 @@ $(DOCNAME).pdf: $(DOCNAME).tex meta.tex
xelatex $(DOCNAME)
xelatex $(DOCNAME)
.FORCE:
meta.tex: Makefile .FORCE
rm -f $@
printf "%s\n" "% GENERATED FILE -- edit this in the Makefile" >>$@
printf "%s\n" "\newcommand{\vcsRevision}{$(GITVERSION)$(GITDIRTY)}" >>$@
printf "%s\n" "\newcommand{\vcsDate}{$(GITDATE)}" >>$@
include astron-texmf/vcs-meta.make
\documentclass{astron}
\documentclass[note]{astron}
\usepackage{hyperref}
\usepackage[nonumberlist,nogroupskip]{glossaries}
......@@ -8,17 +8,16 @@
\setDocNumber{SDC-001}
\setDocRevision{\vcsRevision}
\setDocDate{\vcsDate}
\setDocClass{Limited}
\setDocProgram{SDC}
\setDocChangeRecord{
\addChangeRecord{7be2300}{2020-11-16}{Internal draft circulated for comments}
\addChangeRecord{\vcsRevision}{\vcsDate}{Minor updates to address comments received}
\addChangeRecord{1.0}{2021-02-19}{Update author list}
\addChangeRecord{0.2}{2020-12-22}{Minor updates to address comments received}
\addChangeRecord{0.1}{2020-11-16}{Internal draft circulated for comments}
}
\setDocAuthors{
\addPerson{John D. Swinbank}{ASTRON}{\vcsDate}
\addPerson{Jasper Annyas}{ASTRON}{}
}
\newacronym{AO}{A\&O}{Astronomy and Operations}
......@@ -51,7 +50,7 @@ Ultimately, it will be proposed as part of the \gls{SDC} Program Management Plan
The \gls{SDC} will be developed and operated in a complex, matrixed management structure.
Broadly, the \gls{SDC} Program will coordinate the efforts of teams drawn from competence and focus groups across ASTRON --- primarily, but not exclusively, the \gls{SD} and \gls{SBe} competence groups within the \gls{IS} division --- to deliver software releases to the \gls{SDCO} group within the \gls{AO} division.
\gls{SDCO} is, in turn, responsible for deploying and operating this functionality to provide services to end users \footnote{At time of writing, the procedures for releasing and deploying software in the context of the \gls{SDC} have not been finalized. Refer to \autocite{SDC-005} for further discussion.}.
\gls{SDCO} is, in turn, responsible for deploying and operating this functionality to provide services to end users \footnote{At time of writing, the procedures for releasing and deploying software in the context of the \gls{SDC} have not been finalized. Refer to \autocite{SDC-007} for further discussion.}.
While the detailed roles, responsibilities, authorities, and accountabilities of the various groups described above and their management structure is still being defined at time of writing, it is clear that we will adopt an \emph{agile}, and --- likely --- \emph{sprint}-based approach to this work.
That is, we expect the development teams working under the aegis of the \gls{SDC} Program to plan their work as a series of short increments, each no more than a small number of weeks, each of which results in releasable product.
......
Subproject commit fc82c6639c604caf80aa5b4eb0767a6b588dbed1
Subproject commit b20eddd54bfecf7c85f9a4649d35cdaac2e3359d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment