Skip to content

Commit 22b8e86

Browse files
committed
HTML tests png working
1 parent 07e1326 commit 22b8e86

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

templates/description.html

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
<h3>Citing</h3>
2-
<p>If you would like to cite the Boxi benchmark and GrandTour dataset, please use the following BibTeX entry:</p>
2+
<p>If you would like to cite the GrandTour Dataset and Boxi benchmark, please copy the following BibTeX entry:</p>
33

4-
<pre style="background:#f8f8f8; border:1px solid #ccc; padding:12px; font-family:monospace; font-size:14px; overflow-x:auto;">
4+
<textarea readonly
5+
style="
6+
width:100%;
7+
max-width:700px;
8+
height:180px;
9+
background:#f8f8f8;
10+
border:1px solid #ccc;
11+
padding:10px;
12+
font-family:monospace;
13+
font-size:14px;
14+
line-height:1.4;
15+
overflow:auto;
16+
resize:vertical;
17+
">
518
@INPROCEEDINGS{Tuna-Frey-RSS-25,
619
AUTHOR = {Jonas Frey AND Turcan Tuna AND Lanke Frank Tarimo Fu AND Cedric Weibel AND Katharine Patterson AND Benjamin Krummenacher AND Matthias Müller AND Julian Nubert AND Maurice Fallon AND Cesar Cadena AND Marco Hutter},
720
TITLE = {{Boxi: Design Decisions in the Context of Algorithmic Performance for Robotics}},
@@ -10,4 +23,4 @@ <h3>Citing</h3>
1023
ADDRESS = {Los Angeles, United States},
1124
MONTH = {July}
1225
}
13-
</pre>
26+
</textarea>

0 commit comments

Comments
 (0)