Skip to content

Commit aac4f5b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4a308c0 commit aac4f5b

File tree

1 file changed

+40
-29
lines changed

1 file changed

+40
-29
lines changed

src/portfolio.js

Lines changed: 40 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,36 @@ const skillsSection = {
4444
subTitle:
4545
"Equipping digital healthcare innovation with hands-on expertise in data science, intelligent systems, and cloud-powered tools.",
4646
skills: [
47-
emoji("⚕️ Build intelligent healthcare apps using AI and machine learning models"),
48-
emoji("📊 Perform data analysis and visualization using Python, R, and SQL"),
47+
emoji(
48+
"⚕️ Build intelligent healthcare apps using AI and machine learning models"
49+
),
50+
emoji(
51+
"📊 Perform data analysis and visualization using Python, R, and SQL"
52+
),
4953
emoji("📡 Work with IoMT, EHR systems, and healthcare data pipelines"),
50-
emoji("⚡ Develop data-driven prototypes and APIs using Flask, AWS, and Postman")
54+
emoji(
55+
"⚡ Develop data-driven prototypes and APIs using Flask, AWS, and Postman"
56+
)
5157
],
5258
softwareSkills: [
53-
{ skillName: "Python", fontAwesomeClassname: "fab fa-python" },
54-
{ skillName: "SQL", fontAwesomeClassname: "fas fa-database" },
55-
{ skillName: "R", fontAwesomeClassname: "fas fa-chart-line" },
56-
{ skillName: "HTML5", fontAwesomeClassname: "fab fa-html5" },
57-
{ skillName: "CSS3", fontAwesomeClassname: "fab fa-css3-alt" },
58-
{ skillName: "JavaScript", fontAwesomeClassname: "fab fa-js" },
59-
{ skillName: "PyTorch", fontAwesomeClassname: "fas fa-brain" },
60-
{ skillName: "TensorFlow", fontAwesomeClassname: "fas fa-project-diagram" },
61-
{ skillName: "Pandas", fontAwesomeClassname: "fas fa-table" },
62-
{ skillName: "NumPy", fontAwesomeClassname: "fas fa-square-root-alt" },
63-
{ skillName: "Scikit-learn", fontAwesomeClassname: "fas fa-robot" },
64-
{ skillName: "Flask", fontAwesomeClassname: "fas fa-flask" },
65-
{ skillName: "Git", fontAwesomeClassname: "fab fa-git-alt" },
66-
{ skillName: "Jupyter", fontAwesomeClassname: "fas fa-book" },
67-
{ skillName: "Google Colab", fontAwesomeClassname: "fas fa-cloud" },
68-
{ skillName: "AWS Lambda", fontAwesomeClassname: "fas fa-cloud" },
69-
{ skillName: "DynamoDB", fontAwesomeClassname: "fas fa-server" },
70-
{ skillName: "API Gateway", fontAwesomeClassname: "fas fa-plug" }
59+
{skillName: "Python", fontAwesomeClassname: "fab fa-python"},
60+
{skillName: "SQL", fontAwesomeClassname: "fas fa-database"},
61+
{skillName: "R", fontAwesomeClassname: "fas fa-chart-line"},
62+
{skillName: "HTML5", fontAwesomeClassname: "fab fa-html5"},
63+
{skillName: "CSS3", fontAwesomeClassname: "fab fa-css3-alt"},
64+
{skillName: "JavaScript", fontAwesomeClassname: "fab fa-js"},
65+
{skillName: "PyTorch", fontAwesomeClassname: "fas fa-brain"},
66+
{skillName: "TensorFlow", fontAwesomeClassname: "fas fa-project-diagram"},
67+
{skillName: "Pandas", fontAwesomeClassname: "fas fa-table"},
68+
{skillName: "NumPy", fontAwesomeClassname: "fas fa-square-root-alt"},
69+
{skillName: "Scikit-learn", fontAwesomeClassname: "fas fa-robot"},
70+
{skillName: "Flask", fontAwesomeClassname: "fas fa-flask"},
71+
{skillName: "Git", fontAwesomeClassname: "fab fa-git-alt"},
72+
{skillName: "Jupyter", fontAwesomeClassname: "fas fa-book"},
73+
{skillName: "Google Colab", fontAwesomeClassname: "fas fa-cloud"},
74+
{skillName: "AWS Lambda", fontAwesomeClassname: "fas fa-cloud"},
75+
{skillName: "DynamoDB", fontAwesomeClassname: "fas fa-server"},
76+
{skillName: "API Gateway", fontAwesomeClassname: "fas fa-plug"}
7177
],
7278
display: true
7379
};
@@ -187,7 +193,8 @@ const bigProjects = {
187193
projects: [
188194
{
189195
projectName: "WellnessWave - IoMT Wearable Stress App",
190-
projectDesc: "Developed a full-stack mobile app for real-time stress tracking using wearable data.",
196+
projectDesc:
197+
"Developed a full-stack mobile app for real-time stress tracking using wearable data.",
191198
footerLink: [
192199
{
193200
name: "View Details",
@@ -197,17 +204,19 @@ const bigProjects = {
197204
},
198205
{
199206
projectName: "Predicting Heart Disease Risk – ML Classifier Models",
200-
projectDesc: "Built and compared multiple models to predict heart disease based on patient data.",
207+
projectDesc:
208+
"Built and compared multiple models to predict heart disease based on patient data.",
201209
footerLink: [
202210
{
203211
name: "View Details",
204212
url: "https://github.com/AsianaHolloway/Exploring-Machine-Learning-Applications-in-Predicting-Heart-Disease-risk"
205-
}
213+
}
206214
]
207215
},
208216
{
209217
projectName: "Analyzing Employee Attrition Using Spark and Python",
210-
projectDesc: "Performed distributed data analysis to examine employee attrition trends.",
218+
projectDesc:
219+
"Performed distributed data analysis to examine employee attrition trends.",
211220
footerLink: [
212221
{
213222
name: "View Details",
@@ -217,22 +226,24 @@ const bigProjects = {
217226
},
218227
{
219228
projectName: "Primary Care Telehealth Visits – Research Collaboration",
220-
projectDesc: "Collaborated with classmates to investigate the use of telehealth in primary care settings.",
229+
projectDesc:
230+
"Collaborated with classmates to investigate the use of telehealth in primary care settings.",
221231
footerLink: [
222232
{
223233
name: "View Details",
224234
url: "https://github.com/AsianaHolloway/Primary-Care-Telehealth-Visits"
225-
}
235+
}
226236
]
227237
},
228238
{
229239
projectName: "Low Level Differential Diagnostic System",
230-
projectDesc: "A rule-based decision support demo built with python, SQLAlchemy, and Juypter Notebook",
240+
projectDesc:
241+
"A rule-based decision support demo built with python, SQLAlchemy, and Juypter Notebook",
231242
footerLink: [
232243
{
233244
name: "View Details",
234245
url: "https://github.com/AsianaHolloway/AssignmentDifferentialDiagnostics"
235-
}
246+
}
236247
]
237248
}
238249
],

0 commit comments

Comments
 (0)