Clément Canonne

@ccanonne
1 Followers
44 Following
32 Posts
Lecturer at the University of Sydney. Prev postdoc at IBM Research, Stanford; Columbia PhD. Converts coffee into bad puns: theorems an occasional byproduct. He/him. #USydCompSci
Websitehttps://ccanonne.github.io/

You get the #graph as H, which then allows you to do quick-and-dirty (or slow-and-principled) analysis in Mathematica, should you want to. E.g., generating illustrations for slides :)

For instance, visualise the adjacency matrix with "MatrixPlot[AdjacencyMatrix[H]]"

Here's a simple and quick way to generate a planted clique in an Erdős–Rényi–Gilbert graph in #Mathematica. Below, such a random graph for n=60, k=15, p=1/2.

n = 60; k = 15; p = 1/2;
G = RandomGraph[BernoulliGraphDistribution[n, p]];
K = RandomSample[Range[n], k];
H = EdgeAdd[G, Map[UndirectedEdge[#[[1]], #[[2]]] &, Subsets[K, {2}]], EdgeStyle -> Map[UndirectedEdge[#[[1]], #[[2]]] -> Red &, Subsets[K, {2}]]];
H = Graph[H, VertexStyle -> Map[# -> Red &, K]];

(repost from an earlier tweet)

Alright, registration to mathstodon.xyz is "by invitation only" at the moment. Anybody willing to take a chance on me and allow me to transfer there? #fediverse #mathstodon
If you’re a UK-based early career woman scientist who would benefit from £15k to accelerate your independent career, the L’Oréal For Women in Science award is for you!
More info here: https://www.forwomeninscience.com/challenge/show/58
Apply by 02/12. I’m happy to discuss your application and be your cheerleader. #WomenInSTEM
For Women in Science

@nolovedeeplearning i take this as a threat.
@nolovedeeplearning thank you for following me 1082 times. This was not necessary, yet appreciated.
(please respond to this survey if you received an email about it.)
Feels like this survey on #inclusivity in #theoreticalcomputerscience conferences (survey I am taking seriously, btw) might have some questions allowing several answers.
@lowd thanks!

@lowd doesn't seem too bad. I can download and upload a file...

What happens to the old account? Zombie?