Skip to content

Commit a8bbc35

Browse files
committed
Removed centres.xml (closed #247)
1 parent 9d7489d commit a8bbc35

File tree

2 files changed

+5
-374
lines changed

2 files changed

+5
-374
lines changed

SIS/clarin/data/centres.xml

-369
This file was deleted.

SIS/clarin/views/kpi.xq

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import module namespace cm = "http://clarin.ids-mannheim.de/standards/centre-mod
1212
:)
1313

1414
let $depositioncentres := cm:get-deposition-centres("CLARIN")
15-
let $numOfBCentres := fn:count($depositioncentres)
16-
let $numOfBCentresWithRecommendations := cm:count-number-of-centres-with-recommendations($depositioncentres)
17-
let $percentage := format-number($numOfBCentresWithRecommendations div $numOfBCentres,'0%')
15+
let $numOfDepositionCentres := fn:count($depositioncentres)
16+
let $numOfDepositionCentresWithRecommendations := cm:count-number-of-centres-with-recommendations($depositioncentres)
17+
let $percentage := format-number($numOfDepositionCentresWithRecommendations div $numOfDepositionCentres,'0%')
1818

1919
return
2020

@@ -66,11 +66,11 @@ return
6666
<table style="width:600px; border-collapse:collapse;">
6767
<tr>
6868
<td class="column">CLARIN deposition centres recorded in the SIS</td>
69-
<td class="column">{$numOfBCentres}</td>
69+
<td class="column">{$numOfDepositionCentres}</td>
7070
</tr>
7171
<tr>
7272
<td class="column">Number of deposition centres that have provided information (and recorded that in the SIS)</td>
73-
<td class="column">{$numOfBCentresWithRecommendations}</td>
73+
<td class="column">{$numOfDepositionCentresWithRecommendations}</td>
7474
</tr>
7575
<tr>
7676
<td class="column">KPI "Collections of standards and mappings" as represented in the SIS </td>

0 commit comments

Comments
 (0)