A search interface for data from 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 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.

123456789101112131415161718192021222324252627282930
  1. /* @font-face {
  2. font-family: 'Rubik Moonrocks';
  3. src: url('fonts/RubikMoonrocks-Regular.ttf');
  4. }
  5. body {
  6. font-family: 'Rubik Moonrocks';
  7. } */
  8. .btn-link {
  9. border: none;
  10. outline: none;
  11. background: none;
  12. cursor: pointer;
  13. color: #0000EE;
  14. padding: 0;
  15. text-decoration: underline;
  16. font-family: inherit;
  17. font-size: inherit;
  18. }
  19. .verticaltext {
  20. width:35px !important;
  21. word-wrap: break-word;
  22. white-space:pre-wrap;
  23. }
  24. iframe.compare_frame {
  25. width: 50%;
  26. }