Changeset 3481


Ignore:
Timestamp:
08/28/13 12:30:42 (11 years ago)
Author:
vronk
Message:

removed a few inconsistent numbers about datcats from overall statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SMC/trunk/SMC/src/xsl/smc2stats_datasets.xsl

    r3470 r3481  
    5858 
    5959        <xsl:variable name="count_elems" select="count($cmd-terms//Term[@type='CMD_Element'])" ></xsl:variable>
    60         <xsl:variable name="count_distinct_datcats" select="count(distinct-values($cmd-terms//Term[@type='CMD_Element']/@datcat[not(.='')]))" ></xsl:variable>
     60        <xsl:variable name="count_distinct_datcats" select="count(distinct-values($cmd-terms//Term/@datcat[not(.='')]))" ></xsl:variable> <!--[@type='CMD_Element']-->
     61       
    6162        <xsl:variable name="count_distinct_components" select="count(distinct-values($cmd-terms//Term[@type='CMD_Component'][not(@parent='')]/@id))" ></xsl:variable>
    6263        <xsl:variable name="count_standalone_components" select="count(distinct-values($cmd-terms//Term[@type='CMD_Component'][not(@parent='')]/@id[not(contains(.,'#'))]))" ></xsl:variable>
     
    9596                        <ds:label key="distinct-elements">distinct Elements</ds:label>
    9697                       
    97                         <ds:label key="distinct-datcats">distinct DatCats</ds:label>
    9898                        <ds:label key="elems-with-datcats">Elements with DatCats</ds:label>
    9999                        <ds:label key="elems-without-datcats">Elements without DatCats</ds:label>
    100                         <ds:label key="elems-without-datcats-ratio" >ratio of elements without DatCats</ds:label>
    101                         <ds:label key="available-concepts">available Concepts</ds:label>
     100                        <ds:label key="elems-without-datcats-ratio" >ratio of elements without DatCats</ds:label>                       
     101<!--                    <ds:label key="distinct-datcats">distinct used Data Categories</ds:label>-->                   
    102102                        <ds:label key="used-concepts">used Concept</ds:label>
    103                         <ds:label key="blind-concepts">blind Concepts (not in public ISOcat)</ds:label>
    104                         <ds:label key="unused-concepts">Concepts not used in CMD</ds:label>                     
     103                        <ds:label key="available-concepts">available Concepts (in Metadata profile or used in CMD)</ds:label>
     104                        <!--<ds:label key="blind-concepts">blind Concepts (not in public ISOcat)</ds:label>
     105                        <ds:label key="unused-concepts">Concepts not used in CMD</ds:label>-->                 
    105106                </ds:labels>
    106107                <ds:dataseries key="overall" label="Overall">
     
    119120                        <ds:value key="elems-without-datcats-ratio" formatted="{format-number($elems-distinct-without-datcats-ratio, '0.00 %')}">
    120121                                <xsl:value-of select="$elems-distinct-without-datcats-ratio"/></ds:value>
    121                         <ds:value key="distinct-datcats"><xsl:value-of select="$count_distinct_datcats"/></ds:value>
     122<!--                    <ds:value key="distinct-datcats"><xsl:value-of select="$count_distinct_datcats"/></ds:value>-->
    122123                        <ds:value key="used-concepts"><xsl:value-of select="count($dcr-cmd-map//Concept)"/></ds:value>
    123                         <ds:value key="blind-concepts"><xsl:value-of select="count(//Concept[not(Term[@set='isocat'])])"/></ds:value>
     124<!--                    <ds:value key="blind-concepts"><xsl:value-of select="count(//Concept[not(Term[@set='isocat'])])"/></ds:value>-->
    124125                        <ds:value key="available-concepts"><xsl:value-of select="count($dcr-terms//Concept)"/></ds:value>
    125                         <ds:value key="unused-concepts"><xsl:value-of select="count($dcr-terms//Concept except $dcr-terms//Concept[@id=$dcr-cmd-map//Concept/@id])"/></ds:value>
     126<!--                    <ds:value key="unused-concepts"><xsl:value-of select="count($dcr-terms//Concept except $dcr-terms//Concept[@id=$dcr-cmd-map//Concept/@id])"/></ds:value>-->
    126127                </ds:dataseries>       
    127128               
Note: See TracChangeset for help on using the changeset viewer.