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
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- /* @font-face {
- font-family: 'Rubik Moonrocks';
- src: url('fonts/RubikMoonrocks-Regular.ttf');
- }
-
- body {
- font-family: 'Rubik Moonrocks';
- } */
-
- .btn-link {
- border: none;
- outline: none;
- background: none;
- cursor: pointer;
- color: #0000EE;
- padding: 0;
- text-decoration: underline;
- font-family: inherit;
- font-size: inherit;
- }
-
- .verticaltext {
- width:35px !important;
- word-wrap: break-word;
- white-space:pre-wrap;
- }
-
- iframe.compare_frame {
- width: 50%;
- }
|