WebsiteSocialNetworksGreatBritain
Files
TR Number
Date
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
WebsiteSocialNetworksBritain is a project designed to create a HTML website from an input of forty thousand XML records. These XML records describe historical British and American figures and their connections to each other through family, associates, and organizations. The client has built these records and wishes them to be viewable on a website. Per specifications, the website must be built using no third-party services. The final Java program consists of two parts: reading the XML records into a data structure and providing the ability to search the according to appropriate criteria. The program uses a binary search tree to store the forty thousand records and creates a pop-up menu to select the records the user wishes to view. The pop-up menu allows the user to search through the records and find previously unseen connections between the historical figures.