-
Notifications
You must be signed in to change notification settings - Fork 1
/
biblio.bib
1132 lines (1096 loc) · 63 KB
/
biblio.bib
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
@article{kang2015b,
author = {Kang, Seogi and Oldenburg, Douglas W and McMillan, Michael S},
journal = {ASEG Extended Abstracts},
pages = {1--4},
title = {{3D IP Inversion of Airborne EM data at Tli Kwi Cho}},
year = {2015}
}
@article{kang2015a,
abstract = {We propose a methodology to generate a 3D distribution of pseudo-chargeability from airborne time domain electromagnetic data. The processing flow is as follows: (a) Apply 3D inversion to TEM data to restore a background conductivity. This might involve omitting responses that are obviously contaminated with IP signals, such as negative transients in coincident loop surveys. The recovered background conductivity is assumed to be uncontaminated by IP signals. (b) Compute the TEM response from the background conductivity and subtract it from the observations. This yields the dIP data, and reduces the EM coupling. (c) The background conductivity is likely not exactly the earth conductivity, but we assume that the major effects of this inaccuracy will lead to a large scale, smoothly varying perturbation to the dIP data. If this correct, then these can be recognized and removed. (d) The final data are linearly related to a pseudo-chargeability through a sensitivity function that is analogous to that employed in usual DC-IP ground surveys. (e) The dIP data at various time channels can be inverted individually. The pseudo-chargeability models may be useful in themselves or they may be further processed to estimate Cole-Cole, or equivalent, parameters. We demonstrate our procedure on a field data set from Mt. Milligan. In the field example, we identify chargeable targets that show no indication of negative transients in the raw data. From the images we can make inferences about the relative strength and geometries of the chargeable bodies.},
author = {Kang, Seogi and Oldenburg, Douglas},
journal = {ASEG Extended Abstracts},
month = {jan},
number = {1},
pages = {1--4},
title = {{Recovering IP information in airborne-time domain electromagnetic data}},
year = {2015}
}
@article{marshall1959,
author = {Marshall, Donald J and Madden, Theodore R},
journal = {GEOPHYSICS},
number = {4},
pages = {790--816},
title = {{INDUCED POLARIZATION, A STUDY OF ITS CAUSES}},
volume = {24},
year = {1959}
}
@article{Chen2006,
abstract = {1 Methods for remote and ground-based sensing of soil water content often rely on determination of bulk dielectric permittivity which may be affected by factors other than water content, such as interfacial polarization (Maxwell-Wagner effect), phase configuration, and electrical conductivity. The complex interactions among these factors were modeled by the Maxwell-Wagner-Bruggeman-Hanai formalism on the basis of self-consistent differential effective medium approximation. The modeling framework considers porous media composed of coated inclusions and enables systematic evaluation of various factors on determination of water content at different measurement frequencies associated with different sensors. Simulation results illustrate the importance of accounting for phase configuration; using a simple saturation-dependent weight function and only two typical phase configurations provided good agreement with a wide range of dielectric measurements spanning different porous media, saturations, and measurement frequencies. The model provides the necessary framework for incorporation of the Maxwell-Wagner effect on standard measurements obtained by time domain reflectometry and through frequency response enables evaluation and a wide array of other sensors. Work is under way to incorporate effects of ambient conditions temperature) and of bound water on bulk dielectric measurements.},
author = {Chen, Yongping and Or, Dani},
file = {:Users/sgkang/Dropbox/Papers/Chen{\_}et{\_}al-2006-Water{\_}Resources{\_}Research.pdf:pdf},
isbn = {0043-1397},
journal = {Water Resources Research},
keywords = {Wagner effect, electrical conductivity},
number = {6},
pages = {1--9},
title = {{Geometrical factors and interfacial processes affecting complex dielectric permittivity of partially saturated porous media}},
volume = {42},
year = {2006}
}
@article{Zhdanov2008,
abstract = {A rigorous physical-mathematical model of heteroge- neous conductive media is based on the effective-medium approach.Ageneralization of the classical effective-medium theory ?EMT? consists of twomajor parts: ?1? introduction of effective-conductivity models of heterogeneous, multiphase rock formations with inclusions of arbitrary shape and con- ductivity using the principles of the quasi-linear ?QL? ap- proximation within the framework of the EMT formalism and ?2? development of the generalized effective-medium theory of induced polarization ?GEMTIP?, which takes into account electromagnetic-induction ?EMI? and induced polar- ization ?IP? effects related to the relaxation of polarized charges in rock formations. The new generalized EMT pro- vides a unified mathematical model of heterogeneity, multi- phase structure, and the polarizability of rocks. The geoelec- tric parameters of this model are determined by the intrinsic petrophysical and geometric characteristics of composite media: the mineralization and/or fluid content of rocks and the matrix composition, porosity, anisotropy, and polarizabil- ity of formations. The GEMTIPmodel allows one to find the effective conductivity of amedium with inclusions that have arbitrary shape and electrical properties. One fundamental IP model of an isotropic, multiphase, heterogeneous medium is filled with spherical inclusions. This model, because of its relative simplicity,makes it possible to explain the close rela- tionships between the new GEMTIPconductivity-relaxation model and an empirical Cole-Cole model or classicalWait's model of the IPeffect.},
author = {Zhdanov, Michael S.},
file = {:Users/sgkang/Dropbox/Papers/1.3372299.pdf:pdf},
isbn = {0016-8033},
journal = {Geophysics},
number = {5},
pages = {F197},
title = {{Generalized effective-medium theory of induced polarization}},
volume = {73},
year = {2008}
}
@article{Revil2017,
abstract = {We collected spectral induced polarization spectra with clean sand mixed with metallic particles (either silver, graphite, copper, steel, magnetite, or pyrite particles). The initial pore water conductivity was either 1500 or 1000 mu S cm(-1) depending on the experiments (25 degrees C, NaCl). For each of the 15 experiments, we used a narrow and unimodal grain size distribution for the metallic particles. The resulting polarization spectra display clear polarization peaks in the phase and can be fitted with a Cole-Cole complex conductivity model. In addition to this, the chargeability scales with the volume content of the metallic particles in a way that is consistent with the theory of disseminated metallic particles in a weakly polarizable background. Similarly, the phase scales with the content of the metallic particles in a predictableway. The ColeCole relaxation time shows a rough dependence with the mean particle size. The trend between these two parameters can be used to determine an apparent diffusion coefficient for the charge carriers responsible for the polarization. Finally, we conducted a laboratory sandbox experiment in which we put a copper plate in tap water-saturated sand. We use an approach based on self-potential tomography and compactness to invert the secondary source current density from the secondary voltages associated with timedomain induced polarization. With this approach, we localized the copper plate and determined a value for the relaxation time that is consistent with the laboratory core sample experiments.},
author = {Revil, Andr{\'{e}} and Mao, Deqiang and Shao, Zhenlu and Sleevi, Michael F. and Wang, Deming},
file = {:Users/sgkang/Dropbox/Papers/geo2014-0577.1.pdf:pdf},
journal = {Geophysics},
number = {2},
pages = {E97--E110},
title = {{Induced polarization response of porous media with metallic particles — Part 6: The case of metals and semimetals}},
volume = {82},
year = {2017}
}
@article{Revil2013,
abstract = {A model combining low-frequency complex conductivity and high-frequency permittivity is developed in the frequency range from 1 mHz to 1 GHz. The low-frequency conductivity depends on pore water and surface conductivities. Surface conductivity is controlled by the electrical diffuse layer, the outer component of the electrical double layer coating the surface of the minerals. The frequency dependence of the effective quadrature conductivity shows three domains. Below a critical frequency fp , which depends on the dynamic pore throat size $\Lambda$, the quadrature conductivity is frequency dependent. Between fp and a second critical frequency fd , the quadrature conductivity is generally well described by a plateau when clay minerals are present in the material. Clay-free porous materials with a narrow grain size distribution are described by a Cole-Cole model. The characteristic frequency fd controls the transition between double layer polarization and the effect of the high-frequency permittivity of the material. The Maxwell-Wagner polarization is found to be relatively negligible. For a broad range of frequencies below 1 MHz, the effective permittivity exhibits a strong dependence with the cation exchange capacity and the specific surface area. At high frequency, above the critical frequency fd , the effective permittivity reaches a high-frequency asymptotic limit that is controlled by the two Archie's exponents m and n like the low-frequency electrical conductivity. The unified model is compared with various data sets from the literature and is able to explain fairly well a broad number of observations with a very small number of textural and electrochemical parameters. It could be therefore used to interpret induced polarization, induction-based electromagnetic methods, and ground penetrating radar data to characterize the vadose zone.},
author = {Revil, A.},
file = {:Users/sgkang/Dropbox/Papers/Revil-2013-Water{\_}Resources{\_}Research.pdf:pdf},
isbn = {0043-1397},
journal = {Water Resources Research},
number = {1},
pages = {306--327},
pmid = {23576823},
title = {{Effective conductivity and permittivity of unsaturated porous materials in the frequency range 1 mHz-1GHz}},
volume = {49},
year = {2013}
}
@article{lajaunie2016,
author = {Lajaunie, M and Maurya, P and Fiandaca, G},
journal = {4th IP workshop},
number = {4},
pages = {1192--1202},
publisher = {Hydrogeophysics group at Aarhus University},
title = {{Comparison of Cole-Cole and Constant Phase Angle modeling in time-domain induced polarization}},
volume = {B},
year = {2016}
}
@article{wait1986,
abstract = {A formulation is presented for the mutual impedance of a four-electrode array on the surface of a homogeneous half-space model of the earth characterized by a complex resistivity. The frequency is sufficiently low that displacement currents in the air are negligible. Using such a representation, the mutual impedance or apparent complex resistivity is computed from convergent series expansions over the frequency range from 0.1 to 1000 Hz. We also show the corresponding pure electromagnetic coupling, calculated for the same geometry but under the assumption that the earth is non-polarizable (i.e., the resistivity is real and frequency-independent). Finally we demonstrate that the actual or measured complex resistivity can be corrected for the electromagnetic coupling by a simple subtractive process provided the frequency is sufficiently low. But in general the electrochemical effects, causing the resistivity to be complex and frequency-dependent, are inextricably intertwined with the electromagnetic effects. Thus we conclude that any sweeping claims to correct induced polarization in the field, by various electromagnetic coupling "removal" schemes, should be viewed with concern. ?? 1986.},
author = {Wait, James R. and Gruszka, Thomas P.},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/1-s2.0-0016714286900165-main.pdf:pdf},
journal = {Geoexploration},
number = {1},
pages = {21--27},
title = {{On electromagnetic coupling "removal" from induced polarization surveys}},
volume = {24},
year = {1986}
}
@article{flores2009,
author = {Flores, Carlos and Peralta-Ortega, Sergio A},
isbn = {0926-9851},
journal = {Journal of Applied Geophysics},
keywords = {Induced polarization,Mineral discrimination,Porphyry copper,Transient electromagnetic soundings},
number = {3},
pages = {423--436},
publisher = {Elsevier B.V.},
title = {{Induced polarization with in-loop transient electromagnetic soundings: A case study of mineral discrimination at El Arco porphyry copper, Mexico}},
volume = {68},
year = {2009}
}
@article{revil2014,
abstract = {S U M M A R Y Induced polarization is a geophysical method looking to image and interpret low-frequency polarization mechanisms occurring in porous media. Below 10 kHz, the quadrature conductiv-ity of metal-free sandy and clayey materials exhibits a distribution of relaxation times, which can be related to the pore size distribution of these porous materials. When the polarization spectra are fitted with a Cole–Cole model, we first observe that the main relaxation time is controlled by the main pore size of the material and that the Cole–Cole exponent c is never much above 0.5, a value corresponding to a Warburg function. The complex conductivity is then obtained through a convolution product between the pore size distribution and such Warburg function. We also provide a way to recover the pore size distribution by performing a deconvolution of measured spectra using the Warburg function. A new dataset of mercury porosimetry and induced polarization data of six siliciclastic materials supports the hypothesis that the Cole–Cole relaxation time is strongly controlled by the pore size, and especially the characteristic pore size corresponding to the peak of the pore size distribution from mercury porosimetry. The distribution of the pore throat sizes of these materials seems fairly well recovered using the Warburg decomposition of the spectral induced polarization spectra but additional data will be needed to confirm this finding.},
author = {Revil, A. and Florsch, N. and Camerlynck, C.},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/Geophys. J. Int.-2014-Revil-1016-33.pdf:pdf},
journal = {Geophysical Journal International},
keywords = {Electrical properties,Hydrogeophysics,Permeability and porosity},
number = {2},
pages = {1016--1033},
title = {{Spectral induced polarization porosimetry}},
volume = {198},
year = {2014}
}
@phdthesis{smith1988,
author = {Smith, Richard S.},
school = {University of Toronto},
title = {{A plausible mechanism for generating negative coincident-loop transient electromagnetic responses: Ph.D dissertation}},
year = {1988}
}
@phdthesis{macnae1980,
author = {Macnae, James C.},
school = {University of Toronto},
title = {{Geophysical Prospecting with Electric Fields from an Inductive EM Source: Ph.D dissertation}},
year = {1988}
}
@article{grimm2015,
author = {Grimm, Robert E and Stillman, David E},
keywords = {electrical properties,frozen soil,spectral induced polarization},
number = {November 2014},
pages = {28--38},
title = {{Field Test of Detection and Characterization of Subsurface Ice Using Broadband Spectral Induced Polarization}},
volume = {38},
year = {2015}
}
@article{smith1989,
author = {Smith, Richard S and West, G F},
journal = {GEOPHYSICS},
number = {11},
pages = {1491--1498},
title = {{Field examples of negative coincident‐loop transient electromagnetic responses modeled with polarizable half‐planes}},
volume = {54},
year = {1989}
}
@article{doug1999,
author = {Oldenburg, D W and Li, Y},
journal = {Geophysics},
number = {2},
pages = {403--416},
title = {{Estimating depth of investigation in dc resistivity and IP surveys}},
volume = {64},
year = {1999}
}
@article{Devriese2017,
author = {Devriese, Sarah G. R. and Davis, Kristofer and Oldenburg, Douglas W.},
file = {:Users/sgkang/Dropbox/Papers/int-2016-0142.1.pdf:pdf},
journal = {Interpretation},
number = {3},
pages = {T299--T311},
title = {{Inversion of airborne geophysics over the DO-27/DO-18 kimberlites — Part 1: Potential fields}},
volume = {5},
year = {2017}
}
@article{boyko2001,
author = {Boyko, W and Paterson, N R and Kwan, K},
journal = {The Leading Edge},
number = {10},
pages = {1130--1138},
title = {{AeroTEM: system characteristics and field results}},
volume = {20},
year = {2001}
}
@incollection{kang2014,
annote = {doi:10.1190/segam2014-1381.1},
author = {Kang, S and Oldenburg, D and Yang, D and Marchant, D},
booktitle = {SEG Technical Program Expanded Abstracts 2014},
month = {aug},
pages = {1785--1789},
publisher = {Society of Exploration Geophysicists},
title = {{On recovering induced polarization information from airborne time domain EM data}},
year = {2014}
}
@conference{jansen2005,
address = {Toronto, Canada},
author = {Jansen, J and Witherly, K},
booktitle = {73rd PDAC International Convention},
title = {{The Tli Kwi Cho kimberlite complex, Northwest Territories, Canada: Analysis of geophysical results and implications for diamond exploration elsewhere in the Canadian Arctic}},
year = {2005}
}
@techreport{witherly2005,
author = {Witherly, K},
institution = {Condor Consulting},
title = {{Report on VTEM test program over three kimberlite, Lac de Gras area, Northwest Territories, Canada}},
type = {Technical Report},
year = {2005}
}
@inproceedings{reed2007,
author = {Reed, L E and Witherly, K E},
booktitle = {Ore Deposits and Exploration Technology},
editor = {Milkereit, B},
pages = {679--689},
title = {50 years ofkimberlite geophysics, a review},
year = {2007}
}
@article{jansendoyle2000,
author = {Jansen, J C and Doyle, B J},
journal = {Northwest Mining Association Practical Geophysics (III)},
title = {{The Tli Kwi Cho Kimberlite Complex, Northwest Territories, Canada: A Geophysical Post Mortum}},
year = {2000}
}
@inproceedings{DoyleEtAl1999,
author = {Doyle, B J and Kivi, K and Smith, B H Scott},
booktitle = {Proceedings of the VIIth International Kimberlite Conference},
pages = {194--204},
title = {{The Tli Kwi Cho (DO27 and DO18) Diamondiferous Kimberlite Complex, Northwest Territories, Canada}},
year = {1999}
}
@article{revil2015,
author = {Revil, Andr{\'{e}} and {Abdel Aal}, Gamal Z. and Atekwana, Estella A. and Mao, Deqiang and Florsch, Nicolas},
file = {:Users/sgkang/Google Drive/Zarcfit/SIPpapers/RevilGeophysics2015.pdf:pdf},
journal = {Geophysics},
number = {5},
pages = {D539--D552},
title = {{Induced polarization response of porous media with metallic particles — Part 2: Comparison with a broad database of experimental data}},
volume = {80},
year = {2015}
}
@techreport{Eggleston2008,
author = {Eggleston, T and Brisebois, K},
institution = {AMEC},
month = {aug},
title = {{DO-27 Diamond Project, Northwest Territories, Canada.}},
type = {NI 43-101 Report},
year = {2008}
}
@article{Revil2013a,
author = {Revil, A},
file = {:Users/sgkang/Dropbox/Papers/D271.full.pdf:pdf},
keywords = {electromagnetics,rock physics,resistivity},
number = {4},
title = {{On charge accumulation in heterogeneous porous rocks under the influence of an external electric field}},
volume = {78},
year = {2013}
}
@book{tikhonov1977,
author = {Tikhonov, A N and Arsenin, V Y},
publisher = {W.H. Winston and Sons.},
title = {{Solutions of Ill-Posed Problems}},
year = {1977}
}
@article{yee1966,
author = {Yee, Kane},
isbn = {0018-926X VO - 14},
journal = {IEEE Transactions on Antennas and Propagation},
keywords = {Boundary conditions,Boundary value problems,Conductors,Difference equations,Differential equations,EMP radiation effects,EMP radiation effects.,Electromagnetic scattering,Finite difference methods,Magnetic scattering by absorbing media,Maxwell equations,Partial differential equations},
number = {3},
pages = {302--307},
title = {{Numerical solution of initial boundary value problems involving maxwell's equations in isotropic media}},
volume = {14},
year = {1966}
}
@article{commer2011,
author = {Commer, Michael and Newman, Gregory A and Williams, Kenneth H and Hubbard, Susan S},
journal = {GEOPHYSICS},
number = {3},
pages = {F157--F171},
title = {{3D induced-polarization data inversion for complex resistivity}},
volume = {76},
year = {2011}
}
@article{enkin2012,
author = {Enkin, R J and Cowan, D and Tigner, J and Severide, A and Gilmour, D and Tkachyk, A and Kilduff, M and Baker, J},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/of{\_}7227.pdf:pdf},
title = {{Physical property measurements at the GSC paleomagnetism and petrophysics laboratory, including Electric Impedance Spectrum methodology and analysis}}
year = {2012}
}
@article{li1996,
author = {Li, Yaoguo and Oldenburg, Douglas W},
journal = {Geophysics},
number = {2},
pages = {394--408},
title = {{3-D inversion of magnetic data}},
volume = {61},
year = {1996}
}
@article{doug1997,
author = {Oldenburg, Douglas W and Li, Yaoguo and Ellis, Robert G},
journal = {Geophysics},
number = {5},
pages = {1419--1431},
title = {{Inversion of geophysical data over a copper gold porphyry deposit: A case history for Mt. Milligan}},
volume = {62},
year = {1997}
}
@article{elkaliouby2004,
author = {El‐Kaliouby, H and Eldiwany, E},
journal = {GEOPHYSICS},
number = {2},
pages = {426--430},
title = {{Transient electromagnetic responses of 3D polarizable body}},
volume = {69},
year = {2004}
}
@book{haber_book,
address = {Philadelphia, PA},
author = {Haber, E},
publisher = {Society for Industrial and Applied Mathematics},
title = {{Computational Methods in Geophysical Electromagnetics}},
year = {2014}
}
@article{kohlrausch1854,
author = {Kohlrausch, R},
journal = {Annalen der Physik},
number = {2},
pages = {179--214},
publisher = {WILEY-VCH Verlag},
title = {{Theorie des elektrischen R{\"{u}}ckstandes in der Leidener Flasche}},
volume = {167},
year = {1854}
}
@book{fink1990,
author = {Fink, J and McAlister, E and Sternberg, B and Wieduwilt, W and Ward, S},
editor = {Fink, James B and McAlister, Edgar O and Sternberg, Ben K and Wieduwilt, W Gordon and Ward, Stanley H},
publisher = {Society of Exploration Geophysicists},
title = {{Induced Polarization Applications and Case Histories}},
year = {1990}
}
@article{marchant2013,
author = {Marchant, David and Haber, Eldad and Oldenburg, Douglas},
journal = {ASEG Extended Abstracts},
pages = {1--4},
title = {{Recovery of 3D IP distribution from airborne time-domain EM}},
volume = {144},
year = {2013}
}
@article{xu2013,
author = {Xu, Zhengwei and Zhdanov, M S},
journal = {Geoscience and Remote Sensing Letters, IEEE},
keywords = {3D IP inverse problem,3D IP survey data,Cole-Cole model,Conductivity,DC conductivity,DC electrical resistivity,Data models,Geophysics,IP networks,Mathematical model,Silver,Solid modeling,conjugate gradient methods,electromagnetic induction,electromagnetic wave polarisation,geology,geophysical techniques,geophysics,induced polarization (IP),induced polarization data,intrinsic chargeability,inversion,regularized conjugate gradient method,regularized conjugate gradient method (RCGM),relaxation parameter,relaxation theory,remote sensing,subsurface geology,three-dimensional Cole-Cole model inversion},
month = {jun},
number = {6},
pages = {1180--1184},
title = {{Three-Dimensional Cole-Cole Model Inversion of Induced Polarization Data Based on Regularized Conjugate Gradient Method}},
volume = {12},
year = {2015}
}
@article{hordt2007,
author = {H{\"{o}}rdt, Andreas and Blaschek, Roland and Kemna, Andreas and Zisser, Norbert},
file = {:Users/sgkang/Dropbox/Papers/1-s2.0-S0926985106001170-main.pdf:pdf},
journal = {Journal of Applied Geophysics},
keywords = {Complex conductivity,Groundwater,Hydraulic conductivity,Induced polarisation,Spectral IP},
number = {1},
pages = {33--46},
title = {{Hydraulic conductivity estimation from induced polarisation data at the field scale — the Krauthausen case history}},
volume = {62},
year = {2007}
}
@article{kaminski2017,
author = {Kaminski, Vladislav and Viezzoli, Andrea},
journal = {GEOPHYSICS},
number = {2},
pages = {B49--B61},
title = {{Modeling induced polarization effects in helicopter time-domain electromagnetic data: Field case studies}},
volume = {82},
year = {2017}
}
@article{fournier2017,
author = {Fournier, Dominique and Kang, Seogi and McMillan, Michael S and Oldenburg, Douglas W},
journal = {Interpretation},
number = {3},
pages = {T313--T325},
title = {{Inversion of airborne geophysics over the DO-27/DO-18 kimberlites — Part 2: Electromagnetics}},
volume = {5},
year = {2017}
}
@article{kang2016,
author = {Kang, Seogi and Oldenburg, Douglas W},
file = {:Users/sgkang/Dropbox/Papers/ggw256.pdf:pdf},
journal = {Geophysical Journal International},
number = {1},
pages = {174--196},
title = {{On recovering distributed IP information from inductive source time domain electromagnetic data}},
volume = {207},
year = {2016}
}
@article{tarasov2013,
abstract = {Two different equations, both of which are often called ‘the Cole–Cole equation', are widely used to fit experimental Spectral Induced Polarization data. The data are compared on the basis of fitting model parameters: the chargeability, the time constant and the exponent. The difference between the above two equations (the Cole–Cole equation proposed by the Cole brothers and Pelton's equation) is manifested in one of the fitting parameters, the time constant. The Cole–Cole time constant is an inverse of the peak angular frequency of the imaginary conductivity, while Pelton's time constant depends on the chargeability and exponent values. The difference between the time constant values corresponding to the above two equations grows with the increase of the chargeability value, and with the decrease of the Cole–Cole exponent value. This issue must be taken into considerationwhen comparing the experimental data sets for high polarizability media presented in terms of the Cole–Cole parameters.},
author = {Tarasov, Andrey and Titov, Konstantin},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/Geophys. J. Int.-2013-Tarasov-352-6.pdf:pdf},
journal = {i},
keywords = {Electrical properties,Electromagnetic theory,Hydrogeophysics},
number = {1},
pages = {352--356},
title = {{On the use of the Cole-Cole equations in spectral induced: Polarization}},
volume = {195},
year = {2013}
}
@inproceedings{power2007,
author = {Power, M and Hildes, D},
booktitle = {Proceedings of Exploration '07: Fifth Decennial International Conference on Mineral Exploration},
pages = {1025--1031},
title = {{Geophysical strategies for kimberlite exploration in northern Canada}},
year = {2007}
}
@inproceedings{harder2006,
author = {Harder, M and Hetman, C and Smith, B Scott and Pell, J},
booktitle = {8th International Kimberlite Conference},
title = {{Geology of the DO27 Pipe: A pyroclastic kimberlite in the Lac de Gras province, NWT, Canada}},
year = {2006}
}
@article{pell1997,
author = {Pell, J A},
journal = {Geoscience Canada},
number = {2},
pages = {77--90},
title = {{Kimberlite in the Slave Craton, Northwest Territories, Canada}},
volume = {24},
year = {1997}
}
@article{kemna2004,
abstract = {Induced polarization (IP) imaging is a promising tool in engineering and environmental studies. Application of this technique for near-surface investigations has previously been limited by incomplete understanding of the physicochemical controls on the IP response, together with a lack of appropriate methods for data inversion. As laboratory studies have shown, description of IP in terms of complex electrical conductivity enables access to various structural characteristics pertinent to practical issues such as subsurface lithology definition, hydraulic permeability estimation, or hydrocarbon contaminant mapping. In particular, analysis in terms of real and imaginary conductivity components offers improved lithological characterization, since surface polarization effects are separated from electrolytic and surface conduction effects. An Occam-type IP inversion algorithm based on complex algebra is described which accounts for these advances in IP interpretation by directly solving for complex conductivity. Results from crosshole applications at two case study sites demonstrate the suitability of the IP imaging approach for subsurface characterization. In the first case study, the imaging results correlate with the observed complex sequence of Quaternary sediments at a waste disposal site. Characterization of the polarizability of these sediments offers significant value in lithological differentiation. In the second case study, the results of IP imaging at a hydrocarbon-contaminated site illustrate the potential of the method in environmental studies. The hydrocarbon location is clearly evident from the IP image, and a markedly different response is observed at an uncontaminated region of the site. By adopting empirical structural–electrical relationships, images of textural and hydraulic properties are estimated as a step toward improved quantitative characterization. The success of the method for these contrasting applications supports further investigation into understanding the physical and chemical processes that control observed IP.},
author = {Kemna, Andreas and Binley, Andrew M. and Slater, Lee},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/1{\%}2E1649379.pdf:pdf},
isbn = {0016-8033},
journal = {Geophysics},
keywords = {GE Environmental Sciences},
number = {1},
pages = {97--107},
title = {{Cross-borehole IP imaging for engineering and environmental applications.}},
volume = {69},
year = {2004}
}
@article{wynn1975,
author = {Wynn, Jeffrey C. and Zonge, Kenneth L.},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/1{\%}2E1440571.pdf:pdf},
journal = {Geophysics},
number = {5},
pages = {831--850},
title = {{EM coupling, its intrinsic value, its removal and the cultural coupling problem}},
volume = {40},
year = {1975}
}
@inbook{jansen2004,
author = {Jansen, Joel and Witherly, Ken},
booktitle = {SEG Technical Program Expanded Abstracts 2004},
chapter = {289},
pages = {1147--1150},
title = {{The Tli Kwi Cho kimberlite complex, Northwest Territories, Canada: A geophysical case study}},
year = {2004}
}
@article{viezzoli2017,
author = {Viezzoli, Andrea and Kaminski, Vladislav and Fiandaca, Gianluca},
journal = {GEOPHYSICS},
number = {2},
pages = {E31--E50},
title = {{Modeling induced polarization effects in helicopter time domain electromagnetic data: Synthetic case studies}},
volume = {82},
year = {2017}
}
@article{mcmillan2015,
author = {McMillan, Michael S and Schwarzbach, Christoph and Haber, Eldad and Oldenburg, Douglas W},
journal = {GEOPHYSICS},
number = {6},
pages = {K25--K36},
title = {{3D parametric hybrid inversion of time-domain airborne electromagnetic data}},
volume = {80},
year = {2015}
}
@article{weidelt1982,
author = {Weidelt, P},
number = {September},
pages = {1325--1330},
title = {{Response characteristics of coincident loop transient electromagnetic systems}},
volume = {47},
year = {1982},
journal = {GEOPHYSICS}
}
@book{schön2011,
author = {Sch{\"{o}}n, J H},
publisher = {Handbook of Petroleum Exploration and Production},
title = {{Physical Properties of Rocks A Workbook}},
year = {2011}
}
@book{kelley1999,
author = {Kelley, C T},
publisher = {Society for Industrial and Applied Mathematics},
title = {{Iterative Methods for Optimization}},
year = {1999}
}
@article{veeken2009b,
author = {Veeken, Paul C and Legeydo, Peter J and Davidenko, Yuri A and Kudryavceva, Elena O and Ivanov, Sergei A and Chuvaev, Anton},
journal = {Geophysics},
publisher = {Society of Exploration Geophysicists},
title = {{Benefits of the induced polarization geoelectric method to hydrocarbon exploration}},
year = {2009},
volume = {74},
pages = {B47-B59}
}
@article{veeken2009a,
author = {Veeken, P and Legeydo, P and Pesterev, I and Davidenko, Y and Kudryavceva, E and Ivanov, S},
journal = {first break},
number = {12},
pages = {53--64},
title = {{Geoelectric modelling with separation between electromagnetic and induced polarization field components}},
volume = {27},
year = {2009}
}
@article{kemna2012,
abstract = {Over the last 15 years significant advancements in induced polarization (IP) research have taken place, particularly with respect to spectral IP (SIP), concerning the understanding of the mechanisms of the IP phenomenon, the conduction of accurate and broadband laboratory measurements, the modelling and inversion of IP data for imaging purposes and the increasing application of the method in near-surface investigations. We summarize here the current state of the science of the SIP method for near-surface applications and describe which aspects still represent open issues and should be the focus of future research efforts. Significant progress has been made over the last decade in the understanding of the microscopic mechanisms of IP; however, integrated mechanistic models involving different possible polarization processes at the grain/pore scale are still lacking. A prerequisite for the advances in the mechanistic understanding of IP was the development of improved laboratory instrumentation, which has led to a continuously growing data base of SIP measurements on various soil and rock samples. We summarize the experience of numerous experimental studies by formulating key recommendations for reliable SIP laboratory measurements. To make use of the established theoretical and empirical relation- ships between SIP characteristics and target petrophysical properties at the field scale, sophisticated forward modelling and inversion algorithms are needed. Considerable progress has also been made in this field, in particular with the development of complex resistivity algorithms allowing the modelling and inversion of IP data in the frequency domain. The ultimate goal for the future are algorithms and codes for the integral inversion of 3D, time-lapse and multi-frequency IP data, which defines a 5D inversion problem involving the dimensions space (for imaging), time (for monitoring) and frequency (for spectroscopy). We also offer guidelines for reliable and accurate measurements of IP spectra, which are essential for improved understanding of IP mechanisms and their links to physical, chemical and biological properties of interest. We believe that the SIP method offers potential for subsurface structure and process characterization, in particular in hydrogeophysical and biogeophysical studies.},
author = {Kemna, Andreas and Binley, Andrew and Cassiani, Giorgio and Niederleithinger, Ernst and Revil, Andr{\'{e}} and Slater, Lee and Williams, Kenneth H and Orozco, Adri{\'{a}}n Flores and Haegel, Franz Hubert and H{\"{o}}rdt, Andreas and Kruschwitz, Sabine and Leroux, Virginie and Titov, Konstantin and Zimmermann, Egon},
isbn = {1569-4445},
journal = {Near Surface Geophysics},
number = {6},
pages = {453--468},
title = {{An overview of the spectral induced polarization method for near-surface applications}},
volume = {10},
year = {2012}
}
@article{seigel1974,
author = {Seigel, H},
journal = {Geophysics},
number = {3},
pages = {321--339},
title = {{The magnetic induced polarization (MIP) method}},
volume = {39},
year = {1974}
}
The
@article{seigel1959,
author = {Seigel, H},
journal = {Geophysics},
number = {3},
pages = {547--565},
title = {{Mathematical formulation and type curves for induced polarization}},
volume = {24},
year = {1959}
}
@article{doug1994,
author = {Oldenburg, D and Li, Y},
journal = {Geophysics},
number = {9},
pages = {1327--1341},
title = {{Inversion of induced polarization data}},
volume = {59},
year = {1994}
}
@article{smith1988a,
author = {Smith, Richard S and Walker, P W and Polzer, B D and West, G F},
journal = {Geophysical Prospecting},
number = {April},
pages = {772--785},
title = {{The time-domain electromagnetic response of polarizable bodies: an approximate convolution algorithm}},
volume = {36},
year = {1988}
}
@article{chen2003,
abstract = {The magnetic induced polarization (MIP) method is an exploration technique used to obtain information relating to the induced polarization characteristics of the subsurface through measurements of the primary magnetic field associated with steady-state current flow in the earth. According to Seigel, the secondary magnetic field due to polarization current can be expressed as a sum of the products of chargeability and the derivative of primary magnetic field, due to ohmic current, with respect to the logarithmic conductivity (or sensitivity). The magnetic field and the sensitivity matrix can be computed by subsequently solving Poisson's equation and a magnetostatic problem in terms of potentials using a finite-volume algorithm. The MIP response is a function of chargeability difference (?-?0) and relative conductivity (s/s0), where h0 and s0 are constants. When solving the inverse problem we need to impose positivity of the solution but the fact that MIP responses depend only upon the difference in chargeability means we have options regarding how we set up the inversion. We can: (1) invert for ? without constraints and add a constant to the final result, (2) invert for ? while imposing positivity, or (3) work with ln ?. We compare all three methods here. Our inversion problem is formulated as an optimization problem where the objective function of the model is minimized subject to the constraints that the model adequately reproduces the data. We use a Gauss-Newton method to obtain the model perturbation at each iteration. The system of equations is solved using a conjugate gradient least squares method. In order to make the inversion produce depth or distance information, a depth weighting or sensitivity-based weighting is required. Through synthetic model studies, we have shown that the conductivity ratio between a target and its host has a large effect on the MIP response. Ratios greater than two orders of magnitude difference will eventually make the MIP response undetectable. However, if the ratio is in the range of 0.1 to 10, the effect on the recovered chargeability is limited. The inversion algorithm is demonstrated by inverting the data set from Binduli, Australia.},
author = {Chen, Jiuping and {W. Oldenburg}, Douglas},
journal = {ASEG Extended Abstracts},
month = {jan},
number = {1},
pages = {1--11},
title = {{3-D inversion of magnetic induced polarization data}},
volume = {2003},
year = {2003}
}
@article{marchant2014,
author = {Marchant, David and Haber, Eldad and Oldenburg, Douglas W},
journal = {Geophysics},
number = {6},
pages = {E303--E314},
title = {{Three-dimensional modeling of IP effects in time-domain electromagnetic data}},
volume = {79},
year = {2014}
}
@article{flis1989,
author = {Flis, M and Newman, G and Hohmann, G},
journal = {GEOPHYSICS},
number = {4},
pages = {514--523},
title = {{Induced olarization effects in time‐domain electromagnetic measurements}},
volume = {54},
year = {1989}
}
@article{kratzer2012,
author = {Kratzer, T and Macnae, J},
isbn = {0016-8033},
journal = {Geophysics},
number = {5},
pages = {E317----E327},
publisher = {Society of Exploration Geophysicists},
title = {{Induced polarization in airborne EM}},
volume = {77},
year = {2012}
}
@article{marchant2012b,
author = {Marchant, D and Haber, E and Oldenburg, D W},
journal = {Geophysical Journal International},
keywords = {electrical properties,electromagnetic theory,inverse theory},
month = {nov},
number = {2},
pages = {602--612},
title = {{Inductive source induced polarization}},
volume = {192},
year = {2012}
}
@article{yuval1997,
author = {Yuval and Oldenburg, D},
journal = {Geophysics},
number = {2},
pages = {436--448},
title = {{Computation of Cole‐Cole parameters from IP data}},
volume = {62},
year = {1997}
}
@article{li2000,
author = {Li, Yaoguo and Oldenburg, Douglas W},
journal = {Geophysics},
month = {nov},
number = {6},
pages = {1931--1945},
title = {{3-D inversion of induced polarization data}},
volume = {65},
year = {2000}
}
@article{yang2012,
abstract = {We inverted airborne time-domain electromagnetic (ATEM) data over a porphyry deposit in central British Columbia, Canada and recovered the 3D electrical conductivity structure. Full 3D inversion was required because of the circular geometry of the deposit. Typical analysis, which assumes a homogeneous or layered earth, produces conductive artifacts that are contrary to geologic expectations. A synthetic example showed that those misleading artifacts arise by assuming a 1D layered earth and that a 3D inversion can successfully solve the problem. Because of the computational challenges of solving the 3D inversion with many transmitters of airborne survey, we introduced a work flow that uses a multimesh strategy to handle the field data. In our inversion, a coarse mesh and a small number of soundings are first used to rapidly reconstruct a large-scale distribution of conductivity. The mesh is then refined and more soundings are incorporated to better resolve small-scale features. This strategy significantly speeds up the 3D inversion. The progressive refinement of the mesh also helps find the resolution limit of the data and an appropriate mesh for inversion, thus overcomputing on an unnecessarily fine mesh can be avoided. The final conductivity structure has features that emulate the expected geologic structure for a porphyry system and this substantiates the need and capability for working in 3D. However, the necessity for using 3D can depend upon the EM system used. A previous 1D interpretation of frequency-domain EM data at Mt. Milligan indicated a resistive stock. We reconciled this result with the present by computing the footprints of the frequency and time-domain surveys. The distribution of currents for the frequency-domain system was smaller than the length scale of the geologic target while the opposite was true for the time-domain data.},
author = {Yang, Dikun and Oldenburg, Douglas W},
journal = {Geophysics},
number = {2},
pages = {B23--B34},
title = {{Three-dimensional inversion of airborne time-domain electromagnetic data with applications to a porphyry deposit}},
volume = {77},
year = {2012}
}
@article{yang2014,
abstract = {Airborne electromagnetic (AEM) methods are highly efficient tools for assessing the Earth's conductivity structures in a large area at low cost. However, the configuration of AEM measurements, which typically have widely distributed transmitter-receiver pairs, makes the rigorous modelling and interpretation extremely time-consuming in 3-D. Excessive overcomputing can occur when working on a large mesh covering the entire survey area and inverting all soundings in the data set. We propose two improvements. The first is to use a locally optimized mesh for each AEM sounding for the forward modelling and calculation of sensitivity. This dedicated local mesh is small with fine cells near the sounding location and coarse cells far away in accordance with EM diffusion and the geometric decay of the signals. Once the forward problem is solved on the local meshes, the sensitivity for the inversion on the global mesh is available through quick interpolation. Using local meshes for AEM forward modelling avoids unnecessary computing on fine cells on a global mesh that are far away from the sounding location. Since local meshes are highly independent, the forward modelling can be efficiently parallelized over an array of processors. The second improvement is random and dynamic down-sampling of the soundings. Each inversion iteration only uses a random subset of the soundings, and the subset is reselected for every iteration. The number of soundings in the random subset, determined by an adaptive algorithm, is tied to the degree of model regularization. This minimizes the overcomputing caused by working with redundant soundings. Our methods are compared against conventional methods and tested with a synthetic example. We also invert a field data set that was previously considered to be too large to be practically inverted in 3-D. These examples show that our methodology can dramatically reduce the processing time of 3-D inversion to a practical level without losing resolution. Any existing modelling technique can be included into our framework of mesh decoupling and adaptive sampling to accelerate large-scale 3-D EM inversions.},
author = {Yang, Dikun and Oldenburg, Douglas W. and Haber, Eldad},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/Geophys. J. Int.-2013-Yang-gji-ggt465.pdf:pdf},
journal = {Geophysical Journal International},
keywords = {Electrical properties,Electromagnetic theory,Inverse theory,Numerical solutions},
number = {3},
pages = {1492--1507},
title = {{3-D inversion of airborne electromagnetic data parallelized and accelerated by local mesh and adaptive soundings}},
volume = {196},
year = {2014}
}
@article{routh2001,
author = {Routh, Partha S and Oldenburg, Douglas W},
journal = {Geophysical Journal International},
keywords = {electromagnetic coupling induced polarization inve},
number = {1},
pages = {59--76},
title = {{Electromagnetic coupling in frequency-domain induced polarization data: a method for removal}},
volume = {145},
year = {2001}
}
@article{cole1941,
author = {Cole, Kenneth S and Cole, Robert H},
journal = {The Journal of Chemical Physics},
number = {4},
title = {{Dispersion and Absorption in Dielectrics I. Alternating Current Characteristics}},
volume = {9},
year = {1941}
}
@article{fiandaca2012,
author = {Fiandaca, Gianluca and Auken, Esben and Christiansen, Anders Vest and Gazoty, Aurélie},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/geo2011-0217{\%}2E1.pdf:pdf},
journal = {Geophysics},
number = {3},
pages = {E213},
title = {{Time-domain-induced polarization: Full-decay forward modeling and 1D laterally constrained inversion of Cole-Cole parameters}},
volume = {77},
year = {2012}
}
@article{hodges2014,
author = {Hodges, Greg and Chen, Tianyou},
journal = {SEG Technical Program Expanded Abstracts},
pages = {828--832},
title = {{IP effect in airborne TDEM data: Model studies and field examples}},
volume = {158},
year = {2014}
}
@article{kwan2015,
author = {Kwan, Karl and Prikhodko, Alexander and Legault, Jean M and Plastow, Geoffrey and Xie, Joe and Fisk, Keith},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/aseg2015ab104 (1).pdf:pdf},
keywords = {aiip,airborne inductive induced polarization,chargeability mapping,domain electromagnetic,negative transients,sulphides and clay minerals,the helicopter-borne versatile time},
pages = {1--5},
title = {{Airborne Inductive Induced Polarization Chargeability Mapping of VTEM Data}},
year = {2015}
}
@article{dias2000,
author = {Dias, Carlos A},
journal = {GEOPHYSICS},
number = {2},
pages = {437--451},
title = {{Developments in a model to describe low‐frequency electrical polarization of rocks}},
volume = {65},
year = {2000}
}
@inbook{katsube1976,
author = {Katsube, T J},
booktitle = {Presented at the 46th Annual International SEG meeting},
title = {{Complex resistivity and new IP parameters}},
year = {1976}
}
@article{Fiandaca2013,
author = {Fiandaca, Gianluca and Ramm, James and Binley, Andrew and Christiansen, Anders Vest and Auken, Esben},
file = {:Users/sgkang/Dropbox/Papers/ggs060.pdf:pdf},
keywords = {1999,aristodemou,characterization of waste sites,d u c t,e,electrical properties,exploration,g,hydrogeophysics,i n t ro,i o n,induced polarization,inverse theory,investigation,ip,is a geophysical method,thomas-betts,to environmental,traditionally used for mineral,typical environmental applications include,weller et al,which is increasingly applied},
pages = {631--646},
title = {{polarization data through 2-D inversion}},
year = {2013}
}
@article{hohmann1990,
author = {Hohmann, G W and Newman, G A},
journal = {GEOPHYSICS},
number = {8},
pages = {1098--1100},
title = {{Transient electromagnetic responses of surficial, polarizable patches}},
volume = {55},
year = {1990}
}
@incollection{doug_tutorial,
author = {Oldenburg, Douglas W and Li, Yaoguo},
booktitle = {Near-Surface Geophysics},
chapter = {5},
pages = {89--150},
title = {{5. Inversion for Applied Geophysics: A Tutorial}},
year = {2005}
}
@article{Kozhevnikov2012,
abstract = {Many TEM data from Yakutia and other areas of widespread permafrost bear a manifestation of the induced polarization (IP) effect. The distinguishing feature of this effect is the distortion in the monotony, sign reversals included TEM voltage responses in the time range from a few tens to a few hundreds of microseconds. According to the inversion of TEM responses in terms of the Cole–Cole conductivity model, the IP effects are produced by fast decaying polarization in the upper 100m of frozen ground. Shallow frozen rocks exhibit the chargeability m in the range 0.2 to 0.85, mostly within 0.2–0.5, the relaxation time $\tau$ from 35 to 250$\mu$s (50 to 100$\mu$s on average). As for the exponent c, it is usually in the range 0.8 to 1, which is evidence of a narrow range of the relaxation times. Conversion of chargeability into low-frequency dielectric permittivity gives values of the order of tens or a few hundreds of thousands. These very high permittivities cannot be explained by dielectric relaxation of ice inclusions and/or interfacial polarization. A more likely reason is electrochemical polarization of the films of unfrozen water on the mineral grain and ice inclusion surfaces. It is convenient to interpret the electrochemical polarization effects in terms of frequency-dependent surface conductivity controlled by the surface-to-volume ratio. For an unfrozen wet rock the surface conductivity is small compared to the bulk conductivity of the pore water. However, upon freezing the pore water, the surface conductivity becomes dominant which results in the manifestation of IP phenomena. An additional reason why freezing of a wet porous rock is favorable for the manifestation of IP effects in TEM data is that the relative contribution of eddy currents becomes less than that of polarization ones.},
annote = {Permafrost polarization effects
Dispersive Dielectric constant
Following Flis et al ..},
author = {Kozhevnikov, N.O. and Antonov, E.Yu.},
file = {:Users/sgkang/Library/Application Support/Mendeley Desktop/Downloaded/Kozhevnikov, Antonov - 2012 - Fast-decaying inductively induced polarization in frozen ground A synthesis of results and models.pdf:pdf},
journal = {Journal of Applied Geophysics},
keywords = {Electrochemical polarization,Frozen ground,Induced polarization,Low-frequency dielectric permittivity,Surface conductance,TEM surveys},
month = {jul},
pages = {171--183},
title = {{Fast-decaying inductively induced polarization in frozen ground: A synthesis of results and models}},
volume = {82},
year = {2012}
}
@article{doug2013,
author = {Oldenburg, Douglas W and Haber, Eldad and Shekhtman, Roman},
journal = {GEOPHYSICS},
number = {1},
pages = {E47--E57},
title = {{Three dimensional inversion of multisource time domain electromagnetic data}},
volume = {78},
year = {2013}
}
@article{cockett2015,
author = {Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W},
file = {:Users/sgkang/Dropbox/Papers/1-s2.0-S009830041530056X-main.pdf:pdf},
journal = {Computers {\&} Geosciences},
keywords = {Electromagnetics,Geophysics,Inversion,Numerical modeling,Object-oriented programming,Sensitivities},
pages = {142--154},
title = {{SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications}},
volume = {85, Part A},
year = {2015}
}
@article{haber2014,
author = {Haber, E and Schwarzbach, C},
file = {:Users/sgkang/Library/Application Support/Mendeley Desktop/Downloaded/Haber, Schwarzbach - 2014 - Parallel inversion of large-scale airborne time-domain electromagnetic data with multiple OcTree meshes(2).pdf:pdf},
journal = {Inverse Problems},
month = {may},
number = {5},
pages = {055011},
title = {{Parallel inversion of large-scale airborne time-domain electromagnetic data with multiple OcTree meshes}},
volume = {30},
year = {2014}
}
@article{smith1996,
author = {Smith, Richard S. and Klein, Jan},
journal = {Geophysics},
month = {jan},
number = {1},
pages = {66--73},
title = {{A special circumstance of airborne induced‐polarization measurements}},
volume = {61},
year = {1996}
}
@article{hordt2006,
author = {H{\"{o}}rdt, Andreas and Hanstein, Tilman and H{\"{o}}nig, Mark and Neubauer, Fritz Manfred},
journal = {Journal of Applied Geophysics},
keywords = {cole,induced polarisation,modelling,sip,spectral,time domain},
month = {jun},
number = {2},
pages = {152--161},
title = {{Efficient spectral IP-modelling in the time domain}},
volume = {59},
year = {2006}
}
@article{haber2004,
author = {Haber, Eldad and Ascher, Uri M and Oldenburg, Douglas W},
file = {:Users/sgkang/Library/Application Support/Mendeley Desktop/Downloaded/Haber, Ascher, Oldenburg - 2004 - Inversion of 3D electromagnetic data in frequency and time domain using an inexact all-at-once approac.pdf:pdf},
journal = {Geophysics},
keywords = {Maxwell equations,electrical conductivity measurement,frequency-domain analysis,geophysical signal processing,inverse problems,magnetic field measurement,time-domain analysis},
number = {5},
pages = {1216--1228},
publisher = {SEG},
title = {{Inversion of 3D electromagnetic data in frequency and time domain using an inexact all-at-once approach}},
volume = {69},
year = {2004}
}
@article{commer2004,
author = {Commer, M and Newman, G},
file = {:Users/sgkang/Library/Application Support/Mendeley Desktop/Downloaded/Commer, Newman - 2004 - A parallel finite‐difference approach for 3D transient electromagnetic modeling with galvanic sources.pdf:pdf},
isbn = {0016-8033},
journal = {Geophysics},
number = {5},
pages = {1192--1202},
publisher = {Society of Exploration Geophysicists},
title = {{A parallel finite‐difference approach for 3D transient electromagnetic modeling with galvanic sources}},
volume = {69},
year = {2004}
}
@article{pelton1978,
author = {Pelton, W and Ward, S and Hallof, P and Sill, W and Nelson, P},
isbn = {0016-8033},
journal = {Geophysics},
number = {3},
pages = {588--609},
publisher = {Society of Exploration Geophysicists},
title = {{MINERAL DISCRIMINATION AND REMOVAL OF INDUCTIVE COUPLING WITH MULTIFREQUENCY IP}},
volume = {43},
year = {1978}
}
@article{smith1988a,
author = {Smith, Richard S and Walker, P W and Polzer, B D and West, G F},
journal = {Geophysical Prospecting},
number = {April},
pages = {772--785},
title = {{The time-domain electromagnetic response of polarizable bodies: an approximate convolution algorithm}},
volume = {36},
year = {1988}
}
@article{kang2017b,
author = {Kang, Seogi and Oldenburg, Douglas W},
journal = {Geophysical propecting},
number = {},
pages = {},
title = {{TEM-IP: Extracting more IP information from galvanic source time domain EM data}},
volume = {},
year = {2017}
}
@article{bucker2013,
author = {B{\"{u}}cker, Matthias and H{\"{o}}rdt, Andreas},
file = {:Users/sgkang/Dropbox/Papers/geo2012-0548.1 (1).pdf:pdf},
journal = {Geophysics},
number = {6},
pages = {E299--E314},
title = {{Long and short narrow pore models for membrane polarization}},
volume = {78},
year = {2013}
}
@article{wong1979,
author = {Wong, J.},
file = {:Users/sgkang/Google Drive/Researches/IP/Papers/1{\%}2E1441005.pdf:pdf},
journal = {Geophysics},
number = {7},
pages = {1245},
title = {{An electrochemical model of the induced-polarization phenomenon in disseminated sulfide ores}},
volume = {44},
year = {1979}
}
@article{slater2002,
author = {Slater, Lee and Lesmes, David P.},
file = {:Users/sgkang/Dropbox/Papers/Slater{\_}et{\_}al-2002-Water{\_}Resources{\_}Research.pdf:pdf},
journal = {Water Resources Research},
keywords = {complex conductivity,groundwater,hydraulic conductivity,induced polarisation,spectral ip},
number = {10},
pages = {33--46},
title = {{Electrical-hydraulic relationships observed for unconsolidated sediments}},
volume = {38},
year = {2002}
}
@article{weller2010,
author = {Weller, Andreas and Nordsiek, Sven and Debschütz, Wolfgang},
file = {:Users/sgkang/Dropbox/Papers/1.3507304.pdf:pdf},
journal = {Geophysics},
number = {6},
pages = {E215},
title = {{Estimating permeability of sandstone samples by nuclear magnetic resonance and spectral-induced polarization}},
volume = {75},
year = {2010}
}
@article{revil2010,
author = {Revil, A. and Florsch, N.},
file = {:Users/sgkang/Downloads/Revil{\_}et{\_}al-2010-Geophysical{\_}Journal{\_}International.pdf:pdf},
journal = {Geophysical Journal International},
keywords = {Electrical properties,Hydrogeophysics,Permeability and porosity,Probability distributions},
number = {3},
pages = {1480--1498},
title = {{Determination of permeability from spectral induced polarization in granular media}},
volume = {181},
year = {2010}
}
@article{gazoty2012,
AUTHOR = {Gazoty, A. and Fiandaca, G. and Pedersen, J. and Auken, E. and Christiansen, A. V. and Pedersen, J. K.},
TITLE = {Application of time domain induced polarization to the mapping of lithotypes in a landfill site},
JOURNAL = {Hydrology and Earth System Sciences},
VOLUME = {16},
YEAR = {2012},
NUMBER = {6},
PAGES = {1793--1804},
DOI = {10.5194/hess-16-1793-2012}
}
@article{heagy2017,
author = {Heagy, Lindsey J and Cockett, Rowan and Kang, Seogi and Rosenkjaer, Gudni K and Oldenburg, Douglas W},
doi = {https://doi.org/10.1016/j.cageo.2017.06.018},
issn = {0098-3004},
journal = {Computers {\&} Geosciences},
keywords = { Finite volume, Numerical modelling, Object oriented, Sensitivities,Geophysics},
pages = {1--19},
title = {{A framework for simulation and inversion in electromagnetics}},
volume = {107},
year = {2017}
}
@online{gpg,
author = {GPG},
title = {Geophysics for Practicing Geoscientists},
year = 2018,
url = {https://gpg.geosci.xyz/content/induced_polarization/induced_polarization_physical_properties.html},
urldate = {2018-02-20}
}
@misc{devin2015,
author = {Cowan, D.},
date = {"2015-06-18"},
year = {2015},
howpublished = "personal communication"
}
@article{anderson1979,
author = {Anderson, W},
doi = {10.1190/1.1441007},
isbn = {0016-8033},
journal = {Geophysics},
number = {7},
pages = {1287--1305},
publisher = {Society of Exploration Geophysicists},
title = {{Numerical integration of related Hankel transforms of orders 0 and 1 by adaptive digital filtering}},
url = {http://dx.doi.org/10.1190/1.1441007},
volume = {44},
year = {1979}
}
@article{hilfer2002,
author = {Hilfer, R},
doi = {10.1103/PhysRevE.65.061510},
journal = {Phys. Rev. E},
month = {jun},
number = {6},
pages = {61510},
publisher = {American Physical Society},
title = {{H-function representations for stretched exponential relaxation and non-Debye susceptibilities in glassy systems}},
url = {https://link.aps.org/doi/10.1103/PhysRevE.65.061510},
volume = {65},
year = {2002}
}
@article{kang2014b,
author = {Kang, Seogi and Noh, Kyubo and Seol, Soon Jee and Byun, Joongmoo},
journal = {Exploration Geophysics},
file = {:Users/sgkang/Library/Containers/com.apple.mail/Data/Library/Mail Downloads/1C576790-527C-4902-821D-2F0E6C75507F/EG14096.pdf:pdf},
keywords = {information, carbon dioxide, inversion, marine CSE},
title = {{mCSEM inversion for CO2 sequestration monitoring at a deep brine aquifer in a shallow sea}},
url = {http://dx.doi.org/10.1071/EG14096},
year = {2014}
}