A search interface for the Performing Patents Otherwise publication as part of the Politics of Patents case study (part of Copim WP6): this parses data from the archive of RTF files and provides additional data from the European Patent Office OPS API. https://patents.copim.ac.uk
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

facet_text_shingles.vm 339B

2 years ago
123456789101112
  1. <div id="facet_$field.name">
  2. <span class="facet-field">$resource.facet.top_phrases</span><br/>
  3. <ul id="tagcloud">
  4. #foreach($facet in $sort.sort($field.values,"name"))
  5. <li data-weight="$math.mul($facet.count,1)">
  6. <a href="#url_for_facet_filter($field.name, $facet.name)">$facet.name</a>
  7. </li>
  8. #end
  9. </ul>
  10. </div>