Files
papers/zen-director.tex
T
Zach Kelling e7ecb8dbee Update author attribution across all zen papers
- Add Zach Kelling as primary author
- Add Hanzo Industries, Lux Industries, Zoo Labs Foundation
- Standardize contact to research@lux.network
2026-01-26 17:55:17 -08:00

42 lines
675 B
TeX

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{natbib}
\title{MODEL_TITLE}
\author{Zach Kelling\thanks{zach@lux.network} \and Hanzo Industries \and Lux Industries \and Zoo Labs Foundation}
\date{\today}
\begin{document}
\maketitle
\begin{abstract}
MODEL_ABSTRACT
\end{abstract}
\section{Introduction}
MODEL_INTRODUCTION
\section{Architecture}
MODEL_ARCHITECTURE
\section{Training}
MODEL_TRAINING
\section{Evaluation}
MODEL_EVALUATION
\section{Applications}
MODEL_APPLICATIONS
\section{Conclusion}
MODEL_CONCLUSION
\bibliographystyle{plain}
\bibliography{references}
\end{document}