This repository contains the complete LaTeX source, figures, and supporting files for my PhD thesis.
|
Thesis (front page)
|
Propositions
|
Qin, T., Valente, L.†, & Etienne, R.†
(2025). Impact of evolutionary relatedness on species
diversification and tree shape. Journal of Theoretical
Biology. https://doi.org/10.1016/j.jtbi.2024.111992
🏆 Awarded the inaugural Denise Kirschner Best Student Paper
Prize (2025).
† Joint senior authors.
Qin, T., van Benthem, K., Valente, L.†, &
Etienne, R.† (2025). Parameter estimation from phylogenetic trees
using neural networks and ensemble learning. Systematic
Biology. https://doi.org/10.1093/sysbio/syaf060
† Joint senior authors.
Qin, T., van Benthem, K., Valente, L.†, &
Etienne, R.† (2026). Identifying evolutionary relatedness effects on
diversification from phylogenies using neural networks.
bioRxiv. https://doi.org/10.64898/2026.01.12.699140
† Joint senior authors.
@phdthesis{qin_diversification_2026,
title = {Diversification Models and Neural Inference},
author = {Qin, Tianjian},
school = {University of Groningen},
year = {2026},
}This version is compiled automatically from the latest commit. The GHA workfow is built on top of latex-action.
This version is consistent with the final printed PDF.
The C++ optimized "eve" model is already published on CRAN.
The illustrative implementation of the neural network parameter estimator is published in the EvoNN repository.
Additional files and figures for the main thesis repository are maintained in the companion repository.
The codebase used throughout the thesis is deposited in the eveGNN repository.
Setup note: This project is intended to be compiled on Overleaf and with GitHub Actions.
dissertation.tex.If you use Overleaf’s GitHub integration, link this repository to your Overleaf project and keep the repo as the single source of truth.
dissertation.tex — main entry fileacks/ — acknowledgements sourcesconclusion/ — conclusion sourcessummary/ — summary sourcestitle/ — title page sources (and cover preview
image)cv/ — CV sourcespublications/ — publication sourcesintroduction/ — introduction sourceschapter*/ — chapter sourcesdissertation.cls — custom class/styledissertation.bib — referencesThis 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.