Project README

PhD Thesis Diversification Models and Neural Inference

Release version Downloads Last commit License

This repository contains the complete LaTeX source, figures, and supporting files for my PhD thesis.

Thesis (front page)
Thesis preview
Propositions
Propositions preview

Publications


Citation

@phdthesis{qin_diversification_2026,
  title  = {Diversification Models and Neural Inference},
  author = {Qin, Tianjian},
  school = {University of Groningen},
  year   = {2026},
}

Download the compiled PDF

Most recent build

Auto-compiled PDF Build status Compiled PDF commit

This version is compiled automatically from the latest commit. The GHA workfow is built on top of latex-action.

Printed version

Printed version PDF Printed version status

This version is consistent with the final printed PDF.


Packages and repos

evesim

R-CMD-check CRAN status Lifecycle: stable

The C++ optimized "eve" model is already published on CRAN.

EvoNN

R-CMD-check GitHub Release Lifecycle: experimental

The illustrative implementation of the neural network parameter estimator is published in the EvoNN repository.

Supplementary materials

Additional files and figures for the main thesis repository are maintained in the companion repository.

Codebase

The codebase used throughout the thesis is deposited in the eveGNN repository.


Use on Overleaf

Setup note: This project is intended to be compiled on Overleaf and with GitHub Actions.

Option A: Upload a ZIP

  1. Click Code → Download ZIP on GitHub.
  2. In Overleaf, create a new project and Upload Project (ZIP).
  3. Set the Main file to dissertation.tex.

Option B: GitHub–Overleaf sync

If you use Overleaf’s GitHub integration, link this repository to your Overleaf project and keep the repo as the single source of truth.


Repository structure


License


Acknowledgements

This thesis repository started from the LaTeX template by Moritz Beller

I am grateful for this solid foundation. Since adopting it, I have modified and extended the codebase (structure, styling, build/CI workflow, and compatibility fixes). Any remaining issues are my own.