diff --git a/src/components/General/BooksList.tsx b/src/components/General/BooksList.tsx index 1e0296a86..98e74d777 100644 --- a/src/components/General/BooksList.tsx +++ b/src/components/General/BooksList.tsx @@ -29,7 +29,7 @@ export default function BooksList({ books }: BooksListProps) { />
-
+
{book.title}
diff --git a/src/components/General/EducationList.tsx b/src/components/General/EducationList.tsx index 598c66897..d274121ac 100644 --- a/src/components/General/EducationList.tsx +++ b/src/components/General/EducationList.tsx @@ -24,7 +24,7 @@ export default function EducationList({ education }: EducationListProps) {
{program.school}
-

+

{program.degree}

diff --git a/src/components/General/ExperienceList.tsx b/src/components/General/ExperienceList.tsx index c3955cf87..3505c11b1 100644 --- a/src/components/General/ExperienceList.tsx +++ b/src/components/General/ExperienceList.tsx @@ -22,7 +22,7 @@ export default function ExperienceList({ experience }: ExperienceListProps) { {job.daterange}

- {job.title} @ {job.company} + {job.title} @ {job.company}

diff --git a/src/components/General/NewsList.tsx b/src/components/General/NewsList.tsx index d70377d18..50879b7cd 100644 --- a/src/components/General/NewsList.tsx +++ b/src/components/General/NewsList.tsx @@ -19,25 +19,18 @@ export default function NewsMentionsList({ news }: NewsMentionsListProps) {
- {single_news.date} + {single_news.date} - {single_news.magazine}

{single_news.title}

-
-
- - {single_news.magazine + " - "} - - - Learn more - -
-
+ + Learn more +
))}
diff --git a/src/components/General/PodcastsList.tsx b/src/components/General/PodcastsList.tsx index ac1f1b69d..7d8c0069f 100644 --- a/src/components/General/PodcastsList.tsx +++ b/src/components/General/PodcastsList.tsx @@ -22,7 +22,7 @@ export default function PodcastsList({ podcasts }: PodcastsListProps) {
{podcast.date}
-

+

{podcast.title}

diff --git a/src/components/General/VideosList.tsx b/src/components/General/VideosList.tsx index 410b6d5dd..92ba1ffa8 100644 --- a/src/components/General/VideosList.tsx +++ b/src/components/General/VideosList.tsx @@ -21,7 +21,7 @@ export default function VideosList({ videos }: VideosListProps) {
{video.date}
-

+

{video.title}

@@ -34,7 +34,7 @@ export default function VideosList({ videos }: VideosListProps) { />
-

{video.time} - {video.description}

+

{video.time} - {video.description}

))} diff --git a/src/components/Projects.tsx b/src/components/Projects.tsx index 9a470b2d2..79e17c72a 100644 --- a/src/components/Projects.tsx +++ b/src/components/Projects.tsx @@ -18,12 +18,20 @@ const projects = [ article: '', }, { - title: 'Personal Website', - link: 'https://github.com/DidierRLopes/personal-website', - image: '/projects/personal_website.webp', - desc: 'Another personal website that I started in javascript.', - language: 'JavaScript', - article: '', + title: 'Step Detection using Machine Learning', + link: 'https://github.com/DidierRLopes/step-detection-ML', + image: '/projects/stepdetection_ml.webp', + desc: 'Step Detection using SVM on NURVV trackers', + language: 'Python', + article: '/blog/how-i-wrote-a-machine-learning-paper-in-1-week-that-got-accepted-to-icmla', + }, + { + title: 'Univariate Time-Series Forecast', + link: 'https://github.com/DidierRLopes/UnivariateTimeSeriesForecast', + image: '/projects/univariate_timeseries_forecast.webp', + desc: 'PhD Thesis: "Data Science in the Modeling and Forecasting of Financial Timeseries: from Classic methodologies to Deep Learning"', + language: 'Python', + article: '/blog/an-unusual-journey-learning-about-nns-for-a-phd-thesis', }, { title: 'Meme Filter', @@ -49,22 +57,6 @@ const projects = [ language: 'Python', article: '/blog/how-i-created-the-best-discord-meme-bot', }, - { - title: 'Step Detection using Machine Learning', - link: 'https://github.com/DidierRLopes/step-detection-ML', - image: '/projects/stepdetection_ml.webp', - desc: 'Step Detection using SVM on NURVV trackers', - language: 'Python', - article: '/blog/how-i-wrote-a-machine-learning-paper-in-1-week-that-got-accepted-to-icmla', - }, - { - title: 'Univariate Time-Series Forecast', - link: 'https://github.com/DidierRLopes/UnivariateTimeSeriesForecast', - image: '/projects/univariate_timeseries_forecast.webp', - desc: 'PhD Thesis: "Data Science in the Modeling and Forecasting of Financial Timeseries: from Classic methodologies to Deep Learning"', - language: 'Python', - article: '/blog/an-unusual-journey-learning-about-nns-for-a-phd-thesis', - }, { title: 'Momentum Football Bets', link: 'https://github.com/DidierRLopes/momentum-football-bets', @@ -89,6 +81,14 @@ const projects = [ language: 'Python', article: '/blog/time-series-crossvalidation-for-nn', }, + { + title: 'Personal Website', + link: 'https://github.com/DidierRLopes/personal-website', + image: '/projects/personal_website.webp', + desc: 'Another personal website that I started in javascript', + language: 'JavaScript', + article: '', + }, { title: 'Twitter Thread to LinkedIn Carousel', link: 'https://github.com/DidierRLopes/thread-to-carousel', @@ -105,7 +105,6 @@ const projects = [ language: 'Python', article: '', }, - { title: 'Neistpoint Stock Management Database', link: 'https://github.com/DidierRLopes/NeistpointCLI', @@ -176,21 +175,21 @@ export default function Projects() { className="w-[200px] object-cover" /> -
+
{project.title}
-
+
{project.desc}
-
+
-
-

- Travelling -

-
- - I love to experience new cultures. Nowadays I put work first. - But one day I hope to accomplish my goal of visiting over 100 countries. - -