34
34
.container {
35
35
text-align : center;
36
36
}
37
+ pre {
38
+ white-space : pre-wrap; /* Permite que el texto se ajuste */
39
+ text-align : left; /* Alinea el texto a la izquierda */
40
+ margin-left : 0 ; /* Elimina el margen izquierdo */
41
+ padding-left : 0 ; /* Elimina el relleno izquierdo */
42
+ }
37
43
</ style >
38
44
39
45
<!-- head scripts --> </ head >
@@ -92,6 +98,73 @@ <h1 class="title is-2">Spatially Resolved Expression Database</h1>
92
98
93
99
94
100
< div class ="content ">
101
+ <!-- Titulo del paper y todos los nombres -->
102
+ < h1 > Enhancing Gene Expression Prediction from Histology < br > Images with Spatial Transcriptomics Completion</ h1 >
103
+ < p > </ p >
104
+ < div class ="is-size-5 publication-authors ">
105
+ < span class ="author-block ">
106
+ < a href ="https://g27182818.github.io/ "> Gabriel Mejia</ a > < sup > *</ sup > ,</ span >
107
+ < span class ="author-block "> Daniela Ruiz < sup > *</ sup > ,</ span >
108
+ < span class ="author-block "> Paula Cárdenas,
109
+ </ span >
110
+ < span class ="author-block "> Leonardo Manrique,</ span >
111
+ < br >
112
+ < span class ="author-block "> Daniela Vega, </ span >
113
+ < span class ="author-block ">
114
+ < a href ="https://scholar.google.com/citations?user=k0nZO90AAAAJ&hl=en&oi=ao "> Pablo Arbeláez</ a >
115
+ </ span >
116
+ </ div >
117
+ < p > </ p >
118
+ < div class ="is-size-5 publication-authors ">
119
+ < span class ="author-block "> Center for Research and Formation in Artificial Intelligence, < br >
120
+ Universidad de los Andes, Colombia</ span >
121
+ </ div >
122
+ < div class ="is-size-5 publication-authors ">
123
+ < span class ="author-block "> < sup > *</ sup > Denotes equal contribution.</ span >
124
+ </ div >
125
+
126
+ < p > </ p >
127
+
128
+ < div class ="column has-text-centered ">
129
+ < div class ="publication-links ">
130
+ <!-- arXis Link. -->
131
+ < span class ="link-block ">
132
+ < a href ="https://arxiv.org/pdf/2407.13027 "
133
+ class ="external-link button is-normal is-rounded is-dark ">
134
+ < span class ="icon ">
135
+ < i class ="fas fa-file-pdf "> </ i >
136
+ </ span >
137
+ < span > Paper</ span >
138
+ </ a >
139
+ </ span >
140
+
141
+ <!-- Code Link. -->
142
+ < span class ="link-block ">
143
+ < a href ="https://github.com/BCV-Uniandes/SpaRED "
144
+ class ="external-link button is-normal is-rounded is-dark ">
145
+ < span class ="icon ">
146
+ < i class ="fab fa-github "> </ i >
147
+ </ span >
148
+ < span > Code</ span >
149
+ </ a >
150
+ </ span >
151
+
152
+ < span class ="link-block ">
153
+ < a href ="https://spared.readthedocs.io/en/main/api.html "
154
+ class ="external-link button is-normal is-rounded is-dark ">
155
+ < span class ="icon ">
156
+ < i class ="fab fa-readthedocs "> </ i >
157
+ </ span >
158
+ < span > Documentation</ span >
159
+ </ a >
160
+ </ span >
161
+
162
+ </ div >
163
+
164
+ </ div >
165
+
166
+
167
+
95
168
<!-- Enlace a la página de estadísticas generales de datos humanos -->
96
169
< h1 id ="spared-human "> < a href ="./Human_Page/human_data.html "> General SpaRED Statistics in Human Data</ a > </ h1 >
97
170
< img src ="./Main_Plots/human_statistics.png " alt ="General SpaRED statistics in Human Data ">
@@ -102,13 +175,25 @@ <h1 id="spared-mouse"><a href="./Mouse_Page/mouse_data.html">General SpaRED Stat
102
175
</ div >
103
176
104
177
105
- </ div >
106
-
107
- </ div >
178
+ </ div >
108
179
</ div >
109
- </ section >
110
-
111
- < footer class ="footer ">
180
+ </ div >
181
+ </ section >
182
+
183
+ < section class ="section " id ="BibTeX ">
184
+ < div class ="container is-max-desktop content ">
185
+ < h2 class ="title "> Citation</ h2 >
186
+ < pre > < code > @article{mejia2024enhancing,
187
+ title = {Enhancing Gene Expression Prediction from Histology Images with Spatial Transcriptomics Completion},
188
+ author = {Mejia, Gabriel and Ruiz, Daniela and C{\'a}rdenas, Paula and Manrique, Leonardo and Vega, Daniela and Arbel{\'a}ez, Pablo},
189
+ journal = {arXiv preprint arXiv:2407.13027},
190
+ year = {2024}
191
+ }
192
+ </ code > </ pre >
193
+ </ div >
194
+ </ section >
195
+
196
+ < footer class ="footer ">
112
197
< div class ="container ">
113
198
114
199
0 commit comments