aeth0r commited on
Commit
a9fb28f
·
verified ·
1 Parent(s): 4b0c099

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -4
README.md CHANGED
@@ -1,10 +1,28 @@
1
  ---
2
  title: README
3
- emoji: 🐠
4
- colorFrom: purple
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: 🦊
4
+ colorFrom: yellow
5
+ colorTo: red
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ # compnet-renard
11
+
12
+ The `compnet-renard` HhuggingFace organisation regroups the models, datasets and demos related to [Renard](https://github.com/CompNet/Renard). Renard is a modular Python library to extract static and dynamic character networks.
13
+
14
+ If you use Renard in your research, please cite:
15
+
16
+ ```bibtex
17
+ @Article{Amalvy2024,
18
+ doi = {10.21105/joss.06574},
19
+ year = {2024},
20
+ publisher = {The Open Journal},
21
+ volume = {9},
22
+ number = {98},
23
+ pages = {6574},
24
+ author = {Amalvy, A. and Labatut, V. and Dufour, R.},
25
+ title = {Renard: A Modular Pipeline for Extracting Character Networks from Narrative Texts},
26
+ journal = {Journal of Open Source Software},
27
+ }
28
+ ```