Let's see where this goes @stevenstrogatz , I have two chatbots playing your Romeo and Julia differential equation. In my first set of tweets on this I had Julia's behaviour flipped and they ended in romantic bliss!
Our new paper exploring Belief propagation on random and empirical graphs with edge-disjoint cliques and chordless cycles is out! Phys. Rev. E 107, 054303 (2023) - https://t.co/iO04YHf2BJ
Delighted to see Prof Simon Dobson and @PMannStAndrews from @StAndrewsUniv have presented at https://t.co/pJDcFp0pbt work from their @OracleResearch project - And first cloud runs of https://t.co/KQkFaV2NlR an #epidemic#Simulation looking forward to so much more 🥰
"Can you write a Python function that uses this function to perform many repeats of this experiment, saving the results into a list and then return the average and the variance of the repeats?". Pretty impressive!
"Write a Python function that, given a graph and a bond occupancy probability, T, performs bond percolation using networkx and returns the size of the largest connected component" ... Wow!
This work with @DavidJPOS and @gleesonj is now on arXiv (https://t.co/kpO9lqCdIp):
"A generating-function approach to modelling complex contagion on clustered networks with multi-type branching processes"
Here is a quick overview of our paper: (1/6)
A generating-function approach to modelling complex contagion on clustered networks with multi-type branching processes. (arXiv:2212.00584v1 [physics.soc-ph]) https://t.co/Hxq17fwV6n
Is the symbol ‘§’ really important enough to occupy absolute prime Mac keyboard territory right next to number 1 and tab?? The number of accidental §-ing into my terminal is unreal.
Hello World!
After 3 years, NetSci is finally back in person!
Vienna, July 10-14 2023.
https://t.co/F4fJ0lRyeS
The conference will be held in the historic main building of the University of Vienna.
#NetSci2023@dnds_ceu@ceu@CSHVienna@netscisociety
GNNs have lots of use cases in the world of physics and simulation. Graphs can express a complex, dynamic system with many moving parts.
Great blog on how PyG can be used to tackle some of these problems: https://t.co/uHuz6TPW1d
Our new arXiv pre-print examines the role of different mixing patterns between vertices in higher-order networks. Applying our model to empirical networks, we found some pretty cool results - beyond dyadic interactions are really important! https://t.co/ytlK0T1IqU
@Azumanga Not really sure of specific guides, but I find poetry really good for handling environments and versioning; flake8 or black for pre-commit linting; GitHub actions for YAML based CI pipelines (test suite etc). For docs, sphinx. And an up to date makefile as I forget commands :D