Closed strogonoff closed 1 year ago
@strogonoff there is relations' types mapping which doesn't have a newly added relation type. In such cases the relaton-nist logs warning Relation type {relation-type} not found
.
I've added the new "isPreprintOf" type mapping in v 1.14.1
@strogonoff there is relations' types mapping which doesn't have a newly added relation type. In such cases the relaton-nist logs warning
Relation type {relation-type} not found
. I've added the new "isPreprintOf" type mapping in v 1.14.1
@andrew2net can you confirm that isPreprintOf
is documented on relaton.org? Thanks.
@ronaldtse we need to do a huge relaton.org update. And we don't have isPreprintOf
in relaton grammar. We use reprintOf
instead.
@andrew2net for model enhancements please directly file into https://github.com/relaton/relaton-models/issues/ . Thanks.
@andrew2net the other ticket has concluded with this: https://github.com/relaton/relaton-models/issues/48#issuecomment-1689818790
Please use DocumentRelationType.hasDraft and DocumentStatus.stage to represent a "preprint".
Thank you @andrew2net !
We’re getting an issue with empty
relation.type
in some items.relation.type
is not optional and expected to be a string).relation.type
probably shouldn’t be empty because Relaton spec doesn’t seem to allow this.