Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE properties
3
		SYSTEM "http://java.sun.com/dtd/properties.dtd">
4
<properties>
5

    
6
    <entry key="queries.count">38</entry>
7
    <entry key="queries.schema">shadow</entry>
8
    <!--RESULTS-->
9
    <entry key="queries.1.type">search</entry>
10
    <entry key="queries.1.sql">select count(*)  as  results  from  schema.result</entry>
11
    <entry key="queries.1.cql.query">oaftype=result and deletedbyinference=false</entry>
12
    <entry key="queries.1.name">Results </entry>
13
    <entry key="queries.1.id">res</entry>
14

    
15
    <!--PROJECTS-->
16

    
17
    <entry key="queries.2.type">search</entry>
18
    <entry key="queries.2.sql">SELECT count(*) FROM schema.project</entry>
19
    <entry key="queries.2.cql.query">oaftype=project</entry>
20
    <entry key="queries.2.name">Projects </entry>
21
    <entry key="queries.2.id">proj</entry>
22

    
23
    <!--PUBS-->
24
    <entry key="queries.3.type">search</entry>
25
    <entry key="queries.3.sql">SELECT count(*) FROM schema.result where type='publication'</entry>
26
    <entry key="queries.3.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication</entry>
27
    <entry key="queries.3.name">Publications</entry>
28
    <entry key="queries.3.id">pubs</entry>
29

    
30

    
31
    <entry key="queries.4.type">search</entry>
32
    <entry key="queries.4.sql"> SELECT count(*)  FROM schema.result WHERE bestlicense='Open Access' and type='publication'</entry>
33
    <entry key="queries.4.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication and resultbestlicenseid exact "OPEN"</entry>
34
    <entry key="queries.4.name">Open Access Publications</entry>
35
    <entry key="queries.4.id">oapubs</entry>
36

    
37
    <entry key="queries.5.type">search</entry>
38
    <entry key="queries.5.sql">SELECT count(*) FROM schema.result WHERE bestlicense='Closed Access' and type='publication'</entry>
39
    <entry key="queries.5.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication and resultbestlicenseid exact "CLOSED"</entry>
40
    <entry key="queries.5.name"> Closed Access Publications</entry>
41
    <entry key="queries.5.id">noapubs</entry>
42

    
43
    <!--FP7-->
44
    <entry key="queries.6.type">search</entry>
45
    <entry key="queries.6.sql">SELECT count (distinct result_projects.id)   FROM schema.result, schema.result_projects, schema.project WHERE result.result_projects = result_projects.id and type='publication'
46
        and result_projects.project = project.id and funding_lvl0 = 'FP7'</entry>
47
    <entry key="queries.6.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication and relfundinglevel0_id exact "FP7"</entry>
48
    <entry key="queries.6.name">FP7 Publications</entry>
49
    <entry key="queries.6.id">fp7pubstotal</entry>
50

    
51
<!-- ignore duplicate -->
52
    <entry key="queries.7.type">browse</entry>
53
    <entry key="queries.7.sql">SELECT count (distinct result_projects.id) FROM schema.result, schema.result_projects, schema.project WHERE result.result_projects = result_projects.id and type='publication' and result_projects.project = project.id and funding_lvl0 = 'FP7'</entry>
54
    <entry key="queries.7.cql.query"></entry>
55
    <entry key="queries.7.name"></entry>
56
    <entry key="queries.7.id"></entry>
57
    <!-- ignore duplicate -->
58

    
59
    <entry key="queries.8.type">search</entry>
60
    <entry key="queries.8.sql">SELECT count (distinct result_projects.id)   FROM schema.result, schema.result_projects, schema.project WHERE result.result_projects = result_projects.id AND result_projects.project = project.id AND funding_lvl0 = 'FP7' AND bestlicense='Closed Access' AND type='publication'</entry>
61
    <entry key="queries.8.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication and relfundinglevel0_id exact "FP7" and resultbestlicenseid exact "CLOSED" </entry>
62
    <entry key="queries.8.name">FP7 Closed Access Publications</entry>
63
    <entry key="queries.8.id"> </entry>
64
    <entry key="queries.8.id">fp7noapubs</entry>
65

    
66
    <entry key="queries.9.type">search</entry>
67
    <entry key="queries.9.sql"> SELECT count(distinct result_projects.id) FROM schema.result, schema.result_projects,  schema.project WHERE result_projects = result_projects.id AND result_projects.project = project.id and type='publication' and funding_lvl0 = 'FP7' and bestlicense='Open Access'</entry>
68
    <entry key="queries.9.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication and relfundinglevel0_id exact "FP7" and resultbestlicenseid exact "OPEN" </entry>
69
    <entry key="queries.9.name">FP7 Open Access Publications </entry>
70
    <entry key="queries.9.id">fp7oapubs</entry>
71

    
72
    <entry key="queries.10.type">search</entry>
73
    <entry key="queries.10.sql"> SELECT count(distinct result_projects.id)  FROM schema.result, schema.result_projects, schema.project
74
        WHERE result.result_projects=result_projects.id AND result_projects.project = project.id and funding_lvl0 = 'FP7' and bestlicense='Restricted' and type='publication';</entry>
75
    <entry key="queries.10.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication and relfundinglevel0_id exact "FP7" and resultbestlicenseid exact "RESTRICTED" </entry>
76
    <entry key="queries.10.name">FP7 Restricted Access Publications </entry>
77
    <entry key="queries.10.id">fp7respubs </entry>
78

    
79
    <entry key="queries.11.type">search</entry>
80
    <entry key="queries.11.sql">SELECT count(distinct result_projects.id) FROM schema.result, schema.result_projects, schema.project
81
        WHERE result.result_projects = result_projects.id AND result_projects.project = project.id and funding_lvl0 = 'FP7' and bestlicense='Embargo' and type='publication' </entry>
82
    <entry key="queries.11.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication and relfundinglevel0_id exact "FP7" and resultbestlicenseid exact "EMBARGO"</entry>
83
    <entry key="queries.11.name">FP7 Embargo Access Publications </entry>
84
    <entry key="queries.11.id">fp7embpubs</entry>
85

    
86
    <entry key="queries.12.type">search</entry>
87
    <entry key="queries.12.sql">SELECT count(distinct project.id)  from  schema.result,  schema.result_projects,  schema.project  WHERE result.result_projects = result_projects.id and type='publication' and result_projects.project = project.id and funding_lvl0='FP7' ;</entry>
88
    <entry key="queries.12.cql.query">not available</entry>
89
    <entry key="queries.12.name">FP7 Projects with  Publications </entry>
90
    <entry key="queries.12.id">fp7projpubs</entry>
91

    
92
    <entry key="queries.13.type">search</entry>
93
    <entry key="queries.13.sql"> SELECT count(id)  FROM schema.project WHERE funding_lvl0 = 'FP7';</entry>
94
    <entry key="queries.13.cql.query">oaftype=project and fundinglevel0_id=corda_______::FP7</entry>
95
    <entry key="queries.13.name">FP7 Projects </entry>
96
    <entry key="queries.13.id">fp7projtotal</entry>
97

    
98
    <entry key="queries.14.type">search</entry>
99
    <entry key="queries.14.sql"> SELECT count(number)  from schema.project where funding_lvl0='FP7' and sc39='yes'; </entry>
100
    <entry key="queries.14.cql.query">oaftype=project and fundinglevel0_id=corda_______::FP7 and projectecsc39=true</entry>
101
    <entry key="queries.14.name"> FP7  Projects with SC39 </entry>
102
    <entry key="queries.14.id">sc39fp7projtotal</entry>
103

    
104
    <entry key="queries.15.type">search</entry>
105
    <entry key="queries.15.sql"> SELECT count(distinct project.id) FROM  schema.result, schema.result_projects, schema.project WHERE result_projects.project=project.id and funding_lvl0 = 'FP7' and sc39='yes' and result.result_projects = result_projects.id and type='publication';</entry>
106
    <entry key="queries.15.cql.query">not available</entry>
107
    <entry key="queries.15.name">FP7 Projects with SC39 that have publications </entry>
108
    <entry key="queries.15.id">sc39fp7projpubs</entry>
109

    
110
    <entry key="queries.16.type">search</entry>
111
    <entry key="queries.16.sql"> SELECT count(distinct result_projects.id) FROM schema.result, schema.result_projects, schema.project
112
        WHERE result.result_projects = result_projects.id AND result_projects.project = project.id and funding_lvl0 = 'FP7' and bestlicense='Open Access' and sc39='yes' and type='publication';</entry>
113
    <entry key="queries.16.cql.query">not available</entry>
114
    <entry key="queries.16.name"> OA publications in FP7 Projects with SC39 </entry>
115
    <entry key="queries.16.id">sc39fp7oapubs</entry>
116

    
117
   <!-- WT -->
118

    
119
    <entry key="queries.17.type">search</entry>
120
    <entry key="queries.17.sql"> SELECT count(id)   FROM schema.project WHERE funding_lvl0 = 'WT';</entry>
121
    <entry key="queries.17.cql.query">oaftype=project and fundinglevel0_id=wt::WT</entry>
122
    <entry key="queries.17.name">WT Projects  </entry>
123
    <entry key="queries.17.id">wtprojtotal</entry>
124

    
125
    <entry key="queries.18.type">search</entry>
126
    <entry key="queries.18.sql"> SELECT count(distinct project.id)  FROM schema.result, schema.project, schema.result_projects
127
        where result_projects.project = project.id and project.funding_lvl0='WT' and result.result_projects = result_projects.id and type='publication';</entry>
128
    <entry key="queries.18.cql.query">not available</entry>
129
    <entry key="queries.18.name">WT Projects with Publications</entry>
130
    <entry key="queries.18.id">wtprojpubs</entry>
131

    
132
    <entry key="queries.19.type">search</entry>
133
    <entry key="queries.19.sql">  SELECT count(distinct result_projects.id)    FROM schema.result, schema.result_projects, schema.project WHERE result.result_projects= result_projects.id  AND result_projects.project = project.id and funding_lvl0 = 'WT'  and type='publication';</entry>
134
    <entry key="queries.19.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication and relfundinglevel0_id exact "WT"</entry>
135
    <entry key="queries.19.name"> Publications in WT Projects </entry>
136
    <entry key="queries.19.id">wtpubs</entry>
137

    
138
    <entry key="queries.20.type">search</entry>
139
    <entry key="queries.20.sql">  SELECT count(distinct result_projects.id)    FROM schema.result, schema.result_projects, schema.project WHERE result.result_projects= result_projects.id
140
        AND result_projects.project = project.id and funding_lvl0 = 'WT' and bestlicense='Open Access' and type='publication';</entry>
141
    <entry key="queries.20.cql.query">oaftype=result and deletedbyinference=false and resulttypeid=publication and relfundinglevel0_id exact "WT" and resultbestlicenseid exact "OPEN"</entry>
142
    <entry key="queries.20.name"> Open Access Publications in WT Projects </entry>
143
    <entry key="queries.20.id">wtoapubs</entry>
144

    
145
    <entry key="queries.21.type">search</entry>
146
    <entry key="queries.21.sql">  SELECT count(distinct result_projects.id)   FROM schema.result, schema.result_projects, schema.project WHERE result.result_projects = result_projects.id AND
147
   result_projects.project = project.id and funding_lvl0 = 'WT' and bestlicense='Restricted' and type='publication';</entry>
148
    <entry key="queries.21.cql.query"> oaftype=result and deletedbyinference=false and resulttypeid=publication and relfundinglevel0_id exact "WT" and resultbestlicenseid exact "RESTRICTED"</entry>
149
    <entry key="queries.21.name">Restricted Access Publications in WT Projects </entry>
150
    <entry key="queries.21.id">wtrespubs</entry>
151

    
152
    <entry key="queries.22.type">search</entry>
153
    <entry key="queries.22.sql">   SELECT count(distinct result_projects.id)   FROM schema.result,  schema.result_projects,  schema.project
154
        WHERE result.result_projects=result_projects.id AND result_projects.project = project.id and funding_lvl0 = 'WT'
155
        and bestlicense='Embargo' and type='publication';</entry>
156
    <entry key="queries.22.cql.query"> oaftype=result and deletedbyinference=false and resulttypeid=publication and relfundinglevel0_id exact "WT" and resultbestlicenseid exact "EMBARGO"</entry>
157
    <entry key="queries.22.name">Embargo Publications in WT Projects</entry>
158
    <entry key="queries.22.id">wtembpubs</entry>
159

    
160
<!--ERC-->
161

    
162

    
163
    <entry key="queries.23.type">search</entry>
164
    <entry key="queries.23.sql">SELECT count(id) FROM schema.project WHERE funding_lvl2 = 'ERC';</entry>
165
    <entry key="queries.23.cql.query">oaftype=project and fundinglevel2_name =ERC</entry>
166
    <entry key="queries.23.name"> Projects with ERC funding </entry>
167
    <entry key="queries.23.id">ercprojtotal</entry>
168

    
169
    <entry key="queries.24.type">search</entry>
170
    <entry key="queries.24.sql">SELECT count(distinct project.id) FROM schema.result,  schema.project,  schema.result_projects
171
        where result_projects.project = project.id and project.funding_lvl2='ERC' and result.result_projects = result_projects.id and type='publication';</entry>
172
    <entry key="queries.24.cql.query">not available</entry>
173
    <entry key="queries.24.name"> ERC Projects with Publications</entry>
174
    <entry key="queries.24.id">ercprojpubs</entry>
175

    
176
    <entry key="queries.25.type">search</entry>
177
    <entry key="queries.25.sql">SELECT count(distinct result_projects.id) FROM schema.result,
178
        schema.result_projects, schema.project WHERE result.result_projects= result_projects.id
179
        AND result_projects.project = project.id and funding_lvl2 = 'ERC' and bestlicense='Open Access' and type='publication';</entry>
180
    <entry key="queries.25.cql.query">resulttypeid=publication and deletedbyinference=false and conceptname=ERC and resultbestlicenseid=OPEN</entry>
181
    <entry key="queries.25.name">Open Access Publications in ERC Projects </entry>
182
    <entry key="queries.25.id">ercoapubs</entry>
183

    
184
    <entry key="queries.26.type">search</entry>
185
    <entry key="queries.26.sql"> SELECT count(distinct result_projects.id) FROM schema.result, schema.result_projects, schema.project WHERE
186
    result.result_projects = result_projects.id AND result_projects.project = project.id and funding_lvl2 = 'ERC' and bestlicense='Restricted' and type='publication'; </entry>
187
    <entry key="queries.26.cql.query">resulttypeid=publication and deletedbyinference=false and conceptname=ERC and resultbestlicenseid=RESTRICTED</entry>
188
    <entry key="queries.26.name"> Restricted Publications in ERC Projects </entry>
189
    <entry key="queries.26.id">ercrespubs</entry>
190

    
191
    <entry key="queries.27.type">search</entry>
192
    <entry key="queries.27.sql"> SELECT count(distinct result_projects.id)  FROM schema.result, schema.result_projects, schema.project
193
        WHERE result.result_projects=result_projects.id AND result_projects.project = project.id and funding_lvl2 = 'ERC' and bestlicense='Embargo' and type='publication'; </entry>
194
    <entry key="queries.27.cql.query">resulttypeid=publication and deletedbyinference=false and conceptname=ERC and resultbestlicenseid=EMBARGO</entry>
195
    <entry key="queries.27.name">Embargo Publications in ERC Projects </entry>
196
    <entry key="queries.27.id">ercembpubs</entry>
197

    
198
    <entry key="queries.28.type">search</entry>
199
    <entry key="queries.28.sql"> SELECT count(distinct result.id) FROM schema.result, schema.project, schema.result_projects where result_projects.project = project.id and project.funding_lvl2='ERC' and result.result_projects = result_projects.id and type='publication'; </entry>
200
    <entry key="queries.28.cql.query">resulttypeid=publication and deletedbyinference=false and conceptname=ERC</entry>
201
    <entry key="queries.28.name">Total Publications in ERC Projects</entry>
202
    <entry key="queries.28.id">ercpubs</entry>
203

    
204

    
205
   <!--DATASOURCES-->
206

    
207
    <entry key="queries.29.type">search</entry>
208
    <entry key="queries.29.sql">SELECT count(*) FROM schema.datasource</entry>
209
    <entry key="queries.29.cql.query">oaftype=datasource </entry>
210
    <entry key="queries.29.name">Total Datasources </entry>
211
    <entry key="queries.29.id">datasrc</entry>
212

    
213
    <entry key="queries.30.type">search</entry>
214
    <entry key="queries.30.sql">select count(*) from  schema.datasource where compatibility != 'not available' and compatibility != 'under validation'</entry>
215
    <entry key="queries.30.cql.query"> oaftype=datasource and datasourcecompatibilityid &#60;&#62; UNKNOWN and datasourcecompatibilityid &#60;&#62; notCompatible</entry>
216
    <entry key="queries.30.name">Valid Datasources</entry>
217
    <entry key="queries.30.id">dtsrcpubs</entry>
218

    
219
    <entry key="queries.31.type">search</entry>
220
    <entry key="queries.31.sql"> SELECT count(distinct rd.datasource) from schema.result_datasources rd ;</entry>
221
    <entry key="queries.31.cql.query">not available</entry>
222
    <entry key="queries.31.name">Datasources with Publications</entry>
223
    <entry key="queries.31.id">datasrc_withpubs</entry>
224

    
225
    <entry key="queries.32.type">search</entry>
226
    <entry key="queries.32.sql">select count(*) from schema.datasource where type='Journal Platform';</entry>
227
    <entry key="queries.32.cql.query">oaftype=datasource and datasourcetypeid=pubsrepository::journal</entry>
228
    <entry key="queries.32.name">Journal Datasources</entry>
229
    <entry key="queries.32.id">datasrc_journals</entry>
230

    
231
    <entry key="queries.33.type">search</entry>
232
    <entry key="queries.33.sql">select count(*) from schema.datasource where type='Publication Repository';</entry>
233
    <entry key="queries.33.cql.query">oaftype=datasource and datasourcetypeid=pubsrepository::unknown</entry>
234
    <entry key="queries.33.name">Publication Repository Datasources</entry>
235
    <entry key="queries.33.id">datasrc_pubrepo</entry>
236

    
237
    <entry key="queries.34.type">search</entry>
238
    <entry key="queries.34.sql">select count(*) from schema.datasource where type='Data Repository';</entry>
239
    <entry key="queries.34.cql.query">oaftype=datasource and datasourcetypeid=datarepository::unknown</entry>
240
    <entry key="queries.34.name">Data Repository Datasources</entry>
241
    <entry key="queries.34.id">datasrc_datarepo</entry>
242

    
243
    <entry key="queries.35.type">search</entry>
244
    <entry key="queries.35.sql">select count(*) from schema.datasource where type like 'Aggregator%';</entry>
245
    <entry key="queries.35.cql.query">oaftype=datasource and datasourcetypeid=aggregator::pubsrepository::unknown OR  datasourcetypeid=aggregator::pubsrepository::journals OR   datasourcetypeid=aggregator::datarepository</entry>
246
    <entry key="queries.35.name">Aggregator Datasources </entry>
247
    <entry key="queries.35.id">datasrc_aggr</entry>
248

    
249
    <entry key="queries.36.type">search</entry>
250
    <entry key="queries.36.sql">select count(distinct id) from schema.result where type='dataset';</entry>
251
    <entry key="queries.36.cql.query">resulttypeid=dataset</entry>
252
    <entry key="queries.36.name"> Total number of datasets </entry>
253
    <entry key="queries.36.id">data_total</entry>
254

    
255
    <entry key="queries.37.type">search</entry>
256
    <entry key="queries.37.sql">SELECT count(distinct funding_lvl0) FROM schema.project WHERE funding_lvl0 !=''</entry>
257
    <entry key="queries.37.cql.query">not available</entry>
258
    <entry key="queries.37.name">Funders</entry>
259
    <entry key="queries.37.id">funders</entry>
260

    
261
    <entry key="queries.38.type">search</entry>
262
    <entry key="queries.38.sql">  select count(*) from (select dor.organization as organization from schema.datasource_organizations dor join schema.result_datasources rd on rd.datasource=dor.id join schema.result r on r.id=rd.id where r.type='publication'
263
        union select por.organization as organization from schema.project_organizations por join schema.result_projects rp on rp.project=por.id join
264
        schema.result r on r.id=rp.id where r.type='publication') as foo;</entry>
265
    <entry key="queries.38.cql.query">not available</entry>
266
    <entry key="queries.38.name">Organizations with Publications </entry>
267
    <entry key="queries.38.id">org_withpubs</entry>
268

    
269

    
270

    
271
<!--
272
    <entry key="queries.2.type">browse</entry>
273
    <entry key="queries.2.sql">select count(id), access_type from schema.result group by access_type order by count(id)</entry>
274
    <entry key="queries.2.cql.query">oaftype=result and deletedbyinference=false</entry>
275
    <entry key="queries.2.cql.groupby">access_mode</entry>
276
    <entry key="queries.2.name"> Access Level Modes </entry>
277
    <entry key="queries.2.id"> Access Level Modes </entry>
278
-->
279
</properties>
(4-4/4)