physics2vec icon indicating copy to clipboard operation
physics2vec copied to clipboard

Things to do with arXiv metadata :)

Results 1 physics2vec issues
Sort by recently updated
recently updated
newest added

Say, what if one want to extract information from cond-mat.quant-gas? My way is add subject reader fields ` 'subject': ('textList', 'oai_dc:dc/dc:subject/text()')` and add an `if record[1].getField('subject')[0] == subsection` before write...