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
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

style.css 394B

123456789101112131415161718192021222324252627
  1. .box{
  2. float:left;
  3. margin-right:20px;
  4. }
  5. .clear{
  6. clear:both;
  7. }
  8. .centre {
  9. margin: auto;
  10. width: 50%;
  11. border: 3px solid black;
  12. padding: 10px;
  13. text-align:center;
  14. }
  15. .btn-link {
  16. border: none;
  17. outline: none;
  18. background: none;
  19. cursor: pointer;
  20. color: #0000EE;
  21. padding: 0;
  22. text-decoration: underline;
  23. font-family: inherit;
  24. font-size: inherit;
  25. }