Skip to content

Commit b6b5b0a

Browse files
authored
Merge pull request #50 from juanjemdIos/main
test with new descriptions and titles. Catalog regenerated. Filter bug
2 parents 0b8ae37 + 819fecc commit b6b5b0a

104 files changed

Lines changed: 3046 additions & 2657 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/catalog.html

Lines changed: 84 additions & 67 deletions
Large diffs are not rendered by default.

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1>RSFC Catalogue</h1>
4545
</div>
4646
<div class="panel-body text-center">
4747
<p>Explore all available RSFC tests.</p>
48-
<p style="font-size: 22px;">40 Tests</p>
48+
<p style="font-size: 22px;">41 Tests</p>
4949
<a href="https://oeg-upm.github.io/rsfc/doc/catalog.html#test" class="btn btn-default">Go to Tests</a>
5050
</div>
5151
</div>

doc/test/RSFC-01-1/RSFC-01-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h4 class="miClase text-left text-separation">TEST INFORMATION</h4>
5454
</div>
5555
<div class="row row-equal">
5656
<div class="col-md-3 well tag_div"> <strong>Title</strong></div>
57-
<div class="col-md-9 well"> There is an identifier and resolves </div>
57+
<div class="col-md-9 well"> Software has a persistent identifier which resolves </div>
5858
</div>
5959
<div class="row row-equal">
6060
<div class="col-md-3 well tag_div"> <strong>Identifier</strong></div>
@@ -73,7 +73,7 @@ <h4 class="miClase text-left text-separation">TEST INFORMATION</h4>
7373
</div>
7474
<div class="row row-equal">
7575
<div class="col-md-3 well tag_div"> <strong>Creator</strong></div>
76-
<div class="col-md-9 well"> <a href="https://orcid.org/0000-0003-0454-7145" target="_blank">Daniel Garijo</a>, <a href="https://github.com/andriumon" target="_blank">Andres Montero</a> </div>
76+
<div class="col-md-9 well"> <a href="https://github.com/andriumon" target="_blank">Andres Montero</a>, <a href="https://orcid.org/0000-0003-0454-7145" target="_blank">Daniel Garijo</a> </div>
7777
<!-- debe añadir el href y el label de todos los creadores.
7878
<a href="https://orcid.org/0000-0003-0454-7145" target="_blank">Daniel Garijo</a>, <a href="https://orcid.org/0000-0003-3587-0367" target="_blank">María Poveda</a> -->
7979
</div>

doc/test/RSFC-01-1/RSFC-01-1.jsonld

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[
22
{
3-
"@id": "https://w3id.org/everse/i/indicators/persistent_and_unique_identifier",
4-
"@type": [
5-
"http://www.w3.org/ns/dqv#Metric"
6-
]
7-
},
8-
{
9-
"@id": "https://github.com/andriumon",
3+
"@id": "https://orcid.org/0000-0003-0454-7145",
104
"@type": [
115
"http://www.w3.org/2006/vcard/ns#Individual"
126
],
137
"http://www.w3.org/2006/vcard/ns#fn": [
148
{
159
"@type": "http://www.w3.org/2001/XMLSchema#string",
16-
"@value": "Andres Montero"
10+
"@value": "Daniel Garijo"
1711
}
1812
],
1913
"http://www.w3.org/2006/vcard/ns#hasEmail": [
2014
{
21-
"@id": "mailto:andres.montero.martin@upm.es"
15+
"@id": "mailto:dgarijo@upm.es"
2216
}
2317
]
2418
},
19+
{
20+
"@id": "https://w3id.org/everse/i/indicators/persistent_and_unique_identifier",
21+
"@type": [
22+
"http://www.w3.org/ns/dqv#Metric"
23+
]
24+
},
2525
{
2626
"@id": "https://w3id.org/rsfc/test/RSFC-01-1",
2727
"@type": [
@@ -63,7 +63,7 @@
6363
"http://purl.org/dc/terms/title": [
6464
{
6565
"@language": "en",
66-
"@value": "There is an identifier and resolves"
66+
"@value": "Software has a persistent identifier which resolves"
6767
}
6868
],
6969
"http://semanticscience.org/resource/SIO_000233": [
@@ -149,6 +149,39 @@
149149
}
150150
]
151151
},
152+
{
153+
"@id": "https://oeg.fi.upm.es",
154+
"@type": [
155+
"http://www.w3.org/2006/vcard/ns#Organization"
156+
],
157+
"http://www.w3.org/2000/01/rdf-schema#label": [
158+
{
159+
"@value": "Ontology Engineering Group"
160+
}
161+
],
162+
"http://www.w3.org/2006/vcard/ns#url": [
163+
{
164+
"@id": "https://oeg.fi.upm.es/"
165+
}
166+
]
167+
},
168+
{
169+
"@id": "https://github.com/andriumon",
170+
"@type": [
171+
"http://www.w3.org/2006/vcard/ns#Individual"
172+
],
173+
"http://www.w3.org/2006/vcard/ns#fn": [
174+
{
175+
"@type": "http://www.w3.org/2001/XMLSchema#string",
176+
"@value": "Andres Montero"
177+
}
178+
],
179+
"http://www.w3.org/2006/vcard/ns#hasEmail": [
180+
{
181+
"@id": "mailto:andres.montero.martin@upm.es"
182+
}
183+
]
184+
},
152185
{
153186
"@id": "https://w3id.org/rsfc/repository",
154187
"http://purl.org/dc/terms/description": [
@@ -184,23 +217,6 @@
184217
}
185218
]
186219
},
187-
{
188-
"@id": "https://orcid.org/0000-0003-0454-7145",
189-
"@type": [
190-
"http://www.w3.org/2006/vcard/ns#Individual"
191-
],
192-
"http://www.w3.org/2006/vcard/ns#fn": [
193-
{
194-
"@type": "http://www.w3.org/2001/XMLSchema#string",
195-
"@value": "Daniel Garijo"
196-
}
197-
],
198-
"http://www.w3.org/2006/vcard/ns#hasEmail": [
199-
{
200-
"@id": "mailto:dgarijo@upm.es"
201-
}
202-
]
203-
},
204220
{
205221
"@id": "https://doi.org/10.25504/FAIRsharing.60a40f",
206222
"http://purl.org/dc/terms/description": [
@@ -221,21 +237,5 @@
221237
"@value": "R3"
222238
}
223239
]
224-
},
225-
{
226-
"@id": "https://oeg.fi.upm.es",
227-
"@type": [
228-
"http://www.w3.org/2006/vcard/ns#Organization"
229-
],
230-
"http://www.w3.org/2000/01/rdf-schema#label": [
231-
{
232-
"@value": "Ontology Engineering Group"
233-
}
234-
],
235-
"http://www.w3.org/2006/vcard/ns#url": [
236-
{
237-
"@id": "https://oeg.fi.upm.es/"
238-
}
239-
]
240240
}
241241
]

doc/test/RSFC-01-1/RSFC-01-1.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
dcat:contactPoint <https://orcid.org/0000-0003-0454-7145> ;
1515
dcterms:creator <https://orcid.org/0000-0003-0454-7145> ,
1616
<https://github.com/andriumon> ;
17-
dcterms:title "There is an identifier and resolves"@en ;
17+
dcterms:title "Software has a persistent identifier which resolves"@en ;
1818
rdfs:label "RSFC-01-1"^^xsd:string ;
1919
vivo:abbreviation "RSFC-01-1"^^xsd:string ;
2020
dcterms:license <http://creativecommons.org/licenses/by/4.0/> ;

doc/test/RSFC-01-2/RSFC-01-2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h4 class="miClase text-left text-separation">TEST INFORMATION</h4>
5454
</div>
5555
<div class="row row-equal">
5656
<div class="col-md-3 well tag_div"> <strong>Title</strong></div>
57-
<div class="col-md-9 well"> There is an identifier associated with the software </div>
57+
<div class="col-md-9 well"> Software metadata refers to the software identifier </div>
5858
</div>
5959
<div class="row row-equal">
6060
<div class="col-md-3 well tag_div"> <strong>Identifier</strong></div>
@@ -73,7 +73,7 @@ <h4 class="miClase text-left text-separation">TEST INFORMATION</h4>
7373
</div>
7474
<div class="row row-equal">
7575
<div class="col-md-3 well tag_div"> <strong>Creator</strong></div>
76-
<div class="col-md-9 well"> <a href="https://orcid.org/0000-0003-0454-7145" target="_blank">Daniel Garijo</a>, <a href="https://github.com/andriumon" target="_blank">Andres Montero</a> </div>
76+
<div class="col-md-9 well"> <a href="https://github.com/andriumon" target="_blank">Andres Montero</a>, <a href="https://orcid.org/0000-0003-0454-7145" target="_blank">Daniel Garijo</a> </div>
7777
<!-- debe añadir el href y el label de todos los creadores.
7878
<a href="https://orcid.org/0000-0003-0454-7145" target="_blank">Daniel Garijo</a>, <a href="https://orcid.org/0000-0003-3587-0367" target="_blank">María Poveda</a> -->
7979
</div>

0 commit comments

Comments
 (0)