nubahador commited on
Commit
3bfc74f
Β·
verified Β·
1 Parent(s): 32d6811

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -3
README.md CHANGED
@@ -1,3 +1,68 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ <div style="display: flex; flex-wrap: wrap; gap: 15px; margin-top: 15px;">
6
+ <div style="flex: 1; min-width: 200px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
7
+ <h4 style="margin-top: 0; color: #5f6368;">πŸ§‘β€πŸ’» Curated by</h4>
8
+ <p>Nooshin Bahador</p>
9
+ </div>
10
+ <div style="flex: 1; min-width: 200px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
11
+ <h4 style="margin-top: 0; color: #5f6368;">πŸ’° Funded by</h4>
12
+ <p>Canadian Neuroanalytics Scholars Program</p>
13
+ </div>
14
+ <div style="flex: 1; min-width: 200px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
15
+ <h4 style="margin-top: 0; color: #5f6368;">πŸ“œ License</h4>
16
+ <p>MIT</p>
17
+ </div>
18
+ </div>
19
+ </div>
20
+
21
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #ea4335;">
22
+ <h2 style="margin-top: 0;">πŸ”— Dataset Sources</h2>
23
+ <div style="display: flex; flex-wrap: wrap; gap: 15px;">
24
+ <div style="flex: 1; min-width: 250px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
25
+ <h4 style="margin-top: 0;">GitHub Repository</h4>
26
+ <p><a href="https://github.com/nbahador/chirp_spectrogram_generator/tree/main">Chirp Spectrogram Generator</a></p>
27
+ </div>
28
+ <div style="flex: 1; min-width: 250px; background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
29
+ <h4 style="margin-top: 0;">Research Paper</h4>
30
+ <p><a href="https://arxiv.org/pdf/2503.22713">ArXiv Publication</a></p>
31
+ </div>
32
+ </div>
33
+ </div>
34
+
35
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #fbbc05;">
36
+ <h2 style="margin-top: 0;">πŸ—‚ Dataset Structure</h2>
37
+ <div style="background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); margin-bottom: 15px;">
38
+ <h4 style="margin-top: 0;">Content Includes:</h4>
39
+ <ul>
40
+ <li>Spectrogram images</li>
41
+ <li>Corresponding labels including chirp parameters and locations</li>
42
+ <li>Metadata about generation parameters</li>
43
+ </ul>
44
+ </div>
45
+
46
+ <div style="background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
47
+ <h4 style="margin-top: 0;">Data Collection and Processing</h4>
48
+ <p>Data was synthetically generated using the provided Python package, with parameters randomly sampled from physiologically relevant ranges.</p>
49
+ <p><strong>Repository:</strong> <a href="https://github.com/nbahador/chirp_spectrogram_generator/tree/main">GitHub Package</a></p>
50
+ </div>
51
+ </div>
52
+
53
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; margin-bottom: 20px; border-left: 4px solid #673ab7;">
54
+ <h2 style="margin-top: 0;">πŸ“„ Citation</h2>
55
+ <div style="background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
56
+ <p>Bahador, N., & Lankarany, M. (2025). Chirp localization via fine-tuned transformer model: A proof-of-concept study. arXiv preprint arXiv:2503.22713. <a href="https://arxiv.org/pdf/2503.22713">[PDF]</a></p>
57
+ </div>
58
+ </div>
59
+
60
+ <div style="background: #f8f9fa; border-radius: 8px; padding: 20px; border-left: 4px solid #00bcd4;">
61
+ <h2 style="margin-top: 0;">ℹ️ More Information</h2>
62
+ <p>For more information and generation code, visit the <a href="https://github.com/nbahador/chirp_spectrogram_generator/tree/main">GitHub repository</a>.</p>
63
+
64
+ <div style="margin-top: 15px; padding-top: 15px; border-top: 1px solid #e0e0e0;">
65
+ <h4 style="margin-bottom: 5px;">Dataset Card Authors</h4>
66
+ <p><a href="https://www.linkedin.com/in/nooshin-bahador-30348950/">Nooshin Bahador</a></p>
67
+ </div>
68
+ </div>