Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upExternalize SPARQL queries into templates #906
Labels
Comments
This comment has been minimized.
This comment has been minimized.
Pinging #791 , which is about the same problem but does not propose a concrete solution such as yours. |
Daniel-Mietchen
added this to To do
in 1. Back-end development and testing with pilot corpora
via automation
Nov 4, 2019
Daniel-Mietchen
added this to To do
in 6. Improving documentation of corpus, code, queries, workflows, examples and related resources, as well as limits of Scholia
via automation
Nov 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cthoyt commentedNov 2, 2019
Since some of the HTML templates have become large due the several embedded SPARQL queries in each, I would propose externalizing them into templates themselves that can be included using the
{% include 'filename.sparql' %}
command.I'll make a short PR that shows this works in principle.