About Gargantext

  • Version 1.0
    • [Start] Beta Version
    • [Law] Licence of Gargantext is GPL v3+
  • Version 1.0.5
    • Bug resolution: [Import] xml zipped from Mac
    • Bug resolution: [Import] french accents in filenames
    • New features: [Advanced chart] ngrams completion
    • New features: [Duplicates management] button to delete all duplicates
  • Version 1.0.6
    • Bug resolution: [Advanced chart] one can make comparisons with different corpora at different scales
    • Bug resolution: [Graph] Graph link can not be executed until workflow is finished.
  • Mailing-lists
    • User mailing-list: soon
    • Devel mailing-list: soon
  • Code and repository access
    • You are free to participate. Present yourself on mailing-lists or irc.
  • IRC
    • #gargantext on OFTC:
    • If the window is too small, just click here

{% 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 %}
{% if sponsors %}

Sponsors

CNRS {% for sponsor in sponsors %} {% endfor %}

{% endif %}