For the support of calculating metrics data, the `resolved_reference` table should have the following two additional columns: 1. publication_year (publication year for the matched publication, integer) 2. refereed_status (refereed status for the matched publication, 0 or 1) These can be populated based on the output of the `reference_service` (after implementation of [this issue](https://github.com/adsabs/reference_service/issues/94)) ``` {u'resolved': [{u'refstring': u'Drake, J. J., 2021. ApJL, 922, L42. doi:10.3847/2041-8213/ac34fd', u'score': u'1.0', u'bibcode': u'2021ApJ...922L..42D', u'id': u'H445I1', 'scix_id':'scix:2N0B-6359-55CE', pub_year:2021, refereed_status:1}]} ```
For the support of calculating metrics data, the
resolved_referencetable should have the following two additional columns:These can be populated based on the output of the
reference_service(after implementation of this issue)