From 3a629c5da7ef777c5e372867bb40f00d59405d48 Mon Sep 17 00:00:00 2001 From: "Wesley R. Elsberry" Date: Mon, 17 Nov 2025 12:35:07 -0500 Subject: [PATCH] Initial paper/main.tex commit --- paper/main.tex | 114 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 paper/main.tex diff --git a/paper/main.tex b/paper/main.tex new file mode 100644 index 0000000..24f04dc --- /dev/null +++ b/paper/main.tex @@ -0,0 +1,114 @@ +\documentclass[12pt]{article} +\usepackage{amsmath,amsthm,mathtools} +\usepackage[a4paper,margin=1in]{geometry} +%\usepackage{times} +\usepackage[T1]{fontenc} +\usepackage{newtxtext,newtxmath} % unified serif + math fonts +\usepackage{microtype} % optional quality +%(If you switch to LuaLaTeX/XeLaTeX later, instead use +%\usepackage{fontspec}\setmainfont{TeX Gyre Termes} + +\usepackage{natbib} +\usepackage{hyperref} +\usepackage{enumitem} +\usepackage{booktabs} +\usepackage{doi} +\usepackage{tikz} +\usetikzlibrary{arrows.meta,positioning,fit,calc} +\usepackage{pgfplots} +\usepgfplotslibrary{polar} + +% Toggles and figure sizes (larger for readability) +% Toggles and figure sizes (larger for readability) +\newif\iftwocol +\twocolfalse +\newcommand{\figureW}{0.95\textwidth} +\newcommand{\figureH}{0.62\textwidth} + +\usepackage{algorithm} +\usepackage{algpseudocode} + +\input{pieces/preamble-extra} + +\title{Beyond “Supervised vs.\ Unsupervised”:\\ +An Operational-Premise Taxonomy for Artificial Intelligence} +\author{Wesley R.~Elsberry} +\date{\today} + + + +\begin{document} +\maketitle +% \input{pieces/body-shared} + +\input{pieces/abstract} + +\input{pieces/intro} + +\input{pieces/operational-premise-taxonomy} + +\input{pieces/fig-opt-landscape} + +\input{pieces/fig-opt-hybrid-tree} + +\input{pieces/background-intro} + +\include{pieces/related-work} + +\include{pieces/para-bridge-comparative-landscape} + +\include{pieces/table-opt-comparison} + +\include{pieces/comparative-analysis} + +\include{pieces/examples-and-mapping} + +\include{pieces/table-optmap} + +\include{pieces/orthogonal-axes-and-risks} + +\include{pieces/table-opt-risk} + +\include{pieces/fig-opt-radar-1} + +\include{pieces/fig-opt-radar-2} + +\include{pieces/artificial-immune-systems} + +\include{pieces/design-governance} + +\include{pieces/discussion} + +\input{pieces/math-foundations-bio-correspondence} + +\include{pieces/conclusions} + + +\appendix + +\include{pieces/app-opt-code-spec} + +\include{pieces/app-opt-code-evaluation-protocol} + +\include{pieces/app-code-evaluation-workflow-pseudocode} + +\include{pieces/app-opt-code-prompt-section} + +\include{pieces/app-prompt-minimal} + +\include{pieces/app-prompt-maximal} + +\include{pieces/app-opt-storage-logs} + +\section{Guidance on LLM Choice for Evaluation Workflow} + +\begin{verbatim}[\input{pieces/local-llm-choice.txt}] +\end{verbatim} + +\section{References} + +\bibliographystyle{plainnat} +\bibliography{references} + + +\end{document}