Skip to content

Commit b14be14

Browse files
committed
Merge branch 'feature/retractions/deepLinkToRetractionsByAuthor'
2 parents a1eca79 + fde0513 commit b14be14

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)