-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
2872 lines (2574 loc) · 88 KB
/
references.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
%% ============================================================ Our Publications
@inproceedings{tran2011,
title={Finite element modeling of current flow from cochlear implant stimulation},
author={Tran, Phillip and Li, Qing and Carter, Paul},
booktitle={Modelling, simulation, identification, 2011 IASTED International Conference on},
pages={436--442},
year={2011},
organization={IASTED}
}
@inproceedings{wong2012,
title={Incorporating vascular structure into electric volume conduction models of the cochlea},
author={Wong, Paul and Li, Qing and Carter, Paul},
booktitle={Biomedical Engineering and Sciences (IECBES), 2012 IEEE EMBS Conference on},
pages={694--699},
year={2012},
organization={IEEE}
}
@inproceedings{tran2013embc,
title={Influence of blood vessel conductivity in cochlear implant stimulation using an finite element head model},
author={Tran, Phillip and Wong, Paul and Sue, Andrian and Li, Qing and Carter, Paul},
booktitle={Engineering in Medicine and Biology Society (EMBC), 35th Annual International Conference of the IEEE},
year={2013},
organization={IEEE}
}
@inproceedings{sue2013embc,
title={Time-domain finite element models of electrochemistry in intracochlear electrodes},
author={Sue, Andrian and Tran, Phillip and Wong, Paul and Li, Qing and Carter, Paul},
booktitle={Engineering in Medicine and Biology Society (EMBC), 35th Annual International Conference of the IEEE},
year={2013},
organization={IEEE}
}
@inproceedings{wong2013ciap,
title={Sensitivity of cochlear volume conduction models to boundary conditions},
author={Wong, Paul and Tran, Phillip and Sue, Andrian and Li, Qing and Carter, Paul},
booktitle={Implantable Auditory Prostheses (CIAP), 2013 Conference on},
year={2013},
organization={ARO}
}
@inproceedings{tran2013ciap,
title={Determining the Boundary Conditions for Cochlear Implant Models},
author={Tran, Phillip and Wong, Paul and Sue, Andrian and Li, Qing and Carter, Paul},
booktitle={Implantable Auditory Prostheses (CIAP), 2013 Conference on},
year={2013},
organization={ARO}
}
@inproceedings{wong2013mb,
title={Effect of petrous bone resistivities on volume conduction in the cochlea},
author={Wong, Paul and Sue, Andrian and Tran, Phillip and Li, Qing and Carter, Paul},
booktitle={Medical Bionics, 3rd International Conference on},
year={2013},
organization={The Bionics Institute}
}
@inproceedings{sue2013mb,
title={Modelling the Electrochemistry of Platinum Intracochlear Stimulation Electrodes},
author={Sue, Andrian and Wong, Paul and Tran, Phillip and Li, Qing and Carter, Paul},
booktitle={Medical Bionics, 3rd International Conference on},
year={2013},
organization={The Bionics Institute}
}
@inproceedings{inguva2015ner,
title={Frequency-dependent simulation of volume conduction in a linear model of the implanted cochlea},
author={Inguva, Chidrupi and Wong, Paul and Sue, Andrian and McEwan, Alistair and Carter, Paul},
booktitle={Neural Engineering (NER), 2015 7th International IEEE/EMBS Conference on},
pages={426--429},
year={2015},
organization={IEEE}
}
@inproceedings{sue2015ner,
title={Modeling the Effects of Electrode Recessing on Electrochemical Safety in Cochlear Implant Electrodes},
author={Sue, Andrian and Wong, Paul and Tran, Phillip and Li, Qing and Carter, Paul},
booktitle={Neural Engineering (NER), 2015 7th International IEEE/EMBS Conference on},
year={2015},
organization={IEEE}
}
@inproceedings{wong2015ciap,
title={Time-Domain Simulation of Volume Conduction in the Guinea Pig Cochlea},
author={Wong, Paul and Sue, Andrian and Tran, Phillip and Inguva, Chidrupi and Li, Qing and Carter, Paul},
booktitle={Implantable Auditory Prostheses (CIAP), 2015 Conference on},
year={2015},
organization={ARO}
}
@inproceedings{tran2015ciap,
title={A multi-scale model of cochlear implant stimulation},
author={Tran, Phillip and Wong, Paul and Sue, Andrian and Li, Qing and Carter, Paul},
booktitle={Implantable Auditory Prostheses (CIAP), 2015 Conference on},
year={2015},
organization={ARO}
}
@inproceedings{sue2015ciap,
title={Investigations of irreversible charge transfer from cochlear implant electrodes: in vitro and in silico approaches},
author={Sue, Andrian and Tran, Phillip and Wong, Paul and Li, Qing and Carter, Paul},
booktitle={Implantable Auditory Prostheses (CIAP), 2015 Conference on},
year={2015},
organization={ARO}
}
@article{tran2015,
author={Tran, P. and Sue, A. and Wong, P. and Li, Q. and Carter, P.},
journal={Biomedical Engineering, IEEE Transactions on},
title={Development of {HEATHER} for Cochlear Implant Stimulation Using a New Modeling Workflow},
year={2015},
month={February},
volume={62},
number={2},
pages={728-735},
keywords={CAD;bioelectric phenomena;brain;cochlear implants;electrocardiography;image reconstruction;medical image processing;mesh generation;physiological models;HEATHER;basal end;bioelectric applications;biophysical phenomena;cochlear implant stimulation;cochlear walls;computer-aided design geometries;conduction pathways;cranial cavity;deep brain stimulation;electroencephalography;female Visible Human Project dataset;finite-element analysis;human electroanatomical total head reconstruction;human head;implant body;injected current;mesh generation;modeling workflow;modiolus;monopolar stimulation;realistic anatomical models;scalp;substantial user control;tissues;Brain models;Computational modeling;Electrodes;Finite element analysis;Head;Solid modeling;Bioelectric finite-element analysis;Cochlear implant;bioelectric finite element analysis;cochlear implant;current conduction;human head model},
doi={10.1109/TBME.2014.2364297},
ISSN={0018-9294}
}
@article{wong2016,
title={Development and Validation of a High-Fidelity Finite-Element Model of Monopolar Stimulation in the Implanted Guinea Pig Cochlea},
author={Wong, Paul and George, Shefin and Tran, Phillip and Sue, Andrian and Carter, Paul and Li, Qing},
journal={Biomedical Engineering, IEEE Transactions on},
volume={63},
number={1},
pages={188--198},
year={2016},
publisher={IEEE}
}
%% ====================================================================== Theses
@mastersthesis{girzon1987,
title={Investigation of current flow in the inner ear during electrical stimulation of intracochlear electrodes},
author={Girzon, G.},
year={1987},
school={Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science}
}
@phdthesis{cannon1976,
title={Electrical impedances, current pathways and voltage sources in the guinea pig cochlea},
author={Cannon, Mark William},
year={1976},
school={Syracuse University}
}
@PhdThesis{townshend1987,
title={Electrical interactions in auditory prostheses},
author={Townshend, B.},
school={Stanford University},
year={1987}
}
@PhdThesis{suesserman1992,
title={Noninvasive microelectrode measurement technique for performing quantitative, in vivo measurements of inner ear tissue impedances},
author={Suesserman, Michael F},
school={University of Washington},
year={1992}
}
@PhdThesis{whiten2007,
title={Electro-anatomical models of the cochlear implant},
author={Whiten, D.M.},
school={Massachusetts Institute of Technology},
year={2007}
}
@PhdThesis{verbist2010thesis,
title={Cochlear imaging in the era of cochlear implantation: From silence to sound},
author={Verbist, Berit M},
school={Leiden University},
year={2010}
}
@PhdThesis{hofman2009,
author={Hofman, R.},
title={Three-dimensional guinea pig and pigeon inner ear reconstruction},
school={University of Groningen},
year={2009},
OPTannote={See Chapter 3: OPFOS imaging technique}
}
@PhdThesis{mondy2009thesis,
title={Data acquisition for modeling and visualization of vascular tree},
author={Mondy, W.L.},
school={University of South Florida},
year={2009}
}
@phdthesis{saba2012,
title={Cochlear implant modelling: stimulation and power consumption},
author={Saba, R},
year={2012},
school={University of Southampton}
}
%% ================================================================= Proceedings
@inproceedings{zakis2001,
title={Modelling of the Cochlea using Java {3D}},
author={Zakis, John and Witte, Michael},
booktitle={IEEE Engineering in Medicine and Biology Society},
pages={1--5},
year={2001}
}
@inproceedings{choi2001,
title={Shape optimization of cochlear implant electrode array using genetic algorithms},
author={Choi, C.T.M.},
booktitle={Engineering in Medicine and Biology Society, 2001. Proceedings of the 23rd Annual International Conference of the IEEE},
volume={2},
pages={1445--1448},
year={2001},
organization={IEEE}
}
@inproceedings{potratz2010,
title={Challenges in bio-electromagnetic modeling},
author={Potratz, C. and Petersen, S. and Grunbaum, A. and van Rienen, U.},
booktitle={Electromagnetic Theory (EMTS), 2010 URSI International Symposium on Electromagnetic Theory},
pages={344--347},
year={2010},
organization={IEEE}
}
@inproceedings{tahayori2013optimal,
title={Optimal stimulus profiles for neuroprosthetic devices: Monophasic versus biphasic stimulation},
author={Tahayori, Bahman and Dokos, Socrates},
booktitle={Engineering in Medicine and Biology Society (EMBC), 2013 35th Annual International Conference of the IEEE},
pages={5978--5981},
year={2013},
organization={IEEE}
}
@inproceedings{tahayori2013challenging,
title={Challenging the optimality of rectangular pulse stimulation for neuroprosthetic devices},
author={Tahayori, Bahman and Dokos, Socrates},
booktitle={Neural Engineering (NER), 2013 6th International IEEE/EMBS Conference on},
pages={1131--1134},
year={2013},
organization={IEEE}
}
@inproceedings{horton2006,
title={Towards meshless methods for surgical simulation},
author={Horton, Ashley and Wittek, Adam and Miller, Karol},
booktitle={MICCAI Workshop},
year={2006}
}
@inproceedings{machado1996,
title={An analytical lumped-parameter {3D} cochlear model and architecture for cochlear signal processing in {VLSI}},
author={Machado, G.A.S. and Toumazou, C.},
booktitle={1996 IEEE International Symposium on Circuits and Systems (ISCAS'96)},
volume={4},
pages={492--495},
year={1996},
organization={IEEE}
}
@inproceedings{machado1995,
title={Analytical generation of parameters for in-vivo lumped-parameter models of implanted and normal cochleae},
author={Machado, G.A.S. and Toumazou, C.},
booktitle={Engineering in Medicine and Biology Society, 1995., IEEE 17th Annual Conference},
volume={2},
pages={1607--1608},
year={1995},
organization={IEEE}
}
@inproceedings{finley1987,
title={A finite-element moel of bipolar field patterns in the electrically stimulated cochlea---a two-dimensional approximation},
author={Finley, C.C. and Wilson, B.B. and White, M.W.},
booktitle={Engineering in Medicine and Biology Society, 1987., Proceedings of the Ninth Annual International Conference of the IEEE Engineering in Medicine and Biology Society},
pages={1901--1903},
year={1987},
organization={IEEE}
}
@inproceedings{finley1989,
title={A finite-element model of radial bipolar field patterns in the electrically stimulated cochlea---two and three dimensional approximations and tissue parameter sensitivities},
author={Finley, C.C.},
booktitle={Engineering in Medicine and Biology Society, 1989., Proceedings of the Annual International Conference of the IEEE Engineering in Medicine and Biology Society},
pages={1059--1060},
year={1989},
organization={IEEE}
}
@inproceedings{spelman1987,
title={Measurements of the resistivity of bony tissues of the cochlea},
author={Spelman, F.A. and Clopton, B.M. and Suesserman, M.F.},
booktitle={Proceedings of the IEEE/EMBS},
volume={4},
pages={191--192},
year={1987}
}
@inproceedings{carlyon2015ciap,
title={Spatial selectivity: How to measure and (maybe) improve it},
author={Carlyon, Robert Paul and Macherey, Olivier and Cosentino, Stefano and Deeks, John M.},
booktitle={Implantable Auditory Prostheses (CIAP), 2015 Conference on},
year={2015},
organization={ARO}
}
@inproceedings{frijns2015ciap,
title={Modeled neural response patterns from various speech coding strategies},
author={Frijns, Johan H.M. and van Gendt, Margriet and Kalkman, Randy K. and Briaire, Jeroen J.},
booktitle={Implantable Auditory Prostheses (CIAP), 2015 Conference on},
year={2015},
organization={ARO}
}
@inproceedings{hanekom2015ciap,
title={Design and application of user-specific models of cochlear implants},
author={Hanekom, Tania and Malherbe, Tiaan K. and Gross, Liezl and Baron, Rene and Asvat, Riaze and Badenhorst, Werner and Hanekom, Johan J.},
booktitle={Implantable Auditory Prostheses (CIAP), 2015 Conference on},
year={2015},
organization={ARO}
}
@article{moore1998,
title={Cramming more components onto integrated circuits},
author={Moore, Gordon E},
journal={Proceedings of the IEEE},
volume={86},
number={1},
pages={82--85},
year={1998}
}
%% =========================================================== Technical Reports
% http://niremf.ifac.cnr.it/tissprop/
@techreport{andreuccetti2000,
title={Dielectric Properties Of Human Tissues: Definitions, Parametric Model, Computing Codes},
author={Andreuccetti, D. and Fossi, R.},
year={2000},
institution={TR/ICEMM/13.00}
}
%% ======================================================================= Books
@book{seligman2004,
title={Neuroprosthetics: Theory and practice},
author={Seligman, PM and Shepherd, RK},
year={2004},
publisher={World Scientific},
pages={878--904}
}
@book{zeng2004,
title={Cochlear implants: Auditory prostheses and electric hearing},
author={Zeng, Fan Gang and Popper, Arthur N and Fay, Richard R},
volume={20},
year={2004},
publisher={Springer Science \& Business Media}
}
@book{tate2012,
title={Seeley's Principles of Anatomy \& Physiology},
author={Tate, Philip},
year={2012},
publisher={McGraw-Hill}
}
@book{cobbold1974,
title={Transducers for biomedical measurements: principles and applications},
author={Cobbold, Richard S.C.},
volume={15},
year={1974},
publisher={John Wiley \& Sons}
}
@book{kreyszig1988,
title={Advanced engineering mathematics},
author={Kreyszig, Erwin},
year={1988},
publisher={John Wiley \& Sons}
}
@book{box1987,
title={Empirical model-building and response surfaces},
author={Box, George E.P. and Draper, Norman R},
year={1987},
publisher={John Wiley \& Sons}
}
@book{bast1949,
title={The temporal bone and the ear},
author={Bast, Theodore Hieronymus and Anson, Barry Joseph},
year={1949},
publisher={CC Thomas}
}
@book{cooper1975,
title={Anatomy of the guinea pig},
author={Cooper, Gale and Schiller, Alan L},
year={1975},
publisher={Harvard University Press}
}
@book{dallos1996,
title={The cochlea},
author={Dallos, Peter and Popper, Arthur N and Fay, Richard R},
volume={8},
year={1996},
publisher={Springer New York}
}
@book{jahn2001,
title={Physiology of the Ear},
author={Jahn, A.F. and Santos-Sacchi, J.},
year={2001},
publisher={Singular Publishing Group}
}
@book{goldstein2009,
title={Sensation and perception},
author={Goldstein, E.B.},
year={2009},
publisher={Wadsworth Pub. Co.}
}
@book{hicks1907,
title={Aristotle De anima},
author={Hicks, R.D.},
year={1907},
publisher={University Press}
}
@Book{martini2006,
title = {Human anatomy},
author = {Martini, F.H. and Timmons, M.J. and Tallitsch, R.B.},
publisher = {Daryl Fox},
year = {2006},
OPTedition = {5}
}
@book{katsikadelis2002,
title={Boundary Elements: Theory and Applications},
author={Katsikadelis, John T},
year={2002},
publisher={Elsevier}
}
@book{plonsey1969,
title={Bioelectric phenomena},
author={Plonsey, Robert},
year={1969},
publisher={Wiley Online Library}
}
@book{brown2001,
title={Nerve cells and nervous systems: An introduction to neuroscience},
author={Brown, A.G.},
year={2001},
publisher={Springer Verlag}
}
@book{webster1998,
title={Medical Instrumentation: Application and Design},
author={Webster, J.},
year={1998},
publisher={John Wiley \& Sons, Inc.}
}
@book{grimnes2000,
title={Bioimpedance and bioelectricity basics},
author={Grimnes, S. and Martinsen, {\O}.G.},
year={2000},
publisher={Academic Press}
}
@book{spaulding2008,
title={Measuring the ELF response of an acupuncture meridian compared to a control channel},
author={Spaulding, K.},
year={2008},
publisher={ProQuest}
}
@book{leblanc1999,
title={Atlas of hearing and balance organs: a practical guide for otolaryngologists},
author={Leblanc, A.},
year={1999},
publisher={Springer}
}
@book{charachon1961,
title={Anatomie de l'art{\`e}re auditive interne chez l'homme},
author={Charachon, R.},
year={1961},
publisher={Imprimerie Bosc. Fr{\`e}res}
}
@book{flint2010,
title={Cummings Laryngology: Head and Neck Surgery},
author={Flint, P.W. and Haughey, B.H. and Lund, V.J. and Niparko, J.K. and Richardson, M.A. and Robbins, K.T. and Thomas, J.R.},
year={2010},
publisher={Mosby},
OPTedition={5}
}
@book{vonbekesy1960,
title={Experiments in hearing},
author={von B{\'e}k{\'e}sy, G.},
year={1960},
publisher={McGraw Hill}
}
@book{nabeya1923,
title={A study in the comparative anatomy of the blood-vascular system of the internal ear in Mammalia and in Homo (Japanese)},
author={Nabeya, D.},
year={1923},
publisher={Universitas Imperialis}
}
@book{rattay1990,
title={Electrical nerve stimulation: theory, experiments and applications},
author={Rattay, Frank},
year={1990},
publisher={Springer}
}
@InBook{johnson2006,
author = {Johnson, C.R.},
editor = {Bronzino, J.D.},
title = {Biomedical Engineering Fundamentals},
chapter = {23. Computational Methods and Software for Bioelectric Field Problems},
publisher = {Taylor \& Francis Group},
year = {2006},
OPTedition = {3}
}
@InBook{salt1986,
author = {Salt, Alec N. and Konishi, Teruzo},
editor = {Altschuler, R. A and Hoffman, D. W. and Bobbin, R. P.},
title = {Neurobiology of Hearing: The Cochlea},
chapter = {6. The Cochlear Fluids: Perilymph and Endolymph},
publisher = {Raven Press},
year = {1986},
}
@incollection{slepecky1996,
title={Structure of the mammalian cochlea},
author={Slepecky, Norma B},
booktitle={The cochlea},
pages={44--129},
year={1996},
publisher={Springer}
}
@incollection{wangemann1996,
title={Homeostatic mechanisms in the cochlea},
author={Wangemann, Philine and Schacht, Jochen},
booktitle={The cochlea},
pages={130--185},
year={1996},
publisher={Springer}
}
@book{reilly1998,
title={Applied bioelectricity: from electrical stimulations to electropathology},
author={Reilly, J Patrick},
year={1998},
publisher={Springer}
}
@incollection{spelman1990,
title={Determination of tissue impedances of the inner ear: models and measurements},
author={Spelman, Francis A},
booktitle={Cochlear Implants},
pages={35--53},
year={1990},
publisher={Springer}
}
@book{reddy1993,
title={An introduction to the finite element method},
author={Reddy, Junuthula Narasimha},
volume={3},
year={2006},
publisher={McGraw-Hill New York}
}
%% ============================================================ Journal Articles
@article{abbas1999,
title={Summary of results using the Nucleus CI24M implant to record the electrically evoked compound action potential},
author={Abbas, Paul J and Brown, Carolyn J and Shallop, Jon K and Firszt, Jill B and Hughes, Michelle L and Hong, Sung H and Staller, Steven J},
journal={Ear and Hearing},
volume={20},
number={1},
pages={45--59},
year={1999},
publisher={LWW}
}
@article{cohen2003,
title={Spatial spread of neural excitation in cochlear implant recipients: comparison of improved ECAP method and psychophysical forward masking},
author={Cohen, Lawrence T and Richardson, Louise M and Saunders, Elaine and Cowan, Robert SC},
journal={Hearing research},
volume={179},
number={1},
pages={72--87},
year={2003},
publisher={Elsevier}
}
@misc{shannon1993,
title={Psychophysics},
author={Shannon, R.V.},
journal={Cochlear implants: Audiological foundations},
pages={357--388},
year={1993},
publisher={San Diego, CA: Singular Publishing Group}
}
@article{wilson1991nature,
title={Better speech recognition with cochlear implants},
author={Wilson, Blake S and Finley, Charles C and Lawson, Dewey T and Wolford, Robert D and Eddington, Donald K and Rabinowitz, William M},
journal={Nature},
volume={352},
number={6332},
pages={236--238},
year={1991},
publisher={Nature Publishing Group}
}
@article{vandali2000,
title={Speech perception as a function of electrical stimulation rate: using the Nucleus 24 cochlear implant system},
author={Vandali, Andrew E and Whitford, Lesley A and Plant, Kerrie L and Clark, Graeme M and others},
journal={Ear and hearing},
volume={21},
number={6},
pages={608--624},
year={2000},
publisher={LWW}
}
@article{shannon2010,
title={Effect of stimulation rate on cochlear implant users phoneme, word and sentence recognition in quiet and in noise},
author={Shannon, Robert V and Cruz, Rachel J and Galvin, John J},
journal={Audiology and Neurotology},
volume={16},
number={2},
pages={113--123},
year={2010},
publisher={Karger Publishers}
}
@article{wilson1991,
title={Speech processors for auditory prostheses},
author={Wilson, Blake S and Lawson, Dewey T and Zerbi, Mariangeli},
journal={NIH Contract},
number="{NOl-DC-9-2401}",
year={1991}
}
@article{friesen2005,
title={Effects of stimulation rate on speech recognition with cochlear implants},
author={Friesen, Lendra M and Shannon, Robert V and Cruz, Rachel J},
journal={Audiology and Neurotology},
volume={10},
number={3},
pages={169--184},
year={2005},
publisher={Karger Publishers}
}
@article{middlebrooks2004,
title={Effects of cochlear-implant pulse rate and inter-channel timing on channel interactions and thresholds},
author={Middlebrooks, John C},
journal={The Journal of the Acoustical Society of America},
volume={116},
number={1},
pages={452--468},
year={2004},
publisher={Acoustical Society of America}
}
@article{meffin2012,
title={Modeling extracellular electrical stimulation: I. Derivation and interpretation of neurite equations},
author={Meffin, Hamish and Tahayori, Bahman and Grayden, David B and Burkitt, Anthony N},
journal={Journal of neural engineering},
volume={9},
number={6},
pages={065005},
year={2012},
publisher={IOP Publishing}
}
@article{tahayori2012,
title={Modeling extracellular electrical stimulation: II. Computational validation and numerical results},
author={Tahayori, Bahman and Meffin, Hamish and Dokos, Socrates and Burkitt, Anthony N and Grayden, David B},
journal={Journal of neural engineering},
volume={9},
number={6},
pages={065006},
year={2012},
publisher={IOP Publishing}
}
@article{meffin2014,
title={Modelling extracellular electrical stimulation: III. Derivation and interpretation of neural tissue equations},
author={Meffin, Hamish and Tahayori, Bahman and Sergeev, Evgeni N and Mareels, Iven MY and Grayden, David B and Burkitt, Anthony N},
journal={Journal of neural engineering},
volume={11},
number={6},
pages={065004},
year={2014},
publisher={IOP Publishing}
}
@article{tahayori2014,
title={Modelling extracellular electrical stimulation: IV. Effect of the cellular composition of neural tissue on its spatio-temporal filtering properties},
author={Tahayori, Bahman and Meffin, Hamish and Sergeev, Evgeni N and Mareels, Iven MY and Burkitt, Anthony N and Grayden, David B},
journal={Journal of neural engineering},
volume={11},
number={6},
pages={065005},
year={2014},
publisher={IOP Publishing}
}
@article{huang1999reduction,
title={Reduction in excitability of the auditory nerve following electrical stimulation at high stimulus rates. IV. Effects of stimulus intensity},
author={Huang, Christie Q and Shepherd, Robert K},
journal={Hearing research},
volume={132},
number={1},
pages={60--68},
year={1999},
publisher={Elsevier}
}
@article{brown2000,
title={The relationship between EAP and EABR thresholds and levels used to program the nucleus 24 speech processor: data from adults},
author={Brown, Carolyn J and Hughes, Michelle L and Luk, Betty and Abbas, Paul J and Wolaver, Abigail and Gervais, Jonathan},
journal={Ear and hearing},
volume={21},
number={2},
pages={151--163},
year={2000},
publisher={LWW}
}
@article{smoorenburg2002,
title={Speech perception in nucleus CI24M cochlear implant users with processor settings based on electrically evoked compound action potential thresholds},
author={Smoorenburg, Guido F and Willeboer, Christina and van Dijk, Johannes E},
journal={Audiology and Neurotology},
volume={7},
number={6},
pages={335--347},
year={2002},
publisher={Karger Publishers}
}
@article{malherbe2013,
title={Can subject-specific single-fibre electrically evoked auditory brainstem response data be predicted from a model?},
author={Malherbe, Tiaan K and Hanekom, Tania and Hanekom, Johan J},
journal={Medical engineering \& physics},
volume={35},
number={7},
pages={926--936},
year={2013},
publisher={Elsevier}
}
@article{malherbe2015,
title={The effect of the resistive properties of bone on neural excitation and electric fields in cochlear implant models},
author={Malherbe, Tiaan K and Hanekom, Tania and Hanekom, Johan J},
journal={Hearing Research},
volume={327},
pages={126--135},
year={2015},
publisher={Elsevier}
}
@article{wright2005,
title={Temporal bone microdissection for anatomic study of cochlear implant electrodes},
author={Wright, Charles G and Roland, Peter S},
journal={Cochlear Implants International},
volume={6},
number={4},
pages={159--168},
year={2005},
publisher={John Wiley \& Sons}
}
@article{wright2013,
title={Vascular trauma during cochlear implantation: a contributor to residual hearing loss?},
author={Wright, Charles G and Roland, Peter S},
journal={Otology \& Neurotology},
volume={34},
number={3},
pages={402--407},
year={2013},
publisher={LWW}
}
@article{bruce1999,
title={A stochastic model of the electrically stimulated auditory nerve: single-pulse response},
author={Bruce, Ian C and White, Mark W and Irlicht, Laurence S and Leary, Stephen JO and Dynes, Scott and Javel, Eric and Clark, Graeme M},
journal={Biomedical Engineering, IEEE Transactions on},
volume={46},
number={6},
pages={617--629},
year={1999},
publisher={IEEE}
}
@article{jeschke2015,
title={Considering optogenetic stimulation for cochlear implants},
author={Jeschke, Marcus and Moser, Tobias},
journal={Hearing research},
volume={322},
pages={224--234},
year={2015},
publisher={Elsevier}
}
@article{hines1997,
title={The {NEURON} simulation environment},
author={Hines, Michael L and Carnevale, Nicholas T},
journal={Neural computation},
volume={9},
number={6},
pages={1179--1209},
year={1997},
publisher={MIT Press}
}
@article{colombo1987,
title={A model of electrical excitation of the mammalian auditory-nerve neuron},
author={Colombo, Joseph and Parkins, Charles W},
journal={Hearing research},
volume={31},
number={3},
pages={287--311},
year={1987},
publisher={Elsevier}
}
@article{liberman1984,
title={Morphometry of intracellularly labeled neurons of the auditory nerve: correlations with functional properties},
author={Liberman, M Charles and Oliver, Mary E},
journal={Journal of Comparative Neurology},
volume={223},
number={2},
pages={163--176},
year={1984},
publisher={Wiley Online Library}
}
@article{frijns1994,
title={A model of myelinated nerve fibres for electrical prosthesis design},
author={Frijns, J.H.M. and Ten Kate, J.H.},
journal={Medical and Biological Engineering and Computing},
volume={32},
number={4},
pages={391--398},
year={1994},
publisher={Springer}
}
@article{schwarz1987,
title={Na currents and action potentials in rat myelinated nerve fibres at 20 and 37 C},
author={Schwarz, J{\"u}rgen R and Eikhof, Gesa},
journal={Pfl{\"u}gers Archiv},
volume={409},
number={6},
pages={569--577},
year={1987},
publisher={Springer}
}
@article{reilly1985,
title={Sensory effects of transient electrical stimulation-evaluation with a neuroelectric model},
author={Reilly, J Patrick and Freeman, Vanda T and Larkin, Willard D},
journal={Biomedical Engineering, IEEE Transactions on},
number={12},
pages={1001--1011},
year={1985},
publisher={IEEE}
}
@article{hodgkin1952,
title={A quantitative description of membrane current and its application to conduction and excitation in nerve},
author={Hodgkin, Alan L and Huxley, Andrew F},
journal={The Journal of physiology},
volume={117},
number={4},
pages={500--544},
year={1952},
publisher={Wiley Online Library}
}
@article{hossler2001,
title={Vascular corrosion casting: review of advantages and limitations in the application of some simple quantitative methods},
author={Hossler, Fred E and Douglas, John E},
journal={Microscopy and microanalysis},
volume={7},
number={03},
pages={253--264},
year={2001},
publisher={Cambridge Univ Press}
}
@article{frankenhaeuser1964,
title={The action potential in the myelinated nerve fibre of Xenopus laevis as computed on the basis of voltage clamp data},
author={Frankenhaeuser, B and Huxley, Andrew F},
journal={The Journal of Physiology},
volume={171},
number={2},
pages={302--315},
year={1964},
publisher={Wiley Online Library}
}
@article{franz1993,
title={The cochlear glomeruli in the modiolus of the guinea pig},
author={Franz, P and Aharinejad, S and B{\"o}ck, P and Firbas, W},
journal={European archives of oto-rhino-laryngology},
volume={250},
number={1},
pages={44--50},
year={1993},
publisher={Springer}
}
@article{motz1986,
title={A study of the application of the Hodgkin-Huxley and the Frankenhaeuser-Huxley model for electrostimulation of the acoustic nerve},
author={Motz, H and Rattay, Frank},
journal={Neuroscience},
volume={18},
number={3},
pages={699--712},
year={1986},
publisher={Elsevier}
}
@article{schwan1957conductivity,
title={The conductivity of living tissues},
author={Schwan, Herman P and Kay, Calvin F},
journal={Annals of the New York Academy of Sciences},
volume={65},
number={6},
pages={1007--1013},
year={1957},
publisher={Wiley Online Library}
}
@article{schwan1957capacitive,
title={Capacitive properties of body tissues},
author={Schwan, Herman P and Kay, Calvin F},
journal={Circulation Research},
volume={5},
number={4},
pages={439--443},
year={1957},
publisher={Am Heart Assoc}
}
@article{rattay2001neuron,
title={A model of the electrically excited human cochlear neuron: I. Contribution of neural substructures to the generation and propagation of spikes},
author={Rattay, Frank and Lutter, Petra and Felix, Heidi},
journal={Hearing research},
volume={153},
number={1},
pages={43--63},
year={2001},
publisher={Elsevier}
}
@article{rattay1986,
title={Analysis of models for external stimulation of axons},
author={Rattay, Frank},
journal={Biomedical Engineering, IEEE Transactions on},
number={10},
pages={974--977},
year={1986},
publisher={IEEE}
}
@article{rattay1987,
title={Ways to approximate current-distance relations for electrically stimulated fibers},
author={Rattay, Frank},
journal={Journal of theoretical biology},
volume={125},
number={3},
pages={339--349},
year={1987},
publisher={Elsevier}
}