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.

Dockerfile 309B

123456789
  1. FROM php:8.0-fpm
  2. #RUN apt update \
  3. # && apt install -y zlib1g-dev g++ git libicu-dev zip libzip-dev zip \
  4. # && docker-php-ext-install intl opcache pdo pdo_mysql \
  5. # && pecl install apcu \
  6. # && docker-php-ext-enable apcu \
  7. # && docker-php-ext-configure zip \
  8. # && docker-php-ext-install zip