Skip to content

Commit a1eca79

Browse files
committed
The 'retracted articles' panel in the Author aspect now links to the /retraction/ aspect
1 parent 2caca1d commit a1eca79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scholia/app/templates/author_list-of-retracted-articles.sparql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PREFIX target: <http://www.wikidata.org/entity/{{ q }}>
44
SELECT
55
(MIN(?dates) AS ?date)
66
?work ?workLabel
7+
(CONCAT("../retraction/", SUBSTR(STR(?work), 32)) AS ?workUrl)
78
(GROUP_CONCAT(DISTINCT ?type_label; separator=", ") AS ?type)
89
(SAMPLE(?pages_) AS ?pages)
910
?venue ?venueLabel
@@ -24,5 +25,5 @@ WHERE {
2425
OPTIONAL { ?work wdt:P1433 ?venue }
2526
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en" . }
2627
}
27-
GROUP BY ?work ?workLabel ?venue ?venueLabel
28+
GROUP BY ?work ?workLabel ?workUrl ?venue ?venueLabel
2829
ORDER BY DESC(?date)

0 commit comments

Comments
 (0)