CAIDA / catalog-data

Repo which holds some panda solutions and papers
3 stars 6 forks source link

Papers has publisher listed as DOI #710

Closed jes089 closed 3 weeks ago

jes089 commented 8 months ago

These 17 papers have the publisher as "DOI":

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

Phileodontist commented 8 months ago

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.