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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- FROM php:8.0-fpm
 - 
 - #RUN apt update \
 - #    && apt install -y zlib1g-dev g++ git libicu-dev zip libzip-dev zip \
 - #    && docker-php-ext-install intl opcache pdo pdo_mysql \
 - #    && pecl install apcu \
 - #    && docker-php-ext-enable apcu \
 - #    && docker-php-ext-configure zip \
 - #    && docker-php-ext-install zip
 
 
  |