Skip to content

Commit f6e3a72

Browse files
committed
Added text to about me
1 parent ab23e91 commit f6e3a72

File tree

2 files changed

+73
-22
lines changed

2 files changed

+73
-22
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Personal Website
2+
3+
Currently under construction.
4+
5+
To do:
6+
- All sections are at least roughly complete, will improve formatting, readability, and include more pictures.
7+
8+
> https://ericcblow.github.io
9+
10+
![GitHub stars](https://img.shields.io/github/stars/ericcblow/ericcblow.github.io)
11+
![GitHub forks](https://img.shields.io/github/forks/ericcblow/ericcblow.github.io)
12+
[![Maintenance](https://img.shields.io/badge/maintained-yes-green.svg)](https://github.com/ericcblow/ericcblow.github.io/commits/master)
13+
[![Website shields.io](https://img.shields.io/badge/website-up-yellow)](http://ericcblow.github.io/)
14+
[![Ask Me Anything !](https://img.shields.io/badge/ask%20me-linkedin-1abc9c.svg)](https://www.linkedin.com/in/ericcblow/)
15+
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
16+
17+
## Sections 📚
18+
✔️ About me \
19+
✔️ Experience \
20+
✔️ Education \
21+
✔️ Publications \
22+
✔️ Projects \
23+
✔️ Software Skills \
24+
✔️ Climbing \
25+
✔️ Contact Info \
26+
✔️ Resume
27+
28+
### Website Preview
29+
<p align="center">
30+
<kbd>
31+
<a href="https://ericcblow.github.io" target="_blank"><img src="/examples/preview.JPG">
32+
</a>
33+
</kbd>
34+
</p>
35+
36+
37+
### Website Mobile Preview
38+
<p align="center">
39+
<kbd>
40+
<a href="https://ericcblow.github.io" target="_blank">
41+
<img src="/examples/mobile_preview.jpg" style="width:350px;">
42+
</a>
43+
</kbd>
44+
</p>

index.html

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
<h2><span class="teal">Eric C. Blow</span></h2>
228228
<h5 style="color:#fff"><span class="typing" style="font-weight: 300; color:#004d40"></span></h5>
229229
<!-- <h5 style="color:#00796b">A <span class="typing" style="font-weight: 300; color:#fff"></span></h5> -->
230-
<h5>Hello, I am a researcher who is passionate about developing integrated photonic hardware to enable the next generation of computing. Website is currently under construction, most of the information is there but please bare with me as I make updates! </h5>
230+
<h5>Hello, I am a researcher who is passionate about developing integrated photonic hardware to enable the next generation of computing.
231231
</div>
232232

233233
<!-- Add the image element for mobile -->
@@ -263,33 +263,40 @@ <h5>Hello, I am a researcher who is passionate about developing integrated photo
263263
<section id="about" class="section scrollspy">
264264
<h3 class="page-title white-text teal">About</h3>
265265
<div class="container flow-text">
266-
<!-- <blockquote>
266+
<blockquote>
267267
<h2>
268-
Additional Paragraph if needed.
269-
268+
<b>Research Statement:</b> <br>
269+
I believe continuing to build more powerful and accessible compute engines results in a global improvement in quality-of-life.
270+
Historically, this trend has held true. Harmonously, an exponential demand for compute resources was matched with an equivalent improvement in compute efficient.
271+
Although recently, microelectronics has come up against the limits of Moore's Law and resulted in a stagnation compute efficiency.
272+
Therefore, our current efforts to maintain the demand in compute revolve around building larger data centers and dedicating more resources, primarily in the form of electricity and potable water.
273+
This approach is not sustainable and has resulted in negative enviromental impacts.
274+
To effectively maintain this trend in computation, we must explore alternative computational platforms which enable efficiencies and performance beyond the fundamental limits of electronics.
275+
Personally, I believe optical computation to be a strong candidate.
270276
</h2>
271-
</blockquote> -->
272-
<p>
273-
I am a Researcher within the Optical Networking and Sensing Group at NEC Laboratories America and a Research Scholar with the Lightwave Research Laboratory at Princeton University. I am passionate about integrated photonics, analog computing, and machine learning. I received a PhD from Princeton University, Fall 2023.
277+
</blockquote>
278+
279+
<p>
280+
Currently open to academic and industrial collaborations within the following integrated photonic application spaces: Neuromorphic Photonics, AI Accelerators, Analog Compute, Microwave Photonics.
274281
</p>
275-
<!-- <p>
276-
<ul>
277-
<li><b>Languages:</b> Python, C++, Matlab, LabVIEW </li>
278-
<li><b>Layout Software:</b> KLayout, GDSFactory, ZeroPDK, PHIDL </li>
279-
<li><b>Simulation Software:</b> Lumerical, OptoDesigner, Photon Design, MPB, SPICE, Altium, AWR</li>
280-
</ul>
281-
282-
</p> -->
283-
284-
<!-- <p>
285-
286-
Optional text
287-
</p> -->
282+
288283
<p>
289-
Currently open to academic and industrial collaborations within the following integrated photonic application spaces: Neuromorphic Photonics, AI Accelerators, Analog Compute, Microwave Photonics.
284+
<b>About me:</b> <br>
285+
I hold positions as a <b>Researcher</b> within the Optical Networking and Sensing Group at NEC Laboratories America and a <b>Research Collaborator</b> within the Lightwave Research Laboratory at Princeton University.
286+
I am passionate about integrated photonics, analog computing, and machine learning.
287+
I received a PhD from Princeton University, Fall 2023.
288+
</p>
289+
290+
<p>
291+
Outside of work, I enjoy recreational sports: basketball, soccer, and softball.
292+
Exploring the outdoors: rock climbing, hiking, and caynoneering.
293+
The small things in life: cooking, music, and fixing cars.
294+
</p>
295+
296+
<p>
297+
Website is currently under construction, most of the information is there but please bare with me as I make updates!
290298
</p>
291299

292-
<p> Outside of work, I enjoy recreational sports: basketball, soccer, and softball. Exploring the outdoors: rock climbing, hiking, and caynoneering. The small things in life: cooking, music, and fixing cars.</p>
293300
<!-- <p>
294301
Another Paragraph
295302
</p> -->

0 commit comments

Comments
 (0)