Skip to content

Commit ef92ebd

Browse files
authored
Update logo image source and BibTeX entries in README.md (#1488)
* Update logo image source in README.md * Fix DOI link and update year in README.md Updated DOI link and publication year in citations. * Update reference.rst
1 parent 1ca12f1 commit ef92ebd

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center">
2-
<img src="https://github.com/fastmachinelearning/fastmachinelearning.github.io/raw/master/images/hls4ml_logo.svg" alt="hls4ml" width="400"/>
2+
<img src="https://raw.githubusercontent.com/fastmachinelearning/hls4ml/refs/heads/main/docs/img/hls4ml_logo.svg" alt="hls4ml" width="400"/>
33
</p>
44

5-
[![DOI](https://zenodo.org/badge/108329371.svg)](https://zenodo.org/badge/latestdoi/108329371)
5+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19134628.svg)](https://doi.org/10.5281/zenodo.19134628)
66
[![License](https://img.shields.io/badge/License-Apache_2.0-red.svg)](https://opensource.org/licenses/Apache-2.0)
77
[![Documentation Status](https://github.com/fastmachinelearning/hls4ml/actions/workflows/build-sphinx.yml/badge.svg)](https://fastmachinelearning.org/hls4ml)
88
[![PyPI version](https://badge.fury.io/py/hls4ml.svg)](https://badge.fury.io/py/hls4ml)
@@ -76,7 +76,7 @@ If you use this software in a publication, please cite the software
7676
@software{fastml_hls4ml,
7777
author = {{FastML Team}},
7878
title = {fastmachinelearning/hls4ml},
79-
year = 2025,
79+
year = 2026,
8080
publisher = {Zenodo},
8181
version = {v1.3.0},
8282
doi = {10.5281/zenodo.1201549},
@@ -109,9 +109,14 @@ and the latest overview paper:
109109
archivePrefix = "arXiv",
110110
primaryClass = "cs.AR",
111111
reportNumber = "FERMILAB-PUB-25-0890-CSAID-ETD-PPD",
112-
month = "12",
113-
year = "2025"
112+
year = "2026",
113+
doi = "10.1145/3801979",
114+
journal = "ACM Trans. Reconfigurable Technol. Syst."
115+
volume = "19",
116+
pages = "19",
114117
}
118+
119+
115120
```
116121

117122
Additionally, if you use specific features developed in later papers, please cite those as well. For example, CNNs:

docs/intro/reference.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ If you use this software in a publication, please cite the software
1212
@software{fastml_hls4ml,
1313
author = {{FastML Team}},
1414
title = {fastmachinelearning/hls4ml},
15-
year = 2024,
15+
year = 2026,
1616
publisher = {Zenodo},
17-
version = {v1.0.0},
17+
version = {v1.3.0},
1818
doi = {10.5281/zenodo.1201549},
1919
url = {https://github.com/fastmachinelearning/hls4ml}
2020
}
@@ -49,8 +49,11 @@ and the latest overview paper:
4949
archivePrefix = "arXiv",
5050
primaryClass = "cs.AR",
5151
reportNumber = "FERMILAB-PUB-25-0890-CSAID-ETD-PPD",
52-
month = "12",
53-
year = "2025"
52+
year = "2026",
53+
doi = "10.1145/3801979",
54+
journal = "ACM Trans. Reconfigurable Technol. Syst."
55+
volume = "19",
56+
pages = "19",
5457
}
5558
5659
Additionally, if you use specific features developed in later papers, please cite those as well. For example, CNNs:

0 commit comments

Comments
 (0)