-
Notifications
You must be signed in to change notification settings - Fork 5
/
placeholder.cql
103 lines (77 loc) · 3.01 KB
/
placeholder.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 V3 configuration file
##############################
# request
# insert below your request in cql format as done in the example
request: RequestName
##############################
# Directory to use
# insert a compliant name (no space or special characters) for the "Patent Universe" (PU)
DataDirectory: RequestDirectory
###############################
#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: RequestIramuteq
#patents families extending the PU to families
GatherFamilly: RequestFamily
#NEW 2018: images
GatherImages: RequestImage
###############################
# Networks. Produce both online and for download and local use of Gephi
# Inventors' network
InventorNetwork: RequestNetwork
# Applicants' network
ApplicantNetwork: RequestNetwork
# IPCs' network
CrossTechNetwork: RequestNetwork
# Applicants and Inventors network
ApplicantInventorsNetwork: RequestNetwork
# Applicants and IPCs' network
ApplicantCrossTechNetwork: RequestNetwork
# Inventors and IPCs' network
InventorCrossTechNetwork: RequestNetwork
# Countries and IPCs' network
CountryCrossTechNetwork: RequestNetwork
# Network of references for the PU (each reference cited by each patent within the PU, includes external bibliographic refs)
ReferencesNetwork: RequestNetwork
# Network of citation for the PU (each patent cited within the PU cited in the rest of the patents world)
CitationsTechNetwork: RequestNetwork
# Network of equivalent patents for each patent within the PU
EquivalentsTechNetwork: RequestNetwork
# The total network
CompleteNetwork: RequestNetwork
# Complete families network
FamiliesNetwork: RequestNetwork
FamiliesHierarchicNetwork: RequestNetwork
###############################
# Mindmaps of IPCs both online and for download and local use of freeplane
P2N-FreePlane: RequestFreeplane
###############################
# export patents as a bibligraphic file in bibTex format
FormateExportBiblio: RequestBibfile
###############################
# Produce the world maps of inventors, applicants, deposit country
FormateExportAttractivityCartography: RequestMap
FormateExportCountryCartography: RequestMap
###############################
# Patents as a table
FormateExportDataTable: RequestTable
FormateExportDataTableFamilies: RequestTable
###############################
# Prepare interactive pivottable
FormateExportPivotTable: RequestTable
###############################
# prepare Abstracts, descriptions, claims for text analysis
# for download and local use of Carrot2 and Iramuteq
FusionCarrot2: RequestCarrot
FusionIramuteq2: RequestIramuteq
###############################
# NEW Feature (BETA)
# Double clustering system based on non so trivial words
P2N-Cluster: RequestCluster