Skip to content

Commit cd74363

Browse files
committed
update link to the paper "Minimax Generalized Cross-Entropy"
1 parent 5cd5dc1 commit cd74363

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ References
4949

5050
For more information about the methods available in MRCpy library, one can refer to the following resources:
5151

52-
[1] `Bondugula, K., Mazuelas, S., Pérez, A., & Liu, A. (2026). Minimax Generalized Cross-Entropy. In Proceedings of the International Conference on Artificial Intelligence and Statistics (AISTATS). <https://arxiv.org/abs/2411.07789>`_
52+
[1] `Bondugula, K., Mazuelas, S., Pérez, A., & Liu, A. (2026). Minimax Generalized Cross-Entropy. In Proceedings of the International Conference on Artificial Intelligence and Statistics (AISTATS). <https://arxiv.org/abs/2603.19874>`_
5353

5454
::
5555

_static/custom.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
/* Hide the (1,2,3) back-reference links next to citation labels,
2-
but keep the [N] label visible for singly-cited references.
3-
Multi-cited refs use <span class="fn-backref">(1,2)</span>.
4-
Single-cited refs use <a class="fn-backref">N</a> inside <span class="brackets">. */
1+
/* 1. Remove backreferences */
52
.citation dt span.fn-backref {
6-
display: inline-block;
7-
width: 0;
8-
overflow: hidden;
3+
display: none;
94
}
5+
6+
/* 2. Disable links ONLY in the reference list */
7+
.citation dt a,
8+
.citation dt a * {
9+
pointer-events: none;
10+
cursor: default;
11+
color: inherit;
12+
text-decoration: none;
13+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h2>Documentation outline<a class="headerlink" href="#documentation-outline" tit
225225
<section id="references">
226226
<h2>References<a class="headerlink" href="#references" title="Permalink to this headline"></a></h2>
227227
<p>For more information about the methods available in MRCpy library, one can refer to the following resources:</p>
228-
<p>[1] <a class="reference external" href="https://arxiv.org/abs/2411.07789">Bondugula, K., Mazuelas, S., Pérez, A., &amp; Liu, A. (2026). Minimax Generalized Cross-Entropy. In Proceedings of the International Conference on Artificial Intelligence and Statistics (AISTATS).</a></p>
228+
<p>[1] <a class="reference external" href="https://arxiv.org/abs/2603.19874">Bondugula, K., Mazuelas, S., Pérez, A., &amp; Liu, A. (2026). Minimax Generalized Cross-Entropy. In Proceedings of the International Conference on Artificial Intelligence and Statistics (AISTATS).</a></p>
229229
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="nd">@inproceedings</span><span class="p">{</span><span class="n">BonMazPerLiu</span><span class="p">:</span><span class="mi">26</span><span class="p">,</span>
230230
<span class="n">title</span><span class="o">=</span><span class="p">{</span><span class="n">Minimax</span> <span class="n">Generalized</span> <span class="n">Cross</span><span class="o">-</span><span class="n">Entropy</span><span class="p">},</span>
231231
<span class="n">author</span><span class="o">=</span><span class="p">{</span><span class="n">Bondugula</span><span class="p">,</span> <span class="n">Kartheek</span> <span class="ow">and</span> <span class="n">Mazuelas</span><span class="p">,</span> <span class="n">Santiago</span> <span class="ow">and</span> <span class="n">P</span><span class="p">{</span>\<span class="s1">&#39;e}rez, Aritz and Liu, Anqi},</span>

0 commit comments

Comments
 (0)