Skip to content

Commit

Permalink
add thinking in systems book and conference
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Feb 13, 2025
1 parent d666f25 commit cfe2642
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions src/components/Books/BooksAlreadyRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,11 @@ const data = [
author: "Michael Lewis",
image: "/books/liars-poker-rising-through-the-wreckage-on-wall-street.jpg",
},
{
title: "Thinking in Systems",
author: "Donella H. Meadows",
image: "/books/thinking-in-systems.jpg",
}
];

export default function BooksAlreadyRead() {
Expand Down
5 changes: 0 additions & 5 deletions src/components/Books/BooksToRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,6 @@ const data = [
author: "Richard W. Hamming",
image: "/books/the-art-of-doing-science-and-engineering-learning-to-learn.jpg",
},
{
title: "Thinking in Systems",
author: "Donella H. Meadows",
image: "/books/thinking-in-systems.jpg",
}
];

export default function BooksToRead() {
Expand Down
9 changes: 9 additions & 0 deletions src/components/Media/MediaOnStage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ import VideosList from "../General/VideosList";
const data = [
{
title: "PANEL DISCUSSION: ChatGPT & The Future of AI in Finance",
description:
"With Professor Francesco Fabozzi, Yale University, Didier Lopes, OpenBB and Dan Joldzic, Alexandria Technology, moderated by Christos Koutsoyannis, Atlas Ridge Capital. Join leading practitioners for a discussion on the practical applications of unstructured data in quant trading. This session will address the opportunities and nuances of deploying these models, including data sourcing, processing, and integration.",
date: "2025-02-12",
location: "Eagle Alpha's New York Alternative Data Conference 2025",
image: "/media/eagle-alpha-conference-2025.jpg",
info: "More information on the event can be found <a href='https://www.eaglealpha.com/2024/05/12/alt-data-conference-february-2025/' target='_blank' rel='noopener noreferrer'>here</a>.",
},
{
title: "PANEL DISCUSSION: The Opportunities And Nuances of Deploying Unstructured Data In Quant Trading Models",
description:
"Yu Yu - Director of Data Science at BlackRock, Tony Berkman - Managing Director at Two Sigma, Samson Qian - Citadel, Didier Rodrigues Lopes - Founder and CEO @ OpenBB",
date: "2024-09-14",
Expand Down
Binary file added static/media/eagle-alpha-conference-2025.jpg
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 cfe2642

Please sign in to comment.