Skip to content

Commit

Permalink
added grex project + minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriciaBota committed Aug 12, 2024
1 parent 2ba8693 commit 307a6a2
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _includes/projects_horizontal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
</div>
</div>
</a>
</div>
</div>
9 changes: 4 additions & 5 deletions _layouts/about.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ layout: default
<a href="https://www.linkedin.com/in/patriciabota/"><i class="fa-brands fa-linkedin"></i> LinkedIn</a> |
<a href="https://github.com/PatriciaBota"><i class="fa-brands fa-github"></i> GitHub</a> |
<a href="https://scholar.google.pt/citations?user=3RvlpVcAAAAJ"><i class="fa-brands fa-google-scholar"></i></i> Scholar</a>

</div>
<!-- <p class="desc">{{ page.subtitle }}</p> -->
</header>

<article>
{% if page.profile %}
<div class="profile-container">
<div class="profile-container clearfix">
<div class="profile float-{% if page.profile.align == 'left' %}left{% else %}right{% endif %}">
{% if page.profile.image %}
{% assign profile_image_path = page.profile.image | prepend: 'assets/img/' %}
Expand All @@ -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
Expand All @@ -42,9 +40,10 @@ layout: default
<div class="more-info">{{ page.profile.more_info }}</div>
{% endif %}
</div>
<div class="clearfix">{{ content }}</div>
<div class="content">{{ content }}</div>
</div>
{% endif %}



<!-- News -->
Expand Down
4 changes: 2 additions & 2 deletions _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
layout: page
title: "&#124; 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
---

Expand Down
14 changes: 14 additions & 0 deletions _projects/GREx.md
Original file line number Diff line number Diff line change
@@ -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]
---


2 changes: 1 addition & 1 deletion _projects/WGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---


Binary file removed assets/img/1.jpg
Binary file not shown.
Binary file removed assets/img/10.jpg
Binary file not shown.
Binary file removed assets/img/11.jpg
Binary file not shown.
Binary file removed assets/img/12.jpg
Binary file not shown.
Binary file removed assets/img/2.jpg
Binary file not shown.
Binary file removed assets/img/3.jpg
Binary file not shown.
Binary file removed assets/img/4.jpg
Binary file not shown.
Binary file removed assets/img/5.jpg
Binary file not shown.
Binary file removed assets/img/6.jpg
Binary file not shown.
Binary file removed assets/img/7.jpg
Binary file not shown.
Binary file removed assets/img/8.jpg
Binary file not shown.
Binary file removed assets/img/9.jpg
Binary file not shown.
Binary file removed assets/img/prof_pic_color.png
Binary file not shown.
Binary file added assets/img/project/structure_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 307a6a2

Please sign in to comment.