This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrequete.cql
103 lines (77 loc) · 2.76 KB
/
requete.cql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Patent2Net configuration file
##############################
# request
# insert below your request in cql format as done in the example
request: TA="lentille"
##############################
# Directory to use
# insert a compliant name (no space or special characters) for the "Patent Universe" (PU)
DataDirectory: respirator
###############################
#Patent2Net options : Set to *True* or False
###############################
# Collecting
# patents list corresponding to the request. e.g the "Patent Universe" (PU)
GatherPatent: True
# patents bibliographic data corresponding to patent list
GatherBiblio: True
# patent content (description, abstract, claims) completing patents bibliographic data
GatherContent: True
OPSGatherContentsv2-Iramuteq: True
#patents families extending the PU to families
GatherFamilly: True
#NEW 2018: images
GatherImages: True
###############################
# 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: True
# 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: False
FormateExportCountryCartography: True
###############################
# Patents as a table
FormateExportDataTable: True
FormateExportDataTableFamilies: True
###############################
# Prepare interactive pivottable
FormateExportPivotTable: True
###############################
# 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