Skip to content

Commit bb9e662

Browse files
committed
Fix Formatting for Prettier Plugin
1 parent 1eb0053 commit bb9e662

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pinterest_id: # your pinterest id
9696
publons_id: # your ID on Publons
9797
quora_username: # your Quora username
9898
research_gate_profile: # your profile on ResearchGate
99-
scholar_userid: # your Google Scholar ID
99+
scholar_userid: # your Google Scholar ID
100100
scopus_id: # your profile on Scopus
101101
semanticscholar_id: # your Semantic Scholar ID
102102
spotify_id: # your spotify id

_pages/about.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,28 @@ profile:
99
image: prof_pic.jpg
1010
image_circular: false # crops the image to make it circular
1111
more_info: >
12-
1312
1413
news: false # includes a list of news items
1514
selected_papers: false # includes a list of papers marked as "selected={true}"
1615
social: true # includes social icons at the bottom of the page
1716
---
1817

19-
20-
I am an undergraduate student at Case Western Reserve University, graduating in December 2024. I study Mathematics and Physics, with a minor in Computer Science.
18+
I am an undergraduate student at Case Western Reserve University, graduating in December 2024. I study Mathematics and Physics, with a minor in Computer Science.
2119

2220
I am a UWC Davis Scholar who attended UWC RBC 2018-2020 and was fortunate to get a full scholarship at CWRU.
2321

24-
I am an undergraduate student at Case Western Reserve University, graduating in December 2024. I study Mathematics and Physics, with a minor in Computer Science.
22+
I am an undergraduate student at Case Western Reserve University, graduating in December 2024. I study Mathematics and Physics, with a minor in Computer Science.
2523

2624
I am a UWC Davis Scholar who attended UWC RBC 2018-2020 and was fortunate to get a full scholarship at CWRU.
2725

28-
I am passionate about making computers crunch numbers to have a positive impact. In particular, I am in love with robotics, machine learning and scientific computing.
29-
30-
#### Highlights:
31-
32-
33-
1. *Competitive Programming*: Represented Egypt in the International Olympiad in Informatics (IOI 2018, Japan) and bring years of expertise in algorithms and data structures.
26+
I am passionate about making computers crunch numbers to have a positive impact. In particular, I am in love with robotics, machine learning and scientific computing.
3427

35-
2. *AI-Driven Robotics System:* Recently, I architected a full-stack AI-driven harvesting robotics system for a startup founded by ex-Uber and ex-Aurora engineers, working extensively with C++, ROS, Python, and other robotics frameworks. We delivered the product to companies like Nature Fresh and Syngenta, and the company has just raised $10 million to support further development.
28+
#### Highlights:
3629

37-
3. *Machine Learning Research*: I’ve contributed to machine learning projects across several university labs, including a recent collaboration with DoE and CWRU to build predictive models for catalytic cracking in polymers.
30+
1. _Competitive Programming_: Represented Egypt in the International Olympiad in Informatics (IOI 2018, Japan) and bring years of expertise in algorithms and data structures.
3831

32+
2. _AI-Driven Robotics System:_ Recently, I architected a full-stack AI-driven harvesting robotics system for a startup, working extensively with C++, ROS, Python, and other robotics frameworks. We delivered the product to companies like Nature Fresh and Syngenta, and the company has just raised $10 million to support further development.
3933

34+
3. _Machine Learning Research_: I’ve contributed to machine learning projects across several university labs, including a recent collaboration with DoE and CWRU to build predictive models for catalytic cracking in polymers.
4035

41-
Please refer to Projects section to learn more.
36+
Please refer to Projects section to learn more.

settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// In settings.json
2+
{
3+
"editor.defaultFormatter": "esbenp.prettier-vscode",
4+
"editor.formatOnSave": true
5+
}

0 commit comments

Comments
 (0)