scientific_report_template.tex 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. % Scientific Report Template
  2. % Uses scientific_report.sty for professional formatting
  3. % Compile with: xelatex or lualatex
  4. %
  5. % This template demonstrates the full capabilities of the scientific_report.sty
  6. % style package for creating professional research reports, technical reports,
  7. % and white papers.
  8. \documentclass[11pt,letterpaper]{report}
  9. % Load the scientific report style package
  10. \usepackage{scientific_report}
  11. % Additional packages (optional, add as needed)
  12. \usepackage{lipsum} % For placeholder text - remove in actual documents
  13. % ============================================================================
  14. % DOCUMENT METADATA
  15. % ============================================================================
  16. \hypersetup{
  17. pdftitle={Research Report Title},
  18. pdfauthor={Author Name},
  19. pdfsubject={Research Subject},
  20. pdfkeywords={keyword1, keyword2, keyword3}
  21. }
  22. % ============================================================================
  23. % DOCUMENT BEGIN
  24. % ============================================================================
  25. \begin{document}
  26. % ----------------------------------------------------------------------------
  27. % TITLE PAGE
  28. % ----------------------------------------------------------------------------
  29. \makereporttitle
  30. {Research Report Title} % Title
  31. {A Comprehensive Analysis of [Topic]} % Subtitle
  32. {Author Name, PhD} % Author(s)
  33. {Research Institution / Organization} % Institution
  34. {January 2025} % Date
  35. % Alternative: Title page with cover image
  36. % \makereporttitlewithimage
  37. % {Research Report Title}
  38. % {A Comprehensive Analysis of [Topic]}
  39. % {../figures/cover_image.png}
  40. % {Author Name, PhD}
  41. % {Research Institution / Organization}
  42. % {January 2025}
  43. % ----------------------------------------------------------------------------
  44. % FRONT MATTER
  45. % ----------------------------------------------------------------------------
  46. \pagenumbering{roman}
  47. % Table of Contents
  48. \tableofcontents
  49. \newpage
  50. % List of Figures
  51. \listoffigures
  52. \newpage
  53. % List of Tables
  54. \listoftables
  55. \newpage
  56. % ----------------------------------------------------------------------------
  57. % EXECUTIVE SUMMARY
  58. % ----------------------------------------------------------------------------
  59. \chapter*{Executive Summary}
  60. \addcontentsline{toc}{chapter}{Executive Summary}
  61. \begin{executivesummary}[Report Overview]
  62. This report presents a comprehensive analysis of [topic]. Our investigation reveals significant findings that have implications for [field/application]. The research was conducted using [methodology] and involved [sample/data description].
  63. \end{executivesummary}
  64. \subsection*{Key Findings}
  65. \begin{keyfindings}
  66. \begin{enumerate}
  67. \item \textbf{Finding 1:} Description of the first major finding with supporting data (\pvalue{0.001}, \samplesize{250}).
  68. \item \textbf{Finding 2:} Description of the second major finding with effect size (\effectsize{d}{0.75}).
  69. \item \textbf{Finding 3:} Description of the third major finding (\meansd{42.5}{8.3}).
  70. \end{enumerate}
  71. \end{keyfindings}
  72. \subsection*{Recommendations}
  73. \begin{recommendations}
  74. \begin{enumerate}
  75. \item Implement [specific action] to address [issue].
  76. \item Allocate resources for [specific initiative].
  77. \item Conduct follow-up research on [topic].
  78. \end{enumerate}
  79. \end{recommendations}
  80. \newpage
  81. \pagenumbering{arabic}
  82. % ----------------------------------------------------------------------------
  83. % CHAPTER 1: INTRODUCTION
  84. % ----------------------------------------------------------------------------
  85. \chapter{Introduction}
  86. \section{Background}
  87. This section provides context for the research. Include relevant background information, the current state of knowledge, and the rationale for the study.
  88. \begin{definition}[Key Term]
  89. A \textbf{key term} is defined as [definition]. This concept is fundamental to understanding the research presented in this report.
  90. \end{definition}
  91. \section{Research Objectives}
  92. The primary objectives of this research are:
  93. \begin{enumerate}
  94. \item To investigate [objective 1]
  95. \item To analyze [objective 2]
  96. \item To evaluate [objective 3]
  97. \end{enumerate}
  98. \section{Hypotheses}
  99. \begin{hypothesis}[Primary Hypothesis]
  100. We hypothesize that [independent variable] will have a significant effect on [dependent variable], such that [expected direction of effect].
  101. \end{hypothesis}
  102. \section{Scope and Limitations}
  103. \begin{limitations}[Study Scope]
  104. This research focuses on [specific scope]. The following limitations should be considered when interpreting the results:
  105. \begin{itemize}
  106. \item Geographic limitation: [description]
  107. \item Temporal limitation: [description]
  108. \item Sample limitation: [description]
  109. \end{itemize}
  110. \end{limitations}
  111. % ----------------------------------------------------------------------------
  112. % CHAPTER 2: METHODOLOGY
  113. % ----------------------------------------------------------------------------
  114. \chapter{Methodology}
  115. \section{Study Design}
  116. \begin{methodology}[Research Design Overview]
  117. This study employed a [type] design to investigate [research question]. The methodology was selected based on [rationale] and follows established guidelines for [type of research].
  118. \end{methodology}
  119. \section{Participants}
  120. A total of \samplesize{500} participants were recruited from [population]. Table~\ref{tab:demographics} presents the demographic characteristics of the sample.
  121. \begin{table}[htbp]
  122. \centering
  123. \caption{Participant Demographics}
  124. \label{tab:demographics}
  125. \begin{tabular}{@{}lcc@{}}
  126. \toprule
  127. \tableheader{Characteristic} & \tableheader{n} & \tableheader{\%} \\
  128. \midrule
  129. \textbf{Gender} & & \\
  130. \quad Male & 245 & 49.0 \\
  131. \rowcolor{tablealt} \quad Female & 255 & 51.0 \\
  132. \textbf{Age Group} & & \\
  133. \quad 18--30 & 150 & 30.0 \\
  134. \rowcolor{tablealt} \quad 31--45 & 200 & 40.0 \\
  135. \quad 46--60 & 120 & 24.0 \\
  136. \rowcolor{tablealt} \quad 60+ & 30 & 6.0 \\
  137. \bottomrule
  138. \end{tabular}
  139. \end{table}
  140. \section{Instruments}
  141. \subsection{Primary Measures}
  142. The following instruments were used to collect data:
  143. \begin{itemize}
  144. \item \textbf{Instrument 1:} Description and psychometric properties
  145. \item \textbf{Instrument 2:} Description and psychometric properties
  146. \item \textbf{Instrument 3:} Description and psychometric properties
  147. \end{itemize}
  148. \section{Procedures}
  149. Data collection occurred between [dates]. The procedure involved the following steps:
  150. \begin{enumerate}
  151. \item Informed consent was obtained from all participants.
  152. \item Baseline assessments were administered.
  153. \item Intervention/treatment was delivered (if applicable).
  154. \item Follow-up assessments were conducted at [timepoints].
  155. \end{enumerate}
  156. \section{Statistical Analysis}
  157. Data were analyzed using [software] version [X.X]. The following analyses were performed:
  158. \begin{itemize}
  159. \item Descriptive statistics for all variables
  160. \item [Analysis type] to test hypothesis 1
  161. \item [Analysis type] to test hypothesis 2
  162. \end{itemize}
  163. Statistical significance was set at $\alpha = 0.05$. Effect sizes were calculated using [method] and interpreted according to [guidelines].
  164. % ----------------------------------------------------------------------------
  165. % CHAPTER 3: RESULTS
  166. % ----------------------------------------------------------------------------
  167. \chapter{Results}
  168. \section{Descriptive Statistics}
  169. Table~\ref{tab:descriptives} presents the descriptive statistics for the primary outcome measures.
  170. \begin{table}[htbp]
  171. \centering
  172. \caption{Descriptive Statistics for Primary Outcome Measures}
  173. \label{tab:descriptives}
  174. \begin{tabular}{@{}lccccc@{}}
  175. \toprule
  176. \tableheader{Variable} & \tableheader{n} & \tableheader{Mean} & \tableheader{SD} & \tableheader{Min} & \tableheader{Max} \\
  177. \midrule
  178. Outcome 1 & 500 & 42.5 & 8.3 & 18 & 72 \\
  179. \rowcolor{tablealt} Outcome 2 & 498 & 3.7 & 1.2 & 1 & 7 \\
  180. Outcome 3 & 495 & 128.4 & 24.7 & 68 & 195 \\
  181. \rowcolor{tablealt} Outcome 4 & 500 & 0.68 & 0.15 & 0.28 & 0.95 \\
  182. \bottomrule
  183. \end{tabular}
  184. \figurenote{SD = Standard Deviation}
  185. \end{table}
  186. \section{Primary Analyses}
  187. \subsection{Hypothesis 1}
  188. \begin{resultsbox}[Primary Finding]
  189. Analysis revealed a significant effect of [IV] on [DV], \effectsize{F(2, 497)}{12.45}, \psig{< 0.001}, $\eta^2$ = 0.048. Post-hoc comparisons indicated that [specific findings].
  190. \end{resultsbox}
  191. The results support our primary hypothesis. As shown in Figure~\ref{fig:main_results}, participants in the experimental condition demonstrated significantly higher scores compared to the control group.
  192. % Placeholder for figure
  193. \begin{figure}[htbp]
  194. \centering
  195. \fbox{\parbox{0.8\textwidth}{\centering\vspace{3cm}[Figure: Main Results Comparison]\\Bar chart showing group differences\vspace{3cm}}}
  196. \caption{Comparison of Outcome Scores by Experimental Condition}
  197. \label{fig:main_results}
  198. \figuresource{Study data}
  199. \end{figure}
  200. \subsection{Hypothesis 2}
  201. Results indicated a moderate positive correlation between [variable 1] and [variable 2], \effectsize{r}{0.45}, \psig{< 0.001}, \CI{0.38}{0.52}.
  202. \section{Secondary Analyses}
  203. Table~\ref{tab:regression} presents the results of the regression analysis predicting [outcome].
  204. \begin{table}[htbp]
  205. \centering
  206. \caption{Multiple Regression Analysis Predicting Outcome}
  207. \label{tab:regression}
  208. \begin{tabular}{@{}lcccc@{}}
  209. \toprule
  210. \tableheader{Predictor} & \tableheader{B} & \tableheader{SE} & \tableheader{$\beta$} & \tableheader{p} \\
  211. \midrule
  212. (Intercept) & 12.45 & 2.34 & --- & < .001 \\
  213. \rowcolor{tablealt} Predictor 1 & 0.58 & 0.12 & 0.28\sigthree & < .001 \\
  214. Predictor 2 & 0.34 & 0.09 & 0.22\sigtwo & .002 \\
  215. \rowcolor{tablealt} Predictor 3 & 0.15 & 0.11 & 0.08\signs & .172 \\
  216. Predictor 4 & -0.42 & 0.14 & -0.18\sigtwo & .003 \\
  217. \midrule
  218. \multicolumn{5}{l}{$R^2$ = 0.34, Adjusted $R^2$ = 0.33, \effectsize{F(4, 495)}{63.82}\sigthree} \\
  219. \bottomrule
  220. \end{tabular}
  221. \vspace{0.5em}
  222. {\small \siglegend}
  223. \end{table}
  224. % ----------------------------------------------------------------------------
  225. % CHAPTER 4: DISCUSSION
  226. % ----------------------------------------------------------------------------
  227. \chapter{Discussion}
  228. \section{Summary of Findings}
  229. \begin{keyfindings}[Key Takeaways]
  230. \begin{enumerate}
  231. \item The primary hypothesis was \highlight{supported}, with significant effects observed for [variables].
  232. \item Evidence quality for the main findings is \evidencestrong, based on effect sizes and replication potential.
  233. \item Unexpected finding: [description of any surprising results].
  234. \end{enumerate}
  235. \end{keyfindings}
  236. \section{Interpretation}
  237. The findings from this study contribute to our understanding of [topic] in several important ways. First, the significant effect of [IV] on [DV] suggests that [interpretation]. This aligns with previous research by [Author] (Year), who found similar patterns in [context].
  238. \begin{pullquote}
  239. ``These findings represent a significant advancement in our understanding of [topic] and have direct implications for [application/practice].''
  240. \end{pullquote}
  241. Second, the correlation between [variables] indicates that [interpretation]. This relationship has important implications for [field/practice].
  242. \section{Implications}
  243. \subsection{Theoretical Implications}
  244. The results have several theoretical implications:
  245. \begin{itemize}
  246. \item Support for [theory/model]
  247. \item Extension of [existing framework]
  248. \item Challenge to [alternative perspective]
  249. \end{itemize}
  250. \subsection{Practical Implications}
  251. \begin{recommendations}[Practical Applications]
  252. Based on our findings, we recommend the following practical applications:
  253. \begin{enumerate}
  254. \item \textbf{For practitioners:} [specific recommendation]
  255. \item \textbf{For policymakers:} [specific recommendation]
  256. \item \textbf{For researchers:} [specific recommendation]
  257. \end{enumerate}
  258. \end{recommendations}
  259. \section{Limitations}
  260. \begin{limitations}[Study Limitations]
  261. Several limitations should be considered when interpreting these findings:
  262. \begin{itemize}
  263. \item \textbf{Sample:} The sample was drawn from [population], which may limit generalizability to [other populations].
  264. \item \textbf{Design:} The [cross-sectional/correlational] design precludes causal inference.
  265. \item \textbf{Measurement:} Self-report measures may be subject to [bias type].
  266. \end{itemize}
  267. \end{limitations}
  268. \section{Future Directions}
  269. Future research should address the following questions:
  270. \begin{enumerate}
  271. \item Does the effect generalize to [different population/context]?
  272. \item What mechanisms underlie the relationship between [variables]?
  273. \item How do [moderating factors] influence the observed effects?
  274. \end{enumerate}
  275. % ----------------------------------------------------------------------------
  276. % CHAPTER 5: CONCLUSIONS
  277. % ----------------------------------------------------------------------------
  278. \chapter{Conclusions}
  279. \begin{executivesummary}[Conclusion]
  280. This research investigated [topic] using [methodology] with a sample of \samplesize{500} participants. The findings demonstrate that [main conclusion]. These results have important implications for [field/practice] and suggest that [recommendation]. Future research should continue to explore [direction].
  281. \end{executivesummary}
  282. \section{Key Contributions}
  283. \begin{keyfindings}[Research Contributions]
  284. This study makes the following key contributions:
  285. \begin{enumerate}
  286. \item \textbf{Empirical contribution:} First demonstration of [finding] in [context].
  287. \item \textbf{Methodological contribution:} Novel application of [method] to study [phenomenon].
  288. \item \textbf{Practical contribution:} Evidence-based recommendations for [application].
  289. \end{enumerate}
  290. \end{keyfindings}
  291. % ----------------------------------------------------------------------------
  292. % REFERENCES
  293. % ----------------------------------------------------------------------------
  294. \chapter*{References}
  295. \addcontentsline{toc}{chapter}{References}
  296. % If using BibTeX:
  297. % \bibliographystyle{apalike}
  298. % \bibliography{references}
  299. % Manual references for template demonstration:
  300. \noindent
  301. \hangindent=0.5in Author, A. A. (Year). Title of article. \textit{Journal Name}, \textit{Volume}(Issue), pages. https://doi.org/xxxxx
  302. \vspace{0.5em}
  303. \noindent
  304. \hangindent=0.5in Author, B. B., \& Author, C. C. (Year). \textit{Title of book}. Publisher.
  305. % ----------------------------------------------------------------------------
  306. % APPENDICES
  307. % ----------------------------------------------------------------------------
  308. \appendix
  309. \chapter{Supplementary Materials}
  310. \appendixsection{Additional Tables}
  311. Table~\ref{tab:appendix1} presents additional descriptive statistics not included in the main text.
  312. \begin{table}[htbp]
  313. \centering
  314. \caption{Supplementary Descriptive Statistics}
  315. \label{tab:appendix1}
  316. \begin{tabular}{@{}lccc@{}}
  317. \toprule
  318. \tableheader{Variable} & \tableheader{Mean} & \tableheader{SD} & \tableheader{n} \\
  319. \midrule
  320. Variable A & 15.2 & 3.4 & 500 \\
  321. \rowcolor{tablealt} Variable B & 22.8 & 5.1 & 498 \\
  322. Variable C & 8.9 & 2.2 & 495 \\
  323. \bottomrule
  324. \end{tabular}
  325. \end{table}
  326. \appendixsection{Instruments}
  327. Full text of instruments used in this study:
  328. \begin{enumerate}
  329. \item \textbf{Instrument Name 1:} [Description or full text]
  330. \item \textbf{Instrument Name 2:} [Description or full text]
  331. \end{enumerate}
  332. \appendixsection{Additional Figures}
  333. [Include any supplementary figures here]
  334. % ============================================================================
  335. % END DOCUMENT
  336. % ============================================================================
  337. \end{document}