-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
547 lines (475 loc) · 24.4 KB
/
publications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Travis Scrimshaw's publications">
<meta name="author" content="Travis Scrimshaw">
<meta name="keywords" content="Travis Scrimshaw, Research, Mathematics, Combinatorics, Representation Theory, Hokkaido University">
<! -- Mathjax -->
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<link rel="stylesheet" href="main.css">
<script>
function clear() {
var ids = ["all", "published", "preprints"];
for(i=0; i<ids.length; i++)
document.getElementById(ids[i]).classList.remove("active");
}
function show(num) {
switch(num) {
case 0: // Set all to be displayed
clear();
document.getElementById("all").classList.add("active");
var preprints = document.getElementsByClassName("preprint");
var pubs = document.getElementsByClassName("publication");
for(i=0; i<preprints.length; i++)
preprints[i].style.display = "list-item";
for(i=0; i<pubs.length; i++)
pubs[i].style.display = "list-item";
break;
case 1: // Set only published to be displayed
clear();
document.getElementById("published").classList.add("active");
var preprints = document.getElementsByClassName("preprint");
var pubs = document.getElementsByClassName("publication");
for(i=0; i<preprints.length; i++)
preprints[i].style.display = "none";
for(i=0; i<pubs.length; i++)
pubs[i].style.display = "list-item";
break;
case 2: // Set only preprints to be displayed
clear();
document.getElementById("preprints").classList.add("active");
var preprints = document.getElementsByClassName("preprint");
var pubs = document.getElementsByClassName("publication");
for(i=0; i<preprints.length; i++)
preprints[i].style.display = "list-item";
for(i=0; i<pubs.length; i++)
pubs[i].style.display = "none";
break;
}
}
</script>
<title>Travis Scrimshaw: Publications</title>
</head>
<body id="publications">
<header>
<h1>Publications</h1>
</header>
<nav>
<ul>
<li><a href="https://tscrim.github.io/">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a class="active" href="#publications">Publications</a></li>
<li style="float:right" class="dropdown">
<a href="javascript:void(0)" class="dropbtn">Links</a>
<div class="dropdown-content">
<a href="https://arxiv.org/">arXiv</a>
<a href="http://www.sagemath.org/">SageMath</a>
<a href="http://www.findstat.org/">FindStat</a>
<a href="https://oeis.org/">OEIS</a>
</div>
</li>
<li style="float:right">
<a href="https://scholar.google.com/citations?hl=en&user=5-M3BPAAAAAJ">
<img alt="Google scholar logo" src="scholar_24x24.png"
width="24" height="24" style="position:relative;bottom:-2px;"/></a>
</li>
<li style="float:right">
<a href="https://orcid.org/0000-0003-0326-4442">
<img alt="ORCID logo" src="orcid_24x24.png"
width="24" height="24" style="position:relative;bottom:-2px;"/></a>
</li>
<li style="float:right">
<a href="https://arxiv.org/a/scrimshaw_t_1.html">
<img alt="arXiv logo" src="arxiv-logomark-small.svg"
width="24" height="24" style="position:relative;bottom:-2px;"/></a>
</li>
</ul>
</nav>
<main>
<ul class="selector">
<li id="all" onclick="show(0)" class="active">All</li>
<li id="published" onclick="show(1)">Published</li>
<li id="preprints" onclick="show(2)">Preprints</li>
</ul>
<ol class="publications-list">
<li class="publication">
With <a href="http://hep.spbu.ru/index.php/en/1-nazarov">Anton Nazarov</a>
and <a href="https://www.pdmi.ras.ru/pdmi/en/staff/olga-postnova">Olga Postnova</a>:
<i>Skew Howe duality and limit shapes of Young diagrams</i>.
J. Lond. Math. Soc., <b>109</b>(1) (2024) e12813.</br>
[<a href="https://doi.org/10.1112/jlms.12813">doi: 10.1112/jlms.12813</a>]
[<a href="https://arxiv.org/abs/2111.12426">arXiv</a>]
</li>
<li class="preprint">
With <a href="http://virtualmath1.stanford.edu/~bump/">Daniel Bump</a>
and <a href="https://andyhardt.github.io/index.html">Andrew Hardt</a>:
<i>Factorial Fock free fermions</i>.
Preprint, (2024).</br>
[<a href="https://arxiv.org/abs/2410.06582">arXiv</a>]
</li>
<li class="preprint">
With <a href="https://www.math.uwaterloo.ca/~omandels/">Olya Mandelshtam</a>:
<i>Twisted multiline queues for the steady states of TASEP and TAZRP</i>.
Preprint, (2024).</br>
[<a href="https://arxiv.org/abs/2410.21781">arXiv</a>]
</li>
<li class="preprint">
With <a href="http://webpark1739.sakura.ne.jp/atsuo/indexLP.html">Atsuo Kuniba</a>
and <a href="http://www.sci.osaka-cu.ac.jp/~okado/index-e.html">Masato Okado</a>:
<i>A strange five vertex model and multispecies ASEP on a ring</i>.
Preprint, (2024).</br>
[<a href="https://arxiv.org/abs/2408.12092">arXiv</a>]
</li>
<li class="preprint">
With <a href="https://sites.google.com/view/danbetea/">Dan Betea</a>,
<a href="http://hep.spbu.ru/index.php/en/1-nazarov">Anton Nazarov</a>,
and <a href="https://bimsa.net/people/nikitin/">Pavel Nikitin</a>:
<i>Limit shapes and fluctuations for \((GL_n, GL_k)\) skew Howe duality</i>.
Preprint, (2024).</br>
[<a href="https://arxiv.org/abs/2408.11419 ">arXiv</a>]
</li>
<li class="publication">
<i>Cellular subalgebras of the partition algebra</i>.
J. Combin. Algebra, <b>8</b>(1/2) (2024) pp. 147–207.</br>
[<a href="https://doi.org/10.4171/JCA/84">doi: 10.4171/JCA/84</a>]
[<a href="https://arxiv.org/abs/2211.08746">arXiv</a>]
</li>
<li class="publication">
With <a href="https://profiles.stanford.edu/willieab">Willie Aboumrad</a>:
<i>On the structure and representation theory of \(q\)-deformed Clifford algebras</i>.
Math. Z., <b>306</b> (2024), article 10.</br>
[<a href="https://doi.org/10.1007/s00209-023-03402-7">doi: 10.1007/s00209-023-03402-7</a>]
[<a href="https://arxiv.org/abs/2212.02925">arXiv</a>]
</li>
<li class="publication">
With <a href="https://researchmap.jp/siwao?lang=en">Shinsuke Iwao</a>
and <a href="https://sites.google.com/site/motegikohei/home">Kohei Motegi</a>:
<i>Free-fermions and canonical Grothendieck polynomials</i>.
Algebraic Combin., <b>7</b>(1) (2024) pp. 245–274.</br>
[<a href="https://doi.org/10.5802/alco.332">doi: 10.5802/alco.332</a>]
[<a href="https://arxiv.org/abs/2211.05002">arXiv</a>]
</li>
<li class="publication">
With Ajeeth Gunna:
<i>Integrable systems and crystals for edge labeled tableaux</i>.
J. Algebra, <b>644</b> (2024) pp. 152–190. </br>
[<a href="https://doi.org/10.1016/j.jalgebra.2023.12.031">doi: 10.1016/j.jalgebra.2023.12.031</a>]
[<a href="https://arxiv.org/abs/2202.06004">arXiv</a>]
</li>
<li class="preprint">
With <a href="https://researchmap.jp/siwao?lang=en">Shinsuke Iwao</a>
and <a href="https://sites.google.com/site/motegikohei/home">Kohei Motegi</a>:
<i>Free fermionic probability theory and K-theoretic Schubert calculus</i>.
Preprint, (2023).</br>
[<a href="https://arxiv.org/abs/2311.01116">arXiv</a>]
</li>
<li class="preprint">
With <a href="https://www.math.hkust.edu.hk/~emarberg/">Eric Marberg</a>:
<i>Crystals for shifted key polynomials</i>.
Preprint, (2023).</br>
[<a href="https://arxiv.org/abs/2306.00336">arXiv</a>]
</li>
<li class="preprint">
With <a href="https://www.math.hkust.edu.hk/~emarberg/">Eric Marberg</a>:
<i>Key and Lascoux polynomials for symmetric orbit closures</i>.
Preprint, (2023).</br>
[<a href="https://arxiv.org/abs/2302.04226">arXiv</a>]
</li>
<li class="publication">
With <a href="https://buciumas.github.io/">Valentin Buciumas</a>:
<i>Quasi-solvable lattice models for \(\mathrm{Sp}_{2n}\) and \(\mathrm{SO}_{2n+1}\) Demazure atoms and characters</i>.
Forum Math. Sigma, <b>10</b> (2022) e53.</br>
[<a href="https://doi.org/10.1017/fms.2022.49">doi: 10.1017/fms.2022.49</a>]
[<a href="https://arxiv.org/abs/2101.08907">arXiv</a>]
</li>
<li class="publication">
With <a href="https://www.math.uwaterloo.ca/~opecheni/">Oliver Pechenik</a>:
<i>K-theoretic crystals for set-valued tableaux of rectangular shapes</i>.
Algebraic Combin., <b>5</b>(3) (2022), pp. 515–536.</br>
[<a href="https://doi.org/10.5802/alco.221">doi: 10.5802/alco.221</a>]
[<a href="https://arxiv.org/abs/1904.09674">arXiv</a>]
</li>
<li class="publication">
With <a href="http://people.cst.cmich.edu/salis1bt/">Ben Salisbury</a>:
<i>Candidate for the crystal \(B(-\infty)\) for the queer Lie superalgebra</i>.
Kyoto J. Math., <b>62</b>(2) (2022) pp. 377–401. </br>
[<a href="https://doi.org/10.1215/21562261-2022-0010">doi: 10.1215/21562261-2022-0010</a>]
[<a href="https://arxiv.org/abs/1903.03236">arXiv</a>]
</li>
<li class="publication">
With <a href="https://rekhabiswal.github.io/">Rekha Biswal</a>:
<i>Kirillov–Reshetikhin crystals \(B^{7,s}\) for type \(E_7^{(1)}\)</i>.
Comm. Algebra, <b>50</b>(2) (2022) pp. 508–523. </br>
[<a href="https://doi.org/10.1080/00927872.2021.1959923">doi: 10.1080/00927872.2021.1959923</a>]
[<a href="https://arxiv.org/abs/1901.00182">arXiv</a>]
</li>
<li class="preprint">
With <a href="https://www-users.cse.umn.edu/~brubaker/">Ben Brubaker</a>,
<a href="https://sites.google.com/site/pylyavskyy/">Pavlo Pylyavskyy</a>,
and <a href="https://sites.google.com/a/umich.edu/gfrieden/">Gabriel Frieden</a>:
<i>Crystal invariant theory II: Pseudo-energies</i>. Preprint, (2022).</br>
[<a href="https://arxiv.org/abs/2205.12681">arXiv</a>]
</li>
<li class="publication">
With Cara Monical and <a href="https://www.math.uwaterloo.ca/~opecheni/">Oliver Pechenik</a>:
<i>Crystal structures for symmetric Grothendieck polynomials</i>.
Transform. Groups, <b>26</b>(3) (2021) pp. 1025–1075</br>
[<a href="https://doi.org/10.1007/s00031-020-09623-y">doi: 10.1007/s00031-020-09623-y</a>]
[<a href="https://arxiv.org/abs/1807.03294">arXiv</a>]
</li>
<li class="publication">
With <a href="http://people.cst.cmich.edu/salis1bt/">Ben Salisbury</a>:
<i>Rigged configurations and the \(\ast\)-involution for generalized Kac–Moody algebras</i>.
J. Algebra, <b>573</b> (2021) pp. 148–168. </br>
[<a href="https://doi.org/10.1016/j.jalgebra.2020.12.035">doi: 10.1016/j.jalgebra.2020.12.035</a>]
[<a href="https://arxiv.org/abs/1812.07746">arXiv</a>]
</li>
<li class="publication">
With <a href="http://web.tuat.ac.jp/~naoik/">Katsuyuki Naoi</a>:
<i>Existence of Kirillov–Reshetikhin crystals for near adjoint nodes in exceptional types</i>.
J. Pure Appl. Algebra, <b>225</b>(5) (2021) 106593.</br>
[<a href="https://doi.org/10.1016/j.jpaa.2020.106593">doi: 10.1016/j.jpaa.2020.106593</a>]
[<a href="https://arxiv.org/abs/1903.11681">arXiv</a>]
</li>
<li class="publication">
With <a href="https://sites.google.com/site/meeseongim/">Mee Seong Im</a>:
<i>The regularity of almost-commuting partial Grothendieck–Springer resolutions and parabolic analogs of Calogero–Moser varieties</i>.
J. Lie Theory, <b>31</b>(1) (2021) pp. 127–148. </br>
[<a href="https://arxiv.org/abs/1812.02283">arXiv</a>]
</li>
<li class="preprint">
With <a href="https://www-users.cse.umn.edu/~brubaker/">Ben Brubaker</a>,
<a href="https://sites.google.com/site/pylyavskyy/">Pavlo Pylyavskyy</a>,
and <a href="https://sites.google.com/a/umich.edu/gfrieden/">Gabriel Frieden</a>:
<i>Crystal invariant theory I: Geometric RSK</i>.
Preprint, (2021).</br>
[<a href="https://arxiv.org/abs/2112.00524">arXiv</a>]
</li>
<li class="preprint">
Appendix to:
<i>Smooth locus of twisted affine Schubert varieties and twisted affine Demazure modules</i>
by Marc Besson and <a href="https://hong.web.unc.edu/">Jiuzu Hong<a/>.
Preprint, (2021).</br>
[<a href="https://arxiv.org/abs/2010.11357">arXiv</a>]
</li>
<li class="publication">
<i>Uniform description of the rigged configuration bijection</i>.
Selecta Math. (N.S.), <b>26</b>(42) (2020).</br>
[<a href="https://doi.org/10.1007/s00029-020-00564-8">doi: 10.1007/s00029-020-00564-8</a>]
[<a href="https://arxiv.org/abs/1703.08945">arXiv</a>]
[<a href="https://rdcu.be/b41Ii">view-only</a>]
</li>
<li class="publication">
With <a href="https://buciumas.github.io/">Valentin Buciumas</a>:
<i>Double Grothendieck polynomials and colored lattice models</i>.
Int. Math. Res. Not. IMRN., rnaa327 (2020).</br>
[<a href="https://doi.org/10.1093/imrn/rnaa327">doi: 10.1093/imrn/rnaa327</a>]
[<a href="https://arxiv.org/abs/2007.04533">arXiv</a>]
</li>
<li class="publication">
With <a href="https://buciumas.github.io/">Valentin Buciumas</a> and <a href="https://math.umn.edu/directory/katherine-katy-weber">Katherine Weber</a>:
<i>Colored five-vertex models and Lascoux polynomials and atoms</i>.
J. Lond. Math. Soc., <b>102</b>(3) (2020) pp. 1047–1066.</br>
[<a href="https://doi.org/10.1112/jlms.12347">doi: 10.1112/jlms.12347</a>]
[<a href="https://arxiv.org/abs/1908.07364">arXiv</a>]
</li>
<li class="publication">
With Erik Aas and <a href="http://www.cip.ifi.lmu.de/~grinberg/">Darij Grinberg</a>:
<i>Multiline queues with spectral parameters</i>.
Comm. Math. Phys., <b>374</b>(3) (2020) pp. 1743–1786.</br>
[<a href="https://doi.org/10.1007/s00220-020-03694-4">doi: 10.1007/s00220-020-03694-4</a>]
[<a href="https://arxiv.org/abs/1810.08157">arXiv</a>]
[<a href="https://rdcu.be/b1rU1">view-only</a>]
</li>
<li class="publication">
With <a href="http://guests.mpim-bonn.mpg.de/hawkes/">Graham Hawkes</a>:
<i>Crystal structures for canonical Grothendieck functions</i>.
Algebraic Combin., <b>3</b>(3) (2020) pp. 727–755.</br>
[<a href="https://doi.org/10.5802/alco.111">doi: 10.5802/alco.111</a>] [<a href="https://arxiv.org/abs/1907.11415">arXiv</a>]
</li>
<li class="publication">
With <a href="https://rekhabiswal.github.io/">Rekha Biswal</a>:
<i>Existence of Kirillov–Reshetikhin crystals for multiplicity free nodes</i>.
Publ. Res. Inst. Math. Sci., <b>56</b>(4) (2020) pp. 761–778.</br>
[<a href="https://doi.org/10.4171/PRIMS/56-4-4">doi: 10.4171/PRIMS/56-4-4</a>]
[<a href="http://arxiv.org/abs/1902.00769">arXiv</a>]
</li>
<li class="publication">
With <a href="https://egunawan.github.io/">Emily Gunawan</a>:
<i>Kirillov–Reshetikhin crystals \(B^{1,s}\) for \(\widehat{\mathfrak{sl}}_n\) using Nakajima monomials</i>.
Algebr. Represent. Theory, <b>23</b>(4) (2020) pp. 1609–1635.</br>
[<a href="https://doi.org/10.1007/s10468-019-09904-5">doi: 10.1007/s10468-019-09904-5</a>]
[<a href="https://arxiv.org/abs/1610.09224">arXiv</a>]
[<a href="https://rdcu.be/bHf3b">view-only</a>]
</li>
<li class="preprint">
With <a href="https://sites.google.com/site/motegikohei/home">Kohei Motegi</a>:
<i>Refined dual Grothendieck polynomials, integrability, and the Schur measure</i>.
Preprint, (2020).</br>
[<a href="https://arxiv.org/abs/2012.15011">arXiv</a>]
</li>
<li class="publication">
With <a href="https://sites.google.com/site/mathsejinoh/">Se-jin Oh</a>:
<i>Categorical relations between Langlands dual quantum affine algebras: Exceptional cases</i>.
Comm. Math. Phys., <b>368</b>(1) (2019) pp. 295–367.</br>
[<a href="https://doi.org/10.1007/s00220-019-03287-w">doi: 10.1007/s00220-019-03287-w</a>]
[<a href="https://arxiv.org/abs/1802.09253">arXiv</a>]
[<a href="https://rdcu.be/bo0JU">view-only</a>]
</li>
<li class="publication">
With <a href="https://sites.google.com/ncsu.edu/xliu65/home">Xuan Liu</a>:
<i>A uniform approach to soliton cellular automata using rigged configurations</i>. Ann. Henri Poincaré, <b>20</b>(4) (2019) pp. 1175–1215.</br>
[<a href="https://doi.org/10.1007/s00023-019-00773-8">doi: 10.1007/s00023-019-00773-8</a>]
[<a href="https://arxiv.org/abs/1706.02443">arXiv</a>]
[<a href="https://rdcu.be/bqAXK">view-only</a>]
<a href="SCA.sage">SageMath code</a>
</li>
<li class="publication">
With <a href="https://www.albany.edu/~lenart/">Cristian Lenart</a>:
<i>On higher level Kirillov–Reshetikhin crystals, Demazure crystals, and related uniform models</i>.
J. Algebra, <b>539</b> (2019), pp. 285–304.</br>
[<a href="https://doi.org/10.1016/j.jalgebra.2019.07.036">doi: 10.1016/j.jalgebra.2019.07.036</a>]
[<a href="https://arxiv.org/abs/1809.02908">arXiv</a>]
</li>
<li class="publication">
With Arthur Lubovsky:
<i>Alcove path model for \(B(\infty)\)</i>.
J. Pure Appl. Algebra, <b>223</b>(11) (2019), pp. 4778–4800.</br>
[<a href="https://doi.org/10.1016/j.jpaa.2019.02.015">doi: 10.1016/j.jpaa.2019.02.015</a>]
[<a href="https://arxiv.org/abs/1611.09618">arXiv</a>]
</li>
<li class="publication">
With <a href="http://www.unk.edu/academics/math/faculty-staff/dr-jia-huang.php">Jia Huang</a> and <a href="https://www.math.ucsd.edu/~bprhoades/">Brendon Rhoades</a>:
<i>Hall-Littlewood polynomials and a Hecke action on ordered set partitions</i>.
Proc. Amer. Math. Soc., <b>147</b>(5) (2019) pp. 1839–1850.</br>
[<a href="https://doi.org/10.1090/proc/14157">doi: 10.1090/proc/14157</a>]
[<a href="https://arxiv.org/abs/1709.07995">arXiv</a>]
</li>
<li class="publication">
With <a href="https://sites.google.com/site/mathsejinoh/">Se-jin Oh</a>:
<i>Identities from representation theory</i>.
Discrete Math., <b>342</b>(9) (2019), pp. 2493–2541.</br>
[<a href="https://doi.org/10.1016/j.disc.2019.05.020">doi: 10.1016/j.disc.2019.05.020</a>]
[<a href="https://arxiv.org/abs/1805.00113">arXiv</a>]
</li>
<li class="preprint">
With <a href="https://sites.google.com/site/mathsejinoh/">Se-jin Oh</a>:
<i>Simplicity of tensor products of Kirillov–Reshetikhin modules: nonexceptional affine and G types</i>.
Preprint, (2019).</br>
[<a href="https://arxiv.org/abs/1910.10347">arXiv</a>]
</li>
<li class="publication">
With <a href="http://www.sci.osaka-cu.ac.jp/~okado/index-e.html">Masato Okado</a> and <a href="https://www.math.ucdavis.edu/~anne/">Anne Schilling</a>:
<i>Rigged configuration bijection and the proof of the \(X = M\) conjecture for nonexceptional affine types</i>.
J. Algebra <b>516</b> (2018) pp. 1–37.</br>
[<a href="https://doi.org/10.1016/j.jalgebra.2018.08.031">doi: 10.1016/j.jalgebra.2018.08.031</a>]
[<a href="https://arxiv.org/abs/1707.04876">arXiv</a>]
</li>
<li class="publication">
With <a href="http://people.cst.cmich.edu/salis1bt/">Ben Salisbury</a>:
<i>Rigged configurations and the \(\ast\)-involution</i>.
Lett. Math. Phys., <b>108</b>(9) (2018) pp. 1985–2007.</br>
[<a href="https://doi.org/10.1007/s11005-018-1063-2">doi: 10.1007/s11005-018-1063-2</a>]
[<a href="https://arxiv.org/abs/1601.06137">arXiv</a>]
</li>
<li class="publication">
With <a href="https://sites.google.com/view/jianping-pan/">Jianping Pan</a>:
<i>Virtualization map for the Littelmann path model</i>.
Transform. Groups, <b>23</b>(4) (2018), pp. 1045–1061.</br>
[<a href="https://doi.org/10.1007/s00031-017-9456-3">doi: 10.1007/s00031-017-9456-3</a>]
[<a href="https://arxiv.org/abs/1509.08103">arXiv</a>]
</li>
<li class="publication">
With <a href="http://people.cst.cmich.edu/salis1bt/">Ben Salisbury</a>:
<i>Virtual crystals and Nakajima monomials</i>.
SIGMA Symmetry Integrability Geom. Methods Appl., <b>14</b> (2018), 103, 19 pages.</br>
[<a href="https://doi.org/10.3842/SIGMA.2018.103">doi: 10.3842/SIGMA.2018.103</a>]
[<a href="https://arxiv.org/abs/1707.09638">arXiv</a>]
</li>
<li class="publication">
<i>Rigged configurations as tropicalizations of loop Schur functions</i>.
J. Integrable Syst., <b>2</b>(1) (2017) pp. 1–24.</br>
[<a href="https://doi.org/10.1093/integr/xyw015">doi: 10.1093/integr/xyw015</a>]
[<a href="https://arxiv.org/abs/1607.03232">arXiv</a>]
</li>
<li class="publication">
With <a href="http://www.sci.osaka-cu.ac.jp/~okado/index-e.html">Masato Okado</a>, Reiho Sakamoto,
and <a href="https://www.math.ucdavis.edu/~anne/">Anne Schilling</a>:
<i>Type \(D_n^{(1)}\) rigged configuration bijection</i>.
J. Algebraic Combin., <b>46</b>(2) (2017) pp. 341–401.</br>
[<a href="https://doi.org/10.1007/s10801-017-0756-4">doi: 10.1007/s10801-017-0756-4</a>]
[<a href="https://arxiv.org/abs/1603.08121">arXiv</a>]
</li>
<li class="publication">
With <a href="http://people.cst.cmich.edu/salis1bt/">Ben Salisbury</a>:
<i>Rigged configurations for all symmetrizable types</i>.
Electron. J. Combin., <b>24</b>(1) (2017) #P1.30.</br>
[<a href="http://www.combinatorics.org/ojs/index.php/eljc/article/view/v24i1p30">url</a>]
[<a href="https://doi.org/10.37236/6028">doi: 10.37236/6028</a>]
[<a href="https://arxiv.org/abs/1509.07833">arXiv</a>]
</li>
<li class="publication">
With <a href="http://people.cst.cmich.edu/salis1bt/">Ben Salisbury</a>:
<i>Connecting marginally large tableaux and rigged configurations via crystals</i>.
Algebr. Represent. Theory, <b>19</b>(3) (2016) pp. 523–546.</br>
[<a href="https://doi.org/10.1007/s10468-015-9587-y">doi: 10.1007/s10468-015-9587-y</a>]
[<a href="https://arxiv.org/abs/1505.07040">arXiv</a>]
</li>
<li class="publication">
<i>A crystal to rigged configuration bijection for type \(D_4^{(3)}\)</i>.
J. Algebra, <b>448C</b> (2016), pp. 294–349.</br>
[<a href="https://doi.org/10.1016/j.jalgebra.2015.09.047">doi: 10.1016/j.jalgebra.2015.09.047</a>]
[<a href="https://arxiv.org/abs/1505.05910">arXiv</a>]
</li>
<li class="publication">
With <a href="https://www.math.ucdavis.edu/~anne/">Anne Schilling</a>:
<i>Crystal structure on rigged configurations and the filling map</i>. Electron. J. Combin., <b>22</b>(1) (2015) #P1.73.</br>
[<a href="http://www.combinatorics.org/ojs/index.php/eljc/article/view/v22i1p73">url</a>]
[<a href="https://doi.org/10.37236/4674">doi: 10.37236/4674</a>]
[<a href="https://arxiv.org/abs/1409.2920">arXiv</a>]
</li>
<li class="publication">
With <a href="http://people.cst.cmich.edu/salis1bt/">Ben Salisbury</a>:
<i>A rigged configuration model for \(B(\infty)\)</i>.
J. Combin. Theory Ser. A, <b>133</b> (2015) pp. 29–57.</br>
[<a href="https://doi.org/10.1016/j.jcta.2015.01.008">doi: 10.1016/j.jcta.2015.01.008</a>]
[<a href="https://arxiv.org/abs/1404.6539">arXiv</a>]
</li>
<li class="publication">
With Paul Prue:
<i>Abrams's stable equivalence for graph braid groups</i>.
Topology Appl., <b>178</b> (2014) pp. 136–145.</br>
[<a href="https://doi.org/10.1016/j.topol.2014.09.009">doi: 10.1016/j.topol.2014.09.009</a>]
[<a href="https://arxiv.org/abs/0909.5511">arXiv</a>]
</li>
<li class="publication">
With <a href="https://sites.google.com/view/danbetea/">Dan Betea</a>
and <a href="http://hep.spbu.ru/index.php/en/1-nazarov">Anton Nazarov</a>:
<i>Limit shapes for skew Howe duality</i>. Sem. Loth. Combin. <b>89B</b>, #35 (2023).</br>
[<a href="https://www.mat.univie.ac.at/~slc/wpapers/FPSAC2023/35.pdf">link</a>]
[<a href="https://arxiv.org/abs/2211.13728">arXiv</a>]
</li>
<li class="preprint">
With <a href="http://www.kurims.kyoto-u.ac.jp/~kirillov/">Anatol N. Kirillov</a>:
<i>Hook-content formula using excited Young diagrams</i>. (2019).</br>
[<a href="https://arxiv.org/abs/1904.00371">arXiv</a>]
</li>
<li class="preprint">
With Chris Berg, <a href="https://www.lri.fr/~pons/en/">Viviane Pons</a>,
<a href="https://www.ndsu.edu/pubweb/~striker/">Jessica Striker</a>, and
<a href="https://homepage.rub.de/christian.stump/">Christian Stump</a>:
<i>FindStat — the combinatorial statistics database</i>. (2014) </br>
[<a href="https://arxiv.org/abs/1401.3690">arXiv</a>]
</li>
</ol>
</main>
<hr/>
<footer>
<p>Contact: tcscrims {at} gmail.com, scrimshaw {at} oia.hokudai.ac.jp</p>
</footer>
</body>
</html>