Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RuQaD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
FAIR Data Spaces
RuQaD
Commits
6cec8f63
Commit
6cec8f63
authored
5 months ago
by
Alexander Schlemmer
Browse files
Options
Downloads
Patches
Plain Diff
ENH: better check for fairness including license of dataset
parent
51522d70
No related branches found
No related tags found
1 merge request
!7
FAIRness check
Pipeline
#58707
passed
5 months ago
Stage: info
Stage: setup
Stage: style
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ruqad/resources/crawler-settings/cfood.yaml
+24
-3
24 additions, 3 deletions
src/ruqad/resources/crawler-settings/cfood.yaml
src/ruqad/resources/crawler-settings/datamodel.yaml
+2
-0
2 additions, 0 deletions
src/ruqad/resources/crawler-settings/datamodel.yaml
with
26 additions
and
3 deletions
src/ruqad/resources/crawler-settings/cfood.yaml
+
24
−
3
View file @
6cec8f63
...
...
@@ -36,6 +36,10 @@ DataDir:
match
:
^[0-9]+$
records
:
QualityCheck
:
FAIRMetadataCheck
:
true
FAIRPIDCheck
:
false
FAIRLicenseCheck
:
false
FAIRProvenanceCheck
:
false
subtree
:
QualityReportFile
:
type
:
ZipFileConverter
...
...
@@ -104,9 +108,13 @@ DataDir:
role
:
File
file
:
$ELNFile
path
:
$ELNFile
QualityCheck
:
ELNFile
:
$ELNFileElement
FAIRMetadataCheck
:
true
Dataset
:
ELNFile
:
$ELNFileElement
QualityCheck
:
$QualityCheck
subtree
:
AuthorDataset
:
type
:
ROCrateEntity
...
...
@@ -124,6 +132,16 @@ DataDir:
match_properties
:
"
@id"
:
\./$
subtree
:
License
:
type
:
TextElement
match_name
:
license
match_value
:
^(?P<license>.*)$
records
:
QualityCheck
:
FAIRLicenseCheck
:
true
Dataset
:
license
:
$license
Dataset
:
type
:
ROCrateEntity
...
...
@@ -139,10 +157,11 @@ DataDir:
description
:
$description
dateModified
:
$dateModified
dateCreated
:
$dateCreated
ELNFile
:
$ELNFileElement
# QualityReportFile: $QualityReportFileElement # reference not possible on this level
QualityCheck
:
$QualityCheck
subtree
:
Description
:
type
:
DictElement
match_name
:
description
...
...
@@ -210,4 +229,6 @@ DataDir:
Dataset
:
Author
:
$Author
Repository
:
$Repository
QualityCheck
:
FAIRProvenanceCheck
:
true
This diff is collapsed.
Click to expand it.
src/ruqad/resources/crawler-settings/datamodel.yaml
+
2
−
0
View file @
6cec8f63
...
...
@@ -17,6 +17,8 @@ Dataset:
datatype
:
DOUBLE
unit
:
V
QualityCheck
:
license
:
datatype
:
TEXT
MetaData
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment