{{ partial "header.html" . }} {{ partial "navbar.html" . }}

{{ .Title }}

 
{{ if .Param "link" }} {{ .Param "link" }}  {{ end }}
 

{{ .Content }}

{{ if .Param "image" }}

 

{{ $imagename := .Param "image" }} {{ $imagelocation := (printf "%s/%s" "images/ready/" $imagename) }} {{ $imageresource := resources.Get $imagelocation }} {{ $image := $imageresource.Fit "600x600 webp" }}

{{ .Title }}

{{ end }}
    {{ if .Param "vendor" }}
  • Vendor : {{ .Param "vendor" }}
  • {{ end }} {{ if .Param "criteria" }}
  • Criteria Version : {{ .Param "criteria" }}
  • {{ end }}
  • Date Added : {{ .Date.Format "2 January 2006" }}
{{ if .Params.tags }} {{ $tags := .Params.tags }}

Tags

  • {{ if not (eq (len $.Site.Taxonomies.tags) 0) }} {{ $fontUnit := "rem" }} {{ $largestFontSize := 3.5 }} {{ $smallestFontSize := 0.5 }} {{ $fontSpread := sub $largestFontSize $smallestFontSize }} {{ $max := add (len (index $.Site.Taxonomies.tags.ByCount 0).Pages) 1 }} {{ $min := len (index $.Site.Taxonomies.tags.ByCount.Reverse 0).Pages }} {{ $spread := sub $max $min }} {{ $fontStep := div $fontSpread $spread }} {{ range $name, $taxonomy := $.Site.Taxonomies.tags }} {{ $currentTagCount := len $taxonomy.Pages }} {{ $currentFontSize := (add $smallestFontSize (mul (sub $currentTagCount $min) $fontStep) ) }} {{ $count := len $taxonomy.Pages }} {{ $weigth := div (sub (math.Log $count) (math.Log $min)) (sub (math.Log $max) (math.Log $min)) }} {{ $currentFontSize := (add $smallestFontSize (mul (sub $largestFontSize $smallestFontSize) $weigth) ) }} {{ range $tags }} {{ if eq $name . }}   {{ $name }}   {{ end }} {{ end }} {{ end }}
{{ end }} {{ end }}
 
OpenPOWER Ready™ is a mark used by the OpenPOWER Foundation to enable ecosystem product developers to indicate their product has been shown/demonstrated to meet a minimum set of characteristics and should be interoperable with other OpenPOWER Ready products. The mark attests that a specific component satisfies the criteria defined in a specific version of the OpenPOWER Ready Criteria Document.
 
{{ partial "footer.html" . }}