Skip to content

Commit

Permalink
update for new image
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Apr 8, 2023
1 parent 631755e commit ef93b86
Showing 1 changed file with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions Patent2Net/requete.cql
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# Patent2Net configuration file
##############################
# request
# insert below your request in cql format as done in the example
request: ta all "sift" AND cl all "G06T"

##############################
# Directory to use
# insert a compliant name (no space or special characters) for the "Patent Universe" (PU)
DataDirectory: SIFT

###############################
#Patent2Net options : Set to *True* or False
###############################
# Collecting
# patents list corresponding to the request. e.g the "Patent Universe" (PU)
GatherPatent: False

# patents bibliographic data corresponding to patent list
GatherBiblio: True

# patent content (description, abstract, claims) completing patents bibliographic data
GatherContent: False
OPSGatherContentsv2-Iramuteq: False

#patents families extending the PU to families
GatherFamilly: False

#NEW 2018: images
GatherImages: False

###############################
# Networks. Produce both online and for download and local use of Gephi
# Inventors' network
InventorNetwork: True

# Applicants' network
ApplicantNetwork: True

# IPCs' network
CrossTechNetwork: True

# Applicants and Inventors network
ApplicantInventorNetwork: True

# Applicants and IPCs' network
ApplicantCrossTechNetwork: True

# Inventors and IPCs' network
InventorCrossTechNetwork: True

# Countries and IPCs' network
CountryCrossTechNetwork: True

# Network of references for the PU (each reference cited by each patent within the PU, includes external bibliographic refs)
ReferencesNetwork: True

# Network of citation for the PU (each patent cited within the PU cited in the rest of the patents world)
CitationsTechNetwork: True

# Network of equivalent patents for each patent within the PU
EquivalentsTechNetwork: True

# The total network
CompleteNetwork: False

# Complete families network
FamiliesNetwork: True
FamiliesHierarchicNetwork: True

###############################
# Mindmaps of IPCs both online and for download and local use of freeplane
P2N-FreePlane: True

###############################
# export patents as a bibligraphic file in bibTex format
FormateExportBiblio: True

###############################
# Produce the world maps of inventors, applicants, deposit country
FormateExportAttractivityCartography: True
FormateExportCountryCartography: True

###############################
# Patents as a table
FormateExportDataTable: True
FormateExportDataTableFamilies: True

###############################
# Prepare interactive pivottable
FormateExportPivotTable: False

###############################
# prepare Abstracts, descriptions, claims for text analysis
# for download and local use of Carrot2 and Iramuteq
FusionCarrot2: True
FusionIramuteq2: True

###############################
# NEW Feature (BETA)
# Double clustering system based on non so trivial words
P2N-Cluster: True

0 comments on commit ef93b86

Please sign in to comment.