Skip to content

Commit

Permalink
Fix: Typo in project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Mar 7, 2024
1 parent 59eeac8 commit 09615dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ If you use **SPIDEr-max**, you can cite the following paper using BibTex :
```
@inproceedings{Labbe2022,
title = {Is my Automatic Audio Captioning System so Bad? SPIDEr-max: A Metric to Consider Several Caption Candidates},
author = {Labb\'{e}, Etienne and Pellegrini, Thomas and Pinquier, Julien},
author = {Labb\'{e}, Étienne and Pellegrini, Thomas and Pinquier, Julien},
year = 2022,
month = {November},
booktitle = {Proceedings of the 7th Detection and Classification of Acoustic Scenes and Events 2022 Workshop (DCASE2022)},
Expand All @@ -250,7 +250,7 @@ If you use this software, please consider cite it as "Labbe, E. (2013). aac-metr
```
@software{
Labbe_aac_metrics_2024,
author = {Labbé, Etienne},
author = {Labbé, Étienne},
license = {MIT},
month = {03},
title = {{aac-metrics}},
Expand All @@ -262,4 +262,4 @@ If you use this software, please consider cite it as "Labbe, E. (2013). aac-metr

## Contact
Maintainer:
- Etienne Labbé "Labbeti": [email protected]
- Étienne Labbé "Labbeti": [email protected]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "aac-metrics"
authors = [
{name = "Etienne Labbé (Labbeti)", email = "[email protected]"},
{name = "Étienne Labbé (Labbeti)", email = "[email protected]"},
]
description = "Metrics for evaluating Automated Audio Captioning systems, designed for PyTorch."
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ classifiers = [
"Operating System :: MacOS",
]
maintainers = [
{name = "Etienne Labbé (Labbeti)", email = "[email protected]"},
{name = "Étienne Labbé (Labbeti)", email = "[email protected]"},
]
dynamic = ["version", "dependencies", "optional-dependencies"]

Expand Down

0 comments on commit 09615dc

Please sign in to comment.