From b76ba8a40b68bf42235f9fce2344dc89820cdbe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20M=C3=BCller?= <mullerl1998@gmail.com> Date: Mon, 27 Dec 2021 10:40:30 +0100 Subject: [PATCH] adapted readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 18fc345..2e1b8a9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # higgs-data-analysis +Dataset from: http://snap.stanford.edu/data/higgs-twitter.html + +Scripts: + 1. r_script.r is used to gather network position information for all nodes + 2. create_user_data.py is used to gather all user id's and save it to a file + 3. analysis.py is used to gather the information when users first received the news about higgs boson + 4. merge_csv.py merges the interaction data with the network position data + +Results: + - users.txt : File with all user id's + - interactions.csv: Contains for all users the earliest_timestamp, tie_value and number of channels + - degree_follower.csv: Contains network position information + - data_analysis_results.csv : Merged network position with interactions. Final dataset + -- GitLab