Closed ronaldtse closed 2 years ago
ISO "technically" uses a "profile" of ISO 690, with additional formatting styles on top.
1. As per https://github.com/metanorma/iso-690/issues/19 , in the upcoming Amd we will add an element "authoritative identifier":
{creators}. {authoritative document id}: _{title}_. ... ... {other access identifiers like DOI, reference identifiers like ISBN... ORCI}
And the authoritative identifier always goes before the _{title}_, after {creators}.
_{title}_
{creators}
{place}: {publisher}
{publisher}, {place}
relaton-render will henceforth differentiate standardidentifier (to be renamed authoritative_identifier) from other_identifier.
standardidentifier
authoritative_identifier
other_identifier
Issue being held up by https://github.com/relaton/relaton-render/issues/35
ISO "technically" uses a "profile" of ISO 690, with additional formatting styles on top.
1. As per https://github.com/metanorma/iso-690/issues/19 , in the upcoming Amd we will add an element "authoritative identifier":
And the authoritative identifier always goes before the
_{title}_
, after{creators}
.{place}: {publisher}
but in the old ISO practice they do{publisher}, {place}
. We stick with the 690 format here.