Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# GEXF Format

GEXF file format specifications. Details and examples at [gexf.net](http://gexf.net).
GEXF file format specifications. Details and examples at [gexf.net](http://gexf.net).

The repository contains both the [specifications](specs) and the [primer](primer) sources.

The latest **stable** version in **1.3**.
The latest **stable** version in **1.3.1**.

# Changelog

Note that we used to use "draft" in certain version (e.g "1.2draft") up until 1.3 when we decided to simply use full versions numbers.

## 1.3.1

Compatible with Gephi 0.9.10? and above. The general purpose of this version is to embed enough information in the GEXF to ease legend drawing aside the graph.

- Add `title` element in `meta`
- Extend the `viz` module with scaling information. It describes how the `viz` attributes were calculated from node/edge attributes

## 1.3

Compatible with Gephi 0.9.3 and above. Note that part of the specifications were already implemented since 0.9 but full support is only guaranteed in 0.9.3.
Expand Down Expand Up @@ -76,7 +83,7 @@ Compatible with Gephi 0.8 and above.

Compatible with Gephi 0.7 and above.

- Modules are stabilized and new ones appear: hierarchy and phylogeny.
- Modules are stabilized and new ones appear: hierarchy and phylogeny.

## 1.0

Expand Down
5 changes: 5 additions & 0 deletions primer/1.3.1/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

./compile.sh
./pdf.sh
# ./xhtml.sh does not work
9 changes: 9 additions & 0 deletions primer/1.3.1/compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

prefix=gexf-131-primer

# Compile
latex -interaction=nonstopmode $prefix.tex
makeindex $prefix.idx
latex -interaction=nonstopmode $prefix.tex

1,392 changes: 1,392 additions & 0 deletions primer/1.3.1/gexf-131-primer.tex

Large diffs are not rendered by default.

Loading