csr['total number of citations'] = np.sum(
        [p.citation_num for p in data if p.refereed] or [0], dtype=int)