Skip to content

isplab-unil/SurveyInterdependentPrivacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX citation graph of the Survey on Interdependent Privacy

This script generates the LaTeX code to draw the citation graph with communities represented in different colors and most central articles framed. It uses the NetworkX and python-louvain packages.

Content

It contains the following files:

  • graph.py (program file)
  • articles.db the sqlite database countaining the list of articles and their references
  • main.bib the bibtex file containing the bibliographic database of the survey
  • main.aux the aux file containing the list of articles cited in the survey

Graph.py

The python script requires the following command line arguments

  • --database (-d) the path to the SQLite file
  • --aux (-a) the path to the aux file
  • --bibtex (-b) the path to the bibtex file
  • --output (-o) the path to the output LaTeX file containing the graph

About

Analysis of the interdependent privacy research communities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published