Update README.md
Browse files
README.md
CHANGED
@@ -46,13 +46,17 @@ for ax in fig.axes:
|
|
46 |
## Citation
|
47 |
If you find our work useful, please cite our paper:
|
48 |
```bibtex
|
49 |
-
@
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
|
|
|
|
55 |
}
|
|
|
56 |
```
|
57 |
Please note that the code and model can only be used for academic purpose.
|
58 |
|
|
|
46 |
## Citation
|
47 |
If you find our work useful, please cite our paper:
|
48 |
```bibtex
|
49 |
+
@article{wei2024aiinspired,
|
50 |
+
author={Wei, Jialiang and Courbis, Anne-Lise and Lambolais, Thomas and Dray, Gérard and Maalej, Walid},
|
51 |
+
journal={IEEE Software},
|
52 |
+
title={On AI-Inspired User Interface Design},
|
53 |
+
year={2025},
|
54 |
+
volume={42},
|
55 |
+
number={3},
|
56 |
+
pages={50-58},
|
57 |
+
doi={10.1109/MS.2025.3536838}
|
58 |
}
|
59 |
+
|
60 |
```
|
61 |
Please note that the code and model can only be used for academic purpose.
|
62 |
|