Open meier-rene opened 5 years ago
@meier-rene, for the dataset object, we have a schema
(https://developers.google.com/search/docs/data-types/dataset). This is less challenging than the creator
object (#194).
Why not make PUBLICATION a 0..N multiplicity, i.e. one tag per publication ?
A difficulty will then be how to align those with the AUTHOR tag. The mzTab format, because then line ordering and hierarchical relationships between lines, which our record format currently does not handle well.
The mzTab format is using a way to number things: (see contact[2]-email
and publication[1]
) in
Yours, Steffen
I would like to make a minor change to the PUBLICATION tag in the record format. At the moment we have in some cases several publication references in one PUBLICATION tag. This makes automatic processing of this information cumbersome and I would like to change it to have one PUBLICATION tag for one reference as we already have for CH$NAME or COMMENT. Because this introduces changes to the record format I'm putting this issue up for discussion. If you any reasons why this shouldn't be done please comment.