diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-02 21:59:44 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-07-02 21:59:44 +0200 |
| commit | f0268138b5b29c5c3c098fb74aa92f5e21074213 (patch) | |
| tree | e7b295cf60b9584a3bf9e28e7f6c77b749a5bfe2 /content | |
| parent | f628c0c3a1ab7ec6f38338c7bc6e1498fe5f1dfa (diff) | |
feat: added the reference fraud declaration
Diffstat (limited to 'content')
| -rw-r--r-- | content/implementation.tex | 12 | ||||
| -rw-r--r-- | content/intro.tex | 12 |
2 files changed, 22 insertions, 2 deletions
diff --git a/content/implementation.tex b/content/implementation.tex index 3c2e45a..f55aef1 100644 --- a/content/implementation.tex +++ b/content/implementation.tex @@ -5,6 +5,14 @@ After reading one should understand the technical decisions, choice of tools and Any complex system is more than the sum of its parts~\cite{Wikipedia:article/Systems_Thinking}. To understand why \gls{my_system} it is crucial to provide a holistic view on the prototype. -Therefore, the rest of the chapter is structured as follows: +Therefore, the rest of the chapter is structured in a top-down approach: \Cref{ss:implementation_overview} +presents the rationale for using the specific software packages, \Cref{ss:data_flow} shows the flow of data within the system, and \Cref{ss:programming} details the different modifications and new software extensions. -\section{} +\section{Overview}\label{ss:implementation_overview} + +At the onset of the project, we decided \gls{my_system} will use only state-of-the-art software, deployed in the industry or evaluated in peer-reviewed scientific publications. +In order to facilitate visualizations and interactive dashboards, we decided to use \texttt{Grafana}~\cite{Wikipedia:article/Grafana}. + +\section{Data Flow}\label{ss:data_flow} + +\section{Code Writing}\label{ss:programming} diff --git a/content/intro.tex b/content/intro.tex index ecfc711..31feecc 100644 --- a/content/intro.tex +++ b/content/intro.tex @@ -162,6 +162,18 @@ I hereby declare that this thesis is my own independent work and writing. The thesis does not contain any material copied from other sources (person, Internet, or \gls{ai}), and has not been submitted for assessment elsewhere. I acknowledge that the usage of material from other works or paraphrase of such material without proper citations or credit will be treated as plagiarism. I declare that this thesis is free from \gls{ai} generated content and has been written without the help of any \gls{ai} tools. +In order to adhere to the strictest restrictions on AI-usage in higher education, this work follows the Berkley School of Law Artificial Intelligence Policy, as stated in \url{https://www.law.berkeley.edu/wp-content/uploads/2026/05/AI-Final-Policy-26.pdf}. + +\section{Reference Fraud}\label{ss:plagiarism_references} +I hereby declare that all the references in this thesis refer to genuine scientific work published in peer-reviewed journals or other sources of reliable and safe online information (\eg Wikipedia articles) and have been used in accordance to the article authors' wishes. +Additionally, under the guidance of the supervisor this work adheres to the strictest rules for referencing and to prove the originality of all references, each \BibTeX citation contains a \texttt{note} field with the following comment: \emph{This BibTeX citation comes from:} followed by the URL leading directly to the citation source. +In case of citations not formatted in \BibTeX, the same format follows but with adequate reference-style name (\eg APA, Chicago, MLA). +In order to verify the originality of a reference we advise: \begin{enumerate*}[label=(\arabic*)] + \item create a \LaTeX~document with the \texttt{is-unstr} bibliography style + \item export the \BibTeX citation from the reference URL + \item inspect the compiled reference (ignoring any differences arising from the contents of the \texttt{note} \BibTeX field). +\end{enumerate*} +The compiled reference should match exactly the reference from this document, subject to the use of different \LaTeX~packages (\eg \texttt{url}, \texttt{natbib}). \section{Societal Impact}\label{s:societal-impact} Any program that is difficult to understand and reason about is sure to accumulate technical debt. |
