Skip to content

Commit fde0513

Browse files
authored
Deeplink to the #list-of-retracted-articles section of the /author/ aspect
1 parent 2caca1d commit fde0513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scholia/app/templates/retraction_list-of-authors.sparql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WHERE {
1919
{
2020
target: p:P50 ?author_statement .
2121
?author_statement ps:P50 ?author_ .
22-
BIND(CONCAT("../author/", SUBSTR(STR(?author_), 32)) AS ?authorUrl)
22+
BIND(CONCAT("../author/", SUBSTR(STR(?author_), 32), "#list-of-retracted-articles") AS ?authorUrl)
2323
OPTIONAL {
2424
?author_statement pq:P1545 ?order_ .
2525
BIND(xsd:integer(?order_) AS ?order)

0 commit comments

Comments
 (0)