Skip to content

Clone of jeffhuang.com/best_paper_awards.html for easier maintenance

Notifications You must be signed in to change notification settings

WGierke/CSBestPaperAwards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Best Paper Awards in Computer Science (since 1996)

I rebuilt Jeff Huang's website such that it'll be easier for contributors to add new papers or top conferences. Ideally this will help to maintain the website and keep it up-to-date.

Installation

pip3 install yattag

Usage

cat rawBpa | python3 generate_html.py > index.html

Demo

https://wgierke.github.io/CSBestPaperAwards/

Format

rawBpa contains the data about the best papers in the format

conference_lower_abbreviation, conference_name (conference_topic)
 paper_year, paper_url, paper_title
  author_name, author_institution

such as

icml, ICML (Machine Learning)
 2019, https://arxiv.org/abs/1811.12359, Challenging Common Assumptions in the Unsupervised Learning of Disentangled Representations
  Francesco Locatello ETH Zurich, Max-Planck Institute for Intelligent Systems