Skip to content

A web app for ranking computer science departments according to their research output in selective venues.

Notifications You must be signed in to change notification settings

patrickb314/CSrankings

 
 

Repository files navigation

This repo contains the code and data used to build this web page: http://csrankings.org

To add or modify a faculty member's affiliation, please modify the file faculty-affiliations.csv and issue a pull request. Make sure that the faculty's name corresponds to their DBLP author entry; for example, Les Valiant's entry is Leslie G. Valiant , Harvard University.

If you want to change anything, you will want to download the DBLP data by running make update-dblp (note that this will consume upwards of 19GiB of memory). To then rebuild the databases, just run make.

You will also need to install libxml2-utils (or whatever package includes xmllint on your distro), npm, typescript, and python-lxml at a minimum via a command line like:

apt-get install libxml2-utils, npm, python-lxml; npm install -g typescript

About

A web app for ranking computer science departments according to their research output in selective venues.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.4%
  • JavaScript 16.1%
  • TypeScript 15.6%
  • HTML 12.2%
  • Other 0.7%