-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from juanjemdIos/Fair_Ontologies_New_Test
updated templates and turtles. Issue 130
- Loading branch information
Showing
125 changed files
with
5,708 additions
and
3,526 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 |
---|---|---|
|
@@ -70,14 +70,14 @@ dcat:keyword "Tags"@en ; --> KEYWORDS | |
dqv:inDimension <https://w3id.org/fair/principles/terms/R1> ; --> DIMENSION | ||
dcat:landingPage <https://w3id.org/foops/metric/NEW1> ; --> LANDING PAGE | ||
<http://semanticscience.org/resource/SIO_000233> <https://w3id.org/foops/test/NEW1> ; --> TEST RELATE WITH THE METRIC | ||
ftr:hasBenchmark <https://w3id.org/foops/benchmark/full_assessment> ; | ||
ftr:hasBenchmark <https://w3id.org/foops/benchmark/ALL> ; | ||
ftr:metricStatus "Active"@en . | ||
<https://orcid.org/000-0000-0000-0000> a vcard:Individual; | ||
vcard:fn "Name Creator" ; | ||
vcard:hasEmail <mailto:[email protected]> . | ||
<https://oeg.fi.upm.es> a vcard:Organization . | ||
<https://w3id.org/foops/test/NEW1> a ftr:Test . | ||
<https://w3id.org/foops/benchmark/full_assessment> a dav:MetricBenchmark; --> BENCHMARK | ||
<https://w3id.org/foops/benchmark/ALL> a ftr:Benchmark; --> BENCHMARK | ||
dcterms:title "General Benchmark for FAIR Principles"@en ; | ||
dcterms:description "This benchmark specifies the criteria for evaluating aspects of data quality according to the FAIR principle." . | ||
<https://w3id.org/fair/principles/terms/R1> a <https://w3id.org/fair/principles/terms/FAIR-SubPrinciple> ; | ||
|
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 |
---|---|---|
|
@@ -31,6 +31,37 @@ | |
} | ||
.text-separation { | ||
margin-right: 10px; | ||
} | ||
.status-indicator { | ||
display: inline-block; | ||
width: 12px; | ||
height: 12px; | ||
border-radius: 50%; | ||
margin-right: 8px; | ||
vertical-align: middle; | ||
} | ||
.status-indicator.Active { | ||
background-color: #28a745; /* Verde */ | ||
} | ||
.status-indicator.Proposed { | ||
background-color: #ffc107; /* Amarillo */ | ||
} | ||
.status-indicator.Inactive { | ||
background-color: #6c757d; /* Gris */ | ||
} | ||
.status-indicator.Deprecated { | ||
background-color: #dc3545; /* Rojo */ | ||
} | ||
.legend ul { | ||
list-style-type: none; | ||
padding: 0; | ||
margin: 0; | ||
} | ||
.legend li { | ||
margin-bottom: 5px; | ||
} | ||
.legend li strong { | ||
color: #000; /* Negrita negra para el texto */ | ||
} | ||
</style> | ||
<div class="container"> | ||
|
@@ -67,6 +98,10 @@ <h4 class="miClase text-left text-separation">BENCHMARK INFORMATION</h4> | |
<div class="col-md-3 well tag_div"> <strong>Keywords</strong></div> | ||
<div class="col-md-9 well"> General Benchmark, Benchmark, All </div> | ||
</div> | ||
<div class="row row-equal"> | ||
<div class="col-md-3 well tag_div"> <strong>Contact Point</strong></div> | ||
<div class="col-md-9 well"> <a href="https://orcid.org/0000-0003-0454-7145" target="_blank">Daniel Garijo</a>: <a href="mailto:[email protected]" target="_blank">[email protected]</a> </div> | ||
</div> | ||
<div class="row row-equal" > | ||
<div class="col-md-3 well tag_div"> <strong>Version</strong></div> | ||
<div class="col-md-9 well"> 0.0.1 </div> | ||
|
@@ -85,7 +120,20 @@ <h4 class="miClase text-left text-separation">BENCHMARK INFORMATION</h4> | |
</div> | ||
<div class="row row-equal"> | ||
<div class="col-md-3 well tag_div"> <strong>Benchmark Status</strong></div> | ||
<div class="col-md-9 well"> Active </div> | ||
<div class="col-md-2 well"> | ||
<span class="status-indicator Active"></span> | ||
<span>Active </span> | ||
</div> | ||
<div class="col-md-7"> | ||
<div class="legend"> | ||
<ul> | ||
<li><span class="status-indicator Active"></span> <strong>Active:</strong> The benchmark is actively used and maintained.</li> | ||
<li><span class="status-indicator Proposed"></span> <strong>Proposed:</strong> The benchmark is under review or consideration for adoption.</li> | ||
<li><span class="status-indicator Inactive"></span> <strong>Inactive:</strong> The benchmark is not currently in use but remains available for reference.</li> | ||
<li><span class="status-indicator Deprecated"></span> <strong>Deprecated:</strong> The benchmark has been retired and should no longer be used.</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
Oops, something went wrong.