waterfall109 commited on
Commit
2332ef9
·
verified ·
1 Parent(s): b759a0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -17,7 +17,7 @@ metrics:
17
 
18
  # FRTSearch: Fast Radio Transient Search
19
 
20
- [![Paper](https://img.shields.io/badge/Paper-AASTeX-blue.svg)](https://doi.org/10.57760/sciencedb.Fastro.00038) [![Dataset](https://img.shields.io/badge/Dataset-CRAFTS--FRT-yellow.svg)](https://doi.org/10.57760/sciencedb.Fastro.00038) [![GitHub](https://img.shields.io/badge/GitHub-FRTSearch-black.svg)](https://github.com/BinZhang109/FRTSearch)
21
 
22
  **FRTSearch** is an end-to-end deep learning framework for detecting and characterizing Fast Radio Transients (FRTs), including: **Pulsars**, **Rotating Radio Transients (RRATs)** and **Fast Radio Bursts (FRBs)**.
23
 
@@ -56,10 +56,18 @@ This repository includes 5 test samples from 2 different telescopes to demonstra
56
  ## CITATION
57
 
58
  ```bibtex
59
- @article{zhang2026frtsearch,
60
- title={FRTSearch: Unified Detection and Parameter Inference of Fast Radio Transients using Instance Segmentation},
61
- author={Zhang, Bin and Wang, Yabiao and Xie, Xiaoyao et al.},
62
- year={2026}
 
 
 
 
 
 
 
 
63
  }
64
  ```
65
 
 
17
 
18
  # FRTSearch: Fast Radio Transient Search
19
 
20
+ [![Paper](https://img.shields.io/badge/Paper-AASTeX-blue.svg)](https://iopscience.iop.org/article/10.3847/1538-4365/ae5e76) [![Dataset](https://img.shields.io/badge/Dataset-CRAFTS--FRT-yellow.svg)](https://doi.org/10.57760/sciencedb.Fastro.00038) [![GitHub](https://img.shields.io/badge/GitHub-FRTSearch-black.svg)](https://github.com/BinZhang109/FRTSearch)
21
 
22
  **FRTSearch** is an end-to-end deep learning framework for detecting and characterizing Fast Radio Transients (FRTs), including: **Pulsars**, **Rotating Radio Transients (RRATs)** and **Fast Radio Bursts (FRBs)**.
23
 
 
56
  ## CITATION
57
 
58
  ```bibtex
59
+ @article{Zhang_2026,
60
+ doi = {10.3847/1538-4365/ae5e76},
61
+ url = {https://doi.org/10.3847/1538-4365/ae5e76},
62
+ year = {2026},
63
+ month = {may},
64
+ publisher = {The American Astronomical Society},
65
+ volume = {284},
66
+ number = {2},
67
+ pages = {58},
68
+ author = {Zhang, Bin and Wang, Yabiao and Xie, Xiaoyao and You, Shanping and Yu, Xuhong and Li, Qiuhua and Li, Hongwei and Du, Shaowen and Miao, Chenchen and Zhou, Dengke and Fang, Jianhua and Wu, Jiafu and Wang, Pei and Li, Di},
69
+ title = {FRTSearch: Unified Detection and Parameter Inference of Fast Radio Transients Using Instance Segmentation},
70
+ journal = {The Astrophysical Journal Supplement Series},
71
  }
72
  ```
73