-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YDA-5721: add tests for managing preservable file formats lists
Co-authored-by: Lazlo Westerhof <l.r.westerhof@uu.nl>
- Loading branch information
1 parent
e20a210
commit e21944f
Showing
4 changed files
with
148 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"name": "4TU Preferred formats", | ||
"help": "Checks if the files in the data folder and subfolders comply with the 4TU Centre for Research Data guidelines for preferred file formats as per 1-Aug-2019. Their guidelines states that usage of the preferred file formats is of essential importance in order to ensure that the research data will remain usable in the future. For more information see https://researchdata.4tu.nl/. Disclaimer: Please note that Yoda currently deducts the file format from the filename. It does not inspect the file content.", | ||
"advice": "For files that do not comply with preferred formats, we recommend that you include in the data package a specification of the file format. Should you want to reference an external specification document then try to find a sustainable link, ideally use a DOI. If feasible, also include in a separate folder of your data package a copy of the file transformed into of the preferred formats. Please consult a datamanager or consult the Research Support desk (see https://www.uu.nl/rdm) in case you need any assistance.", | ||
"formats": [ | ||
"txt", | ||
"xml", | ||
"html", | ||
"pdf", | ||
"json", | ||
"pdb", | ||
"ent", | ||
"brk", | ||
"xyz", | ||
"csv", | ||
"jpg", | ||
"jpeg", | ||
"tif", | ||
"tiff", | ||
"png", | ||
"svg", | ||
"gml", | ||
"kml", | ||
"kmz", | ||
"shp", | ||
"shx", | ||
"dbf", | ||
"nc", | ||
"wav", | ||
"zip", | ||
"tar", | ||
"gzip", | ||
"7z" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "DANS Preferred formats", | ||
"help": "Checks if the files in the data folder and subfolders comply with the DANS guidelines for preferred file formats as per 1-Aug-2019. Their guidelines states that the preferred file formats offer the best long-term guarantees in terms of usability, accessibility and sustainability. For more information see https://dans.knaw.nl/. Disclaimer: Please note that Yoda currently deducts the file format from the filename. It does not inspect the file content.", | ||
"advice": "For files that do not comply with preferred formats, we recommend that you include in the data package a specification of the file format. Should you want to reference an external specification document then try to find a sustainable link, ideally use a DOI. If feasible, also include in a separate folder of your data package a copy of the file transformed into of the preferred formats. Please consult a datamanager or consult the Research Support desk (see https://www.uu.nl/rdm) in case you need any assistance.", | ||
"formats": [ | ||
"pdf", | ||
"odt", | ||
"txt", | ||
"xml", | ||
"html", | ||
"css", | ||
"xslt", | ||
"js", | ||
"es", | ||
"ods", | ||
"csv", | ||
"sql", | ||
"siard", | ||
"por", | ||
"dta", | ||
"jpg", | ||
"jpeg", | ||
"tif", | ||
"tiff", | ||
"png", | ||
"jp2", | ||
"dcm", | ||
"svg", | ||
"bwf", | ||
"mxf", | ||
"mka", | ||
"flac", | ||
"mxf", | ||
"mkv", | ||
"dxf", | ||
"gml", | ||
"mif", | ||
"mid", | ||
"asc", | ||
"obj", | ||
"ply", | ||
"x3d", | ||
"dae", | ||
"rdf", | ||
"trig", | ||
"ttl", | ||
"nt" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters