diff --git a/SIS/clarin/data/centres.xml b/SIS/clarin/data/centres.xml
deleted file mode 100644
index 40ae33d2..00000000
--- a/SIS/clarin/data/centres.xml
+++ /dev/null
@@ -1,369 +0,0 @@
-
-
- SAW Leipzig
-
-
- CLARIN
- Text+
-
-
-
- Austrian Centre for Digital Humanities and Cultural Heritage - A Resource Centre for the Humanities
-
-
- CLARIN
-
-
-
- Bayerisches Archiv für Sprachsignale
-
-
- CLARIN
- Text+
-
-
-
- Berlin-Brandenburg Academy of Sciences and Humanities
-
-
- CLARIN
- Text+
-
-
-
- Center of Estonian Language Resources
-
-
- CLARIN
-
-
-
- Centre for the Digital Foundation of Research in the Humanities, Social, and Educational Sciences
-
-
- CLARIN
-
-
-
- CLARIN:EL National Infrastructure for Language Resources and Technologies in Greece
-
-
- CLARIN
-
-
-
- CLARIN Centre of Latvian language resources and tools
-
-
- CLARIN
-
-
-
- CLARIN-IS (Árni Magnússon Institute for Icelandic Studies)
-
-
- CLARIN
-
-
-
- CLARIN-LT
-
-
- CLARIN
-
-
-
- CLARIN-PL Language Technology Centre
-
-
- CLARIN
-
-
-
- CLARIN.SI Language Technology Centre
-
-
- CLARIN
-
-
-
- CLARINO Bergen Center
-
-
- CLARIN
-
-
-
- CLARINO Text Laboratory Centre
-
-
- CLARIN
-
-
-
- CMU-TalkBank
-
-
- CLARIN
-
-
-
- Centre for Language and Speech Technology
-
-
- CLARIN
-
-
-
- Collections de corpus oraux numeriques
-
-
- CLARIN
-
-
-
- Czech National Corpus
-
-
- CLARIN
-
-
-
- DARIAH-DE Repository
-
-
- CLARIN
- DARIAH
-
-
-
- Data Archiving and Networked Services
-
-
- CLARIN
-
-
-
- Eberhard Karls Universität Tübingen
-
-
- CLARIN
- Text+
-
-
-
- Eurac Research CLARIN Centre
-
-
- CLARIN
-
-
-
- Forschungzentrum Jülich
-
-
- CLARIN
- Text+
-
-
-
- Georg Eckert Institute for International Textbook Research
-
-
- CLARIN
-
-
-
- Gesellschaft für wissenschaftliche Datenverarbeitung Göttingen
-
-
- CLARIN
- Text+
-
-
-
- Hamburger Zentrum für Sprachkorpora
-
-
- CLARIN
-
-
-
- Huygens ING
-
-
- CLARIN
-
-
-
- Institut für Maschinelle Sprachverarbeitung
-
-
- CLARIN
-
-
-
- Instituut voor de Nederlandse Taal
-
-
- CLARIN
-
-
-
- Language Archive Cologne
-
-
- CLARIN
- Text+
-
-
-
- Leibniz-Institut für Deutsche Sprache
-
-
- CLARIN
- Text+
-
-
-
- LINDAT/CLARIN
-
-
- CLARIN
-
-
-
- Lund University Humanities Lab
-
-
- CLARIN
-
-
-
- Max Planck Computing and Data Facility
-
-
- CLARIN
-
-
-
- Mediterranean Research Centre for the Humanities' Phonothèque
-
-
- CLARIN
-
-
-
- Meertens Instituut/HuC
-
-
- CLARIN
-
-
-
- MPI for Psycholinguistics
-
-
- CLARIN
-
-
-
- National Library of Norway
-
-
- CLARIN
-
-
-
- Open Resources and TOols for LANGuage
-
-
- CLARIN
-
-
-
- Oxford Text Archive
-
-
- CLARIN
-
-
-
- PolMine Project
-
-
- CLARIN
-
-
-
- PORTULAN CLARIN Research Infrastructure for the Science and Technology of Language
-
-
- CLARIN
-
-
-
- South African Centre for Digital Language Resources
-
-
- CLARIN
-
-
-
- Språkbanken
-
-
- CLARIN
-
-
-
- TextGrid Repository
-
-
- CLARIN
-
-
-
- The CLARIN Centre at the University of Copenhagen
-
-
- CLARIN
-
-
-
- The ILC4CLARIN Centre at the Institute for Computational Linguistics
-
-
- CLARIN
-
-
-
- The Language Bank of Finland
-
-
- CLARIN
-
-
-
- The Tromsø Repository of Language and Linguistics
-
-
- CLARIN
-
-
-
- Universität des Saarlandes
-
-
- CLARIN
- Text+
-
-
-
- ZIM Centre for Information Modelling
-
-
- CLARIN
-
-
-
\ No newline at end of file
diff --git a/SIS/clarin/views/kpi.xq b/SIS/clarin/views/kpi.xq
index 1fb1900b..806719b5 100644
--- a/SIS/clarin/views/kpi.xq
+++ b/SIS/clarin/views/kpi.xq
@@ -12,9 +12,9 @@ import module namespace cm = "http://clarin.ids-mannheim.de/standards/centre-mod
:)
let $depositioncentres := cm:get-deposition-centres("CLARIN")
-let $numOfBCentres := fn:count($depositioncentres)
-let $numOfBCentresWithRecommendations := cm:count-number-of-centres-with-recommendations($depositioncentres)
-let $percentage := format-number($numOfBCentresWithRecommendations div $numOfBCentres,'0%')
+let $numOfDepositionCentres := fn:count($depositioncentres)
+let $numOfDepositionCentresWithRecommendations := cm:count-number-of-centres-with-recommendations($depositioncentres)
+let $percentage := format-number($numOfDepositionCentresWithRecommendations div $numOfDepositionCentres,'0%')
return
@@ -66,11 +66,11 @@ return
CLARIN deposition centres recorded in the SIS |
- {$numOfBCentres} |
+ {$numOfDepositionCentres} |
Number of deposition centres that have provided information (and recorded that in the SIS) |
- {$numOfBCentresWithRecommendations} |
+ {$numOfDepositionCentresWithRecommendations} |
KPI "Collections of standards and mappings" as represented in the SIS |