summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-07-02 21:59:44 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-07-02 21:59:44 +0200
commitf0268138b5b29c5c3c098fb74aa92f5e21074213 (patch)
treee7b295cf60b9584a3bf9e28e7f6c77b749a5bfe2
parentf628c0c3a1ab7ec6f38338c7bc6e1498fe5f1dfa (diff)
feat: added the reference fraud declaration
-rw-r--r--content/implementation.tex12
-rw-r--r--content/intro.tex12
-rw-r--r--main.bib17
-rw-r--r--style/style.tex2
4 files changed, 40 insertions, 3 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.
diff --git a/main.bib b/main.bib
index 648e077..cee9d78 100644
--- a/main.bib
+++ b/main.bib
@@ -692,5 +692,20 @@
howpublished = "\url{
https://en.wikipedia.org/w/index.php?title=Systems_thinking&oldid=1360310082
}",
- note = "[Online; accessed 2-July-2026]",
+ note = "This BibTeX citation comes from: \url{
+ https://en.wikipedia.org/w/index.php?title=Special:CiteThisPage&page=Systems_thinking&id=1360310082&wpFormIdentifier=titleform#BibTeX_entry
+ }",
}
+
+@misc{Wikipedia:article/Grafana,
+ author = "{Wikipedia contributors}",
+ title = "Grafana --- {Wikipedia}{,} The Free Encyclopedia",
+ year = "2026",
+ howpublished = "\url{
+ https://en.wikipedia.org/w/index.php?title=Grafana&oldid=1362050182
+ }",
+ note = "This BibTeX citation comes from: \url{
+ https://en.wikipedia.org/w/index.php?title=Special:CiteThisPage&page=Grafana&id=1362050182&wpFormIdentifier=titleform#BibTeX_entry
+ }",
+}
+
diff --git a/style/style.tex b/style/style.tex
index e26efc2..8e92900 100644
--- a/style/style.tex
+++ b/style/style.tex
@@ -26,3 +26,5 @@
\newcommand{\todo}[1]{\textcolor{blue}{#1}}
\newcommand\myCircled[1]{\scalebox{0.75}{\Circled[fill color=black,inner color=white]{{\sffamily#1}}}}
+
+\newcommand{\BibTeX}{\textsc{B\kern-0.1emi\kern-0.017emb}\kern-0.15em\TeX\xspace}