Skip to content

Commit

Permalink
Modified citation.
Browse files Browse the repository at this point in the history
Signed-off-by: Lionel TAILHARDAT <lionel.tailhardat@orange.com>
  • Loading branch information
GenEars committed Mar 14, 2024
1 parent 09d681b commit 63ab9c9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
24 changes: 23 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,26 @@ keywords:
- RDF
license: BSD-4-Clause
version: v2.1.0
date-released: '2023-08-20'
date-released: '2023-08-20'
preferred-citation:
type: conference-paper
authors:
- orcid: 'https://orcid.org/0000-0001-5887-899X'
affiliation: Orange
given-names: Lionel
family-names: Tailhardat
- orcid: 'https://orcid.org/0009-0004-4822-4748'
affiliation: Orange
given-names: Benjamin
family-names: Stach
- orcid: 'https://orcid.org/0000-0001-5639-1504'
given-names: Yoan
family-names: Chabot
affiliation: Orange
- orcid: 'https://orcid.org/0000-0003-0457-1436'
affiliation: EURECOM
given-names: Raphaël
family-names: Troncy
journal: "The Web Conference 2024, WWW '24, Singapore, May 13--17, 2024, Proceedings"
title: "Graphameleon: Relational Learning and Anomaly Detection on Web Navigation Traces Captured as Knowledge Graphs"
year: 2024
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ Additionally, it utilizes the [React-Force-Graph](https://github.com/vasturiano/

If you use this software in a scientific publication, please cite:

> Benjamin Stach, Lionel Tailhardat, Yoan Chabot, and Raphaël Troncy. 2024.
> Lionel Tailhardat, Benjamin Stach, Yoan Chabot, and Raphaël Troncy. 2024.
> Graphameleon: Relational Learning and Anomaly Detection on Web Navigation Traces Captured as Knowledge Graphs.
> In The Web Conference 2024, WWW '24, Singapore, May 13--17, 2024, Proceedings.
> https://doi.org/10.1145/3589335.3651447
BibTex format:

```bibtex
@inproceedings{graphemeleon-2024,
title = {{Graphameleon: Relational Learning and Anomaly Detection on Web Navigation Traces Captured as Knowledge Graphs}},
author = {{Benjamin Stach} and {Lionel Tailhardat} and {Yoan Chabot} and {Rapha\"el Troncy}},
author = {{Lionel Tailhardat} and {Benjamin Stach} and {Yoan Chabot} and {Rapha\"el Troncy}},
booktitle = {{The Web Conference 2024, WWW '24, Singapore, May 13--17, 2024, Proceedings}},
year = {2024}
year = {2024},
doi = {10.1145/3589335.3651447}
}
```

Expand Down

0 comments on commit 63ab9c9

Please sign in to comment.