Skip to content
View YuetingH's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report YuetingH

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
YuetingH/README.md

Hi there 👋

My name is Yueting Han. I'm currently a PhD student from MathSys CDT at the University of Warwick.

My research direction is network modelling of behavioural ecology in social media (e.g., Facebook, Twitter). Topics of particular interest are social network dynamics, mesoscale structure (e.g., community detection, bow-tie structure), agent-based modelling, network epidemiology. During my research, I pay particular attention to network visualisation.

 

Research Projects

A. Measuring the co-evolution of online engagement with (mis)information and its visibility at scale

Y. Han, P. Turrini, M. Bazzi, G. Andrighetto, E. Polizzi, and M. De Domenico, "Measuring the co-evolution of online engagement with (mis)information and its visibility at scale". (Preprint, 2025).

In this paper, we measure the co-evolution of online "engagement" with (mis)information and its "visibility", where engagement corresponds to user interactions on social media, and visibility to fluctuations in user follower counts.

Using a scalable temporal network modelling framework applied to over 100 million COVID-related retweets spanning 3 years, we find that highly engaged sources experience sharp spikes in follower growth during major events (e.g., vaccine rollouts, epidemic severity), whereas sources with more questionable credibility tend to sustain faster growth outside of these periods. Our framework lends itself to studying other large-scale events where online attention is at stake, such as climate and political debates.

Data and relevant code are stored in GitHub Repo: COVID_Retweets.

B. Modelling and Predicting Online Vaccination Views using Bow-tie Decomposition

Y. Han, M. Bazzi, and P. Turrini, "Modelling and Predicting Online Vaccination Views using Bow-tie Decomposition". Royal Society Open Science 11, 231792. (2024)

This paper analyses the information exchange between Facebook pages with different vaccination stances (anti-, pro-, and neutral), from the lens of bow-tie structure — a network structure that groups users of information “creators”, “magnifiers”, “listeners”, etc.

We uncover statistically different bow-tie structures associated with each vaccination group, and show its efficacy in predicting page fan count increase through both machine learning and mechanistic simulation methods. Grounded in real data with generative modelling frameworks, this work encourages further research on bow-tie structure, particularly in the realm of opinion dynamics.

Data and relevant code for this research work are stored in GitHub Repo: BT_Vaccination_Views and have been archived within the Zenodo repository.

C. Graph-Based Anomaly Detection in Healthcare Data

MathSys 2021-22 MSc group project at University of Warwick.

Our external partners at Kirontech offer a Health Insurance Platform that helps insurance payers deal with anomalies in their insurance claims. Healthcare data naturally involves a number of relevant interactions between different entities. Kirontech has yet to explore graph-based anomaly detection (GBAD) techniques.

The goal of this project is to adopt different GBAD methods on Kirontech's real-life dataset and provide evidence that graph-based data is useful to examine different anomalies.

See details in GitHub Organization: Kirontech-Project.

 

Technologies and Tools

Network-related Programming

I led support classes for network-related programming using Python in 4th-year / MSc-year Maths module MA4M4: Topics in Complexity Science (2022/23) at the University of Warwick.

Some resources about public datasets and coding examples are documented in GitHub Repo: MA4M4_2023.


Network Visualisation Resources

A. Python Packages

B. Softwares

There are many visualization tools available for network analysis, which are detailedly evaluated here. Two softwares among them are used in this project. We particularly list the installation method for Ubuntu since it is our case.

1. Gephi

Gephi is an open-source graph analysis and visualization tool. We use it to manually adjust graph layout by applying ForceAtlas2.

2. Tulip

Tulip is another open-source graph visualisation and analysis tool. Here it is applied for edge bundling.

Explanations and other platforms for edge bundling are available here.

Pinned Loading

  1. BT_Vaccination_Views BT_Vaccination_Views Public

    Dataset & code used in "Modelling and Predicting Online Vaccination Views Using Bow-tie Decomposition"

    Jupyter Notebook 1

  2. MA4M4_2023 MA4M4_2023 Public

    Support Classes for MA4M4: Topics in Complexity Science (22/23)

    Jupyter Notebook