diff --git a/_includes/projects_horizontal.liquid b/_includes/projects_horizontal.liquid index 74897fd..a95406a 100644 --- a/_includes/projects_horizontal.liquid +++ b/_includes/projects_horizontal.liquid @@ -28,4 +28,4 @@ - + \ No newline at end of file diff --git a/_layouts/about.liquid b/_layouts/about.liquid index 1bd9ab9..57e55d0 100644 --- a/_layouts/about.liquid +++ b/_layouts/about.liquid @@ -15,14 +15,13 @@ layout: default LinkedIn | GitHub | Scholar -
{% if page.profile %} -
+
{% if page.profile.image %} {% assign profile_image_path = page.profile.image | prepend: 'assets/img/' %} @@ -31,8 +30,7 @@ layout: default {% else %} {% assign profile_image_class = 'img-fluid z-depth-1 rounded' %} {% endif %} - {% capture sizes %}(min-width: {{site.max_width}}) {{ site.max_width | minus: 30 | times: 0.3}}px, (min-width: 576px) - 30vw, 95vw"{% endcapture %} + {% capture sizes %}(min-width: {{site.max_width}}) {{ site.max_width | minus: 30 | times: 0.3}}px, (min-width: 576px) 30vw, 95vw{% endcapture %} {% include figure.liquid loading="eager" path=profile_image_path class=profile_image_class sizes=sizes alt=page.profile.image cache_bust=true @@ -42,9 +40,10 @@ layout: default
{{ page.profile.more_info }}
{% endif %}
-
{{ content }}
+
{{ content }}
{% endif %} + diff --git a/_pages/projects.md b/_pages/projects.md index 9f420ed..3060cb7 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -2,10 +2,10 @@ layout: page title: "| Projects" permalink: /projects/ -description: Categorized by Work Type. +description: Selected Projects Categorized by Work Type. nav: true nav_order: 2 -display_categories: [Software Tool, Artificial Intelligence] +display_categories: [Software Tool, Artificial Intelligence, Dataset] horizontal: true --- diff --git a/_projects/GREx.md b/_projects/GREx.md new file mode 100644 index 0000000..9d644ae --- /dev/null +++ b/_projects/GREx.md @@ -0,0 +1,14 @@ +--- +layout: page +title: G-REx +description: A Real-World Annotated Physiological Dataset of Group Experiences +importance: 3 +category: Dataset +related_publications: false +selected: true +img: /assets/img/project/structure_preview +link: https://github.com/PatriciaBota/g-rex_public +skills: [Python, seaborn, matplotlib, data quality] +--- + + diff --git a/_projects/WGS.md b/_projects/WGS.md index b6e437f..7b05522 100644 --- a/_projects/WGS.md +++ b/_projects/WGS.md @@ -8,7 +8,7 @@ related_publications: false selected: true img: /assets/img/project/group_syn_preview link: https://github.com/PatriciaBota/WGS_public -skills: [Python, PyTorch, Ray Tune, Time Series, EDA, PPG, ECG, SSH] +skills: [Python, PyTorch, Ray Tune, Time Series, EDA, PPG, ECG, SSH, scikit-learn] --- diff --git a/assets/img/1.jpg b/assets/img/1.jpg deleted file mode 100644 index 1f2eb4c..0000000 Binary files a/assets/img/1.jpg and /dev/null differ diff --git a/assets/img/10.jpg b/assets/img/10.jpg deleted file mode 100644 index e9958d4..0000000 Binary files a/assets/img/10.jpg and /dev/null differ diff --git a/assets/img/11.jpg b/assets/img/11.jpg deleted file mode 100644 index 9db0d27..0000000 Binary files a/assets/img/11.jpg and /dev/null differ diff --git a/assets/img/12.jpg b/assets/img/12.jpg deleted file mode 100644 index e343b39..0000000 Binary files a/assets/img/12.jpg and /dev/null differ diff --git a/assets/img/2.jpg b/assets/img/2.jpg deleted file mode 100644 index 4f663e8..0000000 Binary files a/assets/img/2.jpg and /dev/null differ diff --git a/assets/img/3.jpg b/assets/img/3.jpg deleted file mode 100644 index 2cc28bd..0000000 Binary files a/assets/img/3.jpg and /dev/null differ diff --git a/assets/img/4.jpg b/assets/img/4.jpg deleted file mode 100644 index 746b206..0000000 Binary files a/assets/img/4.jpg and /dev/null differ diff --git a/assets/img/5.jpg b/assets/img/5.jpg deleted file mode 100644 index 80a4df3..0000000 Binary files a/assets/img/5.jpg and /dev/null differ diff --git a/assets/img/6.jpg b/assets/img/6.jpg deleted file mode 100644 index 92317be..0000000 Binary files a/assets/img/6.jpg and /dev/null differ diff --git a/assets/img/7.jpg b/assets/img/7.jpg deleted file mode 100644 index f581ccd..0000000 Binary files a/assets/img/7.jpg and /dev/null differ diff --git a/assets/img/8.jpg b/assets/img/8.jpg deleted file mode 100644 index 498432a..0000000 Binary files a/assets/img/8.jpg and /dev/null differ diff --git a/assets/img/9.jpg b/assets/img/9.jpg deleted file mode 100644 index d5b7972..0000000 Binary files a/assets/img/9.jpg and /dev/null differ diff --git a/assets/img/prof_pic_color.png b/assets/img/prof_pic_color.png deleted file mode 100644 index 4a33911..0000000 Binary files a/assets/img/prof_pic_color.png and /dev/null differ diff --git a/assets/img/project/structure_preview.png b/assets/img/project/structure_preview.png new file mode 100644 index 0000000..72e2e4a Binary files /dev/null and b/assets/img/project/structure_preview.png differ