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
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <div class="text">
- <button id="notes-operations" onclick="hideShowInfo()">?</button>
- <a href="{{ url_for('main.index') }}" class="search-back text-left" title="back to search">search</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">Interfacing Data</a>
- </div>
-
- {% endblock %}
-
- </div>
|