Skip to content

Commit 41f2ead

Browse files
committed
improve release note #11087
1 parent b2f0a0f commit 41f2ead

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed
Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
The experimental codemeta metadatablock is improved by:
2-
* Adding subfields for size, unit and type to memoryRequirements and subfields for size and unit for storage to storageRequirements of software to improve the machine actionability of these metadata fields and enable external tools like Jupyter labs to run the software in an appropriate environmen
3-
* adding a new subfield InfoUrl to softwareSuggestions and softwareRequirements to distinguish between the download url of a dependency (URL) and an information page of a dependency (InfoUrl)
4-
* adjusting the termURI of the contIntegration metadata field to the changes with CodeMeta v.3.0
1+
### CodeMeta v3.0
52

6-
Please note, that existing metadata contents of the fields memoryRequirements and storageRequirements have to be manually migrated to the new subfields.
3+
The experimental CodeMeta metadata block has been improved by:
4+
5+
* Adding subfields for size, unit and type to memoryRequirements and subfields for size and unit for storage to storageRequirements of software to improve the machine actionability of these metadata fields and enable external tools like Jupyter Lab to run the software in an appropriate environment.
6+
* Adding a new subfield InfoUrl to softwareSuggestions and softwareRequirements to distinguish between the download URL of a dependency (URL) and an information page of a dependency (InfoUrl).
7+
* Adjusting the termURI of the contIntegration metadata field to the changes with CodeMeta v3.0.
8+
9+
Please note that existing metadata contents of the fields memoryRequirements and storageRequirements have to be manually migrated to the new subfields. The following SQL query can help you identify these fields:
10+
11+
`select dvo.identifier, dt.name as name, dfv.value as val from datasetfield as df, datasetfieldtype as dt, datasetfieldvalue as dfv, dvobject as dvo, datasetversion as dv where df.id = dfv.datasetfield_id and df.datasetfieldtype_id = dt.id and dvo.id = dv.dataset_id and df.datasetversion_id = dv.id and name IN ('memoryRequirements', 'storageRequirements');`
12+
13+
You can download the updated CodeMeta block from the [Experimental Metadata](https://dataverse-guide--11087.org.readthedocs.build/en/11087/user/appendix.html#experimental-metadata) section of the User Guide. See also #10859 and #11087.

0 commit comments

Comments
 (0)