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
@@ -797,14 +783,15 @@ declare function e:get-ror-rows($xml) as element(tr)* {
797
783
let $isEvenTotal := $non-ror-count mod2 = 0
798
784
(: If there are <= 100 affiliations without RORs :)
799
785
returnif ($non-ror-count le100) then (
786
+
let $ror-client-id := fn:environment-variable('ROR_CLIENT_ID')
800
787
for $result at $pos in (
801
788
for $aff in $xml//*:aff[not(institution-wrap[*:institution-id]) and descendant::institution and (ancestor::*:article-meta or ancestor::*:contrib[@contrib-type="reviewer"] or ancestor::*:contrib[@contrib-type="author"and role[@specific-use="referee"]])]
802
789
let $xpath := e:getXpath($aff)
803
790
let $display := string-join($aff/descendant::*[not(local-name()=('label','institution-id','institution-wrap','named-content'))],', ')
0 commit comments