Skip to content

Commit fc3c335

Browse files
committed
Fix #804 Add program committee member
Co-author graph was missing program committee member for other author
1 parent a3e07bf commit fc3c335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scholia/app/templates/event_co-authors.sparql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ WITH {
3636
SELECT DISTINCT ?author1 ?author2 ?rgb WHERE {
3737
INCLUDE %authors
3838
{
39-
target: (wdt:P823 | wdt:P664 | ^wdt:P1344 | wdt:P710 | ^wdt:P4745 / ^wdt:P1433 / wdt:P50) ?author2 .}
39+
target: (wdt:P823 | wdt:P664 | ^wdt:P1344 | wdt:P710 | ^wdt:P4745 / ^wdt:P1433 / wdt:P50) | wdt:P5804 ?author2 .}
4040
UNION
4141
{ ?presentation wdt:P823 ?author2; wdt:P5072 target: }
4242

0 commit comments

Comments
 (0)