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
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

config.env.template 457B

12345678910111213141516
  1. # This config file contains the environment variables for the application passed to PHP through Docker Compose. Copy the template file to config.env and fill in the variables.
  2. # Solr variables
  3. # Hostname for Solr
  4. SOLR_HOSTNAME=
  5. # Solr port, usually 8983
  6. SOLR_PORT=
  7. # Solr core
  8. SOLR_CORE=
  9. # OPS API variables
  10. # Hostname for OPS API, usually https://ops.epo.org
  11. OPS_URL=
  12. # API credentials from OPS https://developers.epo.org/
  13. CONSUMER_KEY=
  14. CONSUMER_SECRET=