About Gargantext

  • Version 1.0
    • Beta Version
    • Licence of Gargantext is GPL v3+
  • Version 1.0.5
    • Bug resolution: xml zipped from Mac
    • Bug resolution: french accents in filenames
    • New features: [Advanced chart] ngrams completion
    • New features: button to delete all duplicates
  • Mailing-lists
    • User mailing-list: soon
    • Devel mailing-list: soon
  • Code and repository access
    • You are free to participate. Present yourself on mailing-lists and irc.
  • IRC
    • #gargantext on OFTC.
{% if team %}
{% for member in team %}
{% if member.picture %} {% else %} {% endif %}

{{ member.first_name }} {{member.last_name }}

{% if member.role %}

{{ member.role }}

{% endif %} {% if member.mail %} Mail {% endif %} {% if member.website %} Website {% endif %}
{% endfor %}
{% endif %}
{% endblock %}