Interactions of Primary School Children


Lab Reports, Networks
Final Results of School Children Grade Interactions

Introduction

For this project I explored the social interactions between primary school children and their peers.  After reading over the findings from “High-Resolution Measurements of Face-to-Face Contact Patterns in a Primary School”. I wanted to see how students interact with peers outside of their grade level.  For example, how many interactions does a first grader have with a third grader, as well as see if there are any interesting trends that might exist between grade hierarchy and social interactions with peers outside of their grade.  The original study focused on French students in grades one through five; which are children age six to twelve.  The original study utilized a radio frequency device to monitor the students and who they were interacting with.  Their final graphing data shows the time breakdowns of each student’s interactions in a time lapsed visual networking graph.

Material

To visualize the data an open-source software called Gephi was used.  This software is very powerful for rendering multiple graphs and networks and can be expanded via plugins for different visual renderings and analysis, they offer an expansive plugin library to support almost all curiosities.  Initially I encountered a bit of a learning curve, however the LinkedIn Learning slideshow and introductory video helped get over this.  

Now with the tool in place I needed the data.  I took the dataset from SocioPatterns study mentioned in the introduction.  This data included all the interactions between the students from multiple classes for October 1, 2009 which resulted in 236 recorded interactions.  After extracting the data it was in an odd file format `.gexf_` I inspected the data and realized it was in XML format so I tried adding `.xml` to the file but that did not let me import into Gephi.  After some research I found out that `.gexf` was a valid file format that was a Graph Exchange XML Format.  After setting the extension to this I was able to successfully import the data into Gephi.

Process

With my data loaded I had a giant blob of color on the screen.  This was not very useful in its current format.  I experimented with the different layouts as described in the book on pages 56-76 of  “Mastering Gephi Network Visualization”.  You can see the experiments in Figure 1 below.  This rendered different visualizations of the data in useful collections.  For my final layout I went with Yifan Hu which is a force-based algorithm with a performance gain.

Figure 1: Experimenting with layouts

With my visualization of the interaction networks in place I wanted to add some color to my views to help the user quickly see the clusters of interactions without the need for labels.  I added colors to the classes.  But the data had the classes divided not just by grade but by a class in each grade; for example, grade one had two classes 1A and 1B.  I went into “Data Laboratory” view in Gephi and did a global change in the data to convert all the classes into grades.  For example 1A and 1B were turned into simply “1”.  This allowed me to now add a color for each grade and render a visually clustered network of interactions between grades.  The color choices for each can be seen below in Figure 2.

Figure 2: Color selection for each grade

Outcome

Figure 3: Final Exploration of data

The image above represents the final visualization.  You can see as the mouse moves the connection that node had is highlighted to point to the interactions that student had.  The nodes more centered in the visualization represent the students who had more interactions with peers in other grades.  The spread represents the interaction differential where the outliers have the lowest amount of interactions with other grades and the smaller, more centered, items have more interactions across grade levels.

Figure 4: Final Results of School Children Grade Interactions

The static view of the final above can show the color overlap of the grades.  This is useful in showing the grade interactions. From the data we can see that the fourth grade has the most interactions with other groups. Having multiple interaction connections with students in the fifth and third grade.  The fifth grade group is the most isolated mostly interacting amongst themselves but some interaction with fourth graders.  The third grade also had a bit more isolation.  The first and second grade were the most intertwined.  One theory could be formed here that the older the child gets the less they want to interact with younger peers.  And that this behavior starts in around the third grade.  The division by age/grade can lead to this as found in one study.  However, the findings are interesting and following the interactions of older kids in middle and high school age groups could be used to see if this pattern follows.

The final Gephi file can be downloaded here

Reflections

The data yielded some interesting findings about the social structure of grade age children.  The social interactions across grade levels can most likely be applied to all aspects of life and divisions.  Including cast systems, school grades, and company positions.  It would be nice to get a similar study of older children to see if the pattern of association with higher levels and your current peers exists as the children grow.  While the data showed this division was not as obvious to the younger children; third grade and lower.  Showing that around third grade a natural or instinctive division of social norms must be picked up somehow.  The same data processing on interactions of junior high and high school students, college level students, and organization groupings; like managers, workers, executives; could potentially show a correlation of the findings and illustrate this social behavior.  

Works Cited