CAIDA/catalog-data

Papers has publisher listed as DOI

Closed this issue · 1 comments

jes089 commented

These 17 papers have the publisher as "DOI":

  • paper:2023_amira_a_dl_acm
  • paper:2023_carchiolo_v_dl_acm
  • paper:2023_gozlan_i_dl_acm
  • paper:2023_hilal_f_dl_acm
  • paper:2023_hsu_a_dl_acm
  • paper:2023_jiang_z_dl_acm
  • paper:2023_kiefer_m_dl_acm
  • paper:2023_liu_y_scientific_reports
  • paper:2023_nourin_s_dl_acm
  • paper:2023_parekh_v_doi
  • paper:2023_peng_s_world_scientific
  • paper:2023_tabaeiaghdaei_s_dl_acm
  • paper:2023_wang_h_dl_acm
  • paper:2023_yang_r_dl_acm
  • paper:2023_zhao_f_dl_acm
  • paper:2023_zhao_w_aims
  • paper:2023_zhou_a_wiley

In the data-papers.yaml they all have the key SERIAL marked as DOI. Which is incorrect.
Based on the documentation below, SERIAL is
Used for publication in serials. The serial could be a journal, or a series of conference proceedings. If this key is used then also use VOLUME
https://wiki.caida.org/twiki/bin/view/CAIDA/ExternalDataPaperEntry

The following command lists out the entries in the file that have DOI as the SERIAL, and the line number of that entry
grep -rHn 'SERIAL' data-papers.yaml | grep 'DOI'

Go through each entry, use the DOI URL to find the paper and update the SERIAL field with the journal or conference name in which the paper was published/featured in.