This is an old revision of the document!
Community Code
Number of open issues
GHTorrent
SELECT count(distinct issue_events.issue_id) as num_open_issues, projects.name as project_name, url as url FROM msr14.issue_events join issues on issues.id = issue_events.issue_id join projects on issues.repo_id = projects.id where issue_events.issue_id not in (SELECT issue_id FROM msr14.issue_events where action = 'closed') group by projects.id
Papers released in the academic literature that uses the metric.
Links to websites that add value to the understanding of the metric.
Authors of the metric page and authors who made significant changes.