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
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

12 行
339B

  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>