Skip to content

Commit 6b5aecd

Browse files
committed
For HTML test and add colorama back
1 parent 141ba6c commit 6b5aecd

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

templates/terms_and_conditions.html

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,53 @@
1-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Citing - Argoverse 2</title>
6+
<style>
7+
body {
8+
font-family: Arial, sans-serif;
9+
margin: 2rem;
10+
}
11+
.citation {
12+
background-color: #f9f9f9;
13+
border: 1px solid #ddd;
14+
padding: 1rem;
15+
margin-top: 1rem;
16+
overflow-x: auto;
17+
white-space: pre;
18+
font-family: monospace;
19+
}
20+
h2 {
21+
color: #333;
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
27+
<h2>Citing</h2>
28+
<p>If you enjoyed the challenge or cite the results in your work, we kindly ask you to cite our work that allowed us to bring the data and challenge to you.:</p>
29+
30+
<div class="citation">
31+
@INPROCEEDINGS{Tuna-Frey-RSS-25,<br>
32+
&nbsp;&nbsp;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},<br>
33+
&nbsp;&nbsp;TITLE = {{Boxi: Design Decisions in the Context of Algorithmic Performance for Robotics}},<br>
34+
&nbsp;&nbsp;BOOKTITLE = {Proceedings of Robotics: Science and Systems},<br>
35+
&nbsp;&nbsp;YEAR = {2025},<br>
36+
&nbsp;&nbsp;ADDRESS = {Los Angeles, United States},<br>
37+
&nbsp;&nbsp;MONTH = {July}<br>
38+
}
39+
</div>
40+
41+
<div class="citation">
42+
@INPROCEEDINGS{Tuna-Frey-IJRR-25,<br>
43+
&nbsp;&nbsp;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},<br>
44+
&nbsp;&nbsp;TITLE = {{Boxi: Design Decisions in the Context of Algorithmic Performance for Robotics}},<br>
45+
&nbsp;&nbsp;BOOKTITLE = {IJRR wil lbe updated},<br>
46+
&nbsp;&nbsp;YEAR = {2025},<br>
47+
&nbsp;&nbsp;ADDRESS = {Los Angeles, United States},<br>
48+
&nbsp;&nbsp;MONTH = {July}<br>
49+
}
50+
</div>
51+
52+
</body>
53+
</html>

0 commit comments

Comments
 (0)