-
Notifications
You must be signed in to change notification settings - Fork 0
/
LSE-319.tex
50 lines (37 loc) · 2.28 KB
/
LSE-319.tex
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
\documentclass[SE,toc,lsstdraft]{lsstdoc}
%% Journal abbreviations
\title[LSST Science Platform]{LSST Science Platform Vision Document}
\author{M.~Juri\'c, D.~Ciardi, G.P.~Dubois-Felsmann, L.P.~Guy}
\setDocRef{LSE-319}
\setDocCurator{Leanne Guy}
\date{\today}
\setDocUpstreamLocation{\url{https://github.com/lsst-dmsst/LSE-319}}
\setDocAbstract{%
This document defines and describes the ``LSST Science Platform,'' a set of integrated web applications and services deployed at the LSST Data Access Centers (DACs) through which the scientific community will access, visualize, subset, and perform next-to-the-data analysis of the data collected by the Large Synoptic Survey Telescope (LSST).
\\
These services can be broken down to three different ``Aspects'': a web \textbf{Portal}, designed to provide essential data access and visualization services through a simple-to-use website, a \textbf{Notebook} environment, that will provide a Jupyter Notebook-like interface, based on JupyterLab, enabling next-to-the-data analysis, and an extensive set of \textbf{Web APIs} that the users will be able to use to remotely examine the LSST data set using tools they're already familiar with.
\\
This document lays out the high-level vision for the aforementioned Aspects and some associated backend services.
It is intentionally brief, and meant to generally guide the flow-down of requirements and development of product specifications, prioritization, and plans for the Agile development of the relevant elements of the DM system.
}
% Change history defined here. Will be inserted into
% correct place with \maketitle
% OLDEST FIRST: VERSION, DATE, DESCRIPTION, OWNER NAME
\setDocChangeRecord{%
\addtohist{}{2017-05-22}{Initial version}{Mario Juric}
\addtohist{1.0}{2017-09-11}{Approved in \href{https://project.lsst.org/groups/ccb/node/1762}{LCR-1013}}{Tim~Jenness}
\addtohist{}{2019-03-08}{Began changes for LSP review}{Leanne Guy}
\addtohist{2.0}{2019-07-24}{Approved in \href{https://project.lsst.org/groups/ccb/node/3107}{LCR-1728}}{Approver: V.~Krabbendam; Document: T.~Jenness}
%\addtohist{2}{yyyy-mm-dd}{Future changes}{Future person}
}
\begin{document}
\include{preface}
\clearpage
\include{intro}
\include{user}
\include{backend}
\include{methodology}
\include{evolution}
\clearpage
\bibliography{lsst}
\end{document}