This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
proposal_body.tex
144 lines (115 loc) · 3.28 KB
/
proposal_body.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
% sample input file for using the CSLI.cls LaTeX class
% next 2 lines pull in the CSLI.cls file, put options between []
\documentclass[] % options: coveronly, nocover
{CSLI} % plus standard article class options
\usepackage[
bookmarks=true,
bookmarksnumbered=false, % true means bookmarks in
% left window are numbered
bookmarksopen=false, % true means only level 1
% are displayed.
]{hyperref}
\usepackage{multirow}
\usepackage{titlesec}
%\usepackage{standalone}
\setcounter{secnumdepth}{4}
% Fill in the following catagories between the braces {}
\title{CubeSat Launch Initiative}
\Number{NNH16ZCQ002O}
\abstract{Executive summary} % suggested 200 words
%%%Mission Parameters Table
\Mission{CySat 1}
\Mass{4.0 kg}
\Size{3U}
\Altitude{400 km}
\Inclination{51.6 deg}
\Min{250 km}
\Max{485 km}
\Acceptable{Yes}
\Readinessdate{May 2018}
\Life{3 Months}
%%%Project Detail Table
\Focus{Education}
\Student{Yes}
\NASAfunding{Yes}
\NASAorg{NASA JSC}
\Sponsor{Iowa State University}
\Collaborator{None}
\International{No}
%points of contact
\Namea{Mr. Peter Papadopoulos}
\Titlea{Project Manager}
\Phonea{(224) 616-0214}
\Emaila{peterp@iastate.edu}
\Nameb{Mr. Matthew Nelson}
\Titleb{Academic Advisor}
\Phoneb{(515) 451-4001}
\Emailb{mnelson@iastate.edu}
\Namec{Mr. Lee Graham}
\Titlec{Technical Advisor}
\Phonec{}
\Emailc{lee.d.graham@nasa.gov}
%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\newpage
\tableofcontents
\pdfbookmark[2]{Contents}{table}
\newpage
\section{Proposal Detail}
\subsection{Focus Area(s)}
Education... krwjbfknwrgkbrw
\subsection{Schedule}
CySat is currently aiming for a completed satellite by May 2018. To support this, the following schedule has been developed.
\begin{table}[H]
\centering
\caption{CySat I Development Schedule}
\begin{tabular}{| l | l | l |}
\arrayrulecolor{white}
\hline
\rowcolor{gray!80}
\textcolor{white}{\textbf{Task}} & \textcolor{white}{\textbf{Semester(s)}} & \textcolor{white}{\textbf{Dates}} \\ \hline
\rowcolor{gray!10}
Design Finalization & Fall 2016 - Spring 2017& August 22nd - May 6th \\ \hline
\rowcolor{gray!5}
Fabrication & Spring - Fall 2017 & January 9th - December 16th \\ \hline
\rowcolor{gray!10}
Testing & Spring 2018 & January 8th - May 5th \\ \hline
\rowcolor{gray!5}
Delivery & Summer 2018 & May 15th \\ \hline
\end{tabular}
\end{table}
\subsection{Merit Report Outcome}
Merit review summary...
\subsection{Feasibility Report Outcome}
Feasibility review summary...
\subsection{Requirements Compliance}
Compliance...
\subsection{Waivers}
None?
\subsection{Funding Commitment Letters}
M:2:I, ISGC, Lee?
\newpage
\begin{thebibliography}{WoodTP}
\bibitem[WoodTP]{woodTP} Wood, W.A., ``Multidimensional Upwind
Fluctuation Splitting Scheme with Mesh Adaption for Hypersonic Viscous
Flow,'' NASA/TP 2002-211640, Apr.~2002.
\end{thebibliography}
{\em Note that this entry is not necessarily in the correct NASA
format. Consult Technical Editing for correct reference format.}
\newpage
\appendix
\Appendix{Merit Report}
\includepdf[pages= {-} ]{merit.pdf}
\newpage
\Appendix{Feasibility Report}
\includepdf[pages= {-} ]{feasibility.pdf}
\newpage
\Appendix{Resumes}
Review committee member resumes
\subsection{Resume 1}
Reviewer Resume 1
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: