{% extends "base.html" %} {% set aspect = "software" %} {% block in_ready %} {{ sparql_to_table('data', options={'paging': False}) }} {{ sparql_to_table('recent-works') }} {{ sparql_to_table('coused') }} {{ sparql_to_iframe('topics') }} {{ sparql_to_table('authors') }} {{ sparql_to_iframe('software-dependencies') }} {{ sparql_to_table('dependent-software') }} {% endblock %} {% block page_actions %} Cite {{ super() }} {% endblock %} {% block page_content %}

Software

Recent work using the software

Co-used

Topics of works using the software

Authors of works using the software

Software dependencies

Dependent software

{% endblock %}