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