Closes #137, closes #138 about RRIDs of Software records
new strategies for @id generation :
for Agents, @id is set to the value of Label + a random alphanumeric string
for Activities, @id is set to the value of Label + a random alphanumeric string
for Entities, @id is set using the value of AtLocation to generate a bids: id. It is set to an uuri if AtLocation is not set or not suitable for an urn value
launcher for nidm examples makes BIDS compliant paths for files that are part of BIDS dataset, or derivatives
correction of some function descriptions for AFNI and FSL
This PR addresses the following topics:
Software
records@id
generation :Agents
,@id
is set to the value ofLabel
+ a random alphanumeric stringActivities
,@id
is set to the value ofLabel
+ a random alphanumeric stringEntities
,@id
is set using the value ofAtLocation
to generate abids:
id. It is set to anuuri
ifAtLocation
is not set or not suitable for an urn value