Skip to content

Commit c7e08c7

Browse files
committed
Added citation and papers names in index.html
1 parent d86ae64 commit c7e08c7

File tree

2 files changed

+182
-12
lines changed

2 files changed

+182
-12
lines changed

Diff for: _site/index.html

+91-6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
.container {
3535
text-align: center;
3636
}
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+
}
3743
</style>
3844

3945
<!-- head scripts --></head>
@@ -92,6 +98,73 @@ <h1 class="title is-2">Spatially Resolved Expression Database</h1>
9298

9399

94100
<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+
95168
<!-- Enlace a la página de estadísticas generales de datos humanos -->
96169
<h1 id="spared-human"><a href="./Human_Page/human_data.html">General SpaRED Statistics in Human Data</a></h1>
97170
<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
102175
</div>
103176

104177

105-
</div>
106-
107-
</div>
178+
</div>
108179
</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">
112197
<div class="container">
113198

114199

Diff for: index.html

+91-6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
.container {
3535
text-align: center;
3636
}
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+
}
3743
</style>
3844

3945
<!-- head scripts --></head>
@@ -92,6 +98,73 @@ <h1 class="title is-2">Spatially Resolved Expression Database</h1>
9298

9399

94100
<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+
95168
<!-- Enlace a la página de estadísticas generales de datos humanos -->
96169
<h1 id="spared-human"><a href="./Human_Page/human_data.html">General SpaRED Statistics in Human Data</a></h1>
97170
<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
102175
</div>
103176

104177

105-
</div>
106-
107-
</div>
178+
</div>
108179
</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">
112197
<div class="container">
113198

114199

0 commit comments

Comments
 (0)