-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00CosmoThesis.bbl
2151 lines (1836 loc) · 85.6 KB
/
00CosmoThesis.bbl
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
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
\begin{thebibliography}{100}
\providecommand{\url}[1]{{#1}}
\providecommand{\urlprefix}{URL }
\providecommand{\doi}[1]{\url{https://doi.org/#1}}
\bibitem{Rafelski:2023emw}
J.~Rafelski, J.~Birrell, A.~Steinmetz, C.T. Yang, {A Short Survey of
Matter-Antimatter Evolution in the Primordial Universe}.
\newblock Universe \textbf{9}(7), 309 (2023).
\newblock \doi{10.3390/universe9070309}.
\newblock {\href{https://arxiv.org/abs/2305.09055}{{arXiv:2305.09055}}}
{[hep-th]}
\bibitem{Birrell:2014ona}
J.~Birrell, {Non-Equilibrium Aspects of Relic Neutrinos: From Freeze-out to the
Present Day}.
\newblock Ph.D. thesis, Arizona U. (2014).
\newblock HDL:\href{https://hdl.handle.net/10150/322969}{10150/322969}
\href{https://arxiv.org/abs/1409.4500}{arXiv:1409.4500} [nucl-th]
\bibitem{Grayson:2024okq}
C.~Grayson, {Dense Relativistic Matter-Antimatter Plasmas}.
\newblock Ph.D. thesis, Arizona U. (2024).
\newblock HDL:\href{https://hdl.handle.net/10150/672668}{10150/672668}
\bibitem{Steinmetz:2023ucp}
A.~Steinmetz, {Modern topics in relativistic spin dynamics and magnetism}.
\newblock Ph.D. thesis, Arizona U. (2023).
\newblock HDL:\href{https://hdl.handle.net/10150/670301}{10150/670301}
\href{https://arxiv.org/abs/2310.07193}{arXiv:2310.07193} [hep-ph]
\bibitem{Yang:2024ret}
C.T. Yang, {Elementary Particles and Plasma in the First Hour of the Early
Universe}.
\newblock Ph.D. thesis, Arizona U. (2024).
\newblock HDL:\href{https://hdl.handle.net/10150/670280}{10150/670280}
\href{https://arxiv.org/abs/2401.09653}{arXiv:2401.09653} [hep-ph]
\bibitem{DiValentino:2024spr}
{E. Di Valentino and D. Brout} (ed.), \emph{The Hubble Constant Tension}.
\newblock Springer Series in Astrophysics and Cosmology (Springer-Nature,
Singapore, 2024).
\newblock \doi{10.1007/978-981-99-0177-7}
\bibitem{DiValentino:2021izs}
E.~Di~Valentino, O.~Mena, S.~Pan, L.~Visinelli, W.~Yang, A.~Melchiorri, D.F.
Mota, A.G. Riess, J.~Silk, {In the realm of the Hubble tension\textemdash{}a
review of solutions}.
\newblock Class. Quant. Grav. \textbf{38}(15), 153001 (2021).
\newblock \doi{10.1088/1361-6382/ac086d}.
\newblock {\href{https://arxiv.org/abs/2103.01183}{{arXiv:2103.01183}}}
{[astro-ph.CO]}
\bibitem{Letessier:2005qe}
J.~Letessier, J.~Rafelski, {Hadron production and phase changes in relativistic
heavy ion collisions}.
\newblock Eur. Phys. J. A \textbf{35}, 221--242 (2008).
\newblock \doi{10.1140/epja/i2007-10546-7}.
\newblock
{\href{https://arxiv.org/abs/nucl-th/0504028}{{arXiv:nucl-th/0504028}}}
\bibitem{Fromerth:2012fe}
M.J. Fromerth, I.~Kuznetsova, L.~Labun, J.~Letessier, J.~Rafelski, {From
Quark-Gluon Universe to Neutrino Decoupling: 200 \ensuremath{<} T
\ensuremath{<} 2MeV}.
\newblock Acta Phys. Polon. B \textbf{43}(12), 2261--2284 (2012).
\newblock \doi{10.5506/APhysPolB.43.2261}.
\newblock {\href{https://arxiv.org/abs/1211.4297}{{arXiv:1211.4297}}}
{[nucl-th]}
\bibitem{Yang:2021bko}
C.T. Yang, J.~Rafelski, {Cosmological strangeness abundance}.
\newblock Phys. Lett. B \textbf{827}, 136944 (2022).
\newblock \doi{10.1016/j.physletb.2022.136944}.
\newblock {\href{https://arxiv.org/abs/2108.01752}{{arXiv:2108.01752}}}
{[hep-ph]}
\bibitem{Birrell:2012gg}
J.~Birrell, C.T. Yang, P.~Chen, J.~Rafelski, {Relic neutrinos: Physically
consistent treatment of effective number of neutrinos and neutrino mass}.
\newblock Phys. Rev. D \textbf{89}, 023008 (2014).
\newblock \doi{10.1103/PhysRevD.89.023008}.
\newblock {\href{https://arxiv.org/abs/1212.6943}{{arXiv:1212.6943}}}
{[astro-ph.CO]}
\bibitem{Steinmetz:2023nsc}
A.~Steinmetz, C.T. Yang, J.~Rafelski, {Matter-antimatter origin of cosmic
magnetism}.
\newblock Phys. Rev. D \textbf{108}(12), 123522 (2023).
\newblock \doi{10.1103/PhysRevD.108.123522}.
\newblock {\href{https://arxiv.org/abs/2308.14818}{{arXiv:2308.14818}}}
{[hep-ph]}
\bibitem{Planck:2018vyg}
N.~Aghanim, et~al., {Planck 2018 results. VI. Cosmological parameters}.
\newblock Astron. Astrophys. \textbf{641}, A6 (2020).
\newblock \doi{10.1051/0004-6361/201833910}.
\newblock [Erratum: Astron.Astrophys. 652, C4 (2021)].
\newblock {\href{https://arxiv.org/abs/1807.06209}{{arXiv:1807.06209}}}
{[astro-ph.CO]}
\bibitem{Rafelski:2019twp}
J.~Rafelski, {Discovery of Quark-Gluon-Plasma: Strangeness Diaries}.
\newblock Eur. Phys. J. ST \textbf{229}(1), 1--140 (2020).
\newblock \doi{10.1140/epjst/e2019-900263-x}.
\newblock {\href{https://arxiv.org/abs/1911.00831}{{arXiv:1911.00831}}}
{[hep-ph]}
\bibitem{Goldhaber:1978qp}
A.S. Goldhaber, {Large Baryon Densities Attainable in High-energy Nuclear
Collisions}.
\newblock Nature \textbf{275}, 114--115 (1978).
\newblock \doi{10.1038/275114a0}
\bibitem{Rafelski:2016hnq}
J.~Rafelski (ed.), \emph{{Melting Hadrons, Boiling Quarks - From Hagedorn
Temperature to Ultra-Relativistic Heavy-Ion Collisions at CERN}: {With a
Tribute to Rolf Hagedorn}} (Springer, 2016).
\newblock \doi{10.1007/978-3-319-17545-4}
\bibitem{Huang:1970iq}
K.~Huang, S.~Weinberg, {Ultimate temperature and the early universe}.
\newblock Phys. Rev. Lett. \textbf{25}, 895--897 (1970).
\newblock \doi{10.1103/PhysRevLett.25.895}
\bibitem{Weinberg:1974hy}
S.~Weinberg, {Gauge and Global Symmetries at High Temperature}.
\newblock Phys. Rev. D \textbf{9}, 3357--3378 (1974).
\newblock \doi{10.1103/PhysRevD.9.3357}
\bibitem{Harrington:1974fc}
B.J. Harrington, A.~Yildiz, {High Density Phase Transitions in Gauge Theories}.
\newblock Phys. Rev. Lett. \textbf{33}, 324 (1974).
\newblock \doi{10.1103/PhysRevLett.33.324}
\bibitem{Cabibbo:1975ig}
N.~Cabibbo, G.~Parisi, {Exponential Hadronic Spectrum and Quark Liberation}.
\newblock Phys. Lett. B \textbf{59}, 67--69 (1975).
\newblock \doi{10.1016/0370-2693(75)90158-6}
\bibitem{Chin:1978gj}
S.A. Chin, {Transition to Hot Quark Matter in Relativistic Heavy Ion
Collision}.
\newblock Phys. Lett. B \textbf{78}, 552--555 (1978).
\newblock \doi{10.1016/0370-2693(78)90637-8}
\bibitem{Rafelski:2015cxa}
J.~Rafelski, {Melting Hadrons, Boiling Quarks}.
\newblock Eur. Phys. J. A \textbf{51}(9), 114 (2015).
\newblock \doi{10.1140/epja/i2015-15114-0}.
\newblock {\href{https://arxiv.org/abs/1508.03260}{{arXiv:1508.03260}}}
{[nucl-th]}
\bibitem{Gutbrod1993}
H.H. Gutbrod, J.~Rafelski, \emph{Big Bang in the Laboratory} (Springer US,
Boston, MA, 1993), pp. 1--9.
\newblock \doi{10.1007/978-1-4615-2940-8_1}
\bibitem{ParticleDataGroup:2022pth}
R.L. Workman, et~al., {Review of Particle Physics}.
\newblock PTEP \textbf{2022}, 083C01 (2022).
\newblock \doi{10.1093/ptep/ptac097}
\bibitem{Harris:2024aov}
J.W. Harris, B.~M\"uller, {\textquotedblleft{}QGP
Signatures\textquotedblright{} revisited}.
\newblock Eur. Phys. J. C \textbf{84}(3), 247 (2024).
\newblock \doi{10.1140/epjc/s10052-024-12533-y}
\bibitem{Letessier:1993qa}
J.~Letessier, J.~Rafelski, A.~Tounsi, {Gluon production, cooling and entropy in
nuclear collisions}.
\newblock Phys. Rev. C \textbf{50}, 406--409 (1994).
\newblock \doi{10.1103/PhysRevC.50.406}.
\newblock {\href{https://arxiv.org/abs/hep-ph/9711346}{{arXiv:hep-ph/9711346}}}
\bibitem{Anderson:1974nyl}
J.L. Anderson, H.R. Witting, {A relativistic relaxation-time model for the
Boltzmann equation}.
\newblock Physica \textbf{74}(3), 466--488 (1974).
\newblock \doi{10.1016/0031-8914(74)90355-3}
\bibitem{Choquet-Bruhat:2009xil}
Y.~Choquet-Bruhat, \emph{General Relativity and the Einstein Equations}.
\newblock Oxford Mathematical Monographs (Oxford University Press, Oxford,
United Kingdom, 2009)
\bibitem{Mangano:2005cc}
G.~Mangano, G.~Miele, S.~Pastor, T.~Pinto, O.~Pisanti, P.D. Serpico, {Relic
neutrino decoupling including flavor oscillations}.
\newblock Nucl. Phys. B \textbf{729}, 221--234 (2005).
\newblock \doi{10.1016/j.nuclphysb.2005.09.041}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0506164}{{arXiv:hep-ph/0506164}}}
\bibitem{Birrell:2014gea}
J.~Birrell, J.~Wilkening, J.~Rafelski, {Boltzmann Equation Solver Adapted to
Emergent Chemical Non-equilibrium}.
\newblock J. Comput. Phys. \textbf{281}, 896--916 (2015).
\newblock \doi{10.1016/j.jcp.2014.10.056}.
\newblock {\href{https://arxiv.org/abs/1403.2019}{{arXiv:1403.2019}}}
{[math.NA]}
\bibitem{Coc:2006rt}
A.~Coc, K.A. Olive, J.P. Uzan, E.~Vangioni, {Big bang nucleosynthesis
constraints on scalar-tensor theories of gravity}.
\newblock Phys. Rev. D \textbf{73}, 083525 (2006).
\newblock \doi{10.1103/PhysRevD.73.083525}.
\newblock
{\href{https://arxiv.org/abs/astro-ph/0601299}{{arXiv:astro-ph/0601299}}}
\bibitem{Pitrou:2018cgg}
C.~Pitrou, A.~Coc, J.P. Uzan, E.~Vangioni, {Precision big bang nucleosynthesis
with improved Helium-4 predictions}.
\newblock Phys. Rept. \textbf{754}, 1--66 (2018).
\newblock \doi{10.1016/j.physrep.2018.04.005}.
\newblock {\href{https://arxiv.org/abs/1801.08023}{{arXiv:1801.08023}}}
{[astro-ph.CO]}
\bibitem{Kolb:1990vq}
E.W. Kolb, M.S. Turner, \emph{{The Early Universe}}, vol.~69 (Taylor and
Francis, 2019).
\newblock \doi{10.1201/9780429492860}
\bibitem{Dodelson:2003ft}
S.~Dodelson, \emph{{Modern Cosmology}} (Academic Press, Amsterdam, 2003)
\bibitem{Mukhanov:2005sc}
V.~Mukhanov, \emph{{Physical Foundations of Cosmology}} (Cambridge University
Press, Oxford, 2005).
\newblock \doi{10.1017/CBO9780511790553}
\bibitem{Davis:2003ad}
T.M. Davis, C.H. Lineweaver, {Expanding confusion: common misconceptions of
cosmological horizons and the superluminal expansion of the universe}.
\newblock Publ. Astron. Soc. Austral. \textbf{21}, 97 (2004).
\newblock \doi{10.1071/AS03040}.
\newblock
{\href{https://arxiv.org/abs/astro-ph/0310808}{{arXiv:astro-ph/0310808}}}
\bibitem{Hobson:2006se}
M.P. Hobson, G.P. Efstathiou, A.N. Lasenby, \emph{{General relativity: An
introduction for physicists}} (Cambridge University Press, Cambridge, 2006),
p. 193
\bibitem{Hartle:2003yu}
J.~Hartle, \emph{Gravity: an introduction to Einstein's general relativity}
(Addison-Wesley, 2003)
\bibitem{Misner:1973prb}
C.W. Misner, K.S. Thorne, J.A. Wheeler, \emph{Gravitation} (W. H. Freeman, San
Francisco, 1973)
\bibitem{Weinberg:1972kfs}
S.~Weinberg, \emph{{Gravitation and Cosmology}: {Principles and Applications of
the General Theory of Relativity}} (John Wiley and Sons, New York, 1972)
\bibitem{Planck:2015fie}
P.A.R. Ade, et~al., {Planck 2015 results. XIII. Cosmological parameters}.
\newblock Astron. Astrophys. \textbf{594}, A13 (2016).
\newblock \doi{10.1051/0004-6361/201525830}.
\newblock {\href{https://arxiv.org/abs/1502.01589}{{arXiv:1502.01589}}}
{[astro-ph.CO]}
\bibitem{Planck:2013pxb}
P.A.R. Ade, et~al., {Planck 2013 results. XVI. Cosmological parameters}.
\newblock Astron. Astrophys. \textbf{571}, A16 (2014).
\newblock \doi{10.1051/0004-6361/201321591}.
\newblock {\href{https://arxiv.org/abs/1303.5076}{{arXiv:1303.5076}}}
{[astro-ph.CO]}
\bibitem{Abdalla:2022yfr}
E.~Abdalla, G.F. Abell{\'a}n, A.~Aboubrahim, A.~Agnello, {\"O}.~Akarsu,
Y.~Akrami, G.~Alestas, D.~Aloni, L.~Amendola, L.A. Anchordoqui, et~al.,
Cosmology intertwined: A review of the particle physics, astrophysics, and
cosmology associated with the cosmological tensions and anomalies.
\newblock Journal of High Energy Astrophysics \textbf{34}, 49--211 (2022).
\newblock \doi{10.1016/j.jheap.2022.04.002}
\bibitem{Rafelski:2013yka}
J.~Rafelski, J.~Birrell, {Traveling Through the Universe: Back in Time to the
Quark-Gluon Plasma Era}.
\newblock J. Phys. Conf. Ser. \textbf{509}, 012014 (2014).
\newblock \doi{10.1088/1742-6596/509/1/012014}.
\newblock {\href{https://arxiv.org/abs/1311.0075}{{arXiv:1311.0075}}}
{[nucl-th]}
\bibitem{Zaroubi:2012in}
S.~Zaroubi, in \emph{{The First Galaxies -- Theoretical Predictions and
Observational Clues}}, \emph{{Astrophysics and Space Science Library}}, vol.
{396}, ed. by {Wiklind, T., Mobasher, B., Bromm, V.} ({Springer}, {Berlin,
Heidelberg}, 2013), pp. {45--102}.
\newblock \doi{{10.1007/978-3-642-32362-1_2}}
\bibitem{Birrell:2014uka}
J.~Birrell, C.T. Yang, J.~Rafelski, {Relic Neutrino Freeze-out: Dependence on
Natural Constants}.
\newblock Nucl. Phys. B \textbf{890}, 481--517 (2014).
\newblock \doi{10.1016/j.nuclphysb.2014.11.020}.
\newblock {\href{https://arxiv.org/abs/1406.1759}{{arXiv:1406.1759}}}
{[nucl-th]}
\bibitem{Rafelski:2023zgp}
J.~Rafelski, A.~Steinmetz, C.T. Yang, {Dynamic fermion flavor mixing through
transition dipole moments}.
\newblock Int. J. Mod. Phys. A \textbf{38}(31), 2350163 (2023).
\newblock \doi{10.1142/S0217751X23501634}.
\newblock {\href{https://arxiv.org/abs/2309.15797}{{arXiv:2309.15797}}}
{[hep-ph]}
\bibitem{Dreiner:2011fp}
H.K. Dreiner, M.~Hanussek, J.S. Kim, S.~Sarkar, {Gravitino cosmology with a
very light neutralino}.
\newblock Phys. Rev. D \textbf{85}, 065027 (2012).
\newblock \doi{10.1103/PhysRevD.85.065027}.
\newblock {\href{https://arxiv.org/abs/1111.5715}{{arXiv:1111.5715}}}
{[hep-ph]}
\bibitem{Boehm:2012gr}
C.~Boehm, M.J. Dolan, C.~McCabe, {Increasing Neff with particles in thermal
equilibrium with neutrinos}.
\newblock JCAP \textbf{12}, 027 (2012).
\newblock \doi{10.1088/1475-7516/2012/12/027}.
\newblock {\href{https://arxiv.org/abs/1207.0497}{{arXiv:1207.0497}}}
{[astro-ph.CO]}
\bibitem{Blennow:2012de}
M.~Blennow, E.~Fernandez-Martinez, O.~Mena, J.~Redondo, P.~Serra, {Asymmetric
Dark Matter and Dark Radiation}.
\newblock JCAP \textbf{07}, 022 (2012).
\newblock \doi{10.1088/1475-7516/2012/07/022}.
\newblock {\href{https://arxiv.org/abs/1203.5803}{{arXiv:1203.5803}}}
{[hep-ph]}
\bibitem{Iocco:2008va}
F.~Iocco, G.~Mangano, G.~Miele, O.~Pisanti, P.D. Serpico, {Primordial
Nucleosynthesis: from precision cosmology to fundamental physics}.
\newblock Phys.Rept. \textbf{472}, 1--76 (2009).
\newblock \doi{10.1016/j.physrep.2009.02.002}.
\newblock {\href{https://arxiv.org/abs/0809.0631}{{arXiv:0809.0631}}}
{[astro-ph]}
\bibitem{Borsanyi:2013bia}
S.~Borsanyi, Z.~Fodor, C.~Hoelbling, S.D. Katz, S.~Krieg, et~al., {Full result
for the QCD equation of state with 2+1 flavors}.
\newblock Phys.Lett. \textbf{B730}, 99--104 (2014).
\newblock \doi{10.1016/j.physletb.2014.01.007}.
\newblock {\href{https://arxiv.org/abs/1309.5258}{{arXiv:1309.5258}}}
{[hep-lat]}
\bibitem{Letessier:2002ony}
J.~Letessier, J.~Rafelski, \emph{Hadrons and Quark–Gluon Plasma}.
\newblock Cambridge Monographs on Particle Physics, Nuclear Physics and
Cosmology (Cambridge University Press, 2023).
\newblock \doi{10.1017/9781009290753}.
\newblock \emph{Open access.} [orig. pub. 2002]
\bibitem{Fromerth:2002wb}
M.J. Fromerth, J.~Rafelski, {Hadronization of the quark Universe}.
\newblock arXiv (2002).
\newblock
{\href{https://arxiv.org/abs/astro-ph/0211346}{{arXiv:astro-ph/0211346}}}
\bibitem{Yang:2020nne}
C.T. Yang, J.~Rafelski, {Possibility of bottom-catalyzed matter genesis near to
primordial QGP hadronization}.
\newblock arXiv preprint (2020).
\newblock {\href{https://arxiv.org/abs/2004.06771}{{arXiv:2004.06771}}}
{[hep-ph]}
\bibitem{Rafelski:2000by}
J.~Rafelski, J.~Letessier, {Sudden hadronization in relativistic nuclear
collisions}.
\newblock Phys. Rev. Lett. \textbf{85}, 4695--4698 (2000).
\newblock \doi{10.1103/PhysRevLett.85.4695}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0006200}{{arXiv:hep-ph/0006200}}}
\bibitem{Kuzmin:1985mm}
V.A. Kuzmin, V.A. Rubakov, M.E. Shaposhnikov, {On the Anomalous Electroweak
Baryon Number Nonconservation in the Early Universe}.
\newblock Phys. Lett. B \textbf{155}, 36 (1985).
\newblock \doi{10.1016/0370-2693(85)91028-7}
\bibitem{Kuzmin:1987wn}
V.A. Kuzmin, V.A. Rubakov, M.E. Shaposhnikov, {Anomalous Electroweak Baryon
Number Nonconservation and GUT Mechanism for Baryogenesis}.
\newblock Phys. Lett. B \textbf{191}, 171--173 (1987).
\newblock \doi{10.1016/0370-2693(87)91340-2}
\bibitem{Arnold:1987mh}
P.B. Arnold, L.D. McLerran, {Sphalerons, Small Fluctuations and Baryon Number
Violation in Electroweak Theory}.
\newblock Phys. Rev. D \textbf{36}, 581 (1987).
\newblock \doi{10.1103/PhysRevD.36.581}
\bibitem{Kolb:1996jt}
E.W. Kolb, A.D. Linde, A.~Riotto, {GUT baryogenesis after preheating}.
\newblock Phys. Rev. Lett. \textbf{77}, 4290--4293 (1996).
\newblock \doi{10.1103/PhysRevLett.77.4290}.
\newblock {\href{https://arxiv.org/abs/hep-ph/9606260}{{arXiv:hep-ph/9606260}}}
\bibitem{Riotto:1999yt}
A.~Riotto, M.~Trodden, {Recent progress in baryogenesis}.
\newblock Ann. Rev. Nucl. Part. Sci. \textbf{49}, 35--75 (1999).
\newblock \doi{10.1146/annurev.nucl.49.1.35}.
\newblock {\href{https://arxiv.org/abs/hep-ph/9901362}{{arXiv:hep-ph/9901362}}}
\bibitem{Nielsen:2001fy}
H.B. Nielsen, Y.~Takanishi, {Baryogenesis via lepton number violation in
anti-GUT model}.
\newblock Phys. Lett. B \textbf{507}, 241--251 (2001).
\newblock \doi{10.1016/S0370-2693(01)00357-4}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0101307}{{arXiv:hep-ph/0101307}}}
\bibitem{Giudice:2003jh}
G.F. Giudice, A.~Notari, M.~Raidal, A.~Riotto, A.~Strumia, {Towards a complete
theory of thermal leptogenesis in the SM and MSSM}.
\newblock Nucl. Phys. B \textbf{685}, 89--149 (2004).
\newblock \doi{10.1016/j.nuclphysb.2004.02.019}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0310123}{{arXiv:hep-ph/0310123}}}
\bibitem{Davidson:2008bu}
S.~Davidson, E.~Nardi, Y.~Nir, {Leptogenesis}.
\newblock Phys. Rept. \textbf{466}, 105--177 (2008).
\newblock \doi{10.1016/j.physrep.2008.06.002}.
\newblock {\href{https://arxiv.org/abs/0802.2962}{{arXiv:0802.2962}}}
{[hep-ph]}
\bibitem{Morrissey:2012db}
D.E. Morrissey, M.J. Ramsey-Musolf, {Electroweak baryogenesis}.
\newblock New J. Phys. \textbf{14}, 125003 (2012).
\newblock \doi{10.1088/1367-2630/14/12/125003}.
\newblock {\href{https://arxiv.org/abs/1206.2942}{{arXiv:1206.2942}}}
{[hep-ph]}
\bibitem{Canetti:2012zc}
L.~Canetti, M.~Drewes, M.~Shaposhnikov, {Matter and Antimatter in the
Universe}.
\newblock New J. Phys. \textbf{14}, 095012 (2012).
\newblock \doi{10.1088/1367-2630/14/9/095012}.
\newblock {\href{https://arxiv.org/abs/1204.4186}{{arXiv:1204.4186}}}
{[hep-ph]}
\bibitem{Sakharov:1967dj}
A.D. Sakharov, {Violation of CP Invariance, C asymmetry, and baryon asymmetry
of the universe}.
\newblock Pisma Zh. Eksp. Teor. Fiz. \textbf{5}, 32--35 (1967).
\newblock \doi{10.1070/PU1991v034n05ABEH002497}
\bibitem{Sakharov:1988vdp}
A.D. Sakharov, {Baryon asymmetry of the universe}.
\newblock Soviet Physics Uspekhi pp. 65--80 (1990).
\newblock \doi{10.1070/PU1991v034n05ABEH002504}
\bibitem{Perkins:1982xb}
D.H. Perkins, \emph{{Introduction to high energy physics}} (Cambridge
University Press, Cambridge, UK, 1982, 2000)
\bibitem{Koch:1986ud}
P.~Koch, B.~Muller, J.~Rafelski, {Strangeness in Relativistic Heavy Ion
Collisions}.
\newblock Phys. Rept. \textbf{142}, 167--262 (1986).
\newblock \doi{10.1016/0370-1573(86)90096-7}
\bibitem{Nath:2006ut}
P.~Nath, P.~Fileviez~Perez, {Proton stability in grand unified theories, in
strings and in branes}.
\newblock Phys. Rept. \textbf{441}, 191--317 (2007).
\newblock \doi{10.1016/j.physrep.2007.02.010}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0601023}{{arXiv:hep-ph/0601023}}}
\bibitem{Rajagopal:2000ff}
K.~Rajagopal, F.~Wilczek, {Enforced electrical neutrality of the color flavor
locked phase}.
\newblock Phys. Rev. Lett. \textbf{86}, 3492--3495 (2001).
\newblock \doi{10.1103/PhysRevLett.86.3492}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0012039}{{arXiv:hep-ph/0012039}}}
\bibitem{Alford:2001zr}
M.G. Alford, K.~Rajagopal, S.~Reddy, F.~Wilczek, {The Minimal CFL nuclear
interface}.
\newblock Phys. Rev. D \textbf{64}, 074017 (2001).
\newblock \doi{10.1103/PhysRevD.64.074017}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0105009}{{arXiv:hep-ph/0105009}}}
\bibitem{Kaplan:2001qk}
D.B. Kaplan, S.~Reddy, {Novel phases and transitions in color flavor locked
matter}.
\newblock Phys. Rev. D \textbf{65}, 054042 (2002).
\newblock \doi{10.1103/PhysRevD.65.054042}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0107265}{{arXiv:hep-ph/0107265}}}
\bibitem{Czarnecki:2004cw}
A.~Czarnecki, W.J. Marciano, A.~Sirlin, {Precision measurements and CKM
unitarity}.
\newblock Phys. Rev. D \textbf{70}, 093006 (2004).
\newblock \doi{10.1103/PhysRevD.70.093006}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0406324}{{arXiv:hep-ph/0406324}}}
\bibitem{Kuznetsova:2008jt}
I.~Kuznetsova, D.~Habs, J.~Rafelski, {Pion and muon production in e-, e+, gamma
plasma}.
\newblock Phys. Rev. D \textbf{78}, 014027 (2008).
\newblock \doi{10.1103/PhysRevD.78.014027}.
\newblock {\href{https://arxiv.org/abs/0803.1588}{{arXiv:0803.1588}}}
{[hep-ph]}
\bibitem{Schroedter:2000ek}
M.~Schroedter, R.L. Thews, J.~Rafelski, {$B_c$ meson production in nuclear
collisions at RHIC}.
\newblock Phys. Rev. C \textbf{62}, 024905 (2000).
\newblock \doi{10.1103/PhysRevC.62.024905}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0004041}{{arXiv:hep-ph/0004041}}}
\bibitem{LHCb:2019jta}
R.~Aaij, et~al., {Observation of Several Sources of $CP$ Violation in $B^+ \to
\pi^+ \pi^+ \pi^-$ Decays}.
\newblock Phys. Rev. Lett. \textbf{124}(3), 031801 (2020).
\newblock \doi{10.1103/PhysRevLett.124.031801}.
\newblock {\href{https://arxiv.org/abs/1909.05211}{{arXiv:1909.05211}}}
{[hep-ex]}
\bibitem{LHCb:2020vut}
R.~Aaij, et~al., {Measurement of CP observables in B$^{\pm}$ $\rightarrow$
DK$^{\pm}$ and B$^{\pm}$ $\rightarrow$ D\ensuremath{\pi}$^{\pm}$ with D
$\rightarrow$ $ {K}_{\mathrm{S}}^0{K}^{\pm }{\pi}^{\mp } $ decays}.
\newblock JHEP \textbf{06}, 058 (2020).
\newblock \doi{10.1007/JHEP06(2020)058}.
\newblock {\href{https://arxiv.org/abs/2002.08858}{{arXiv:2002.08858}}}
{[hep-ex]}
\bibitem{Karsch:1987pv}
F.~Karsch, M.T. Mehr, H.~Satz, {Color Screening and Deconfinement for Bound
States of Heavy Quarks}.
\newblock Z. Phys. C \textbf{37}, 617 (1988).
\newblock \doi{10.1007/BF01549722}
\bibitem{Brambilla:2010vq}
N.~Brambilla, M.A. Escobedo, J.~Ghiglieri, J.~Soto, A.~Vairo, {Heavy Quarkonium
in a weakly-coupled quark-gluon plasma below the melting temperature}.
\newblock JHEP \textbf{09}, 038 (2010).
\newblock \doi{10.1007/JHEP09(2010)038}.
\newblock {\href{https://arxiv.org/abs/1007.4156}{{arXiv:1007.4156}}}
{[hep-ph]}
\bibitem{Aarts:2011sm}
G.~Aarts, C.~Allton, S.~Kim, M.P. Lombardo, M.B. Oktay, S.M. Ryan, D.K.
Sinclair, J.I. Skullerud, {What happens to the $\Upsilon$ and $\eta_b$ in the
quark-gluon plasma? Bottomonium spectral functions from lattice QCD}.
\newblock JHEP \textbf{11}, 103 (2011).
\newblock \doi{10.1007/JHEP11(2011)103}.
\newblock {\href{https://arxiv.org/abs/1109.4496}{{arXiv:1109.4496}}}
{[hep-lat]}
\bibitem{Brambilla:2017zei}
N.~Brambilla, M.A. Escobedo, J.~Soto, A.~Vairo, {Heavy quarkonium suppression
in a fireball}.
\newblock Phys. Rev. D \textbf{97}(7), 074009 (2018).
\newblock \doi{10.1103/PhysRevD.97.074009}.
\newblock {\href{https://arxiv.org/abs/1711.04515}{{arXiv:1711.04515}}}
{[hep-ph]}
\bibitem{Bazavov:2018wmo}
A.~Bazavov, N.~Brambilla, P.~Petreczky, A.~Vairo, J.H. Weber, {Color screening
in (2+1)-flavor QCD}.
\newblock Phys. Rev. D \textbf{98}(5), 054511 (2018).
\newblock \doi{10.1103/PhysRevD.98.054511}.
\newblock {\href{https://arxiv.org/abs/1804.10600}{{arXiv:1804.10600}}}
{[hep-lat]}
\bibitem{Offler:2019eij}
S.~Offler, G.~Aarts, C.~Allton, J.~Glesaaen, B.~J\"ager, S.~Kim, M.P. Lombardo,
S.M. Ryan, J.I. Skullerud, {News from bottomonium spectral functions in
thermal QCD}.
\newblock PoS \textbf{LATTICE2019}, 076 (2019).
\newblock \doi{10.22323/1.363.0076}.
\newblock {\href{https://arxiv.org/abs/1912.12900}{{arXiv:1912.12900}}}
{[hep-lat]}
\bibitem{Tully:2019ltb}
A.M. Tully, {Doubly charmed $B$ decays with the LHCb experiment}.
\newblock Ph.D. thesis, Cambridge U. (2019).
\newblock \doi{10.17863/CAM.44796}
\bibitem{HFLAV:2019otj}
Y.S. Amhis, et~al., {Averages of b-hadron, c-hadron, and $\tau $-lepton
properties as of 2018}.
\newblock Eur. Phys. J. C \textbf{81}(3), 226 (2021).
\newblock \doi{10.1140/epjc/s10052-020-8156-7}.
\newblock {\href{https://arxiv.org/abs/1909.12524}{{arXiv:1909.12524}}}
{[hep-ex]}
\bibitem{Kharzeev:2007jp}
D.E. Kharzeev, L.D. McLerran, H.J. Warringa, {The Effects of topological charge
change in heavy ion collisions: 'Event by event P and CP violation'}.
\newblock Nucl. Phys. A \textbf{803}, 227--253 (2008).
\newblock \doi{10.1016/j.nuclphysa.2008.02.298}.
\newblock {\href{https://arxiv.org/abs/0711.0950}{{arXiv:0711.0950}}}
{[hep-ph]}
\bibitem{Grayson:2022asf}
C.~Grayson, M.~Formanek, J.~Rafelski, B.~Mueller, {Dynamic magnetic response of
the quark-gluon plasma to electromagnetic fields}.
\newblock Phys. Rev. D \textbf{106}(1), 014011 (2022).
\newblock \doi{10.1103/PhysRevD.106.014011}.
\newblock {\href{https://arxiv.org/abs/2204.14186}{{arXiv:2204.14186}}}
{[hep-ph]}
\bibitem{STAR:2023jdd}
Abdulhamid\text{ }et\text{ }al., Observation of the electromagnetic field
effect via charge-dependent directed flow in heavy-ion collisions at the
relativistic heavy ion collider.
\newblock Phys. Rev. X \textbf{14}, 011028 (2024).
\newblock \doi{10.1103/PhysRevX.14.011028}
\bibitem{Muller:2018ibh}
B.~M\"uller, A.~Sch\"afer, {Chiral magnetic effect and an experimental bound on
the late time magnetic field strength}.
\newblock Phys. Rev. D \textbf{98}(7), 071902 (2018).
\newblock \doi{10.1103/PhysRevD.98.071902}.
\newblock {\href{https://arxiv.org/abs/1806.10907}{{arXiv:1806.10907}}}
{[hep-ph]}
\bibitem{Tuchin:2010vs}
K.~Tuchin, {Synchrotron radiation by fast fermions in heavy-ion collisions}.
\newblock Phys. Rev. C \textbf{82}, 034904 (2010).
\newblock \doi{10.1103/PhysRevC.83.039903}.
\newblock [Erratum: Phys.Rev.C 83, 039903 (2011)].
\newblock {\href{https://arxiv.org/abs/1006.3051}{{arXiv:1006.3051}}}
{[nucl-th]}
\bibitem{Deng:2012pc}
W.T. Deng, X.G. Huang, {Event-by-event generation of electromagnetic fields in
heavy-ion collisions}.
\newblock Phys. Rev. C \textbf{85}, 044907 (2012).
\newblock \doi{10.1103/PhysRevC.85.044907}.
\newblock {\href{https://arxiv.org/abs/1201.5108}{{arXiv:1201.5108}}}
{[nucl-th]}
\bibitem{McLerran:2013hla}
L.~McLerran, V.~Skokov, {Comments About the Electromagnetic Field in Heavy-Ion
Collisions}.
\newblock Nucl. Phys. A \textbf{929}, 184--190 (2014).
\newblock \doi{10.1016/j.nuclphysa.2014.05.008}.
\newblock {\href{https://arxiv.org/abs/1305.0774}{{arXiv:1305.0774}}}
{[hep-ph]}
\bibitem{Tuchin:2013apa}
K.~Tuchin, {Time and space dependence of the electromagnetic field in
relativistic heavy-ion collisions}.
\newblock Phys. Rev. C \textbf{88}(2), 024911 (2013).
\newblock \doi{10.1103/PhysRevC.88.024911}.
\newblock {\href{https://arxiv.org/abs/1305.5806}{{arXiv:1305.5806}}}
{[hep-ph]}
\bibitem{Gursoy:2014aka}
U.~Gursoy, D.~Kharzeev, K.~Rajagopal, {Magnetohydrodynamics, charged currents
and directed flow in heavy ion collisions}.
\newblock Phys. Rev. C \textbf{89}(5), 054905 (2014).
\newblock \doi{10.1103/PhysRevC.89.054905}.
\newblock {\href{https://arxiv.org/abs/1401.3805}{{arXiv:1401.3805}}}
{[hep-ph]}
\bibitem{Li:2016tel}
H.~Li, X.l. Sheng, Q.~Wang, {Electromagnetic fields with electric and chiral
magnetic conductivities in heavy ion collisions}.
\newblock Phys. Rev. C \textbf{94}(4), 044903 (2016).
\newblock \doi{10.1103/PhysRevC.94.044903}.
\newblock {\href{https://arxiv.org/abs/1602.02223}{{arXiv:1602.02223}}}
{[nucl-th]}
\bibitem{Roy:2015kma}
V.~Roy, S.~Pu, L.~Rezzolla, D.~Rischke, {Analytic Bjorken flow in
one-dimensional relativistic magnetohydrodynamics}.
\newblock Phys. Lett. B \textbf{750}, 45--52 (2015).
\newblock \doi{10.1016/j.physletb.2015.08.046}.
\newblock {\href{https://arxiv.org/abs/1506.06620}{{arXiv:1506.06620}}}
{[nucl-th]}
\bibitem{Formanek:2021blc}
M.~Formanek, C.~Grayson, J.~Rafelski, B.~M\"uller, {Current-conserving
relativistic linear response for collisional plasmas}.
\newblock Annals Phys. \textbf{434}, 168605 (2021).
\newblock \doi{10.1016/j.aop.2021.168605}.
\newblock {\href{https://arxiv.org/abs/2105.07897}{{arXiv:2105.07897}}}
{[physics.plasm-ph]}
\bibitem{Inghirami:2016iru}
G.~Inghirami, L.~Del~Zanna, A.~Beraudo, M.H. Moghaddam, F.~Becattini,
M.~Bleicher, {Numerical magneto-hydrodynamics for relativistic nuclear
collisions}.
\newblock Eur. Phys. J. C \textbf{76}(12), 659 (2016).
\newblock \doi{10.1140/epjc/s10052-016-4516-8}.
\newblock {\href{https://arxiv.org/abs/1609.03042}{{arXiv:1609.03042}}}
{[hep-ph]}
\bibitem{Inghirami:2019mkc}
G.~Inghirami, M.~Mace, Y.~Hirono, L.~Del~Zanna, D.E. Kharzeev, M.~Bleicher,
{Magnetic fields in heavy ion collisions: flow and charge transport}.
\newblock Eur. Phys. J. C \textbf{80}(3), 293 (2020).
\newblock \doi{10.1140/epjc/s10052-020-7847-4}.
\newblock {\href{https://arxiv.org/abs/1908.07605}{{arXiv:1908.07605}}}
{[hep-ph]}
\bibitem{Yan:2021zjc}
L.~Yan, X.G. Huang, {Dynamical evolution of a magnetic field in the
preequilibrium quark-gluon plasma}.
\newblock Phys. Rev. D \textbf{107}(9), 094028 (2023).
\newblock \doi{10.1103/PhysRevD.107.094028}.
\newblock {\href{https://arxiv.org/abs/2104.00831}{{arXiv:2104.00831}}}
{[nucl-th]}
\bibitem{Wang:2021oqq}
Z.~Wang, J.~Zhao, C.~Greiner, Z.~Xu, P.~Zhuang, {Incomplete electromagnetic
response of hot QCD matter}.
\newblock Phys. Rev. C \textbf{105}(4), L041901 (2022).
\newblock \doi{10.1103/PhysRevC.105.L041901}.
\newblock {\href{https://arxiv.org/abs/2110.14302}{{arXiv:2110.14302}}}
{[hep-ph]}
\bibitem{Kapusta:1992fm}
J.I. Kapusta, {Screening of static QED electric fields in hot QCD}.
\newblock Phys. Rev. D \textbf{46}, 4749--4753 (1992).
\newblock \doi{10.1103/PhysRevD.46.4749}
\bibitem{Mrowczynski:1988xu}
S.~Mrówczyński, {On the Transport Coefficients of a Quark Plasma}.
\newblock Acta Phys. Polon. B \textbf{19}, 91--96 (1988).
\newblock
\urlprefix\url{https://inspirehep.net/files/3fba62a9200e531a616211c440905b9d}
\bibitem{Drude:1900}
P.~Drude, Zur elektronentheorie der metalle.
\newblock Annalen der Physik \textbf{312}(3), 687--692 (1902).
\newblock \doi{10.1002/andp.19003060312}
\bibitem{Aarts:2020dda}
G.~Aarts, A.~Nikolaev, {Electrical conductivity of the quark-gluon plasma:
perspective from lattice QCD}.
\newblock Eur. Phys. J. A \textbf{57}(4), 118 (2021).
\newblock \doi{10.1140/epja/s10050-021-00436-5}.
\newblock {\href{https://arxiv.org/abs/2008.12326}{{arXiv:2008.12326}}}
{[hep-lat]}
\bibitem{Amato:2013naa}
A.~Amato, G.~Aarts, C.~Allton, P.~Giudice, S.~Hands, J.I. Skullerud,
{Electrical conductivity of the quark-gluon plasma across the deconfinement
transition}.
\newblock Phys. Rev. Lett. \textbf{111}(17), 172001 (2013).
\newblock \doi{10.1103/PhysRevLett.111.172001}.
\newblock {\href{https://arxiv.org/abs/1307.6763}{{arXiv:1307.6763}}}
{[hep-lat]}
\bibitem{Aarts:2014nba}
G.~Aarts, C.~Allton, A.~Amato, P.~Giudice, S.~Hands, J.I. Skullerud,
{Electrical conductivity and charge diffusion in thermal QCD from the
lattice}.
\newblock JHEP \textbf{02}, 186 (2015).
\newblock \doi{10.1007/JHEP02(2015)186}.
\newblock {\href{https://arxiv.org/abs/1412.6411}{{arXiv:1412.6411}}}
{[hep-lat]}
\bibitem{Brandt:2015aqk}
B.B. Brandt, A.~Francis, B.~J\"ager, H.B. Meyer, {Charge transport and vector
meson dissociation across the thermal phase transition in lattice QCD with
two light quark flavors}.
\newblock Phys. Rev. D \textbf{93}(5), 054510 (2016).
\newblock \doi{10.1103/PhysRevD.93.054510}.
\newblock {\href{https://arxiv.org/abs/1512.07249}{{arXiv:1512.07249}}}
{[hep-lat]}
\bibitem{Astrakhantsev:2019zkr}
N.~Astrakhantsev, V.V. Braguta, M.~D'Elia, A.Y. Kotov, A.A. Nikolaev,
F.~Sanfilippo, {Lattice study of the electromagnetic conductivity of the
quark-gluon plasma in an external magnetic field}.
\newblock Phys. Rev. D \textbf{102}(5), 054516 (2020).
\newblock \doi{10.1103/PhysRevD.102.054516}.
\newblock {\href{https://arxiv.org/abs/1910.08516}{{arXiv:1910.08516}}}
{[hep-lat]}
\bibitem{Song:2007ux}
H.~Song, U.W. Heinz, {Causal viscous hydrodynamics in 2+1 dimensions for
relativistic heavy-ion collisions}.
\newblock Phys. Rev. C \textbf{77}, 064901 (2008).
\newblock \doi{10.1103/PhysRevC.77.064901}.
\newblock {\href{https://arxiv.org/abs/0712.3715}{{arXiv:0712.3715}}}
{[nucl-th]}
\bibitem{Letessier:1992xd}
J.~Letessier, A.~Tounsi, U.W. Heinz, J.~Sollfrank, J.~Rafelski, {Evidence for a
high entropy phase in nuclear collisions}.
\newblock Phys. Rev. Lett. \textbf{70}, 3530--3533 (1993).
\newblock \doi{10.1103/PhysRevLett.70.3530}.
\newblock {\href{https://arxiv.org/abs/hep-ph/9711349}{{arXiv:hep-ph/9711349}}}
\bibitem{Petran:2013qla}
M.~Petran, J.~Rafelski, {Universal hadronization condition in heavy ion
collisions at $\sqrt{s_\mathrm{NN}}= 62$ GeV and at
$\sqrt{s_\mathrm{NN}}=2.76$ TeV}.
\newblock Phys. Rev. C \textbf{88}(2), 021901 (2013).
\newblock \doi{10.1103/PhysRevC.88.021901}.
\newblock {\href{https://arxiv.org/abs/1303.0913}{{arXiv:1303.0913}}}
{[hep-ph]}
\bibitem{Rafelski:2014cqa}
J.~Rafelski, M.~Petran, {Universal QGP Hadronization Conditions at RHIC and
LHC}.
\newblock EPJ Web Conf. \textbf{78}, 06004 (2014).
\newblock \doi{10.1051/epjconf/20147806004}.
\newblock {\href{https://arxiv.org/abs/1406.1871}{{arXiv:1406.1871}}}
{[nucl-th]}
\bibitem{Rafelski:2021aey}
J.~Rafelski, C.T. Yang, {The muon abundance in the primordial Universe}.
\newblock Acta Phys. Polon. B \textbf{52}, 277 (2021).
\newblock \doi{10.5506/APhysPolB.52.277}.
\newblock {\href{https://arxiv.org/abs/2103.07812}{{arXiv:2103.07812}}}
{[hep-ph]}
\bibitem{Rafelski:2020ajx}
J.~Rafelski, C.T. Yang, {Reactions Governing Strangeness Abundance in
Primordial Universe}.
\newblock EPJ Web Conf. \textbf{259}, 13001 (2022).
\newblock \doi{10.1051/epjconf/202225913001}.
\newblock {\href{https://arxiv.org/abs/2009.05661}{{arXiv:2009.05661}}}
{[hep-ph]}
\bibitem{Kuznetsova:2010pi}
I.~Kuznetsova, J.~Rafelski, {Unstable Hadrons in Hot Hadron Gas in Laboratory
and in the Early Universe}.
\newblock Phys.Rev. \textbf{C82}, 035203 (2010).
\newblock \doi{10.1103/PhysRevC.82.035203}.
\newblock {\href{https://arxiv.org/abs/1002.0375}{{arXiv:1002.0375}}}
{[hep-th]}
\bibitem{Cugnon:1984pm}
J.~Cugnon, R.M. Lombard, {K+ production in a cascade model for high-energy
nucleus nucleus collisions}.
\newblock Nucl. Phys. A \textbf{422}, 635--653 (1984).
\newblock \doi{10.1016/0375-9474(84)90369-5}
\bibitem{Giunti:2007ry}
C.~Giunti, C.W. Kim, \emph{{Fundamentals of Neutrino Physics and Astrophysics}}
(Oxford University Press, 2007)
\bibitem{Wolfenstein:1977ue}
L.~Wolfenstein, {Neutrino Oscillations in Matter}.
\newblock Phys. Rev. D \textbf{17}, 2369--2374 (1978).
\newblock \doi{10.1103/PhysRevD.17.2369}
\bibitem{PhysRevD.38.32}
J.~Weber, Apparent observation of abnormally large coherent scattering cross
sections using kev and mev range antineutrinos, and solar neutrinos.
\newblock Phys. Rev. D \textbf{38}, 32--39 (1988).
\newblock \doi{10.1103/PhysRevD.38.32}
\bibitem{Lewis:1979mu}
R.R. Lewis, {Coherent Detector for Low-energy Neutrinos}.
\newblock Phys. Rev. D \textbf{21}, 663 (1980).
\newblock \doi{10.1103/PhysRevD.21.663}
\bibitem{Papavassiliou:2005cs}
J.~Papavassiliou, J.~Bernabeu, M.~Passera, {Neutrino-nuclear coherent
scattering and the effective neutrino charge radius}.
\newblock PoS \textbf{HEP2005}, 192 (2006).
\newblock \doi{10.22323/1.021.0192}.
\newblock {\href{https://arxiv.org/abs/hep-ph/0512029}{{arXiv:hep-ph/0512029}}}
\bibitem{SajjadAthar:2022pjt}
M.~Sajjad~Athar, A.~Fatima, S.K. Singh, {Neutrinos and their interactions with
matter}.
\newblock Prog. Part. Nucl. Phys. \textbf{129}, 104019 (2023).
\newblock \doi{10.1016/j.ppnp.2022.104019}.
\newblock {\href{https://arxiv.org/abs/2206.13792}{{arXiv:2206.13792}}}
{[hep-ph]}
\bibitem{Freedman:1977xn}
D.Z. Freedman, D.N. Schramm, D.L. Tubbs, {The Weak Neutral Current and Its
Effects in Stellar Collapse}.
\newblock Ann. Rev. Nucl. Part. Sci. \textbf{27}, 167--207 (1977).
\newblock \doi{10.1146/annurev.ns.27.120177.001123}
\bibitem{Nicolescu:2013rxa}
G.~Nicolescu, A heuristic approach to the detection of solar neutrinos.
\newblock Journal of Physics G: Nuclear and Particle Physics \textbf{40},
055201 (2013).
\newblock \doi{10.1088/0954-3899/40/5/055201}
\bibitem{Sehgal:1986gn}
L.M. Sehgal, M.~Wanninger, {Atomic Effects in Coherent Neutrino Scattering}.
\newblock Phys. Lett. B \textbf{171}, 107--112 (1986).
\newblock \doi{10.1016/0370-2693(86)91008-7}
\bibitem{Smith:1984gym}
P.F. Smith, {Coherent neutrino scattering - relativisitc and nonrelativistic}.
\newblock Nuovo Cim. A \textbf{83}, 263--274 (1984).
\newblock \doi{10.1007/BF02902601}
\bibitem{Griffiths:2008zz}
D.~Griffiths, \emph{{Introduction to elementary particles}} (Wiley, 2008)
\bibitem{Andreasson:2011ng}
H.~Andreasson, {The Einstein-Vlasov System/Kinetic Theory}.
\newblock Living Rev. Rel. \textbf{14}, 4 (2011).
\newblock \doi{10.12942/lrr-2011-4}.
\newblock {\href{https://arxiv.org/abs/1106.1367}{{arXiv:1106.1367}}} {[gr-qc]}
\bibitem{cercignani}
C.~Cercignani, G.~Kremer, \emph{The Relativistic Boltzmann Equation: Theory and
Applications} (Birkhäuser Verlag, Basel, 2000)
\bibitem{ehlers}
J.~Ehlers, in \emph{Relativity, Astrophysics and Cosmology} (D. Reidel
Publishing Company, Dordrecht-Holland, 1973), pp. 1--125
\bibitem{Wald:1984rg}
R.M. Wald, \emph{{General Relativity}} (Chicago Univ. Pr., Chicago, USA, 1984).
\newblock \doi{10.7208/chicago/9780226870373.001.0001}
\bibitem{o1983semi}
B.~O'Neill, \emph{Semi-Riemannian Geometry With Applications to Relativity}.
\newblock ISSN (Elsevier Science, 1983).
\newblock \urlprefix\url{https://books.google.com/books?id=CGk1eRSjFIIC}
\bibitem{Birrell:2013gpa}
J.~Birrell, C.T. Yang, P.~Chen, J.~Rafelski, {Fugacity and Reheating of
Primordial Neutrinos}.
\newblock Mod. Phys. Lett. A \textbf{28}, 1350188 (2013).
\newblock \doi{10.1142/S0217732313501885}.
\newblock {\href{https://arxiv.org/abs/1303.2583}{{arXiv:1303.2583}}}
{[astro-ph.CO]}
\bibitem{Birrell:2014cja}
J.~Birrell, J.~Rafelski, {Quark\textendash{}gluon plasma as the possible source
of cosmological dark radiation}.
\newblock Phys. Lett. B \textbf{741}, 77--81 (2015).
\newblock \doi{10.1016/j.physletb.2014.12.033}.
\newblock {\href{https://arxiv.org/abs/1404.6005}{{arXiv:1404.6005}}}
{[nucl-th]}
\bibitem{Rafelski:1982pu}
J.~Rafelski, B.~Muller, {Strangeness Production in the Quark - Gluon Plasma}.
\newblock Phys. Rev. Lett. \textbf{48}, 1066 (1982).
\newblock \doi{10.1103/PhysRevLett.48.1066}.
\newblock [Erratum: Phys.Rev.Lett. 56, 2334 (1986)]
\bibitem{Bernstein:1985th}
J.~Bernstein, L.S. Brown, G.~Feinberg, {The Cosmological Heavy Neutrino Problem
Revisited}.
\newblock Phys. Rev. D \textbf{32}, 3261 (1985).
\newblock \doi{10.1103/PhysRevD.32.3261}
\bibitem{Dolgov:1992wf}
A.D. Dolgov, K.~Kainulainen, {Fermi-{D}irac corrections to the relic
abundances}.
\newblock Nucl. Phys. B \textbf{402}, 349--359 (1993).
\newblock \doi{10.1016/0550-3213(93)90646-7}.
\newblock {\href{https://arxiv.org/abs/hep-ph/9211231}{{arXiv:hep-ph/9211231}}}
\bibitem{Wong:2011ip}
Y.Y.Y. Wong, {Neutrino mass in cosmology: status and prospects}.
\newblock Ann. Rev. Nucl. Part. Sci. \textbf{61}, 69--98 (2011).
\newblock \doi{10.1146/annurev-nucl-102010-130252}.
\newblock {\href{https://arxiv.org/abs/1111.1436}{{arXiv:1111.1436}}}
{[astro-ph.CO]}
\bibitem{Steigman:2013yua}
G.~Steigman, {Equivalent Neutrinos, Light WIMPs, and the Chimera of Dark
Radiation}.
\newblock Phys. Rev. D \textbf{87}(10), 103517 (2013).
\newblock \doi{10.1103/PhysRevD.87.103517}.
\newblock {\href{https://arxiv.org/abs/1303.0049}{{arXiv:1303.0049}}}
{[astro-ph.CO]}
\bibitem{Weinberg:2013kea}
S.~Weinberg, {Goldstone Bosons as Fractional Cosmic Neutrinos}.
\newblock Phys.Rev.Lett. \textbf{110}(24), 241301 (2013).
\newblock \doi{10.1103/PhysRevLett.110.241301}.
\newblock {\href{https://arxiv.org/abs/1305.1971}{{arXiv:1305.1971}}}
{[astro-ph.CO]}
\bibitem{Anchordoqui:2011nh}
L.A. Anchordoqui, H.~Goldberg, {Neutrino cosmology after WMAP 7-Year data and
LHC first Z' bounds}.
\newblock Phys. Rev. Lett. \textbf{108}, 081805 (2012).
\newblock \doi{10.1103/PhysRevLett.108.081805}.
\newblock {\href{https://arxiv.org/abs/1111.7264}{{arXiv:1111.7264}}}
{[hep-ph]}
\bibitem{Anchordoqui:2012qu}
L.A. Anchordoqui, H.~Goldberg, G.~Steigman, {Right-Handed Neutrinos as the Dark
Radiation: Status and Forecasts for the LHC}.
\newblock Phys. Lett. B \textbf{718}, 1162--1165 (2013).
\newblock \doi{10.1016/j.physletb.2012.12.019}.
\newblock {\href{https://arxiv.org/abs/1211.0186}{{arXiv:1211.0186}}}
{[hep-ph]}
\bibitem{HotQCD:2014kol}
A.~Bazavov, et~al., {Equation of state in ( 2+1 )-flavor QCD}.
\newblock Phys. Rev. D \textbf{90}, 094503 (2014).
\newblock \doi{10.1103/PhysRevD.90.094503}.