Skip to content

Commit c0b1635

Browse files
committed
trying ordered list
1 parent 46abd52 commit c0b1635

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

assets/css/style.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,6 @@ dt {
223223
margin-left: 0.5rem;
224224
}
225225

226-
ul {
227-
list-style-type: disc;
228-
margin-left: 1.5em; /* Adjust indentation */
229-
padding-left: 1.5em;
230-
}
231226

232227
ul.side-nav {
233228
width: 190px;

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ <h3 class="page-title white-text teal">Publications</h3>
536536
<div class="container flow-text">
537537
<!-- Highlighted Publications -->
538538
<p><b>Highlighted Publications:</b></p>
539-
<ul>
539+
<ol>
540540
<li>M. P. Chang, E. C. Blow, J. Sun, M. Lu, P. R. Prucnal, “Integrated Microwave Photonic Circuit for Self-interference Cancellation”, IEEE 2017</li>
541541
<li>Blow, Eric C., Prannay Kaul, and Paul R. Prucnal. "Integrated Balanced Microwave Photonic Canceller." IEEE 2018 </li>w
542542
<li>Tait, Alexander N., E. C. Blow, et al. "Demonstration of multivariate photonics: blind dimensionality reduction with integrated photonics." Journal of Lightwave Technology (2019).</li>
@@ -551,11 +551,11 @@ <h3 class="page-title white-text teal">Publications</h3>
551551
<li>Joshua C. Lederman, Weipeng Zhang, Thomas Ferreira de Lima, Eric C. Blow, Simon Bilodeau, Bhavin J. Shastri, Paul R. Prucnal “Real-Time Blind Photonic Interference Cancellation for mmWave MIMO”, Nature Communication, 2023 </li>
552552
<li>Eric C Blow, Simon Bilodeau, Weipeng Zhang, Thomas Ferreira de Lima, Josh Lederman, Paul R Prucnal “Radio-Frequency Linear Analysis And Optimization Of Silicon Photonic Neural Networks”, ARP 2024 (Invited)</li>
553553
<li>Lederman, Joshua C., et al. "Low-latency passive thermal desensitization of a silicon micro-ring resonator with self-heating." APL Photonics 9.7 (2024)</li>
554-
</ul>
554+
</ol>
555555

556556
<!-- Additional Publications -->
557557
<p><b>Additional Publications:</b></p>
558-
<ul>
558+
<ol>
559559
<li>Tait, M. Nahmias, B. Shastri, M. Chang, A. Wu, E. Zhou, E. C. Blow, T. Ferreira de Lima, B. Wu, and P. R. Prucnal. "Balanced WDM weight banks for analog optical processing and networking in silicon." In Summer Topicals, IEEE/OSA, number MC2.3 (Invited), 2015.</li>
560560
<li>M. P. Chang, J. Sun, E. C. Blow, and P. R. Prucnal, “A Microwave Photonic Canceller for Improved Interference Rejection in Full Duplex Radio”, IEEE Photonic Conference, 2016</li>
561561
<li>E. C. Blow, M. P. Chang, P. R. Prucnal, “Microwave Photonic Interference Canceller: Noise Figure Reduction via Balanced Architecture”, MPC, Oct. 2016</li>
@@ -571,19 +571,19 @@ <h3 class="page-title white-text teal">Publications</h3>
571571
<li>Joshua C. Lederman, Yusuf Jimoh, Weipeng Zhang, Thomas Ferreira de Lima, Eric C. Blow, Simon Bilodeau, Bhavin J. Shastri, Paul R. Prucnal , A Multi-Layer Topologically Reconfigurable Broadcast-and-Weight Photonic Neural Network, IPC 2023</li>
572572
<li>T. F. de Lima, J. C. Lederman, W. Zhang, J. Hu, E. C. Blow, K. Asahi, Y. Aono, T. Wang, and P. R. Prucnal, "Real-Time Blind Source Separation with Integrated Photonics for Wireless Signals," in CLEO 2023</li>
573573
<li>E.C. Blow et. Al. “Link Loss Analysis of Integrated Linear Weight Bank within Silicon Photonic Neural Network, SPIE Europe 2024</li>
574-
</ul>
574+
</ol>
575575

576576
<!-- Patents -->
577577
<p><b>Patents:</b></p>
578-
<ul>
578+
<ol>
579579
<li>“Light-emitting diode neuron”, S Bilodeau, P Prucnal, M Hack, TF de Lima, HT Peng, E C Blow, US Patent App. 17/125,287</li>
580-
</ul>
580+
</ol>
581581

582582
<p><b> Book Chapters: </b></p>
583-
<ul>
583+
<ol>
584584
<li>E. C. Blow, Paul R. Prucnal, “In-Band Full-Duplex Technologies and Applications, Chapter: IBFD Optical Systems” Artech House 2021</li>
585585
<li>M. P. Chang, J. Sun, E. C. Blow, M. Lu, and P. R. Prucnal, “Sensors for Everyday Life, Chapter 10: Optical-Based Interference Cancellation in Wireless Sensor Networks” Volume 23 of the series Smart Sensors, Measurement and Instrumentation pp 273-301, Nov 2016</li>
586-
</ul>
586+
</ol>
587587
</div>
588588
</section>
589589

0 commit comments

Comments
 (0)