bzhai / Ubi-SleepNet

Three-stage sleep classification
MIT License
20 stars 2 forks source link

Reference format typos #3

Closed angerhang closed 1 year ago

angerhang commented 1 year ago

Thanks for sharing the codebase. Think there is a typo in your reference format. It might be a good idea to update that ;D

  title={Ubi-SleepNet: Advanced Multimodal Fusion Techniques for Three-stage Sleep Classification Using Ubiquitous Sensing},
  author={Zhai, Bing and Guan, Yu and Catt, Michael and Pl{\"o}tz, Thomas},
  journal={Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies},
  volume={5},
  number={4},
  pages={1--33},
  year={2021},
  publisher={ACM New York, NY, USA}
}```
bzhai commented 1 year ago

Thank you so much for pointing out this, I have updated the citation accordingly.

angerhang commented 1 year ago

Thanks for the quick response. However, it still seems to be wrong in the README file?

author = {Zhai, Bing and Guan, Yu and Catt, Michael and Pl\"{o}tz, Thomas},
title = {Ubi-SleepNet: Advanced Multimodal Fusion Techniques for Three-Stage Sleep Classification Using Ubiquitous Sensing},
year = {2022},
issue_date = {Dec 2021},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {5},
number = {4},
url = {https://doi.org/10.1145/3494961},
doi = {10.1145/3494961},
journal = {Proc. ACM Interact. Mob. Wearable Ubiquitous Technol.},
month = {dec},
articleno = {191},
numpages = {33},
keywords = {Multimodal Fusion, Wearable, Neural Networks, Sleep Monitoring, Apple Watch, Deep Learning, Three Sleep Stages, MESA, Heart Rate Variability, Heart Rate, Ubiquitous Sensing}
}```

A well formed bibtex entry should look like the below?

@article{tamaki2005examination,
    title={Examination of the first-night effect during the sleep-onset period},
    author={Tamaki, Masako and Nittono, Hiroshi and Hayashi, Mitsuo and Hori, Tadao},
    journal={Sleep},
    volume={28},
    number={2},
    pages={195--202},
    year={2005},
    publisher={Oxford University Press}
}