{% extends 'base.html' %} {% block content %}
| Created: | {{ resource['created'].strftime("%Y-%m-%d %H:%M") }} UTC | 
|---|---|
| Description: | {{ resource['description'] }} | 
| Developer | {% if resource['developerUrl'] %} {{ resource['developer'] }} {% else %} {{ resource['developer'] }} {% endif %} | 
| Software license: | {{ resource['license'] }} | 
| Software language(s): | {{ resource['scriptingLanguage'] }} | 
| Project page: | {{ resource['projectUrl'] }} | 
| Code repository: | {{ resource['repositoryUrl'] }} | 
| Expertise required to use: | {{ resource['expertiseToUse'] }} | 
| Expertise required to self-host: | {{ resource['expertiseToHost'] }} | 
| Technical dependencies: | {{ resource['dependencies'] }} | 
| Import / ingest formats: | {{ resource['ingestFormats'] }} | 
| Output formats: | {{ resource['outputFormats'] }} | 
| Platform status: | {{ resource['status'] }} | 
| How is this / Can this be an experimental practice? | {{ resource['experimental']|safe }} | 
| How has it been applied experimentally (lessons learned for authors and publishers)? | {{ resource['lessonsLearned']|safe }} | 
| References: | {{ resource['references']|safe }} | 
{{ relationship['description']|truncate(100) }}
{{ relationship['description']|truncate(100) }}