We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a257995 commit 84cd405Copy full SHA for 84cd405
layouts/shortcodes/sourcebench/checkout-paper.html
@@ -0,0 +1,9 @@
1
+<div class="p-4 flex w-full items-center justify-center text-center">
2
+ <a href="https://arxiv.org/abs/2602.16942" target="_blank" rel="noopener noreferrer" class="no-underline">
3
+ <button
4
+ class="bg-blue-500 text-white py-4 px-8 border-0 rounded-lg text-lg font-sans cursor-pointer inline-block text-center transition-colors duration-300 hover:bg-blue-700"
5
+ >
6
+ <strong style="color: white;">Read Full Paper</strong>
7
+ </button>
8
+ </a>
9
+</div>
0 commit comments