Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyHAT letter #238

Merged
merged 5 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions report_thesis/src/_preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{placeins}
\usepackage{pdfpages}

\renewcommand{\topfraction}{.85}
\renewcommand{\bottomfraction}{.7}
Expand Down
Binary file not shown.
8 changes: 8 additions & 0 deletions report_thesis/src/sections/appendix/index.tex
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,11 @@ \subsection{Overview of best performing model configurations}\label{subsec:best_
\input{sections/appendix/tables/CaO_overview.tex}
\input{sections/appendix/tables/Na2O_overview.tex}
\input{sections/appendix/tables/K2O_overview.tex}

\FloatBarrier

\subsection{PyHAT contribution certificate}\label{subsec:pyhat_contribution}
\begin{figure}
Pattrigue marked this conversation as resolved.
Show resolved Hide resolved
\centering
\includepdf[pages=-, pagecommand={}, width=\textwidth]{sections/PyHAT_contribution_letter.pdf}
\end{figure}
5 changes: 5 additions & 0 deletions report_thesis/src/sections/pyhat_contribution.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
\section{PyHAT Contribution}\label{sec:pyhat_contribution}
As part of our work, we have made several contributions to \gls{pyhat}.
We describe these contributions here.

\gls{pyhat} offers a user-friendly interface designed for performing machine learning and data analysis tasks specifically for hyperspectral data.
Our collaboration was initiated through a series of discussions with two members from \gls{usgs} that are responsible for \gls{pyhat}, wherein we identified mutual challenges and opportunities for integrating our solutions into the tool.

Expand All @@ -27,3 +28,7 @@ \section{PyHAT Contribution}\label{sec:pyhat_contribution}

Finally, we made some contributions to improve the performance of various processes in \gls{pyhat}.
At the time of writing, all contributions have been demonstrated to work as intended to the two \gls{usgs} members responsible for managing \gls{pyhat} and are undergoing final review.

In recognition of our efforts, we received a formal letter of acknowledgment from the \gls{usgs}.
This letter acknowledges our contributions to \gls{pyhat} and highlights the positive impact our work has had on enhancing the tool's functionality and the field of chemometrics.
The acknowledgment letter is presented in Appendix~\ref{subsec:pyhat_contribution}.
Loading