Skip to content

Commit e1accff

Browse files
committed
updated readme
1 parent d2e915c commit e1accff

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NaNet is free software: you can redistribute it and/or modify it under the terms
88

99
* Lab site: http://lia.univ-avignon.fr/
1010
* GitHub repo: https://github.com/CompNet/NaNet
11-
* Data: https://doi.org/... **(not available yet)**
11+
* Data: https://doi.org/10.5281/zenodo.6395874
1212
* Contact: Vincent Labatut <[email protected]>
1313

1414
-----------------------------------------------------------------------
@@ -24,7 +24,7 @@ The script does the following:
2424

2525

2626
# Data
27-
The raw dataset was manually for bande dessinée [Thorgal](https://en.wikipedia.org/wiki/Thorgal). The files produced by the scripts (graphs, plots, tables...) can be obtained by running these scripts, but they are also directly available on [Zenodo](https://doi.org/...) **(not available yet)**.
27+
The raw dataset was manually for bande dessinée [Thorgal](https://en.wikipedia.org/wiki/Thorgal). The files produced by the scripts (graphs, plots, tables...) can be obtained by running these scripts, but they are also directly available on [Zenodo](https://doi.org/10.5281/zenodo.6395874).
2828

2929

3030
# Organization
@@ -66,7 +66,7 @@ In order to extract the networks from the raw data, compute the statistics, and
6666

6767
The scripts will produce a number of files in the subfolders of folder `nets`. They are grouped in subsubfolders, each one corresponding to a specific topological measure (degree, closeness, etc.).
6868

69-
The script `src/Labatut2022.R` reproduces the computations described in article [[L'22](#references)]. Please, use [v1](https://github.com/CompNet/NaNet/releases/tag/v1) of the source code in the *Releases* page. Be warned that this will take a while (possibly several days). You can directly retrieve the data resulting from this process on [Zenodo](https://doi.org/...) **(not available yet)**.
69+
The script `src/Labatut2022.R` reproduces the computations described in article [[L'22](#references)]. Please, use [v1](https://github.com/CompNet/NaNet/releases/tag/v1) of the source code in the *Releases* page. Be warned that this will take a while (possibly several days). You can directly retrieve the data resulting from this process on [Zenodo](https://doi.org/10.5281/zenodo.6395875).
7070

7171

7272
# Dependencies

TODO.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,19 @@ Extraction and Analysis of Character Networks from Graphic Novels EACNGN
8181

8282
-------------------------------
8383
Clean code:
84-
- separate the "window" part from the "scene" part
85-
- networks and their stats: move "filt"/"unfilt" in "scenes"
86-
- put no stat from "scene" in "comparison"
87-
- in the logs, systematically print the filenames of the plots and csv (including post scripts)
8884
- automate the comparison of node measure vs. node measures (same for edges) (in both directions n1 vs n2 and n2 vs n1)
8985
- define a unique function to plot distributions
9086
> systematize histo & ccdf?
91-
- narrative smoothing is slow, and possibly bugged
87+
- narrative smoothing is so slow, and possibly bugged
9288

9389
- make names larger in volume- and arc-dependent net plots (PDF)
9490

9591
- use nbr of occurrences (scenes) to plot vertex size (by default)? (instead of betweenness)
9692

97-
- check that we record the data used in plots that are costly to compute (e.g. reg sim)
98-
9993
TODO
10094
- should separate the extraction of the static graph vs. graph sequence
10195
>> maybe not a good idea: better to mutualize this code (or maybe separate the core loop in a different function ?)
10296

10397
- mutualize distribution plots
10498
- put common processing in single function
10599
- systematically produce histos and ccdf, distinguish file names with suffixes
106-

0 commit comments

Comments
 (0)