Finished the latest in @aptshadow.bsky.social 's "Children of..." series over the weekend. Spectacular exploration of interdependence in ecology, "bottom-up" and "top-down" intelligent design, cultural evolution, and the complex inner life of a stomatopod. Give it a read!
Real-world data reveal that cooperation continually falls and rebounds. Motivation to cooperate must therefore be actively renewed rather than assumed to sustain itself
go.nature.com/4tvFx7I
Will Oestreich
Real-world data reveal that cooperation continually falls and rebounds. Motivation to cooperate must therefore be actively renewed rather than assumed to sustain itself.
I wrote a tiny LaTeX package that creates a wordcount environment. You can use it to auto-print word counts, when paring down text to meet limits. For example:
\begin{wordcount}{\abstractcount}
This is my abstract.
\end{wordcount}
\textbf{Word count:} \abstractcount % prints 4
Source code below…