We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6049916 commit 06c36d1Copy full SHA for 06c36d1
scholia/app/templates/base.html
@@ -56,7 +56,7 @@
56
57
{% macro sparql_to_matrix(panel) -%}
58
// {{ panel }} matrix
59
-sparqlToMatrix(`# tool: scholia
+sparqlToMatrix2("{{ sparql_endpoint }}", `# tool: scholia
60
{% include aspect + '_' + panel + '.sparql' %}`,
61
"#{{ panel }}", "{{ aspect }}_{{ panel }}.sparql");
62
{%- endmacro %}
0 commit comments