This repository has been archived by the owner on May 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmain.tex
82 lines (68 loc) · 2.63 KB
/
main.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
\documentclass[preprint]{aastex63}
\usepackage[utf8]{inputenc}
\usepackage{natbib}
\usepackage{listings}
\usepackage{xspace}
\usepackage{paralist}
\newcommand{\package}[1]{\texttt{#1}\xspace}
\newcommand{\code}[1]{\texttt{#1}\xspace}
\newcommand{\github}{GitHub\xspace}
\newcommand{\git}{\code{git}}
\newcommand{\python}{\package{Python}}
\newcommand{\sunpyproj}{SunPy project\xspace}
\newcommand{\sunpypkg}{\package{sunpy}}
\newcommand{\sunpycode}[1]{\code{#1}}
\newcommand{\astropy}{Astropy\xspace}
\newcommand{\astropypkg}{\package{astropy}}
\newcommand{\numpy}{NumPy\xspace}
\newcommand{\numpypkg}{\package{numpy}}
\newcommand{\scipy}{SciPy\xspace}
\newcommand{\scipypkg}{\package{scipy}}
\newcommand{\matplotlib}{matplotlib\xspace}
\newcommand{\matplotlibpkg}{\package{matplotlib}}
\newcommand{\pandas}{pandas\xspace}
\newcommand{\pandaspkg}{\package{pandas}}
\newcommand{\Map}{\sunpycode{Map}}
\newcommand{\Timeseries}{\sunpycode{TimeSeries}}
\newcommand{\Timeseriesmetadata}{\sunpycode{TimeSeriesMetaData}}
\newcommand{\Spectra}{\sunpycode{Spectra}}
\newcommand{\Fido}{\sunpycode{Fido}}
\newcommand{\Lightcurve}{\sunpycode{LightCurve}}
\newcommand{\GenericTimeSeries}{\sunpycode{GenericTimeSeries}}
\newcommand{\GenericMap}{\sunpycode{GenericMap}}
\newcommand{\hpc}{helioprojective Cartesian\xspace}
\newcommand{\hcc}{heliocentric Cartesian\xspace}
\newcommand{\hgs}{heliographic Stonyhurst\xspace}
\newcommand{\hgc}{heliographic Carrington\xspace}
\newcommand{\hpcframe}{\package{HelioprojectiveCartesian}}
\newcommand{\hccframe}{\package{HeliocentricCartesian}}
\newcommand{\hgsframe}{\package{HeliographicStonyhurst}}
\newcommand{\hgcframe}{\package{HeliographicCarrington}}
\renewcommand{\sectionautorefname}{Section}
\renewcommand{\subsectionautorefname}{Section}
\renewcommand{\subsubsectionautorefname}{Section}
\shorttitle{The SunPy Project and Version 1.0}
\shortauthors{The SunPy Community}
% Words that should not be hyphenated
\hyphenation{NumFOCUS}
\begin{document}
\title{The SunPy Project: Open Source Development and Status of the Version 1.0 Core Package}
\input{authors.tex}
\input{sections/0-abstract.tex}
\date{\today}
\input{sections/1-introduction.tex}
\input{sections/2-project_proposals.tex}
\input{sections/3-development.tex}
\input{sections/4-sunpy-core.tex}
\input{sections/5-sunpy-net.tex}
\input{sections/6-modules.tex}
\input{sections/7-coordinates.tex}
\input{sections/8-units.tex}
\input{sections/9-infrastructure.tex}
\input{sections/10-affiliated.tex}
\input{sections/11-support.tex}
\input{sections/12-community.tex}
\input{sections/13-future.tex}
\input{sections/14-acknowledgements.tex}
\bibliography{bibliography}
\end{document}