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
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

18 líneas
452B

  1. <div class="making">
  2. <a href="/contents/" class="arrow-back h1 text-left" title="back to index"> ⇽ </a>
  3. {% extends "base.html" %}
  4. {% block content %}
  5. {{ text|safe }}
  6. <div class="allThemes mt-5">
  7. <a href="/making/interview">Making of—a collective interview</a>
  8. <a href="/making/search-engine-book">On making the search engine book</a>
  9. <a href="/making/interface">A note on interface design</a>
  10. </div>
  11. {% endblock %}
  12. </div>