data getter sparql queries in the n3 files were using a technique that apparently is no longer supported; updated those and corresponding templates.
This commit is contained in:
parent
f5a8c5a7e6
commit
97095eeaba
2 changed files with 5 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
<section id="pageList">
|
||||
<#list affiliatedResearchAreas as firstRow>
|
||||
<#assign firstOrgLabel = firstRow["orgLabel"]?upper_case />
|
||||
<#assign deptLink = "${urls.base}/individual?uri=${firstRow['orgURI']}" />
|
||||
<#assign deptLink = "${urls.base}/individual?uri=${firstRow['org']}" />
|
||||
<#assign i18TextString1 = "" />
|
||||
<#if ( firstOrgLabel?index_of("THE") == 0 ) >
|
||||
<#assign i18TextString1 = "${i18n().individuals_with_researh_area_one(firstRow['orgLabel'],deptLink)}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue