Skip to content

Commit 7170e68

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

File tree

5 files changed

+36
-17
lines changed

5 files changed

+36
-17
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.

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,15 @@
22
"devDependencies": {
33
"@shopify/prettier-plugin-liquid": "1.4.0",
44
"prettier": "3.1.1"
5-
}
5+
},
6+
"name": "darksinian.github.io",
7+
"version": "1.0.0",
8+
"description": "<div align=\"center\">",
9+
"main": "purgecss.config.js",
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC"
616
}

settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"editor.formatOnSave": true,
4+
"[markdown]": {
5+
"editor.defaultFormatter": "esbenp.prettier-vscode"
6+
},
7+
"[yaml]": {
8+
"editor.defaultFormatter": "esbenp.prettier-vscode"
9+
}
10+
}

0 commit comments

Comments
 (0)