Behavioural scientist running the Computational Group Dynamics (COGNAC) lab in RIKEN CBS. Also affiliating the Uni Konstanz & MPI Animal Behaviour. Love Collective Dynamics, whiskies, wine, and vintage shops.
Wataru Toyokawa
Loading...
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
🚨 Cultural evolution paper alert
Hey EU folks if you are enjoying #eurovision you can replace your scoresheet with this scientific platform! You can contribute to our understanding of how culture evolves!
My team, Minsu Park and I just launched 12points.science. It’s a citizen science platform and app where you can rate, rank, and comment on Eurovision entries with your friends. There is a deeper research goal behind the glitter 🎤🧪 #Eurovision #OpenData
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…