-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
1581 lines (1421 loc) · 90.4 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
@article{G.Liebmann_1950,
author={G Liebmann},
title={Solution of Partial Differential Equations with a Resistance Network Analogue},
journal={British Journal of Applied Physics},
volume={1},
number={4},
pages={92},
url={http://stacks.iop.org/0508-3443/1/i=4/a=303},
year={1950},
abstract={It is shown in this paper that resistance networks are capable of very high accuracy in the solution of partial differential equations with given boundary conditions, as the networks possess certain averaging properties. Fairly exhaustive tests carried out on a resistance network constructed by the author gave accuracies in the range of 1 part in 1 000 to 1 part in 10 000. The design of this resistance network is described; it is of the axially symmetrical type, with 60 meshes in the z -direction and 20 meshes in the r -direction, and is surrounded by a termination strip. Fifty current feeding points for adjusting boundary conditions are provided. The boundaries of the models need not coincide with the mesh points as correction can be made by local modifications of the network. It is also possible to take measurements within a mesh of the network and to simulate the introduction of dielectric material into an electric field. The high accuracy, and simplicity and speed of operation, make the resistance network a useful tool in the investigation of field distributions in many branches of science and engineering.}
@article{liebmann1954resistance,
title={Resistance-network analogues with unequal meshes or subdivided meshes},
author={Liebmann, G},
journal={British Journal of Applied Physics},
volume={5},
number={10},
pages={362},
year={1954},
publisher={IOP Publishing}
}
@article{G.Liebmann_1954,
author={G Liebmann},
title={Resistance-network analogues with unequal meshes or subdivided meshes},
journal={British Journal of Applied Physics},
volume={5},
number={10},
pages={362},
url={http://stacks.iop.org/0508-3443/5/i=10/a=307},
year={1954},
abstract={A general method for deriving the finite difference approximations to the partial differential equation div K grad U = g , which is solved by resistance-network analogues, is applied to find the resistance values and the currents which have to be fed in for ( x , y )- and ( r , z )-networks with unequal mesh sizes. Two ways of subdividing a network into finer meshes in the ratio 1: 2 are then given, and a network subdivision in the ratio 2: 5 is described. Experimental tests have shown that these subdivisions introduce negligible errors into the measured field distributions.}
}
@article{G.Liebmann_1954_Second,
author={G Liebmann and R Bailey},
title={An improved experimental iteration method for use with resistance-network analogues},
journal={British Journal of Applied Physics},
volume={5},
number={1},
pages={32},
url={http://stacks.iop.org/0508-3443/5/i=1/a=308},
year={1954},
abstract={When solving the wave equation ∇ 2 U + k 2 U = 0, and similar field problems, on resistance-network analogues by iteration, an error signal can be derived which is a measure of how far the analogue solution satisfies the given equation. An experimental apparatus is described for displaying simultaneously, on a cathode-ray tube screen, the error signals ##IMG## [http://ej.iop.org/icons/Entities/epsilon.gif] {epsilon} for a number of resistance-network points; the solution then proceeds until all ##IMG## [http://ej.iop.org/icons/Entities/epsilon.gif] {epsilon} ##IMG## [http://ej.iop.org/icons/Entities/simeq.gif] {simeq} 0. The apparatus can also be used to display network voltages or gradients, which is helpful in many other kinds of problems solved with resistance-network analogues, and to obtain solutions of "best fit" in equation solvers.}
}
@book{S.Farlow_1993,
author = {Farlow, Stanley J},
title = {Partial differential equations for scientists and
engineers},
publisher = {Dover},
address = {New York, NY},
series = {Dover Books on Mathematics},
year = {1993},
url = {http://cds.cern.ch/record/1985990},
note = {This Dover edition, first published in 1993, is an
unabridged, corrected and enlarged republication of the
work first published by John Wiley & Sons, New York, 1982.
For this edition the author has corrected a number of
errors and added a new section, "Answers to selected
problems." The tables originally on the front end papers
have been transferred to two new appendixes (3 and 4).}
}
@techreport{darpa2017,
Title = {Electronics Resurgence Initiative: Page 3 Investments Architectures Thrust},
Institution = {Defense Advanced Research Project Agency},
Year = {2017}
}
@book{J.Zhu_1994,
Author = {Jianping Zhu},
Title = {Solving Partial Differential Equations on Parallel Computers an Introduction},
Publisher = {World Scientific Pub Co Inc},
Year = {1994},
ISBN = {9810215789},
URL = {https://www.amazon.com/Differential-Equations-Parallel-Computers-Introduction/dp/9810215789?SubscriptionId=AKIAIOBINVZYXZQZ2U3A&tag=chimbori05-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=9810215789}
}
@article{L.Pinuel_1998,
author={L. {Pinuel} and I. {Martin} and F. {Tirado}},
booktitle={Proceedings of the Sixth Euromicro Workshop on Parallel and Distributed Processing - PDP '98 -},
title={A special-purpose parallel computer for solving partial differential equations},
year={1998},
volume={},
number={},
pages={509-517},
keywords={partial differential equations;special-purpose single instruction multiple data computer;special-purpose parallel computer;partial differential equation solving;multigrid algorithms;performance/cost ratio;massive parallelism;automatic multigrid code generation;problem specification;field programmable gate arrays;Concurrent computing;Partial differential equations;Field programmable gate arrays;Computer aided instruction;Application software;Computer applications;Costs;Parallel processing;Computer languages;Buildings},
doi={10.1109/EMPDP.1998.647240}
}
@article{P.Palmer_1959,
title={Investigations into the Use of an Electrical Resistance Analogue for The Solution Of Certain Oscillatory-Flow Problems},
author={Palmer, PJ and Copson, Anne R and Redshaw, SC},
journal={Aero. Res. Counc. R \& M},
number={3121},
year={1959},
publisher={Citeseer}
}
@misc{J.Ramirez-Angulo_2000,
title={Digitally-configurable analog VLSI chip and method for real-time solution of partial differential equations},
author={Ramirez-Angulo, Jaime and DeYong, Mark R},
year={2000},
publisher={Google Patents},
note={US Patent 6,141,676}
}
@book{rue2005gaussian,
title={Gaussian Markov random fields: theory and applications},
author={Rue, Havard and Held, Leonhard},
year={2005},
publisher={Chapman and Hall/CRC}
}
@book{A.Hastings_2005,
Author = {Alan Hastings},
Title = {The Art of Analog Layout (2nd Edition)},
Publisher = {Pearson},
Year = {2005\\},
ISBN = {0131464108},
}
@article{V.Narayana_2014,
title={Towards a computational model for heat transfer in electrolytic cells},
author={Narayana, Vikram K and Serres, Olivier and Lau, Jason and Licht, Stuart and El-Ghazawi, Tarek},
journal={International Journal of Computer Theory and Engineering},
volume={6},
number={3},
pages={215},
year={2014},
publisher={IACSIT Press}
}
@book{W.Schiesser_1991,
Author = {William E. Schiesser},
Title = {The Numerical Method of Lines: Integration of Partial Differential Equations},
Publisher = {Academic Press},
Year = {1991},
ISBN = {},
URL = {https://www.amazon.com/Numerical-Method-Lines-Integration-Differential-ebook/dp/B008PPE3ZU?SubscriptionId=AKIAIOBINVZYXZQZ2U3A&tag=chimbori05-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=B008PPE3ZU}
}
@book{R.Wienands_2004,
Author = {Roman Wienands and Wolfgang Joppich},
Title = {Practical Fourier Analysis for Multigrid Methods (Numerical Insights)},
Publisher = {Chapman and Hall/CRC},
Year = {2004},
ISBN = {1584884924},
URL = {https://www.amazon.com/Practical-Analysis-Multigrid-Numerical-Insights/dp/1584884924?SubscriptionId=AKIAIOBINVZYXZQZ2U3A&tag=chimbori05-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=1584884924}
}
@book{H.Lee_2003,
Author = {H.J. Lee and W.E. Schiesser},
Title = {Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB},
Publisher = {Chapman and Hall/CRC},
Year = {2003},
ISBN = {1584884231},
URL = {https://www.amazon.com/Ordinary-Partial-Differential-Equation-Routines/dp/1584884231?SubscriptionId=AKIAIOBINVZYXZQZ2U3A&tag=chimbori05-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=1584884231}
}
@book{R.Mattheij_2005,
Author = {R. M. M. Mattheij and S. W. Rienstra and J. H. M. ten Thije Boonkkamp},
Title = {Partial Differential Equations: Modeling, Analysis, Computation (Monographs on Mathematical Modeling and Computation)},
Publisher = {Society for Industrial and Applied Mathematics},
Year = {2005},
ISBN = {0898715946},
URL = {https://www.amazon.com/Partial-Differential-Equations-Computation-Mathematical/dp/0898715946?SubscriptionId=AKIAIOBINVZYXZQZ2U3A&tag=chimbori05-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=0898715946}
}
@article{M.Corless_2002,
title={A new view of the computational complexity of IVP for ODE},
author={Corless, Robert M},
journal={Numerical Algorithms},
volume={31},
number={1-4},
pages={115--124},
year={2002},
publisher={Springer}
}
@article{P.Chi_2016,
author = {Chi, Ping and Li, Shuangchen and Xu, Cong and Zhang, Tao and Zhao, Jishen and Liu, Yongpan and Wang, Yu and Xie, Yuan},
title = {PRIME: A Novel Processing-in-memory Architecture for Neural Network Computation in ReRAM-based Main Memory},
journal = {SIGARCH Comput. Archit. News},
issue_date = {June 2016},
volume = {44},
number = {3},
month = jun,
year = {2016},
issn = {0163-5964},
pages = {27--39},
numpages = {13},
url = {http://doi.acm.org/10.1145/3007787.3001140},
doi = {10.1145/3007787.3001140},
acmid = {3001140},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {neural network, processing in memory, resistive random access memory},
}
@inproceedings{hu2016dot,
title={Dot-product engine for neuromorphic computing: Programming 1T1M crossbar to accelerate matrix-vector multiplication},
author={Hu, Miao and Strachan, John Paul and Li, Zhiyong and Grafals, Emmanuelle M and Davila, Noraica and Graves, Catherine and Lam, Sity and Ge, Ning and Yang, Jianhua Joshua and Williams, R Stanley},
booktitle={Proceedings of the 53rd annual design automation conference},
pages={19},
year={2016},
organization={ACM}
}
@article{OPA857_2016,
title={OPA857 Ultralow-Noise, Wideband, Selectable-Feedback Resistance
Transimpedance Amplifier},
author={Texas Instruments},
year={2016}
}
@article{TS5N118_2005,
title={TS5N118 1-OF-8 FET MULTIPLEXER/DEMULTIPLEXER
HIGH-BANDWIDTH BUS SWITCH},
author={Texas Instruments},
year={2005}
}
@article{ADS1605_2007,
title={ADS1605 16-Bit, 5MSPS Analog-to-Digital Converter},
author={Texas Instruments},
year={2007}
}
@book{Isom_H._2008,
Author = {Isom H. Herron and Michael R. Foster},
Title = {Partial Differential Equations in Fluid Dynamics},
Publisher = {Cambridge University Press},
Year = {2008},
ISBN = {0521888247},
URL = {https://www.amazon.com/Partial-Differential-Equations-Fluid-Dynamics/dp/0521888247?SubscriptionId=AKIAIOBINVZYXZQZ2U3A&tag=chimbori05-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=0521888247}
}
@ARTICLE{M.Sadiku_1990,
author={M. N. O. {Sadiku} and L. C. {Agba}},
journal={IEEE Transactions on Circuits and Systems},
title={A simple introduction to the transmission-line modeling},
year={1990},
volume={37},
number={8},
pages={991-999},
keywords={numerical methods;transmission line theory;waveguide theory;transmission-line modeling;numerical method;diffusion equation;Poisson's equation;wave equation;wave propagation problems;waveguide problems;Transmission lines;Poisson equations;Numerical models;Partial differential equations},
doi={10.1109/31.56072},
ISSN={0098-4094}
}
@book{H.Berestycki_2002,
title = {Nonlinear PDE’s in Condensed Matter and Reactive Flows},
author = {Henri Berestycki and Yves Pomeau},
year = {2002},
month = {12},
day = {06},
pagecount = {526},
isbn = {9789401003070}
}
@book{A.Selvadurai_2000,
title = {Partial Differential Equations in Mechanics 1: Fundamentals,\\ Laplace’s Equation, Diffusion Equation, Wave Equation\\},
author = {A.P.S. Selvadurai},
year = {2000},
month = {04},
day = {17},
pagecount = {596},
isbn = {9783662040065}
}
@article{C.Tang_2013,
title={PDE (ODE)-based image processing methods for optical interferometry fringe},
Publisher = {Proceedings of International Conference on Optics in Precision Engineering and Nanotechnology,},
author={C. Tang, Q. Mi, H. Yan, J. Yang & S. Liu},
year={2013}
}
@article{C.Sarris_2007,
title={Adaptive mesh refinement for time-domain numerical electromagnetics},
author={Sarris, Costas D},
journal={Synthesis Lectures on Computational Electromagnetics},
volume={1},
number={1},
pages={1--154},
year={2007},
publisher={Morgan \& Claypool Publishers}
}
@article{M.Berger_1984,
title={Adaptive mesh refinement for hyperbolic partial differential equations},
author={Berger, Marsha J and Oliger, Joseph},
journal={Journal of computational Physics},
volume={53},
number={3},
pages={484--512},
year={1984},
publisher={Elsevier}
}
@article{liebmann1954improved,
title={An improved experimental iteration method for use with resistance-network analogues},
author={Liebmann, G and Bailey, R},
journal={British Journal of Applied Physics},
volume={5},
number={1},
pages={32},
year={1954},
publisher={IOP Publishing}
}
@inproceedings{bojnordi2016memristive,
title={Memristive boltzmann machine: A hardware accelerator for combinatorial optimization and deep learning},
author={Bojnordi, Mahdi Nazm and Ipek, Engin},
booktitle={2016 IEEE International Symposium on High Performance Computer Architecture (HPCA)\\},
pages={1--13},
year={2016},
organization={IEEE}
}
@Book{L.Evans_1998,
author = {Evans, Lawrence},
title = {Partial Differential Equations},
publisher = {American Mathematical Society},
year = {1998},
address = {Providence, R.I.},
isbn = {978-0-8218-4974-3}
}
@inproceedings{A.Benoit_2010,
author = {Benoit, Alexandre and Chyzak, Fr{\'e}d{\'e}ric and Darrasse, Alexis and Gerhold, Stefan and Mezzarobba, Marc and Salvy, Bruno},
title = {The Dynamic Dictionary of Mathematical Functions (DDMF)},
booktitle = {Proceedings of the Third International Congress Conference on Mathematical Software},
series = {ICMS'10},
year = {2010},
isbn = {3-642-15581-2, 978-3-642-15581-9},
pages = {35--41},
numpages = {7},
url = {http://dl.acm.org/citation.cfm?id=1888390.1888399},
acmid = {1888399},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@article{M.Alioto_2017,
title={Energy-quality scalable adaptive VLSI circuits and systems beyond approximate computing},
author={Alioto, M.},
journal={Design, Automation |\& Test in Europe Conference |\& Exhibition},
year={2017},
publisher={IOP Publishing}
}
@article{J.George_2017,
title={Towards On-Chip Optical FFTs for Convolutional Neural Networks},
author={J. George, H. Nejadriahi \& V.J. Sorger},
journal={IEEE International Conference on Rebooting Computing (ICRC)},
year={2017},
publisher={IEEE}
}
@article{J.Dongarra_2017,
title={Current Trends in High Performance Computing and Challenges for the Future},
author={J.Dongarra},
journal={AMC Learning Webinar held on February 7},
year={2017},
publisher={ACM}
}
@article{V.Sorger_2012,
title={Ultra-compact silicon nanophotonic modulator with broadbandresponse},
author={V.J. Sorger, N.D. Lanzillotti-Kimura, R.M. Ma & X. Zhang},
journal={Nanophotonics},
volume={1},
number={1},
year={2012},
publisher={De Gruyter}
}
@article{S.Sun_2018,
author={S. {Sun} and V. K. {Narayana} and I. {Sarpkaya} and J. {Crandall} and R. A. {Soref} and H. {Dalir} and T. {El-Ghazawi} and V. J. {Sorger}},
journal={IEEE Photonics Journal},
title={Hybrid Photonic-Plasmonic Nonblocking Broadband 5 × 5 Router for Optical Networks},
year={2018},
volume={10},
number={2},
pages={1-12},
keywords={integrated optics;integrated optoelectronics;optical fibre networks;optical resonators;optical switches;optical waveguides;silicon;telecommunication network routing;wavelength division multiplexing;electronic routers;3-waveguide silicon photonic-plasmonic 2 × 2 switches;short optical propagation delay;high data capacity up to 2 Tb;optical mode hybridization;photonic sections;plasmonic sections;novel optical router;next-generation high data-throughput optical networks;computing systems;hybrid photonic-plasmonic nonblocking broadband 5 × 5 router;photonic data routing;Optical switches;Photonics;Indium tin oxide;Optical resonators;Optical sensors;Plasmons;Optical fiber networks;Optical router;non-blocking;silicon photonics;plasmonics;hybridization;WDM;all-optical network;femtojoule},
doi={10.1109/JPHOT.2017.2766087},
ISSN={1943-0655}
}
@article{A.Mehrabia_2018,
author = {Armin Mehrabian and
Yousra Al{-}Kabani and
Volker J. Sorger and
Tarek A. El{-}Ghazawi},
title = {{PCNNA:} {A} Photonic Convolutional Neural Network Accelerator},
journal = {CoRR},
volume = {abs/1807.08792},
year = {2018},
url = {http://arxiv.org/abs/1807.08792},
archivePrefix = {arXiv},
eprint = {1807.08792},
timestamp = {Mon, 13 Aug 2018 16:46:06 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1807-08792},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@ARTICLE{IEEE_Std_1149.1_2013,
author={},
journal={IEEE Std 1149.1-2013 (Revision of IEEE Std 1149.1-2001) - Redline},
title={IEEE Standard for Test Access Port and Boundary-Scan Architecture - Redline},
year={2013},
volume={},
number={},
pages={1-899},
keywords={IEEE standards;Boundary conditions;Circuit boards;Integrated circuits;Very high speed integrated circuits;Hardware design languages;Registers;boundary scan;boundary-scan architecture;Boundary-Scan Description Language;boundary-scan boundary scan;boundary-scan architecture;Boundary-Scan Description Language (BSDL);boundary-scan register;circuit boards;circuitry;IEEE 1149.1TM;integrated circuit;printed circuit boards;Procedural Description Language (PDL);test;test access port (TAP);very high speed integrated circuit (VHSIC);VHSIC Hardware Description Language (VHDL)},
doi={},
ISSN={},
month={May},
}
@article{N.Sherwood-Droz_2008,
title={Optical 4$\times$ 4 hitless silicon router for optical networks-on-chip (NoC)},
author={Sherwood-Droz, Nicol{\'a}s and Wang, Howard and Chen, Long and Lee, Benjamin G and Biberman, Aleksandr and Bergman, Keren and Lipson, Michal},
journal={Optics express},
volume={16},
number={20},
pages={15915--15922},
year={2008},
publisher={Optical Society of America}
}
@article{J.Anderson_Adaptive_Mesh_Refinement_2018,
author = {Anderson, Jeff and Kayraklioglu, Engin and Sorger, Volker and El-Ghazawi, Tarek},
year = {2018},
month = {04},
journal = {arxiv.2219219},
title = {Adaptive Mesh Refinement in Analog Mesh Computers}
}
@book{H.Yin_2011,
Author = {Hezhu Yin},
Title = {Application of Resistivity-Tool-Response Modeling for Formation Evaluation},
Publisher = {American Association of Petroleum Geologists},
Year = {2011},
ISBN = {0891817514},
URL = {https://www.amazon.com/Application-Resistivity-Tool-Response-Modeling-Formation-Evaluation/dp/0891817514?SubscriptionId=AKIAIOBINVZYXZQZ2U3A&tag=chimbori05-20&linkCode=xm2&camp=2025&creative=165953&creativeASIN=0891817514}
}
@article{P.Hansen_1992,
title = {Numerical Solution of Laplace’s Equation},
author = {P.B. Hansen},
year = {1992},
month = {04},
journal = {Electrical Engineering and Computer Science Technical Reports 9-1992, Syracuse University}
}
@Book{J.Irwin_2015,
author = {Irwin, J.D. and Nelms, R.M.},
title = {Basic engineering circuit analysis},
publisher = {Wiley},
year = {2015},
address = {Hoboken, N.J},
isbn = {978-1118992661}
}
@Book{T.Meis_1981,
author = {Meis, Theodor and Marcowitz, Ulrich},
title = {Numerical Solution of Partial Differential Equations},
publisher = {Springer New York},
year = {1981},
address = {New York, NY},
isbn = {978-1-4612-5885-8}
}
@article{A.R.Sanderson_2009,
title = {A framework for exploring numerical solutions of advection – reaction – diffusion equations using a GPU-based approach},
author = {A.R. Sanderson, M.D. Meyer, R.M. Kirby & C.R. Johnson},
year = {2009},
volume = {12},
issue = {4},
month = {04},
journal = {Springer-Verlag}
}
@article{Y.Zhao_2008,
title={Lattice Boltzmann based PDE solver on the GPU},
author={Zhao, Ye},
journal={The visual computer},
volume={24},
number={5},
pages={323--333},
year={2008},
publisher={Springer}
}
@article{P.Bastian_1997,
title={UG - a flexible software toolbox for solving partial differential equations},
author={Bastian, Peter and Birken, Klaus and Johannsen, Klaus and Lang, Stefan and Neu{\ss}, Nicolas and Rentz-Reichert, Henrik and Wieners, Christian},
journal={Computing and Visualization in Science},
volume={1},
number={1},
pages={27--40},
year={1997},
publisher={Springer}
}
@inproceedings{M.Karunaratne_2017,
title = {Hycube: A cgra with reconfigurable single-cycle multi-hop interconnect},
author = {Karunaratne, Manupa and Mohite, Aditi Kulkarni and Mitra, Tulika and Peh, Li-Shiuan},
booktitle = {2017 54th ACM/EDAC/IEEE Design Automation Conference (DAC)},
pages={1--6},
year={2017},
organization={IEEE}
}
@manual{Xilinx_2008,
title= {XST User Guide},
organization = {Xilinx Corporation},
edition = {10.1},
year = {2008}
}
@book{J.Jeffers_2016,
author = {Jeffers, James and Reinders, James and Sodani, Avinash},
title = {Intel Xeon Phi Processor High Performance Programming: Knights Landing Edition 2Nd Edition},
year = {2016},
isbn = {0128091940, 9780128091944},
edition = {2nd},
publisher = {Morgan Kaufmann Publishers Inc.},
address = {San Francisco, CA, USA},
}
@article{M.Ziad_2015,
title={On kernel acceleration of electromagnetic solvers via hardware emulation},
author={Ziad, M Tarek Ibn and Hossam, Mohamed and Masoud, Mohamad A and Nagy, Mohamed and Adel, Hesham A and Alkabani, Yousra and El-Kharashi, M Watheq and Salah, Khaled and AbdelSalam, Mohamed},
journal={Computers \& Electrical Engineering},
volume={47},
pages={96--113},
year={2015},
publisher={Elsevier}
}
@article{R.Ji_2011,
title={Five-port optical router for photonic networks-on-chip},
author={Ji, Ruiqiang and Yang, Lin and Zhang, Lei and Tian, Yonghui and Ding, Jianfeng and Chen, Hongtao and Lu, Yangyang and Zhou, Ping and Zhu, Weiwei},
journal={Optics express},
volume={19},
number={21},
pages={20258--20268},
year={2011},
publisher={Optical Society of America}
}
@article{Y.Jiao_2005,
title={Wannier basis design and optimization of a photonic crystal waveguide crossing},
author={Jiao, Yang and Mingaleev, Sergei F and Schillinger, Matthias and Miller, David AB and Fan, Shanhui and Busch, Kurt},
journal={IEEE photonics technology letters},
volume={17},
number={9},
pages={1875--1877},
year={2005},
publisher={IEEE}
}
@article{S.Li_2005,
author = {Li, Xiaoye S.},
title = {An Overview of SuperLU: Algorithms, Implementation, and User Interface},
journal = {ACM Trans. Math. Softw.},
issue_date = {September 2005},
volume = {31},
number = {3},
month = sep,
year = {2005},
issn = {0098-3500},
pages = {302--325},
numpages = {24},
url = {http://doi.acm.org/10.1145/1089014.1089017},
doi = {10.1145/1089014.1089017},
acmid = {1089017},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Sparse direct solver, distributed-memory computers, parallelism, scalability, supernodal factorization},
}
@article{H.Tsang_2008,
title={Nonlinear optical properties of silicon waveguides},
author={Tsang, H.K. and Liu, Y},
journal={Semiconductor Science and Technology},
volume={23},
number={6},
pages={064007},
year={2008},
publisher={IOP Publishing}
}
@article{N.Engheta_2007,
title={Circuits with light at nanoscales: optical nanocircuits inspired by metamaterials},
author={Engheta, Nader},
journal={Science},
volume={317},
number={5845},
pages={1698--1702},
year={2007},
publisher={American Association for the Advancement of Science}
}
@article{A.Silva_2014,
title={Performing mathematical operations with metamaterials},
author={Silva, Alexandre and Monticone, Francesco and Castaldi, Giuseppe and Galdi, Vincenzo and Al{\`u}, Andrea and Engheta, Nader},
journal={Science},
volume={343},
number={6167},
pages={160--163},
year={2014},
publisher={American Association for the Advancement of Science}
}
@inproceedings{ley2009doing,
title={Doing more with less-An IEEE 1149.7 embedded tutorial: Standard for reduced-pin and enhanced-functionality test access port and boundary-scan architecture},
author={Ley, Adam W},
booktitle={2009 International Test Conference},
pages={1--10},
year={2009},
organization={IEEE}
},
@book{J.Townsend_2012,
Author = {John S. Townsend},
title = {Modern Approach to Quantum Mechanics Second Edition},
description = {Modern Approach to Quantum Mechanics Second Edition (Book, 2012)},
publisher = {Univ Science Books},
interhash = {37a3c3e3c87c081ccc8deabbaf93c8c1},
intrahash = {5d1e5ba609b6e9528b342afa4905e05a},
year = {2012},
isbn = {1891389785},
url = {https://www.xarg.org/ref/a/B01N6O728O/}
}
@misc{ramirez2000digitally,
title={Digitally-configurable analog VLSI chip and method for real-time solution of partial differential equations},
author={Ramirez-Angulo, Jaime and DeYong, Mark R},
year={2000},
publisher={Google Patents},
note={US Patent 6,141,676}
}
@misc{acm_learning_center, title={Current Trends in High Performance Computing and Challenges for the Future with Jack Dongarra}, url={https://learning.acm.org/webinars/hpc}, journal={ACM Learning Center}}
@inproceedings{richter2015memristive,
title={Memristive accelerator for extreme scale linear solvers},
author={Richter, Isaac and Pas, Kamil and Guo, Xiaochen and Patel, Ravi and Liu, Ji and Ipek, Engin and Friedman, Eby G},
booktitle={Government Microcircuit Applications \& Critical Technology Conference (GOMACTech)},
year={2015}
}
@article{ma2015indium,
title={Indium-tin-oxide for high-performance electro-optic modulation},
author={Ma, Zhizhen and Li, Zhuoran and Liu, Ke and Ye, Chenran and Sorger, Volker J},
journal={Nanophotonics},
volume={4},
number={1},
pages={198--213},
year={2015},
publisher={De Gruyter Open}
}
@article{sethumadhavan2012case,
title={A case for hybrid discrete-continuous architectures},
author={Sethumadhavan, Simha and Roberts, Ryan and Tsividis, Yannis},
journal={IEEE Computer Architecture Letters},
volume={11},
number={1},
pages={1--4},
year={2012},
publisher={IEEE}
}
@book{tsoulos2006mimo,
title={MIMO system technology for wireless communications},
author={Tsoulos, George},
year={2006},
publisher={CRC press}
}
@article{koshka2018comparison,
title={Comparison of Use of a 2000 Qubit D-Wave Quantum Annealer and MCMC for Sampling, Image Reconstruction, and Classification},
author={Koshka, Yaroslav and Novotny, Mark A},
journal={IEEE Transactions on Emerging Topics in Computational Intelligence},
year={2018},
publisher={IEEE}
}
@article{de2013image,
title={Image denoising: Learning the noise model via nonsmooth PDE-constrained optimization},
author={De los Reyes, Juan Carlos and Sch{\"o}nlieb, Carola-Bibiane},
journal={Inverse Problems \& Imaging},
volume={7},
number={4},
pages={1183--1214},
year={2013}
}
@misc{technologies_tsmc,
url={http://www.europractice-ic.com/SiPhotonics_technology_imec_ISIPP25G.php},
journal={Technologies TSMC}
}
@inproceedings{li2015power,
title={A power-aware symbiotic scheduling algorithm for concurrent GPU kernels},
author={Li, Teng and Narayana, Vikram K and El-Ghazawi, Tarek},
booktitle={2015 IEEE 21st International Conference on Parallel and Distributed Systems (ICPADS)},
pages={562--569},
year={2015},
organization={IEEE}
}
@misc{aim_photonics,
title={AIM Photonics},
url={http://www.aimphotonics.com/},
journal={AIM Photonics}
}
@article{sun2015case,
title={The case for hybrid photonic plasmonic interconnects (HyPPIs): Low-latency energy-and-area-efficient on-chip interconnects},
author={Sun, Shuai and Badawy, Abdel-Hameed A and Narayana, V and El-Ghazawi, Tarek and Sorger, Volker J},
journal={IEEE Photonics Journal},
volume={7},
number={6},
pages={1--14},
year={2015},
publisher={IEEE}
}
@techreport{itrs2.0_2015,
title={INTERNATIONAL TECHNOLOGY ROADMAP FOR SEMICONDUCTORS 2.0 2015 EDITION EXECUTIVE REPORT},
institution={ITRS},
year={2015}
}
@techreport{irds_2017,
title={INTERNATIONAL ROADMAP FOR DEVICES AND SYSTEMS 2017 EDITION},
institution={IEEE},
year={2017}
}
@article{stockman2018roadmap,
title={Roadmap on plasmonics},
author={Stockman, Mark I and Kneipp, Katrin and Bozhevolnyi, Sergey I and Saha, Soham and Dutta, Aveek and Ndukaife, Justus and Kinsey, Nathaniel and Reddy, Harsha and Guler, Urcan and Shalaev, Vladimir M and others},
journal={Journal of Optics},
volume={20},
number={4},
pages={043001},
year={2018},
publisher={IOP Publishing}
}
@article{li2016waveguide,
title={Waveguide metatronics: Lumped circuitry based on structural dispersion},
author={Li, Yue and Liberal, I{\~n}igo and Della Giovampaola, Cristian and Engheta, Nader},
journal={Science advances},
volume={2},
number={6},
pages={e1501790},
year={2016},
publisher={American Association for the Advancement of Science}
}
@patent{patent_20170161417,
title = {RECONFIGURABLE OPTICAL COMPUTER},
number = {20170161417},
author = {Sorger, Volker J. and Sun, Shuai and El-ghazawi, Tarek and Badawy, Abdel hameed A. and Narayana, Vikram K. },
year = {2017}
}
@book{engheta2006metamaterials,
title={Metamaterials: physics and engineering explorations},
author={Engheta, Nader and Ziolkowski, Richard W},
year={2006},
publisher={John Wiley \& Sons}
}
@article{alu2007epsilon,
title={Epsilon-near-zero metamaterials and electromagnetic sources: Tailoring the radiation phase pattern},
author={Alu, Andrea and Silveirinha, M{\'a}rio G and Salandrino, Alessandro and Engheta, Nader},
journal={Physical review B},
volume={75},
number={15},
pages={155410},
year={2007},
publisher={APS}
}
@article{gui2018impact,
title={Impact of the process parameters to the optical and electrical properties of RF sputtered Indium Thin Oxide films: a holistic approach},
author={Gui, Yaliang and Miscuglio, Mario and Ma, Zhizhen and Tahersima, Mohammad T and Dalir, Hamid and Sorger, Volker J},
journal={arXiv preprint arXiv:1811.08344},
year={2018}
}
@article{amin20180,
title={0.52 V mm ITO-based Mach-Zehnder modulator in silicon photonics},
author={Amin, Rubab and Maiti, Rishi and Carfano, Caitlin and Ma, Zhizhen and Tahersima, Mohammad H and Lilach, Yigal and Ratnayake, Dilan and Dalir, Hamed and Sorger, Volker J},
journal={APL Photonics},
volume={3},
number={12},
pages={126104},
year={2018},
publisher={AIP Publishing}
}
@article{alu2018metasurfaces,
title={Metasurfaces - from science to applications},
author={Alu, Andrea and Shalaev, Vladimir and Loncar, Marko and Sorger, Volker J},
journal={Nanophotonics},
volume={7},
number={6},
pages={949--951},
year={2018},
publisher={De Gruyter Open}
}
@article{tahersima2017testbeds,
title={Testbeds for Transition Metal Dichalcogenide Photonics: Efficacy of Light Emission Enhancement in Monomer vs Dimer Nanoscale Antennae},
author={Tahersima, Mohammad H and Birowosuto, M Danang and Ma, Zhizhen and Coley, William C and Valentin, Michael D and Naghibi Alvillar, Sahar and Lu, I-Hsi and Zhou, Yao and Sarpkaya, Ibrahim and Martinez, Aimee and others},
journal={ACS Photonics},
volume={4},
number={7},
pages={1713--1721},
year={2017},
publisher={ACS Publications}
}
@article{rocca2015entropic,
title={``Entropic” Solutions to a Thermodynamically Consistent PDE System for Phase Transitions and Damage},
author={Rocca, Elisabetta and Rossi, Riccarda},
journal={SIAM Journal on Mathematical Analysis},
volume={47},
number={4},
pages={2519--2586},
year={2015},
publisher={SIAM}
}
@inproceedings{vissers2019versal,
title={Versal: The Xilinx Adaptive Compute Acceleration Platform (ACAP)},
author={Vissers, Kees},
booktitle={Proceedings of the 2019 ACM/SIGDA International Symposium on \\ Field-Programmable Gate Arrays},
pages={83--83},
year={2019},
organization={ACM}
}
@article {Mohammadi_Estakhri1333,
author = {Mohammadi Estakhri, Nasim and Edwards, Brian and Engheta, Nader},
title = {Inverse-designed metastructures that solve equations},
volume = {363},
number = {6433},
pages = {1333--1338},
year = {2019},
doi = {10.1126/science.aaw2498},
publisher = {American Association for the Advancement of Science},
abstract = {Signal processing of light waves can be used to represent certain mathematical functions and to perform computational tasks on signals or images in an analog fashion. Such processing typically requires complex systems of bulk optical elements such as lenses, filters, and mirrors. Mohammadi Estakhri et al. demonstrate that specially designed nanophotonic structures can take input waveforms encoded as complex mathematical functions, manipulate them, and provide an output that is the integral of the functions. The results, demonstrated for microwaves, provide a route to develop chip-based analog optical computers and computing elements.Science, this issue p. 1333Metastructures hold the potential to bring a new twist to the field of spatial-domain optical analog computing: migrating from free-space and bulky systems into conceptually wavelength-sized elements. We introduce a metamaterial platform capable of solving integral equations using monochromatic electromagnetic fields. For an arbitrary wave as the input function to an equation associated with a prescribed integral operator, the solution of such an equation is generated as a complex-valued output electromagnetic field. Our approach is experimentally demonstrated at microwave frequencies through solving a generic integral equation and using a set of waveguides as the input and output to the designed metastructures. By exploiting subwavelength-scale light-matter interactions in a metamaterial platform, our wave-based, material-based analog computer may provide a route to achieve chip-scale, fast, and integrable computing elements.},
issn = {0036-8075},
URL = {http://science.sciencemag.org/content/363/6433/1333},
eprint = {http://science.sciencemag.org/content/363/6433/1333.full.pdf},
journal = {Science}
}
@misc{bluewaters,
title={Parallel Computing 2020: Preparing for the Post-Moore Era },
author = {Snir, Marc},
url= {http://www.ncsa.illinois.edu/enabling/bluewaters},
journal={National Center for Supercomputing Applications (NCSA) at the University of Illinois}
}
@misc{vrscay2010amath,
author = {Vrscay, Edward R.},
title = {AMATH 353: Partial Differential Equations I},
year = {2010},
publisher = {University of Waterloo Department of Applied Mathematics}
}
@article{estakhri2019inverse,
title={Inverse-designed metastructures that solve equations},
author={Estakhri, Nasim Mohammadi and Edwards, Brian and Engheta, Nader},
journal={Science},
volume={363},
number={6433},
pages={1333--1338},
year={2019},
publisher={American Association for the Advancement of Science}
}
@article{yun2012low,
title={Low-loss impedance-matched optical metamaterials with zero-phase delay},
author={Yun, Seokho and Jiang, Zhi Hao and Xu, Qian and Liu, Zhiwen and Werner, Douglas H and Mayer, Theresa S},
journal={ACS nano},
volume={6},
number={5},
pages={4475--4482},
year={2012},
publisher={ACS Publications}
}
@article{vakil2011transformation,
title={Transformation optics using graphene},
author={Vakil, Ashkan and Engheta, Nader},
journal={Science},
volume={332},
number={6035},
pages={1291--1294},
year={2011},
publisher={American Association for the Advancement of Science}
}
@article {Lie1501790,
author = {Li, Yue and Liberal, I{\~n}igo and Della Giovampaola, Cristian and Engheta, Nader},
title = {Waveguide metatronics: Lumped circuitry based on structural dispersion},
volume = {2},
number = {6},
elocation-id = {e1501790},
year = {2016},
doi = {10.1126/sciadv.1501790},
publisher = {American Association for the Advancement of Science},
abstract = {Engineering optical nanocircuits by exploiting modularization concepts and methods inherited from electronics may lead to multiple innovations in optical information processing at the nanoscale. We introduce the concept of {\textquotedblleft}waveguide metatronics,{\textquotedblright} an advanced form of optical metatronics that uses structural dispersion in waveguides to obtain the materials and structures required to construct this class of circuitry. Using numerical simulations, we demonstrate that the design of a metatronic circuit can be carried out by using a waveguide filled with materials with positive permittivity. This includes the implementation of all {\textquotedblleft}lumped{\textquotedblright} circuit elements and their assembly in a single circuit board. In doing so, we extend the concepts of optical metatronics to frequency ranges where there are no natural plasmonic materials available. The proposed methodology could be exploited as a platform to experimentally validate optical metatronic circuits in other frequency regimes, such as microwave frequency setups, and/or to provide a new route to design optical nanocircuitry.},
URL = {http://advances.sciencemag.org/content/2/6/e1501790},
eprint = {http://advances.sciencemag.org/content/2/6/e1501790.full.pdf},
journal = {Science Advances}
}
@article{perona_scale-space_1990,
title = {Scale-space and edge detection using anisotropic diffusion},
volume = {12},
issn = {0162-8828},
doi = {10.1109/34.56205},
abstract = {A new definition of scale-space is suggested, and a class of algorithms used to realize a diffusion process is introduced. The diffusion coefficient is chosen to vary spatially in such a way as to encourage intraregion smoothing rather than interregion smoothing. It is shown that the 'no new maxima should be generated at coarse scales' property of conventional scale space is preserved. As the region boundaries in the approach remain sharp, a high-quality edge detector which successfully exploits global information is obtained. Experimental results are shown on a number of images. Parallel hardware implementations are made feasible because the algorithm involves elementary, local operations replicated over the image.{\textless}{\textless}ETX{\textgreater}{\textgreater}},
number = {7},
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
author = {Perona, P. and Malik, J.},
month = jul,
year = {1990},
keywords = {anisotropic diffusion, Anisotropic magnetoresistance, Detectors, Diffusion processes, edge detection, filtering and prediction theory, Hardware, Image edge detection, intraregion smoothing, parallel processing, pattern recognition, picture processing, scale-space, Smoothing methods},
pages = {629--639},
file = {IEEE Xplore Abstract Record:/Users/mariomiscuglio/Zotero/storage/4QVKILHN/56205.html:text/html;Submitted Version:/Users/mariomiscuglio/Zotero/storage/4YJPMFLJ/Perona and Malik - 1990 - Scale-space and edge detection using anisotropic d.pdf:application/pdf}
}
@book{irwin_basic_1984,
title = {Basic engineering circuit analysis},
isbn = {978-0-02-359890-6},
language = {en},
publisher = {Macmillan},
author = {Irwin, J. David},
year = {1984},
keywords = {Electric circuit analysis, Technology \& Engineering / Electrical}
}
@article{alu_all_2009,
title = {All {Optical} {Metamaterial} {Circuit} {Board} at the {Nanoscale}},
volume = {103},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.103.143902},
doi = {10.1103/PhysRevLett.103.143902},
abstract = {Optical nanocircuits may pave the way to transformative advancements in nanoscale communications. We introduce here the concept of an optical nanocircuit board, constituted of a layered metamaterial structure with low effective permittivity, over which specific traces that channel the optical displacement current may be carved out, allowing the optical âlocal connectionâ among ânonlocalâ distant nanocircuit elements. This may provide âprintedâ nanocircuits, realizing an all-optical nanocircuit board over which specific grooves may be nanoimprinted within the realms of current nanotechnology.},
number = {14},
urldate = {2019-03-17},
journal = {Physical Review Letters},
author = {Alù, Andrea and Engheta, Nader},
month = sep,
year = {2009},
pages = {143902},
file = {APS Snapshot:/Users/mariomiscuglio/Zotero/storage/56BTD4WZ/PhysRevLett.103.html:text/html}
}
@article{G.Liebmann_1954,
author={G Liebmann},
title={Resistance-network analogues with unequal meshes or subdivided meshes},
journal={British Journal of Applied Physics},
volume={5},
number={10},
pages={362},
url={http://stacks.iop.org/0508-3443/5/i=10/a=307},
year={1954},
abstract={A general method for deriving the finite difference approximations to the partial differential equation div K grad U = g , which is solved by resistance-network analogues, is applied to find the resistance values and the currents which have to be fed in for ( x , y )- and ( r , z )-networks with unequal mesh sizes. Two ways of subdividing a network into finer meshes in the ratio 1: 2 are then given, and a network subdivision in the ratio 2: 5 is described. Experimental tests have shown that these subdivisions introduce negligible errors into the measured field distributions.}
}
@techreport{redshaw1,
author ={P. Palmer, A.R. Copson \& S.C. Redshaw},
title={Investigations into the Use of an Electrical Resistance Analogue for the Solution of Certain Oscillatory-Flow Problems},
year= {1959},
journal={Reports and Memoranda No. 312, AERONAUTICAL RESEARCH COUNCIL}
}
@article{moitra_experimental_2014,
title = {Experimental demonstration of a broadband all-dielectric metamaterial perfect reflector},
volume = {104},