-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnTPS.bib
More file actions
1216 lines (1157 loc) · 44.7 KB
/
nTPS.bib
File metadata and controls
1216 lines (1157 loc) · 44.7 KB
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
@inproceedings{Wojtsekhowski:2020tlo,
author = "Wojtsekhowski, Bogdan",
title = "{Flavor Decomposition of Nucleon Form Factors}",
year = "2020",
eprint = "2001.02190",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
SLACcitation = "%%CITATION = ARXIV:2001.02190;%%"
}
@article{Mueller:1998fv,
author = "Muller, Dieter and Robaschik, D. and Geyer, B. and
Dittes, F. -M. and Horejsi, J.",
title = "{Wave functions, evolution equations and evolution
kernels from light ray operators of QCD}",
journal = "Fortsch. Phys.",
volume = "42",
year = "1994",
pages = "101-141",
doi = "10.1002/prop.2190420202",
eprint = "hep-ph/9812448",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "NTZ-6-91, NTZ-91-6",
SLACcitation = "%%CITATION = HEP-PH/9812448;%%"
}
@article{Ji:1996ek,
author = "Ji, Xiang-Dong",
title = "{Gauge-Invariant Decomposition of Nucleon Spin}",
journal = "Phys. Rev. Lett.",
volume = "78",
year = "1997",
pages = "610-613",
doi = "10.1103/PhysRevLett.78.610",
eprint = "hep-ph/9603249",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "MIT-CTP-2517",
SLACcitation = "%%CITATION = HEP-PH/9603249;%%"
}
@article{Radyushkin:1996nd,
author = "Radyushkin, A. V.",
title = "{Scaling limit of deeply virtual Compton scattering}",
journal = "Phys. Lett.",
volume = "B380",
year = "1996",
pages = "417-425",
doi = "10.1016/0370-2693(96)00528-X",
eprint = "hep-ph/9604317",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "CEBAF-TH-96-05",
SLACcitation = "%%CITATION = HEP-PH/9604317;%%"
}
@article{Roberts:2007jh,
author = "Roberts, C. D. and Bhagwat, M. S. and Holl, A. and
Wright, S. V.",
title = "{Aspects of hadron physics}",
journal = "Eur. Phys. J. ST",
volume = "140",
year = "2007",
pages = "53-116",
doi = "10.1140/epjst/e2007-00003-5",
eprint = "0802.0217",
archivePrefix = "arXiv",
primaryClass = "nucl-th",
SLACcitation = "%%CITATION = ARXIV:0802.0217;%%"
}
@article{Diehl:2013xca,
author = "Diehl, M. and Kroll, P.",
title = "{Nucleon form factors, generalized parton distributions
and quark angular momentum}",
journal = "Eur. Phys. J.",
volume = "C73",
year = "2013",
number = "4",
pages = "2397",
doi = "10.1140/epjc/s10052-013-2397-7",
eprint = "1302.4604",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "DESY-13-025",
SLACcitation = "%%CITATION = ARXIV:1302.4604;%%"
}
@unpublished{Kivel2020ab,
note="private communications",
author="Kivel, N.",
year="2020"
}
@unpublished{Christy:2020aa,
title = {See Supplemental Material at [URL will be inserted by publisher] for [give brief description of material]}
}
@article{Hughes:1965zza,
author = "Hughes, E. B. and Griffy, T. A. and Yearian, M. R. and
Hofstadter, R.",
title = "{Neutron Form Factors from Inelastic Electron-Deuteron
Scattering}",
journal = "Phys. Rev.",
volume = "139",
year = "1965",
pages = "B458-B471",
doi = "10.1103/PhysRev.139.B458",
SLACcitation = "%%CITATION = PHRVA,139,B458;%%"
}
@article{Arnold:1988us,
author = "Arnold, R. G. and others",
title = "{Measurements of Transverse Quasielastic Electron
Scattering From the Deuteron at High Momentum Transfers}",
journal = "Phys. Rev. Lett.",
volume = "61",
year = "1988",
pages = "806",
doi = "10.1103/PhysRevLett.61.806",
reportNumber = "SLAC-PUB-4612",
SLACcitation = "%%CITATION = PRLTA,61,806;%%"
}
@article{Bruins:1995ns,
author = "Bruins, E. E. W. and others",
title = "{Measurement of the neutron magnetic form-factor}",
journal = "Phys. Rev. Lett.",
volume = "75",
year = "1995",
pages = "21-24",
doi = "10.1103/PhysRevLett.75.21",
SLACcitation = "%%CITATION = PRLTA,75,21;%%"
}
@article{Durand:1959zz,
author = "Durand, Loyal",
title = "{Inelastic Electron-Deuteron Scattering Cross Sections at
High Energies}",
journal = "Phys. Rev.",
volume = "115",
year = "1959",
pages = "1020-1038",
doi = "10.1103/PhysRev.115.1020",
SLACcitation = "%%CITATION = PHRVA,115,1020;%%"
}
@misc{Christy2020ab,
title="Two-Photon Exchange in Electron-Proton Elastic Scattering at large four-momentum transfer",
author="E.~Christy and others",
year="2020",
note = {in preparation for publication in PRL}
}
@article{Puckett:2017fl,
author = "Puckett, A. J. R. and others",
title = "{Polarization Transfer Observables in Elastic Electron
Proton Scattering at $Q^2 = $2.5, 5.2, 6.8, and 8.5
GeV$^2$}",
journal = "Phys. Rev.",
volume = "C96",
year = "2017",
number = "5",
pages = "055203",
doi = "10.1103/PhysRevC.98.019907, 10.1103/PhysRevC.96.055203",
note = "[erratum: Phys. Rev.C98,no.1,019907(2018)]",
eprint = "1707.08587",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-17-2533",
SLACcitation = "%%CITATION = ARXIV:1707.08587;%%"
}
@article{Arrington:2011dn,
author = "Arrington, J. and Blunden, P. G. and Melnitchouk, W.",
title = "{Review of two-photon exchange in electron scattering}",
journal = "Prog. Part. Nucl. Phys.",
volume = "66",
year = "2011",
pages = "782-833",
doi = "10.1016/j.ppnp.2011.07.003",
eprint = "1105.0951",
archivePrefix = "arXiv",
primaryClass = "nucl-th",
reportNumber = "JLAB-THY-11-1365",
SLACcitation = "%%CITATION = ARXIV:1105.0951;%%"
}
@article{Afanasev:2017gsk,
author = "Afanasev, A. and Blunden, P.G. and Hasell, D. and Raue, B.A.",
archivePrefix = "arXiv",
doi = "10.1016/j.ppnp.2017.03.004",
eprint = "1703.03874",
journal = "Prog.\ Part.\ Nucl.\ Phys.",
pages = "245--278",
primaryClass = "nucl-ex",
reportNumber = "JLAB-THY-17-2404",
title = "{Two-photon exchange in elastic electron--proton scattering}",
volume = "95",
year = "2017"
}
@article{Blunden:2005ew,
author = "Blunden, P. G. and Melnitchouk, W. and Tjon, J. A.",
title = "{Two-photon exchange in elastic electron-nucleon
scattering}",
journal = "Phys. Rev.",
volume = "C72",
year = "2005",
pages = "034612",
doi = "10.1103/PhysRevC.72.034612",
eprint = "nucl-th/0506039",
archivePrefix = "arXiv",
primaryClass = "nucl-th",
reportNumber = "JLAB-THY-05-372",
SLACcitation = "%%CITATION = NUCL-TH/0506039;%%"
}
@inproceedings{Wojtsekhowski:2017kti,
author = "Wojtsekhowski, B.",
title = "{Prospect for Measuring ${G_E^n}$ at High Momentum
Transfers}",
booktitle = "{Exclusive processes at high momentum transfer.
Proceedings, Newport News, USA, May 15-18, 2002}",
year = "2002",
doi = "10.1142/9789812776211_0036",
eprint = "1706.02747",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1706.02747;%%"
}
% kelly form factors
@article{Kelly:2004hm,
author = "Kelly, J. J.",
title = "Simple parametrization of nucleon form factors",
journal = "Phys. Rev.",
volume = "C70",
year = "2004",
pages = "068202",
doi = "10.1103/PhysRevC.70.068202",
SLACcitation = "%%CITATION = PHRVA,C70,068202;%%"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PREVIOUS POLARIZATION OBSERVABLE GEN DATA
%
@article{Schlimme:2013eoz,
author = "Schlimme, B. S. and others",
title = "{Measurement of the neutron electric to magnetic form
factor ratio at $Q^2 = 1.58 GeV^2$ using the reaction $^3
\vec{He}(\vec{e},e'n)pp$}",
journal = "Phys. Rev. Lett.",
volume = "111",
year = "2013",
number = "13",
pages = "132504",
doi = "10.1103/PhysRevLett.111.132504",
eprint = "1307.7361",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
SLACcitation = "%%CITATION = ARXIV:1307.7361;%%"
}
@article{Riordan:2010id,
author = "Riordan, S. and others",
title = "{Measurements of the Electric Form Factor of the Neutron
up to $Q^2=3.4 GeV^2$ using the Reaction
$^3He^{->}(e^{->},e'n)pp$}",
journal = "Phys. Rev. Lett.",
volume = "105",
year = "2010",
pages = "262302",
doi = "10.1103/PhysRevLett.105.262302",
eprint = "1008.1738",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-10-1201",
SLACcitation = "%%CITATION = ARXIV:1008.1738;%%"
}
@article{Anderson:2006jp,
author = "Anderson, B. and others",
title = "{Extraction of the neutron magnetic form-factor from
quasi-elastic polarized-He-3(polarized-e, e-prime) at Q**2
= 0.1 - 0.6 (GeV/c)^2}",
collaboration = "Jefferson Lab E95-001",
journal = "Phys. Rev.",
volume = "C75",
year = "2007",
pages = "034003",
doi = "10.1103/PhysRevC.75.034003",
eprint = "nucl-ex/0605006",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-06-491",
SLACcitation = "%%CITATION = NUCL-EX/0605006;%%"
}
@article{Schiavilla:2001qe,
author = "Schiavilla, R. and Sick, I.",
title = "{Neutron charge form-factor at large q**2}",
journal = "Phys. Rev.",
volume = "C64",
year = "2001",
pages = "041002",
doi = "10.1103/PhysRevC.64.041002",
eprint = "nucl-ex/0107004",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-THY-01-23",
SLACcitation = "%%CITATION = NUCL-EX/0107004;%%"
}
@article{Herberg:1999ud,
author = "Herberg, C. and others",
title = "{Determination of the neutron electric form-factor in the
D(e,e' n)p reaction and the influence of nuclear binding}",
journal = "Eur. Phys. J.",
volume = "A5",
year = "1999",
pages = "131-135",
doi = "10.1007/s100500050268",
SLACcitation = "%%CITATION = EPHJA,A5,131;%%"
}
@article{JonesWoodward:1991ih,
author = "Jones-Woodward, C. E. and others",
title = "{Determination of the neutron electric form-factor in
quasielastic scattering of polarized electrons from
polarized He-3}",
journal = "Phys. Rev.",
volume = "C44",
year = "1991",
pages = "R571-R574",
doi = "10.1103/PhysRevC.44.R571",
SLACcitation = "%%CITATION = PHRVA,C44,R571;%%"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ROSENBLUTH-LIKE EXTRACTIONS
%
% 1) GEn extraction from A(Q2), the deuteron structure function aka
% elastic ed cross section measurements
@article{Platchkov:1989ch,
author = "Platchkov, S. and others",
title = "{DEUTERON A(Q**2) STRUCTURE FUNCTION AND THE NEUTRON
ELECTRIC FORM-FACTOR}",
journal = "Nucl. Phys.",
volume = "A510",
year = "1990",
pages = "740-758",
doi = "10.1016/0375-9474(90)90358-S",
SLACcitation = "%%CITATION = NUPHA,A510,740;%%"
}
%GEn, galster param
@article{Galster:1971kv,
author = "Galster, S. and others",
title = "{Elastic electron-deuteron scattering and the electric
neutron form factor at four-momentum transfers 5fm$^{-2} <
q^2 < 14$fm$^{-2}$}",
journal = "Nucl. Phys.",
volume = "B32",
year = "1971",
pages = "221-237",
doi = "10.1016/0550-3213(71)90068-X",
reportNumber = "DESY-71-7",
SLACcitation = "%%CITATION = NUPHA,B32,221;%%"
}
%
% 2) quasielastic ed cross section measurements => Rosenbluth decomposition
@article{Lung:1992bu,
author = "Lung, A. and others",
title = "{Measurements of the electric and magnetic form-factors
of the neutron from Q**2 = 1.75-GeV/c**2 to 4-GeV/c**2}",
journal = "Phys. Rev. Lett.",
volume = "70",
year = "1993",
pages = "718-721",
doi = "10.1103/PhysRevLett.70.718",
reportNumber = "SLAC-PUB-5861",
SLACcitation = "%%CITATION = PRLTA,70,718;%%"
}
%GMn extraction
@article{Rock:1982gf,
author = "Rock, Stephen and others",
title = "{Measurement of Elastic electron - Neutron Cross-Sections
Up to Q**2 = 10-(GeV/c)**2}",
booktitle = "{New Horizons in Electromagnetic Physics Charlottesville,
Virginia, April 21-24, 1982}",
journal = "Phys. Rev. Lett.",
volume = "49",
year = "1982",
pages = "1139",
doi = "10.1103/PhysRevLett.49.1139",
note = "[,424(1982)]",
reportNumber = "SLAC-PUB-2949",
SLACcitation = "%%CITATION = PRLTA,49,1139;%%"
}
% early GEn extraction, found to be small
@article{Bartel:1973rf,
author = "Bartel, W. and others",
title = "{Measurement of proton and neutron electromagnetic
form-factors at squared four momentum transfers up to
3-GeV/c$^2$}",
journal = "Nucl. Phys.",
volume = "B58",
year = "1973",
pages = "429-475",
doi = "10.1016/0550-3213(73)90594-4",
reportNumber = "DESY-73-05",
SLACcitation = "%%CITATION = NUPHA,B58,429;%%"
}
@article{Hanson:1973vf,
author = "Hanson, K. M. and Dunning, J. R. and Goitein, M. and
Kirk, T. and Price, L. E. and Wilson, R.",
title = "{Large angle quasielastic electron-deuteron scattering}",
journal = "Phys. Rev.",
volume = "D8",
year = "1973",
pages = "753-778",
doi = "10.1103/PhysRevD.8.753",
SLACcitation = "%%CITATION = PHRVA,D8,753;%%"
}
@article{Kubon:2001rj,
author = "Kubon, G. and others",
title = "{Precise neutron magnetic form-factors}",
journal = "Phys. Lett.",
volume = "B524",
year = "2002",
pages = "26-32",
doi = "10.1016/S0370-2693(01)01386-7",
eprint = "nucl-ex/0107016",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
SLACcitation = "%%CITATION = NUCL-EX/0107016;%%"
}
@article{Lachniet:2008qf,
author = "Lachniet, J. and others",
title = "{A Precise Measurement of the Neutron Magnetic Form
Factor G**n(M)in the Few-GeV**2 Region}",
collaboration = "CLAS",
journal = "Phys. Rev. Lett.",
volume = "102",
year = "2009",
pages = "192001",
doi = "10.1103/PhysRevLett.102.192001",
eprint = "0811.1716",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-08-911",
SLACcitation = "%%CITATION = ARXIV:0811.1716;%%"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% GMn -- polarized observables
%
@article{Anderson:2006jp,
author = "Anderson, B. and others",
title = "{Extraction of the neutron magnetic form-factor from
quasi-elastic polarized-He-3(polarized-e, e-prime) at Q**2
= 0.1 - 0.6 (GeV/c)^2}",
collaboration = "Jefferson Lab E95-001",
journal = "Phys. Rev.",
volume = "C75",
year = "2007",
pages = "034003",
doi = "10.1103/PhysRevC.75.034003",
eprint = "nucl-ex/0605006",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-06-491",
SLACcitation = "%%CITATION = NUCL-EX/0605006;%%"
}
% proton form factor for lung
@article{Bosted:1992,
title = {Measurements of the electric and magnetic form factors of the proton from ${\mathit{Q}}^{2}$=1.75 to 8.83 (GeV/c${)}^{2}$},
author = {Bosted, P. E. and others},
journal = {Phys. Rev. Lett.},
volume = {68},
issue = {26},
pages = {3841--3844},
numpages = {0},
year = {1992},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.68.3841},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.68.3841}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% FF Historical Papers
%
@article{Rosenbluth:1950yq,
author = "Rosenbluth, M. N.",
title = "{High Energy Elastic Scattering of Electrons on Protons}",
journal = "Phys. Rev.",
volume = "79",
year = "1950",
pages = "615-619",
doi = "10.1103/PhysRev.79.615",
SLACcitation = "%%CITATION = PHRVA,79,615;%%"
}
@article{Hofstadter:1955ae,
author = "Hofstadter, R. and McAllister, R. W.",
title = "{Electron Scattering From the Proton}",
journal = "Phys. Rev.",
volume = "98",
year = "1955",
pages = "217-218",
doi = "10.1103/PhysRev.98.217",
SLACcitation = "%%CITATION = PHRVA,98,217;%%"
}
@article{Hofstadter:1956qs,
author = "Hofstadter, Robert",
title = "{Electron scattering and nuclear structure}",
journal = "Rev. Mod. Phys.",
volume = "28",
year = "1956",
pages = "214-254",
doi = "10.1103/RevModPhys.28.214",
SLACcitation = "%%CITATION = RMPHA,28,214;%%"
}
@article{Chambers:1956zz,
author = "Chambers, E. E. and Hofstadter, R.",
title = "{Structure of the Proton}",
journal = "Phys. Rev.",
volume = "103",
year = "1956",
pages = "1454-1463",
doi = "10.1103/PhysRev.103.1454",
SLACcitation = "%%CITATION = PHRVA,103,1454;%%"
}
@article{Ernst:1960zza,
author = "Ernst, F. J. and Sachs, R. G. and Wali, K. C.",
title = "{Electromagnetic form factors of the nucleon}",
journal = "Phys. Rev.",
volume = "119",
year = "1960",
pages = "1105-1114",
doi = "10.1103/PhysRev.119.1105",
SLACcitation = "%%CITATION = PHRVA,119,1105;%%"
}
@article{Hand:1963zz,
author = "Hand, L. N. and Miller, D. G. and Wilson, Richard",
title = "{Electric and Magnetic Formfactor of the Nucleon}",
journal = "Rev. Mod. Phys.",
volume = "35",
year = "1963",
pages = "335",
doi = "10.1103/RevModPhys.35.335",
SLACcitation = "%%CITATION = RMPHA,35,335;%%"
}
@Article{Gourdin:1963,
author = {M. Gourdin},
journal = {Nuovo Cimento},
volume = {33},
pages = {533},
year = {1963},
}
@article{Arrington:2011kb,
author = "Arrington, John and de Jager, Kees and Perdrisat, Charles
F.",
title = "{Nucleon Form Factors: A Jefferson Lab Perspective}",
journal = "J. Phys. Conf. Ser.",
volume = "299",
year = "2011",
pages = "012002",
doi = "10.1088/1742-6596/299/1/012002",
eprint = "1102.2463",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-11-1315",
SLACcitation = "%%CITATION = ARXIV:1102.2463;%%"
}
@article{Perdrisat:2006hj,
author = "Perdrisat, C. F. and Punjabi, V. and Vanderhaeghen, M.",
title = "{Nucleon Electromagnetic Form Factors}",
journal = "Prog. Part. Nucl. Phys.",
volume = "59",
year = "2007",
pages = "694-764",
doi = "10.1016/j.ppnp.2007.05.001",
eprint = "hep-ph/0612014",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "WM-06-115, JLAB-THY-06-595",
SLACcitation = "%%CITATION = HEP-PH/0612014;%%"
}
@article{Punjabi:2015bba,
author = "Punjabi, V. and Perdrisat, C. F. and Jones, M. K. and
Brash, E. J. and Carlson, C. E.",
title = "{The Structure of the Nucleon: Elastic Electromagnetic
Form Factors}",
journal = "Eur. Phys. J.",
volume = "A51",
year = "2015",
pages = "79",
doi = "10.1140/epja/i2015-15079-x",
eprint = "1503.01452",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-15-2019",
SLACcitation = "%%CITATION = ARXIV:1503.01452;%%"
}
@article{Kelly:2002if,
author = "Kelly, James J.",
title = "{Nucleon charge and magnetization densities from Sachs
form-factors}",
journal = "Phys. Rev.",
volume = "C66",
year = "2002",
pages = "065203",
doi = "10.1103/PhysRevC.66.065203",
eprint = "hep-ph/0204239",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = HEP-PH/0204239;%%"
}
% Dipole form factor lambda parameter
@article{Albrecht:1965ki,
author = "Albrecht, W and others",
title = "{Elastic electron - proton scattering at momentum
transfers up t 245-F**-2}",
journal = "Phys. Rev. Lett.",
volume = "17",
year = "1966",
pages = "1192",
doi = "10.1103/PhysRevLett.17.1192",
SLACcitation = "%%CITATION = PRLTA,17,1192;%%"
}
%
@article{Jones:1999rz,
author = "Jones, M. K. and others",
title = "{G(E(p)) / G(M(p)) ratio by polarization transfer in
polarized e p ---> e polarized p}",
collaboration = "Jefferson Lab Hall A",
journal = "Phys. Rev. Lett.",
volume = "84",
year = "2000",
pages = "1398-1402",
doi = "10.1103/PhysRevLett.84.1398",
eprint = "nucl-ex/9910005",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-00-71",
SLACcitation = "%%CITATION = NUCL-EX/9910005;%%"
}
@article{Punjabi:2005wq,
author = "Punjabi, V. and others",
title = "{Proton elastic form-factor ratios to Q**2 = 3.5-GeV**2
by polarization transfer}",
journal = "Phys. Rev.",
volume = "C71",
year = "2005",
pages = "055202",
doi = "10.1103/PhysRevC.71.055202, 10.1103/PhysRevC.71.069902",
note = "[Erratum: Phys. Rev.C71,069902(2005)]",
eprint = "nucl-ex/0501018",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-05-292",
SLACcitation = "%%CITATION = NUCL-EX/0501018;%%"
}
@article{Gayou:2001qd,
author = "Gayou, O. and others",
title = "{Measurement of G(Ep) / G(Mp) in polarized-e p ---> e
polarized-p to Q**2 = 5.6-GeV**2}",
collaboration = "Jefferson Lab Hall A",
journal = "Phys. Rev. Lett.",
volume = "88",
year = "2002",
pages = "092301",
doi = "10.1103/PhysRevLett.88.092301",
eprint = "nucl-ex/0111010",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-01-63",
SLACcitation = "%%CITATION = NUCL-EX/0111010;%%"
}
@article{Puckett:2010ac,
author = "Puckett, A. J. R. and others",
title = "{Recoil Polarization Measurements of the Proton
Electromagnetic Form Factor Ratio to Q^2 = 8.5 GeV^2}",
journal = "Phys. Rev. Lett.",
volume = "104",
year = "2010",
pages = "242301",
doi = "10.1103/PhysRevLett.104.242301",
eprint = "1005.3419",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
reportNumber = "JLAB-PHY-10-1155",
SLACcitation = "%%CITATION = ARXIV:1005.3419;%%"
}
@article{Agostinelli:2002hh,
author = "Agostinelli, S. and others",
title = "{GEANT4: A Simulation toolkit}",
collaboration = "GEANT4",
journal = "Nucl. Instrum. Meth.",
volume = "A506",
year = "2003",
pages = "250-303",
doi = "10.1016/S0168-9002(03)01368-8",
reportNumber = "SLAC-PUB-9350, FERMILAB-PUB-03-339",
SLACcitation = "%%CITATION = NUIMA,A506,250;%%"
}
%christy-bosted
@article{Bosted:2007xd,
author = "Bosted, P. E. and Christy, M. E.",
title = "{Empirical fit to inelastic electron-deuteron and
electron-neutron resonance region transverse
cross-sections}",
journal = "Phys. Rev.",
volume = "C77",
year = "2008",
pages = "065206",
doi = "10.1103/PhysRevC.77.065206",
eprint = "0711.0159",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "JLAB-PHY-07-744",
SLACcitation = "%%CITATION = ARXIV:0711.0159;%%"
}
% UPCOMING EXPERIMENTS FF RELATED
% hall b
@misc{E12-07-104,
title="",
author="W. Brooks and G. Gilfoyle and J. Lachniet and M. Vineyard and others",
howpublished="unpublished. See \url{https://www.jlab.org/exp_prog/proposals/07/PR12-07-104.pdf}",
year="2007",
}
%hall a
@misc{E12-07-108,
title="",
author="J. Arrington and M. Christy and S. Gilad and V. Sulkosky and B. Wojtsekhowski and others",
howpublished="unpublished. See \url{https://www.jlab.org/exp_prog/proposals/07/PR12-07-108.pdf}",
year="2007",
}
@misc{E12-07-109,
title="",
author="E. Cisbani and M. Jones and M. Khandaker and N. Liyanage and L. Pentchev and C. Perdrisat and V. Punjabi and B. Wojtsekhowski and others",
howpublished="unpublished. See \url{https://www.jlab.org/exp_prog/proposals/07/PR12-07-109.pdf}",
year="2008",
}
@misc{E12-09-016,
title="",
author="G. Cates and S. Riordan and B. Wojtsekhowski and others",
howpublished="unpublished. See \url{https://www.jlab.org/exp_prog/proposals/proposal_updates/PR12-09-016_pac35.pdf}",
year="2010",
}
@misc{E12-09-019,
title="",
author="J. Annand and R. Gilman and B. Quinn and B. Wojtsekhowski and others",
howpublished="unpublished. See \url{https://www.jlab.org/exp_prog/proposals/09/PR12-09-019.pdf},
\url{https://www.jlab.org/exp_prog/proposals/proposal_updates/PR12-09-019_pac35.pdf}",
year="2008",
}
@misc{E12-17-004,
title="",
author="Annand, J. and Bellini, V. and Kohl, K. and Piskunov, N. and Sawatzky, B. and Wojtsekhowski, B. and others",
howpublished="unpublished. See \url{https://misportal.jlab.org/pacProposals/proposals/1297/attachments/98337/Proposal.pdf}",
year="2017",
}
%hall c
@misc{E12-11-002,
title="",
author="E. Brash and Huber, G. M. and R. Ransome and S. Strauch and others",
howpublished="unpublished. See \url{https://www.jlab.org/exp_prog/proposals/11/PR12-11-002.pdf}",
year="2011",
}
@misc{E12-11-009,
title="",
author="Anderson, B. D. and J. Arrington and S. Kowalski and R. Madey and B. Plaster and A. Yu and others",
howpublished="unpublished. See \url{https://www.jlab.org/exp_prog/proposals/11/PR12-11-009.pdf}",
year="2011",
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Theoretical Predictions
%
%
% 1) Lattice
% 2) pQCD
%
% Early scaling relations:
@article{Matveev:1973ra,
author = "Matveev, V. A. and Muradian, R. M. and Tavkhelidze, A.
N.",
title = "{Automodellism in the large - angle elastic scattering
and structure of hadrons}",
journal = "Lett. Nuovo Cim.",
volume = "7",
year = "1973",
pages = "719-723",
doi = "10.1007/BF02728133",
SLACcitation = "%%CITATION = NCLTA,7,719;%%"
}
@article{Brodsky:1973kr,
author = "Brodsky, Stanley J. and Farrar, Glennys R.",
title = "{Scaling Laws at Large Transverse Momentum}",
journal = "Phys. Rev. Lett.",
volume = "31",
year = "1973",
pages = "1153-1156",
doi = "10.1103/PhysRevLett.31.1153",
reportNumber = "SLAC-PUB-1290",
SLACcitation = "%%CITATION = PRLTA,31,1153;%%"
}
@article{Brodsky:1974vy,
author = "Brodsky, Stanley J. and Farrar, Glennys R.",
title = "{Scaling Laws for Large Momentum Transfer Processes}",
journal = "Phys. Rev.",
volume = "D11",
year = "1975",
pages = "1309",
doi = "10.1103/PhysRevD.11.1309",
reportNumber = "SLAC-PUB-1473, CALT-68-441",
SLACcitation = "%%CITATION = PHRVA,D11,1309;%%"
}
% dominant mechanism for the spin flip in QCD comes from the quark AM
@article{Brodsky:1980zm,
author = "Brodsky, Stanley J. and Drell, S. D.",
title = "{The Anomalous Magnetic Moment and Limits on Fermion
Substructure}",
journal = "Phys. Rev.",
volume = "D22",
year = "1980",
pages = "2236",
doi = "10.1103/PhysRevD.22.2236",
reportNumber = "SLAC-PUB-2534",
SLACcitation = "%%CITATION = PHRVA,D22,2236;%%"
}
% modified log scaling
@article{Belitsky:2002kj,
author = "Belitsky, Andrei V. and Ji, Xiang-dong and Yuan, Feng",
title = "{A Perturbative QCD analysis of the nucleon's Pauli
form-factor F(2)(Q**2)}",
journal = "Phys. Rev. Lett.",
volume = "91",
year = "2003",
pages = "092003",
doi = "10.1103/PhysRevLett.91.092003",
eprint = "hep-ph/0212351",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "DOE-ER-400762-271, UM-PP-03-031",
SLACcitation = "%%CITATION = HEP-PH/0212351;%%"
}
%%
@article{Guidal:2013rya,
author = "Guidal, Michel and Moutarde, Hervé and Vanderhaeghen,
Marc",
title = "{Generalized Parton Distributions in the valence region
from Deeply Virtual Compton Scattering}",
journal = "Rept. Prog. Phys.",
volume = "76",
year = "2013",
pages = "066202",
doi = "10.1088/0034-4885/76/6/066202",
eprint = "1303.6600",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1303.6600;%%"
}
% 6) Lattice
@article{Chambers:2017tuf,
author = "Chambers, A. J. and others",
title = "{Electromagnetic form factors at large momenta from
lattice QCD}",
collaboration = "UKQCD, QCDSF, CSSM",
journal = "Phys. Rev.",
volume = "D96",
year = "2017",
number = "11",
pages = "114509",
doi = "10.1103/PhysRevD.96.114509",
eprint = "1702.01513",
archivePrefix = "arXiv",
primaryClass = "hep-lat",
reportNumber = "ADP-17-06-T1012, DESY-17-019, Edinburgh-2017-02,
LTH-1119",
SLACcitation = "%%CITATION = ARXIV:1702.01513;%%"
}
@article{PhysRevD.90.034502,
title = {Electric form factors of the octet baryons from lattice QCD and chiral extrapolation},
author = {Shanahan, P. E. and Horsley, R. and Nakamura, Y. and Pleiter, D. and Rakow,
P. E. L. and Schierholz, G. and St\"uben, H. and Thomas, A. W. and Young, R. D. and Zanotti, J. M.},
collaboration = {CSSM and QCDSF/UKQCD Collaborations},
journal = {Phys. Rev. D},
volume = {90},
issue = {3},
pages = {034502},
numpages = {16},
year = {2014},
month = {Aug},
publisher = {American Physical Society},
doi = {10.1103/PhysRevD.90.034502},
url = {https://link.aps.org/doi/10.1103/PhysRevD.90.034502}
}
% 7) DSE
@article{Roberts:1994dr,
author = "Roberts, Craig D. and Williams, Anthony G.",
title = "{Dyson-Schwinger equations and their application to
hadronic physics}",
journal = "Prog. Part. Nucl. Phys.",
volume = "33",
year = "1994",
pages = "477-575",
doi = "10.1016/0146-6410(94)90049-3",
eprint = "hep-ph/9403224",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "ADP-93-225-T-142, ANL-PHY-7668-TH-93",
SLACcitation = "%%CITATION = HEP-PH/9403224;%%"
}
@article{Wilson:2011aa,
author = "Wilson, D. J. and Cloet, I. C. and Chang, L. and Roberts,
C. D.",
title = "{Nucleon and Roper electromagnetic elastic and transition
form factors}",
journal = "Phys. Rev.",
volume = "C85",
year = "2012",
pages = "025205",
doi = "10.1103/PhysRevC.85.025205",
eprint = "1112.2212",
archivePrefix = "arXiv",
primaryClass = "nucl-th",
SLACcitation = "%%CITATION = ARXIV:1112.2212;%%"
}
@article{Bashir:2012fs,
author = "Bashir, Adnan and Chang, Lei and Cloet, Ian C. and
El-Bennich, Bruno and Liu, Yu-Xin and Roberts, Craig D.
and Tandy, Peter C.",
title = "{Collective perspective on advances in Dyson-Schwinger
Equation QCD}",
journal = "Commun. Theor. Phys.",
volume = "58",
year = "2012",
pages = "79-134",
doi = "10.1088/0253-6102/58/1/16",
eprint = "1201.3366",
archivePrefix = "arXiv",
primaryClass = "nucl-th",
SLACcitation = "%%CITATION = ARXIV:1201.3366;%%"
}
@article{Segovia:2014aza,
author = "Segovia, Jorge and Cloet, Ian C. and Roberts, Craig D.
and Schmidt, Sebastian M.",
title = "{Nucleon and $\Delta$ elastic and transition form
factors}",
journal = "Few Body Syst.",
volume = "55",
year = "2014",
pages = "1185-1222",
doi = "10.1007/s00601-014-0907-2",
eprint = "1408.2919",
archivePrefix = "arXiv",
primaryClass = "nucl-th",
SLACcitation = "%%CITATION = ARXIV:1408.2919;%%"
}
@article{Cloet:2013jya,
author = "Cloet, Ian C. and Roberts, Craig D.",
title = "{Explanation and Prediction of Observables using
Continuum Strong QCD}",
journal = "Prog. Part. Nucl. Phys.",
volume = "77",
year = "2014",
pages = "1-69",
doi = "10.1016/j.ppnp.2014.02.001",
eprint = "1310.2651",
archivePrefix = "arXiv",
primaryClass = "nucl-th",
SLACcitation = "%%CITATION = ARXIV:1310.2651;%%"
}
% 8) NJL Model
@article{PhysRev.122.345,