The supplemental materials of the paper titled Comparative Evaluation of Bipartite, Node-Link, and Matrix-Based Network Representations, which was accepted for presentation at IEEE VIS 2022 conference. The structure of the folder is as follows:
.
└── code
|── NetworkGeneration # the R code to generate the network data
|── NetworkVis # the code that used to generate the visual stimuli
|── BPStudy # the code to re-run the entire study
|── BPStudy\stimuli # the visual stimuli used throughout the study
└── StatisticalAnalysis # the code used to perform the statistical analysis
└── data
|── network_data # the network data files in json format
└── stats_data # the raw data used for statistical analysis
└── extra
|── force-layout # The code and data for the force-layout experiment
└── screen_shots.pdf # screenshots of study
└── README.md # this file
Please check the README.md file within each directory for further information on how to use/run the code.