Skip to content

Commit 13da921

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

File tree

4 files changed

+109
-16
lines changed

4 files changed

+109
-16
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 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.
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.

package-lock.json

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"name": "main",
3+
"lockfileVersion": 3,
4+
"requires": true,
5+
"packages": {
6+
"": {
7+
"devDependencies": {
8+
"@shopify/prettier-plugin-liquid": "1.4.0",
9+
"prettier": "3.1.1"
10+
}
11+
},
12+
"node_modules/@shopify/liquid-html-parser": {
13+
"version": "2.0.0",
14+
"resolved": "https://registry.npmjs.org/@shopify/liquid-html-parser/-/liquid-html-parser-2.0.0.tgz",
15+
"integrity": "sha512-1jqA50g2/WFTnnBnaiaNVammkJLIkt+z2QU2stFN2ljnYR28ln3q0VqlXqGNS0uRojEFaVNYrJl95IzAmjP5bQ==",
16+
"dev": true,
17+
"dependencies": {
18+
"line-column": "^1.0.2",
19+
"ohm-js": "^16.3.0"
20+
}
21+
},
22+
"node_modules/@shopify/prettier-plugin-liquid": {
23+
"version": "1.4.0",
24+
"resolved": "https://registry.npmjs.org/@shopify/prettier-plugin-liquid/-/prettier-plugin-liquid-1.4.0.tgz",
25+
"integrity": "sha512-Fd0QiPi0bpSapUG0plri1+bLew9j//Q0MFKkBjkIG4RTJC76dycVysf5Dy7JvbvIjSJ4YFxaT0PBW5v9O7JItQ==",
26+
"dev": true,
27+
"dependencies": {
28+
"@shopify/liquid-html-parser": "^2.0.0",
29+
"html-styles": "^1.0.0"
30+
},
31+
"peerDependencies": {
32+
"prettier": "^2.0.0 || ^3.0.0"
33+
}
34+
},
35+
"node_modules/html-styles": {
36+
"version": "1.0.0",
37+
"resolved": "https://registry.npmjs.org/html-styles/-/html-styles-1.0.0.tgz",
38+
"integrity": "sha512-cDl5dcj73oI4Hy0DSUNh54CAwslNLJRCCoO+RNkVo+sBrjA/0+7E/xzvj3zH/GxbbBLGJhE0hBe1eg+0FINC6w==",
39+
"dev": true
40+
},
41+
"node_modules/isarray": {
42+
"version": "1.0.0",
43+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
44+
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
45+
"dev": true
46+
},
47+
"node_modules/isobject": {
48+
"version": "2.1.0",
49+
"resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
50+
"integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",
51+
"dev": true,
52+
"dependencies": {
53+
"isarray": "1.0.0"
54+
},
55+
"engines": {
56+
"node": ">=0.10.0"
57+
}
58+
},
59+
"node_modules/line-column": {
60+
"version": "1.0.2",
61+
"resolved": "https://registry.npmjs.org/line-column/-/line-column-1.0.2.tgz",
62+
"integrity": "sha512-Ktrjk5noGYlHsVnYWh62FLVs4hTb8A3e+vucNZMgPeAOITdshMSgv4cCZQeRDjm7+goqmo6+liZwTXo+U3sVww==",
63+
"dev": true,
64+
"dependencies": {
65+
"isarray": "^1.0.0",
66+
"isobject": "^2.0.0"
67+
}
68+
},
69+
"node_modules/ohm-js": {
70+
"version": "16.6.0",
71+
"resolved": "https://registry.npmjs.org/ohm-js/-/ohm-js-16.6.0.tgz",
72+
"integrity": "sha512-X9P4koSGa7swgVQ0gt71UCYtkAQGOjciJPJAz74kDxWt8nXbH5HrDOQG6qBDH7SR40ktNv4x61BwpTDE9q4lRA==",
73+
"dev": true,
74+
"engines": {
75+
"node": ">=0.12.1"
76+
}
77+
},
78+
"node_modules/prettier": {
79+
"version": "3.1.1",
80+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz",
81+
"integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==",
82+
"dev": true,
83+
"bin": {
84+
"prettier": "bin/prettier.cjs"
85+
},
86+
"engines": {
87+
"node": ">=14"
88+
},
89+
"funding": {
90+
"url": "https://github.com/prettier/prettier?sponsor=1"
91+
}
92+
}
93+
}
94+
}

0 commit comments

Comments
 (0)