Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vlabatut authored Oct 5, 2024
1 parent 5a88d6a commit fb357c5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,20 @@ NaNet is free software: you can redistribute it and/or modify it under the terms

-----------------------------------------------------------------------

If you use this source code or the associated dataset, please cite reference [[L'22](#references)].
If you use this source code or the associated dataset, please cite reference [[L'22](#references)]:

```bibtex
@Article{Labatut2022,
author = {Labatut, Vincent},
title = {Complex Network Analysis of a Graphic Novel: The Case of the Bande Dessinée {Thorgal}},
journal = {Advances in Complex Systems},
year = {2022},
volume = {25},
number = {5\&6},
pages = {2240003},
doi = {10.1142/S0219525922400033},
}
```

# Description
This set of R scripts aims at extracting and analyzing character networks extracted from graphic novels. It actually works on manually constituted CSV files, so in theory the work of fiction could be anything besides graphic novels, provided the input format is enforced.
Expand Down

0 comments on commit fb357c5

Please sign in to comment.