try:
        refcityears = [int(b[:4]) for b in data[0].refereed_citations]
    except:
        refcityears = []