{% endif %}
{% if g.value(sscres, SDO.screenshot) %}
Screenshots
{% for url, res2 in get_triples(g, sscres, SDO.author, SDO.url) %}
{% endfor %}
{% endif %}
{% if g.value(sscres, CODEMETA.referencePublication) or g.value(sscres, SDO.citation) %}
References
{% for title, ref in get_triples(g, sscres, CODEMETA.referencePublication) %}
{% if ref %}
{% include 'reference.html' %}
{% else %}
{{ title }}
{% endif %}
{% endfor %}
{% for title, ref in get_triples(g, sscres, SDO.citation) %}
{% if ref %}
{% include 'reference.html' %}
{% else %}
{{ title }}
{% endif %}
{% endfor %}
{% endif %}
{% if (res, CODEMETAPY.errors, None) in g and int(g.value(res, CODEMETAPY.errors)) > 0 %}
There were {{ g.value(res, CODEMETAPY.errors) }} error(s) harvesting this metadata, please inspect the log.
{% endif %}
{% endfor %}
{% endif %}
{% if g.value(sscres, CODEMETA.buildInstructions) %}
{% for _,_, value in g.triples((sscres, CODEMETA.buildInstructions, None)) %}