wi-lab commited on
Commit
7729549
·
verified ·
1 Parent(s): 4410a6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -0
app.py CHANGED
@@ -335,6 +335,26 @@ with gr.Blocks(title="Dataset Distancing Lab") as demo:
335
  - `labels` (optional): `Tensor[N]`
336
  """
337
  )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
338
 
339
  with gr.Row():
340
  with gr.Column(scale=1, min_width=320):
 
335
  - `labels` (optional): `Tensor[N]`
336
  """
337
  )
338
+
339
+ with gr.Accordion("📚 Citation", open=False):
340
+ gr.Markdown(
341
+ """
342
+ If you use this lab or methods in your work, please cite:
343
+
344
+ ```bibtex
345
+ @INPROCEEDINGS{10942657,
346
+ author={Morais, João and Alikhani, Sadjad and Malhotra, Akshay and Hamidi-Rad, Shahab and Alkhateeb, Ahmed},
347
+ booktitle={2024 58th Asilomar Conference on Signals, Systems, and Computers},
348
+ title={A Dataset Similarity Evaluation Framework for Wireless Communications and Sensing},
349
+ year={2024},
350
+ volume={},
351
+ number={},
352
+ pages={1144-1149},
353
+ keywords={Wireless communication;Dimensionality reduction;Adaptation models;Wireless sensor networks;Nearest neighbor methods;Extraterrestrial measurements;Data structures;Distance measurement;Data models;Sensors},
354
+ doi={10.1109/IEEECONF60004.2024.10942657}}
355
+ ```
356
+ """
357
+ )
358
 
359
  with gr.Row():
360
  with gr.Column(scale=1, min_width=320):