A Data Collection and Formatting Project To Extract Insight From The Perceived Impact Network Of A Graduating Secondary School Class And Its Corralation To Key Variables (Java, SQL, JDBC, Google SheetAPI, Gephi)
Dynamic.SIMPLE.mp4
The Debatably Most Important Portion Of This Process Is Correctly Scaling The Edges Using The Data Given
To This End, I Have Formulated 4 Possible Weighting Calculations (That Each Emphasize A Certain Aspect, But Possess A Respective Downside)
S4 = (s1/et1)(s2/et2)(s1*s2) (scaled product: combining exponential reciprocity with relative importance)
(where sn refers to directed outward strength of node n on this edge, and etn refers to the sum of node n's directed outward strength among all its outward edges
File https://github.com/lduncan1712/ImpactNetwork/blob/main/impact_network_(4)_CREATE_CSV.sql provides various oportunities to create visualizations, allowing choice to preconstructved weight, directed/undirected, and dynamic/undynamic
(Coloured By Previous)
(Coloured By Modularity Class (0.75)
(Coloured By Modularity Class (2.5)
(Time Of First Reference (Inclusion))
(Sized By Degree)
1) Replicate "impact_network" Database (or Modify) using impact_network_(1)_CREATE_DB.sql
2) Insert starting entries to it using starting entries, as well as adding file containing all participant names as "nodes"
Procedure1 and Procedure2