Skip to content

Commit

Permalink
Stop reporting statistics related to the SDSSPolicy label.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Apr 5, 2010
1 parent e963d0c commit 05322f4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
select="count($idps[md:Extensions/uklabel:AccountableUsers])"/>
<xsl:variable name="federationMemberEntityCount"
select="count($entities[md:Extensions/uklabel:UKFederationMember])"/>
<xsl:variable name="sdssPolicyCount"
select="count($entities[md:Extensions/uklabel:SDSSPolicy])"/>

<xsl:variable name="memberEntities"
select="dyn:closure($members/md:OrganizationName, '$entities[md:Organization/md:OrganizationName = current()]')"/>
Expand Down Expand Up @@ -270,14 +268,6 @@
federation members.
</p>
</li>
<li>
<p>
<xsl:value-of select="$sdssPolicyCount"/>
(<xsl:value-of select="format-number($sdssPolicyCount div $entityCount, '0.0%')"/>)
are labelled as having been owned by organisations asserting that they would
follow the SDSS Federation policy.
</p>
</li>
<li>
<p>
<xsl:value-of select="$artifactEntityCount"/>
Expand Down

0 comments on commit 05322f4

Please sign in to comment.