DPG SOE NETWORK
Search by keyword(s) in abstract
Search by author(s)
Filter edges by year
Node size
ABSTRACT
Click on a node to see the abstract.
AUTHOR
Click on a node to see the author's submissions.

METHODS

Data

All submitted abstracts from 2002 to 2023 were scraped from the DPG SKM website.

Abstract network

Every node is an abstract and a link is drawn between two abstracts if they are semantically similar. To achieve this, the abstracts were pre-processed (stop-word removal, lemmatization) and transformed to tf-idf vectors. Then, the pairwise cosine similarity between all vectors was computed, which yields an adjacency matrix of a weighted, undirected graph. To sparsen this graph, we remove all edges below a threshold such that no node is isolated. We then find clusters of densely connected nodes using modularity optimization. These clusters roughly correspond to the topic clusters in the corpus, which we then hand-label based on their highest scoring words with respect to the mean tf-idf score of the cluster.

Author network

Every node is an author, a link is drawn between two authors for every abstract they submitted together.