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
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

10 lines
309B

  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