You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT'Projects','Dataset projects of citation string.', '', true, false, (select id from dim_mappingconcepts where name='Citation_RIS'), 'data/projects'
298
+
SELECT'Projects','Dataset projects of citation string.', '', true, true, (select id from dim_mappingconcepts where name='Citation_RIS'), 'data/projects'
299
299
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_RIS') AND xpath='data/projects');
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_RIS') AND xpath='data/projects/project');
SELECT'Projects','Dataset projects of citation string.', '', true, false, (select id from dim_mappingconcepts where name='Citation_Bibtex'), 'data/projects'
309
+
SELECT'Projects','Dataset projects of citation string.', '', true, true, (select id from dim_mappingconcepts where name='Citation_Bibtex'), 'data/projects'
310
310
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_Bibtex') AND xpath='data/projects');
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_Bibtex') AND xpath='data/projects/project');
SELECT'Projects','Dataset projects of citation string.', '', true, false, (select id from dim_mappingconcepts where name='Citation_APA'), 'data/projects'
320
+
SELECT'Projects','Dataset projects of citation string.', '', true, true, (select id from dim_mappingconcepts where name='Citation_APA'), 'data/projects'
321
321
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_APA') AND xpath='data/projects');
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_APA') AND xpath='data/projects/project');
SELECT'Projects','Dataset projects of citation string.', '', true, false, (select id from dim_mappingconcepts where name='Citation_Text'), 'data/projects'
331
+
SELECT'Projects','Dataset projects of citation string.', '', true, true, (select id from dim_mappingconcepts where name='Citation_Text'), 'data/projects'
332
332
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_Text') AND xpath='data/projects');
SELECT'AuthorNames','Dataset author names of citation string.', '', false, false, (select id from dim_mappingconcepts where name='Citation_RIS'), 'data/authorNames'
344
+
SELECT'AuthorNames','Dataset author names of citation string.', '', false, true, (select id from dim_mappingconcepts where name='Citation_RIS'), 'data/authorNames'
345
345
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_RIS') AND xpath='data/authorNames');
@@ -352,7 +352,7 @@ SELECT 'AuthorName','Dataset author name of citation string.', '', false, false,
352
352
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_RIS') AND xpath='data/authorNames/authorName');
SELECT'AuthorNames','Dataset author names of citation string.', '', false, false, (select id from dim_mappingconcepts where name='Citation_Bibtex'), 'data/authorNames'
355
+
SELECT'AuthorNames','Dataset author names of citation string.', '', false, true, (select id from dim_mappingconcepts where name='Citation_Bibtex'), 'data/authorNames'
356
356
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_Bibtex') AND xpath='data/authorNames');
@@ -363,7 +363,7 @@ SELECT 'AuthorName','Dataset author name of citation string.', '', false, false,
363
363
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_Bibtex') AND xpath='data/authorNames/authorName');
SELECT'AuthorNames','Dataset author names of citation string.', '', false, false, (select id from dim_mappingconcepts where name='Citation_APA'), 'data/authorNames'
366
+
SELECT'AuthorNames','Dataset author names of citation string.', '', false, true, (select id from dim_mappingconcepts where name='Citation_APA'), 'data/authorNames'
367
367
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_APA') AND xpath='data/authorNames');
@@ -374,7 +374,7 @@ SELECT 'AuthorName','Dataset author name of citation string.', '', false, false,
374
374
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_APA') AND xpath='data/authorNames/authorName');
SELECT'AuthorNames','Dataset author names of citation string.', '', false, false, (select id from dim_mappingconcepts where name='Citation_Text'), 'data/authorNames'
377
+
SELECT'AuthorNames','Dataset author names of citation string.', '', false, true, (select id from dim_mappingconcepts where name='Citation_Text'), 'data/authorNames'
378
378
WHERE NOT EXISTS (select*frompublic.dim_mappingkeyswhere concept=(select id from dim_mappingconcepts where name='Citation_Text') AND xpath='data/authorNames');
0 commit comments