-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Subdir structure, first twinkles sections #54
- Loading branch information
1 parent
fa87ecb
commit fb7f5d9
Showing
4 changed files
with
62 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
% ==================================================================== | ||
\chapter*{\TwinklesOne} | ||
\def\chpname{chp:twinkles1} | ||
\label{\chpname} | ||
\addcontentsline{toc}{chapter}{Twinkles 1} | ||
% ==================================================================== | ||
|
||
% Contact list - repo in URL must be set correctly to enable queries | ||
% to be made: | ||
\renewcommand{\contact}[2]{% | ||
\href{https://github.com/DarkEnergyScienceCollaboration/Twinkles/issues/new?title=Question:\%20\&body=#2:\%20}{{\it #1}}% | ||
} | ||
|
||
\contact{Phil Marshall}{@drphilmarshall}, | ||
\contact{Michael Wood-Vasey}{@wmwv}, | ||
\contact{Richard Dubois}{@richardxdubois} | ||
|
||
% -------------------------------------------------------------------- | ||
|
||
% Brief introduction, giving motivation for the Twinkles 1 survey. | ||
\input{twinkles1/motivation} | ||
|
||
% Planned science analysis developments that will drive the | ||
% Twinkles 1 design, and subsequent requirements. | ||
%\input{twinkles1/science} | ||
|
||
% The design of the Twinkles 1 dataset, resulting from the science | ||
% analyses defined in the previous section. | ||
%\input{twinkles1/design} | ||
|
||
% The consequent requirements on the simulation tools. Subsections | ||
% for OpSim, CatSim, and PhoSim, and their associated inputs and | ||
% interfaces. | ||
%\input{twinkles1/simulations} | ||
|
||
% The consequent requirements on the analysis software. Subsections | ||
% for DM Levels 1 and 2, DM+DESC Level 3, and DESC Level 4 code. | ||
%\input{twinkles1/analysis} | ||
|
||
% The consequent requirements on the DESC computing infrastructure | ||
% needed to enable execution of the above simulations and analysis | ||
% at the required scale. | ||
%\input{twinkles1/infrastructure} | ||
|
||
% Discussion of the above flowdown, and comments for future challenges. | ||
%\input{twinkles1/comments} | ||
|
||
% ==================================================================== |
14 changes: 4 additions & 10 deletions
14
doc/requirements/twinkles1.tex → doc/requirements/twinkles1/motivation.tex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
% ==================================================================== | ||
\chapter*{\TwinklesOne} | ||
\def\chpname{chp:twinkles1} | ||
\label{\chpname} | ||
\addcontentsline{toc}{chapter}{Twinkles 1} | ||
\section{Motivation} | ||
\def\secname{\chpname:motivation} | ||
\label{\secname} | ||
% ==================================================================== | ||
|
||
% Author list: | ||
\renewcommand{\contact}[2]{% | ||
\href{https://github.com/DarkEnergyScienceCollaboration/Twinkles/issues/new?title=Question:\%20\&body=#2:\%20}{{\it #1}}% | ||
} | ||
|
||
\contact{Phil Marshall}{@drphilmarshall}, | ||
\contact{Michael Wood-Vasey}{@wmwv}, | ||
\contact{Richard Dubois}{@richardxdubois} | ||
|
||
% -------------------------------------------------------------------- | ||
|
||
% \input{introduction} | ||
Motivational text goes here. | ||
|
||
% ==================================================================== |