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.

21 lines
958B

  1. {% extends "base.html" %}
  2. {% block content %}
  3. <form action="/login" method="post">
  4. <strong>Password:</strong><br>
  5. <input name='password' ><br><br>
  6. <input type="submit" value="Login">
  7. </form>
  8. {% endblock %}
  9. {% block footer %}
  10. <footer class="footer p-3">
  11. <div class="container info" style="display: none" >
  12. <span class="text-muted">© 2023 Julien McHardy & Kat Jungnickel, chapters by respective authors. Licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)</a> license.</span>
  13. <span class="text-muted">Data from the <a href="https://www.politicsofpatents.org/">Politics of Patents</a> research project hosted at Goldsmiths, University of London, and funded by the European Research Council under the European Union’s Horizon 2020 research and innovation programme (#819458).</span>
  14. </div>
  15. </footer>
  16. {% endblock%}