Skip to content

Commit fa11e04

Browse files
committed
deploy: 4bfff67
1 parent f99d677 commit fa11e04

2 files changed

Lines changed: 78 additions & 1 deletion

File tree

bin/issue_to_bibtex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def fixBadBibFormat(bibString):
2222
item = field.split("=")
2323
if len(item) == 2 and "{" not in item[1]:
2424
item[1] = "{"+item[1]+"}"
25-
fields[i] = "=".join(item)
25+
fields[i+1] = "=".join(item)
2626
return "@"+",".join(fields)+"}"
2727

2828
try:

references/index.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,6 +3100,83 @@ <h2 id="year2026" class="year">2026 <span class="count-stat"></span></h2>
31003100
</div>
31013101

31023102

3103+
</div>
3104+
</li>
3105+
<li><div class="bibtex-entry-container">
3106+
<div>
3107+
<div class="col-md-3 col-sm-12 bibtex-ref-meta hidden">
3108+
<div class="row">
3109+
<div class="col-md-12 ref-label label label-default">
3110+
ZhongEtAl2026b
3111+
</div>
3112+
</div>
3113+
</div>
3114+
3115+
<div class="bibtex-ref-entry">
3116+
<span id="ZhongEtAl2026b">S.-Z. Zhong, Y.-L. Zhao, and Q.-Y. Shu, “A direct PinT algorithm for higher-order nonlinear time-evolution equations,” <i>Applied Numerical Mathematics</i>, vol. 227, pp. 25–41, Sep. 2026, doi: 10.1016/j.apnum.2026.04.006. [Online]. Available at: <a href="http://dx.doi.org/10.1016/j.apnum.2026.04.006" target="_blank">http://dx.doi.org/10.1016/j.apnum.2026.04.006</a></span>
3117+
</div>
3118+
3119+
3120+
<div class="row mt-4">
3121+
<div class="btn-group btn-group-xs btn-group-justified" role="group">
3122+
<div class="btn-group btn-group-xs" role="group">
3123+
3124+
<button class="button" data-toggle="modal" data-target="#modalZhongEtAl2026bBibtex" aria-expanded="false"
3125+
aria-controls="modalZhongEtAl2026bBibtex">
3126+
BibTeX
3127+
</button>
3128+
3129+
</div>
3130+
<div class="btn-group btn-group-xs" role="group">
3131+
3132+
<button class="button" disabled="disabled" data-toggle="modal" data-target="#modalZhongEtAl2026bAbstract"
3133+
aria-expanded="false" aria-controls="modalZhongEtAl2026bAbstract">
3134+
Abstract
3135+
</button>
3136+
3137+
</div>
3138+
</div>
3139+
</div>
3140+
</div>
3141+
3142+
<div class="modal" id="modalZhongEtAl2026bBibtex" tabindex="-1" role="dialog"
3143+
aria-labelledby="modalZhongEtAl2026bBibtexTitle" aria-hidden="true">
3144+
<div class="modal-background">
3145+
<div class="modal-card">
3146+
<div class="modal-content">
3147+
<header class="modal-card-head">
3148+
<div class="modal-card-head-content">
3149+
<div>
3150+
<p class="modal-card-title" id="modalZhongEtAl2026bBibtexTitle">
3151+
BibTeX entry <code>ZhongEtAl2026b</code>
3152+
</p>
3153+
</div>
3154+
<button type="button" class="delete" data-dismiss="modal" aria-label="Close"><span
3155+
aria-hidden="true">&times;</span></button>
3156+
</div>
3157+
</header>
3158+
<section class="modal-card-body">
3159+
<pre class="abstract">@article{ZhongEtAl2026b,
3160+
author = {Zhong, Shun-Zhi and Zhao, Yong-Liang and Shu, Qian-Yu},
3161+
doi = {10.1016/j.apnum.2026.04.006},
3162+
issn = {0168-9274},
3163+
journal = {Applied Numerical Mathematics},
3164+
month = sep,
3165+
pages = {25–41},
3166+
publisher = {Elsevier BV},
3167+
title = {A direct PinT algorithm for higher-order nonlinear time-evolution equations},
3168+
url = {http://dx.doi.org/10.1016/j.apnum.2026.04.006},
3169+
volume = {227},
3170+
year = {2026}
3171+
}
3172+
</pre>
3173+
</section>
3174+
</div>
3175+
</div>
3176+
</div>
3177+
</div>
3178+
3179+
31033180
</div>
31043181
</li>
31053182
<li><div class="bibtex-entry-container">

0 commit comments

Comments
 (0)