TheELNConsortium / TheELNFileFormat

Specification for the ELN File Format
MIT License
45 stars 9 forks source link

Incorporate changes discussed in last Nov. meeting #63

Closed SteffenBrinckmann closed 7 months ago

SteffenBrinckmann commented 7 months ago

Changed .eln file to correspond to the results of the meeting last Nov.

FlorianRhiem commented 7 months ago

Works with SampleDB

jmanideep commented 7 months ago

Works with Kadi4Mat.

Though we(in Kadi4Mat) are not dealing with the author objects in the ro-crate-metadata.json file, just wondering if there is any particular reason for using list or array type for author objects in your example.

NicolasCARPi commented 7 months ago

Yeah, regarding author, it's best to flatten it: author attributes only points to a node with an @id. This node is of @type: Author.

SteffenBrinckmann commented 7 months ago

Thanks everybody for the feedback.