Unil center for theory in ecology and evolution (UCTEE) - FBM Unil
Page Unil Center for Theory in Ecology and Evolution of site Faculty of Biology and Medicine hosted by the University of Lausanne
With @saramitri.bsky.social, @sonjalehtinen.bsky.social and L. Lehmann weโve launched the UNIL Center for Theory in Ecology and Evolution @unil.bsky.social๐จ๐ญ
To kick things off, weโre offering short visiting fellowships for theorists in ecology & evolution. Apply & pls RP ๐
tinyurl.com/2wem36zz
09.03.2026 15:59
๐ 52
๐ 41
๐ฌ 0
๐ 4
๐คฉPREPRINT OUT! Using our causal model of ๐ซ growth, we test if model can estimate growth trajectories of pops. of ๐ธ of uncertain age using cross-sectional data. Results: our model provide accurate estimates providing a solution for bioarcheological and other contexts!
www.biorxiv.org/content/10.6...
27.02.2026 16:45
๐ 14
๐ 4
๐ฌ 0
๐ 1
Call for Applications: Doctoral Positions in the Life Sciences and Natural Sciences
Ambitious candidates with a strong academic track recordย who wish to pursue their doctorate in one of the research areas listed below.
๐ฃ Call for Applications: The University of Vienna invites applications for more than 40 fully funded doctoral positions across a broad range of disciplines in Life Sciences and Natural Sciences. ๐จโ๐ฌ๐ฉโ๐ฌ #PhDSky #PhD #univie
๐
Application period: 2 March โ 27 March 2026, 12:00 CET
More information: โคต๏ธ
03.03.2026 11:52
๐ 28
๐ 31
๐ฌ 0
๐ 3
Building a decision function over a Bayesian posterior
A neat blog post walking through implementing Bayesian Decision Theory in @pymc.io with code!
#statssky ๐๐
daniel-saunders-phil.github.io/imagination_...
02.03.2026 03:35
๐ 35
๐ 10
๐ฌ 1
๐ 0
2. Install the diagram extension in a Quarto project. Create a new Quarto project. From the terminal, run this to install the diagram extension:
quarto install extension pandoc-ext/diagram
3. Tell your document to use the extension. Add this to the YAML header of a Quarto document:
filters:
- diagram
4. Add a .tikz block to your document. Add a tikz code block to your document like this:
```{.tikz}
\begin{tikzpicture}[>={stealth}]
\node (x) at (0,0) {$X_{t}$};
\node (y) at (2,0) {$Y_{t + 1}$};
\node (z) at (1,1) {$Z$};
\path[->] (z) edge (x);
\path[->] (z) edge (y);
\path[->] (x) edge (y);
\end{tikzpicture}
```
5. Render! Render the document to PDF and you should see a diagram. Render it to HTML or .docx or Typst and it should use inkscape to convert it to SVG. Magic.
New blog post! After years of annoying shenanigans, I discovered that nowadays it's *really* straightforward to get tikz diagrams in #QuartoPub to automatically turn into SVGs in HTML, docx, and Typst! Install Inkscape, install a Quarto extension, and you're done. www.andrewheiss.com/blog/2026/02...
25.02.2026 15:25
๐ 95
๐ 15
๐ฌ 1
๐ 3
If we are making lists of non-ignorable "complexity" in biology, how about the interaction of selection and development? Many biologists find it boring (unnecessary complexity) or threatening (old naive adaptationism called into question). @mauriciogforero.bsky.social does good work in this area!
25.02.2026 07:49
๐ 20
๐ 8
๐ฌ 4
๐ 0
GitHub - BenjaFried/modsoc_Julia: Modeling Social Behavior in Julia
Modeling Social Behavior in Julia. Contribute to BenjaFried/modsoc_Julia development by creating an account on GitHub.
Interested in using my textbook, Modeling Social Behavior, but wishing code was in a more general programming language than NetLogo? The incomparable Ben Fried has translated all modeling code into JULIA, utilizing the excellent Agents.jl package. github.com/BenjaFried/m...
24.02.2026 20:46
๐ 48
๐ 15
๐ฌ 0
๐ 0
Reading a paper in the beautiful KLI garden. Late summer, early autumn.
KLI figs ready to be distributed to the KLI fellows
Title slide of my PhD defence presentation: "The causal analysis of animal social networks"
Lake Constance in winter
Some personal news: after spending half a year at the wonderful @kli.ac.at in Vienna, I defended my PhD thesis back in Gรถttingen, and just moved to Konstanz to (soon) start a postdoc at @livingingroups.bsky.social to work at the interface between theory & data analysis in behav. ecology!
24.02.2026 11:12
๐ 15
๐ 0
๐ฌ 0
๐ 1
New (competition funded) PhD opportunity with me,
@iaciac.bsky.social and @dralgernon.bsky.social
www.findaphd.com/phds/project...
Higher-order networks and animal communication. Suited to someone keen on network science theory/computational modeling and keen to adapt this to ecology & evolution.
09.02.2026 14:41
๐ 33
๐ 41
๐ฌ 1
๐ 2
Whatโs a multiverse good for anyway?
Julia M. Rohrer, Jessica Hullman, and Andrew Gelman
Multiverse analysis has become a fairly popular approach, as indicated by the present special issue on the matter. Here, we take one step back and ask why one would conduct a multiverse analysis in the first place. We discuss various ways in which a multiverse may be employed โ as a tool for reflection and critique, as a persuasive tool, as a serious inferential tool โ as well as potential problems that arise depending on the specific purpose. For example, it fails as a persuasive tool when researchers disagree about which variations should be included in the analysis, and it fails as a serious inferential tool when the included analyses do not target a coherent estimand. Then, we take yet another step back and ask what the multiverse discourse has been good for and whether any broader lessons can be drawn. Ultimately, we conclude that the multiverse does remain a valuable tool; however, we urge against taking it too seriously.
New preprint! So, what's a multiverse analysis good for anyway?>
With @jessicahullman.bsky.social and @statmodeling.bsky.social
juliarohrer.com/wp-content/u...
04.02.2026 10:24
๐ 173
๐ 52
๐ฌ 9
๐ 3
Statistical Rethinking 2026 Lecture B04 - Group-level confounding and intro to social networks
YouTube video by Richard McElreath
This time I try to explain group-level confounding and some ways to deal with it. Lecture B04 of Statistical Rethinking 2026 - fixed effects, Mundlak machines, latent Mundlak machines, intro to social network analysis and the social relations model. Full lecture list: github.com/rmcelreath/s...
30.01.2026 13:27
๐ 102
๐ 16
๐ฌ 6
๐ 4
Fig. 4. of Kraus 2026. Normal mammalian cardiogenesis and ambiogenic events hypothesized to be required for proper outflow tract development during placentation, along with associated developmental and phylogenetic phenotypes.
๐ Congratulations to our 2025 KLI fellow, Nina Kraus @ninakraus.bsky.social, on her new publication in the Journal of Experimental Biology on
"Environmentally dependent developmental induction as a potential driver of heart evolution"!
๐๐๐
๐ doi.org/10.1242/jeb....
30.01.2026 12:40
๐ 7
๐ 4
๐ฌ 0
๐ 0
Directors
Expressions of interest: Director at MPI EvolBio (f/m/d) โ We invite expressions of interest from distinguished scientists in evolutionary biology with a bold, long-term research vision that complements our Institute. More information: www.evolbio.mpg.de/3856225/Dire...
21.01.2026 11:15
๐ 27
๐ 49
๐ฌ 0
๐ 2
Simulation examples. Scenarios AโD above correspond to agent behaviour sequences in rows AโD below. The sequences indicate 12 time steps, one per box, which proceed horizontally (i.e. the leftmost box is t1, the rightmost box is t12). In the lower rows, beak direction is depicted with a triangle such that head rotations are visible (e.g. in row B, there is a head rotation each time step). The circular area connected to the triangle represents a top view of the scrub-jay head (filled circle with unfilled sectors). Circles with two unfilled sectors show the default foveal position bilaterally, and circles with four unfilled sectors show further foveation during a fixed head position. Unfilled row squares indicate that the scrub-jay has high uncertainty about whether a hawk is present due to lack of sensory evidence (no hawk shape is visible and no hawk call is audible). Filled row squares that progress from dark (orange) to light (yellow) represent the strength of the belief that a hawk is present, beginning with low uncertainty during three time steps when the hawk shape is visible and an increasing belief that the hawk is no longer present once the shape is no longer visible. Upper half: the filled circle indicates the scrub-jayโs proximal surroundings. In the top left (A), a single hawk suggests low background predation risk, which elicits a head rotation every two time steps (row A). (Dotted lines indicate possible but not actual approaches.) Three hawks are shown in B, indicating high background predation risk, which elicits a head rotation every time step (row B). Rectangular cover in C presents a skewed distribution of possible hawk approaches. This leads to a head rotation pattern that proportionately increases the time monitoring exposed areas (row C). In the upper right (D), two actual hawk approaches are shown (solid lines extended by dotted lines). The dark orange solid segment corresponds to the dark orange boxes in row D, when the hawk shape is visible.
Paper out today on @royalsocietypublishing.org:
"Alerting and orienting attention in anti-predator vigilance: neurocognitive modelling and behavioural evidence"
royalsocietypublishing.org/rsif/article...
๐งช๐๐ชถ #corvids #OpenAccess
21.01.2026 09:18
๐ 18
๐ 9
๐ฌ 0
๐ 2
predominantly โJewishโ ยญ human psyยญ cholยญ ogy with a new psyยญ cholยญ ogy that
was โproperly German.โ โ51 Lorenz joined the Nazi party in June of 1938.
By 1940, he was appointed to the Kant Professorship of Psyยญ cholยญ ogy at the
Albertus University of Kรถnigsberg in East Prusยญ sia, which came along with
the directorship of an Institute of Comparative Psyยญ cholยญ ogy. Adapting his
domestication theme to the Nazi context, Lorenz wrote two articles in 1940
making explicit connections between Nazi racial hygiene and his own
studies of animal beยญ havยญ ior; the second of ยญ these was published in the official
Nazi journal for biology teachers.52
Lorenz quickly became part of the Nazi war machine. In Oc-
tober 1941, just eight months ยญ after assuming his Kรถnigsberg position, he
was drafted into the German Army, first as a military psychologist in
Poznan, a city in western Poland taken over by the Nazis ยญ after their inva-
sion of Poland in 1939. In Poznan, as a member of the Nazi Office of Race
Policy, Lorenz administered ยญ mental tests aimed at sorting โmixed Poles
and Germans into German-ยญ like ยญ people that could be rehabilitated and
Poles who could not,โ and who ยญ were subsequently sent to concentration
camps.53 When such psychological testing was discontinued, he worked
as a physician and psychiatrist at the reserve hospital in Poznan.54 Along
with ยญ these practical activities, Lorenz continued to support Nazi ideology
through intellectual ยญ labors. In 1943, he published another article extol-
ling the virtues of race purity, and warning of the disruptive effects of do-
mestication on animalsโ instincts.
I am reading "Killer Instinct: The popular science of human nature in 20th century America" by Nadine Weidman, and I am learning a lot. I was aware that Konrad Lorenz (father of field of ethology, winner of 1973 Nobel prize) was a Nazi, but didn't know he was so enthusiastic about it.
15.01.2026 12:25
๐ 81
๐ 25
๐ฌ 7
๐ 5
Postdoctoral Researcher in Statistical Ecology and Evolution
Postdoctoral Researcher in Statistical Ecology and Evolution
Postdoc in statistical ecology & evolution! Develop models bridging evolutionary theory with empirical data on sex differences in immunity and life history. Apply now!
#postdoc #statistics #evolution #academicjobs #ecology jobs.helsinki.fi/job/Helsinki...
14.01.2026 09:08
๐ 30
๐ 46
๐ฌ 0
๐ 0
Join our first KLI Colloquium in 2026!
Title: Embodied Rationality: Normative and Evolutionary Foundations
Speaker: Enrico Petracca
๐ 8 Jan 2026, 3:00 PM CET
๐บ๏ธ at KLI, join online via ZOOM (link & info: www.kli.ac.at/en/events/ev...)
08.01.2026 08:38
๐ 8
๐ 2
๐ฌ 0
๐ 0
Please repost: ๐จField assistant position ๐ง
We offer a 14-months field assistant position through the French Polar Institute to work on king penguin ecophysiology and behavioral ecology.
Requirements: EU citizen < 30yo having experience with harsh fieldwork & wild bird/mammal handling/sampling.
05.01.2026 13:37
๐ 38
๐ 66
๐ฌ 1
๐ 2
Bรฉla Tarr, 1955-2026 ๐ค
06.01.2026 11:51
๐ 449
๐ 227
๐ฌ 3
๐ 111
thanks so much Dan ๐
19.12.2025 21:11
๐ 1
๐ 0
๐ฌ 0
๐ 0
Sage Journals: Discover world-class research
Subscription and open access journals from Sage, the world's leading independent academic publisher.
Another day, and another reference to these bangers. Contemporary causal inference has fundamentally changed the way I think about control variables and mediation analyses. These can show you why:
doi.org/10.1177/2515...
doi.org/10.1111/spc3...
doi.org/10.1177/2515...
12.12.2025 21:19
๐ 99
๐ 22
๐ฌ 5
๐ 1
Summer school:<br> Evolutionary Biology in Guarda
Information about the annual summer school Evolutionary Biology in Guarda
The 2026 Guarda Summer Course in Evolutionary Biology is now accepting applications. Amazing place, amazing course, amazing opportunity for early grad students.
tb.ethz.ch/education/gu...
10.12.2025 14:24
๐ 65
๐ 72
๐ฌ 1
๐ 4
course schedule as a table. Available at the link in the post.
I'm teaching Statistical Rethinking again starting Jan 2026. This time with live lectures, divided into Beginner and Experienced sections. Will be a lot more work for me, but I hope much better for students.
I will record lectures & all will be found at this link: github.com/rmcelreath/s...
09.12.2025 13:58
๐ 659
๐ 235
๐ฌ 12
๐ 20
Hannah Arendt (1964) - What Remains? (Full Interview w/ Gรผnter Gaus)
YouTube video by Philosophy Overdose
Fifty years to the day since the death of Hannah Arendt. This is (still) such a fantastic interview:
www.youtube.com/watch?v=dVSR...
04.12.2025 16:39
๐ 6
๐ 1
๐ฌ 0
๐ 0
FERAL: A Video-Understanding System for Direct Video-to-Behavior Mapping
Animal behavior unfolds continuously in time, yet quantitative analyses often require segmenting it into discrete, interpretable states. Although manual annotation can achieve this, it remains slow, s...
Our preprint is out! www.biorxiv.org/content/10.1...
Peter Skovorodnikov and I are excited to present FERAL: a new video-understanding toolkit that maps raw video directly to behavior, no pose estimation required.
It works across species, from lab to field, and even in collective systems. (๐งต1/n)
19.11.2025 18:30
๐ 39
๐ 20
๐ฌ 4
๐ 2
Biological Theory is now on Bluesky!
We have a new team of editors and a new editorial board.
We will soon be posting about all our articles.
Find out more about the journal at link.springer.com/journal/13752
03.12.2025 11:51
๐ 63
๐ 19
๐ฌ 1
๐ 1
Make sure you donโt miss our key dates for abstract submission and registration!
01.12.2025 15:24
๐ 17
๐ 20
๐ฌ 1
๐ 4
Are you working on a project where you need to infer whether individuals are socially learning? pathways, correlates of, and individual variation in sensitivity to social transmission? Consider joining the hand-on STbayes workshop to learn about the latest update to the NBDA framework
28.11.2025 09:57
๐ 18
๐ 9
๐ฌ 0
๐ 0