|
12 | 12 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"> |
13 | 13 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
14 | 14 |
|
| 15 | + <script src="https://kit.fontawesome.com/fff5b27ec1.js" crossorigin="anonymous"></script> |
| 16 | + |
15 | 17 | <!-- Custom CSS --> |
16 | 18 | <link rel="stylesheet" href="static/css/index.css"> |
17 | 19 | </head> |
@@ -71,28 +73,36 @@ <h1 class="title is-1 publication-title"> |
71 | 73 | <span class="author-block"><sup>†</sup>Equal Contribution</span> |
72 | 74 | </div> |
73 | 75 |
|
74 | | - <div class="publication-links auto-collapse mt-5"> |
75 | | - <!-- Paper Link. --> |
76 | | - <span class="link-block"> |
77 | | - <a href="javascript:void(0)" class="external-link button is-normal is-rounded is-dark"> |
78 | | - <span class="icon"><i class="fas fa-file-pdf"></i></span> |
79 | | - <span>Paper</span> |
80 | | - </a> |
81 | | - </span> |
82 | | - <!-- Code Link. --> |
83 | | - <span class="link-block"> |
84 | | - <a href="https://github.com/BurhaanRasheedZargar/Bolbosh" target="_blank" class="external-link button is-normal is-rounded is-dark"> |
85 | | - <span class="icon"><i class="fab fa-github"></i></span> |
86 | | - <span>Code</span> |
87 | | - </a> |
88 | | - </span> |
89 | | - <!-- Demo Link. --> |
90 | | - <span class="link-block"> |
91 | | - <a href="#demo" class="external-link button is-normal is-rounded is-dark"> |
92 | | - <span class="icon"><i class="fas fa-headphones"></i></span> |
93 | | - <span>Audio Samples</span> |
94 | | - </a> |
95 | | - </span> |
| 76 | + <div class="column has-text-centered"> |
| 77 | + <div class="publication-links auto-collapse mt-5"> |
| 78 | + <!-- Paper Link. --> |
| 79 | + <span class="link-block"> |
| 80 | + <a href="javascript:void(0)" class="external-link button is-normal is-rounded is-dark"> |
| 81 | + <span class="icon"> |
| 82 | + <i class="fas fa-file-pdf"></i> |
| 83 | + </span> |
| 84 | + <span>Paper</span> |
| 85 | + </a> |
| 86 | + </span> |
| 87 | + <!-- Code Link. --> |
| 88 | + <span class="link-block"> |
| 89 | + <a href="https://github.com/gaash-lab/Bolbosh" target="_blank" class="external-link button is-normal is-rounded is-dark"> |
| 90 | + <span class="icon"> |
| 91 | + <i class="fab fa-github"></i> |
| 92 | + </span> |
| 93 | + <span>Code</span> |
| 94 | + </a> |
| 95 | + </span> |
| 96 | + <!-- Demo Link. --> |
| 97 | + <span class="link-block"> |
| 98 | + <a href="#demo" class="external-link button is-normal is-rounded is-dark"> |
| 99 | + <span class="icon"> |
| 100 | + <i class="fas fa-headphones"></i> |
| 101 | + </span> |
| 102 | + <span>Audio Samples</span> |
| 103 | + </a> |
| 104 | + </span> |
| 105 | + </div> |
96 | 106 | </div> |
97 | 107 | </div> |
98 | 108 | </div> |
@@ -248,7 +258,7 @@ <h2 class="title section-title">BibTeX</h2> |
248 | 258 | title={Bolbosh: A Multi-Speaker Text-to-Speech System for Kashmiri}, |
249 | 259 | author={Ashraf, Tajamul and Zargar, Burhaan Rasheed and Muizz, Saeed Abdul and Mushtaq, Ifrah and Mehdi, Nazima and Gillani, Iqra Altaf and Kak, Aadil Amin and Bashir, Janibul}, |
250 | 260 | year={2026}, |
251 | | - howpublished={\url{https://github.com/BurhaanRasheedZargar/Bolbosh}}, |
| 261 | + howpublished={\url{https://github.com/gaash-lab/Bolbosh}}, |
252 | 262 | }</code></pre> |
253 | 263 | </div> |
254 | 264 | </section> |
|
0 commit comments