Code: GitHub
D. Fried and S. G. Kobourov, "Maps of Computer Science,"
The original paper: Maps of Computer Science.
Abstract: A practical approach for visual exploration of research papers. Specifically, we use the titles of papers from the DBLP database to create what we call maps of computer science (MoCS)The new general pipeline is following:
Text corpus -> POS Filtering -> TFIDF calculation and filtering -> Embed to vector space by Word2Vec -> UMAP.
In one console open:
Go to rtvis/pythonpy main.py
In second console:
Go to rtvis
npm install
npm run dev