File tree 2 files changed +5
-374
lines changed
2 files changed +5
-374
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import module namespace cm = "http://clarin.ids-mannheim.de/standards/centre-mod
12
12
:)
13
13
14
14
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%' )
18
18
19
19
return
20
20
@@ -66,11 +66,11 @@ return
66
66
<table style = "width:600px; border-collapse:collapse;" >
67
67
<tr>
68
68
<td class = "column" >CLARIN deposition centres recorded in the SIS</td>
69
- <td class = "column" >{$numOfBCentres }</td>
69
+ <td class = "column" >{$numOfDepositionCentres }</td>
70
70
</tr>
71
71
<tr>
72
72
<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>
74
74
</tr>
75
75
<tr>
76
76
<td class = "column" >KPI "Collections of standards and mappings" as represented in the SIS </td>
You can’t perform that action at this time.
0 commit comments