Skip to content

Commit

Permalink
Fix Gephi Lite link
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Feb 3, 2025
1 parent 4e5752d commit 855d34e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtool/templates/preview/gexf.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h3 class="graph-manipulation-box-header">Labels</h3>
<div id="loading">Loading...</div>

{% if with_gephi_lite %}
<a class="gephi-link" target="_blank" href="https://gephi.org/gephi-lite/?gexf={{ url_for('get_result', query_file=dataset.result_file, _external=True) }}">
<a class="gephi-link" target="_blank" href="https://gephi.org/gephi-lite/?file={{ url_for('get_result', query_file=dataset.result_file, _external=True) }}">
<i class="fa fa-arrow-up-right-from-square" aria-hidden="true"></i> Open in Gephi Lite
</a>
{% endif %}
Expand Down
Empty file added wordtree.py
Empty file.

0 comments on commit 855d34e

Please sign in to comment.