You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/epos/plugin.py
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -26,22 +26,7 @@
26
26
27
27
28
28
classPlugin(EvaluatorBase):
29
-
"""A class used to define FAIR indicators tests. It is tailored towards the EPOS repository
30
-
31
-
...
32
-
33
-
Attributes
34
-
----------
35
-
item_id : str
36
-
Digital Object identifier, which can be a generic one (DOI, PID), or an internal (e.g. an
37
-
identifier from the repo)
38
-
39
-
oai_base : str
40
-
Open Archives Initiative , This is the place in which the API will ask for the metadata. If you are working with EPOS https://www.ics-c.epos-eu.org/api/v1/resources
41
-
42
-
lang : Language
43
-
44
-
"""
29
+
"""A class used to define FAIR indicators tests, tailored to the DT-GEO prototype metadata catalog (EPOS ICS-C based)."""
0 commit comments