Degree Correlations
In a digital activism campaign, hashtags often appear together in posts about different causes. Each hashtag is a node, and an edge between two hashtags means they frequently co-occur. Some hashtags become hubs of influence, connecting many others and shaping which causes gain more visibility. Even algorithms designed to be neutral may reinforce certain hierarchies — after all, Politics is Never Neutral . Consider the imagem below and the following hashtag co-occurrence network: #InnovationForGood (Node 1): k = 4 #SocialJustice (Node 2): k = 3 #ClimateAction (Node 3): k = 3 #HealthForAll (Node 4): k = 2 #EducationMatters (Node 5): k = 1 #GenderRights (Node 6): k = 1 Compute the average nearest neighbor degree k nn for #InnovationForGood (Node 1). Compute the degree assortativity coefficient for the entire network (using the Pearson correlation of degrees). Interpret whether this network shows assortative or disassortative mixing...