blueSkyAcademicNetwork

Author: KG

30 Nov 2024

Last updated: 16 Mar 2025

This repository stores an interactive network file of the academic starter packs. The data here has been pulled from https://blueskydirectory.com/starter-packs/all and from bluesky’s open data, with the help of blueksy developer APIs (https://docs.bsky.app/).

Each node is an academic starter pack. Connections (or edges) between any two given packs are based on the number of shared members between them. Community detection is done using louvain method, which seems to work pretty well so far, imo.

Gender detection: To classify, I use the pronouns used by members, and if none are present, I use Gender API in Python.

Network Viz

These do not cover all the academic starter packs in the interest of easier data handling. Main filter applied was the presence of at least 4 members between packs to register an edge between them (to remove spurious connections). There are currently ~1300 packs included.

Other filtering criteria:

I will continue updating the network as starter packs grow.

Contact me at kgarg@caltech.edu for more details or if interested in exploring this data together!

Enjoy!