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
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <div class="text">
- <button id="notes-operations" onclick="hideShowInfo()">?</button>
- <a href="/contents/" class="arrow-back h1 text-left" title="back to index"> ⇽ </a>
-
- {% extends "base.html" %}
-
- {% block content %}
-
- {{ text|safe }}
-
- <div class="allThemes mt-5">
- <a href="/making/interview">Making of—a collective interview</a>
- <a href="/making/database-book">On combining databases and books</a>
- <a href="/making/interface">Interface the Archive (WIP)</a>
- </div>
-
- {% endblock %}
-
- </div>
|