{% extends "base.html" %} {% block title %}{{ _('Export Harris Matrix to GraphML (yEd)') }}{% endblock %} {% block content %}

{{ _('Export Harris Matrix to GraphML (yEd)') }}

{{ _('GraphML Export') }}
{{ _('Export the Harris Matrix in GraphML format compatible with yEd Graph Editor. This format preserves the structure of archaeological periods and allows advanced diagram editing.') }}
{{ _('Export Parameters') }}
{{ form.hidden_tag() }}
{{ form.site(class="form-select", id="site", required=true) }}
{{ _('Select the archaeological site to generate the Harris Matrix') }}
{{ form.title(class="form-control", id="title", placeholder=_('Example: Pompeii - Regio VI')) }}
{{ _('Optional header to display in the diagram') }}
{{ form.grouping(class="form-select", id="grouping") }}
{{ _('How to group stratigraphic units in the diagram') }}
{{ form.reverse_epochs(class="form-check-input", id="reverse_epochs") }}
{{ _('If selected, Period 1 will correspond to the last excavated epoch (reverse order)') }}
{{ _('Export s3Dgraphy (Extended Matrix)') }}
{{ _('Advanced Export with s3Dgraphy') }}
{{ _('Export the stratigraphy in s3Dgraphy format compatible with Extended Matrix Framework. Includes complete metadata, 3D model support, and advanced analysis.') }}
{{ _('s3Dgraphy Export Features:') }}
  • {{ _('Complete metadata for each SU') }}
  • {{ _('3D model support (GLB/GLTF)') }}
  • {{ _('Extended Matrix Framework compliant') }}
  • {{ _('Analysis with NetworkX, Gephi, yEd') }}
  • {{ _('JSON export for programmatic analysis') }}
{{ _('How to Use the GraphML File') }}
{{ _('1. Download yEd Graph Editor') }}

{{ _('Download yEd for free from:') }} https://www.yworks.com/products/yed

{{ _('2. Open the GraphML File') }}

{{ _('Once the .graphml file is exported, open it with yEd Graph Editor. The diagram will appear with all nodes (SU) and stratigraphic relationships.') }}

{{ _('3. Edit and Layout') }}
  • {{ _('Automatic layout:') }} {{ _('Layout menu → Hierarchical/Organic to reorganize nodes') }}
  • {{ _('Node style:') }} {{ _('Customize colors, shapes and sizes of SU') }}
  • {{ _('Labels:') }} {{ _('Edit texts and add annotations') }}
  • {{ _('Periods:') }} {{ _('Archaeological periods are grouped in colored tables') }}
{{ _('4. Export from yEd') }}

{{ _('Export the final diagram in various formats:') }} PDF PNG SVG JPG

{{ _('Back to Sites List') }}
{% endblock %}