-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first implementation of all indicators for the CSH
- Loading branch information
Tom Gebhardt
authored and
Tom Gebhardt
committed
Jan 9, 2024
1 parent
f4da5bc
commit 9e160aa
Showing
6 changed files
with
220 additions
and
320 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
from .f1_model_persistent_identifier_task import f1_model_persistent_identifier | ||
from .f4_model_metadata_harvestable_task import f4_model_metadata_harvestable | ||
from .csh_fair import csh_f1_2_globally_unique_identifier, csh_a1_contains_access_information | ||
from .csh_fair import csh_f1_2_globally_unique_identifier, csh_a1_contains_access_information, csh_i3_01_ref_other_metadata, csh_i3_02_ref_other_data, csh_i3_03_qual_ref_other_metadata, csh_i3_04_qual_ref_other_data, csh_r1_1_01_has_reuse_license, csh_r1_1_02_has_standard_reuse_license | ||
|
||
|
||
|
||
__all__ = [ | ||
f1_model_persistent_identifier, | ||
f4_model_metadata_harvestable, | ||
csh_f1_2_globally_unique_identifier, | ||
csh_a1_contains_access_information | ||
csh_a1_contains_access_information, | ||
csh_i3_01_ref_other_metadata, | ||
csh_i3_02_ref_other_data, | ||
csh_i3_03_qual_ref_other_metadata, | ||
csh_i3_04_qual_ref_other_data, | ||
csh_r1_1_01_has_reuse_license, | ||
csh_r1_1_02_has_standard_reuse_license | ||
] |
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
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
Oops, something went wrong.