Skip to content

Commit 6647b04

Browse files
committed
Add: hypatia, leonardo, curie podcasts
1 parent d641d74 commit 6647b04

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/data/podcasts.ts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,36 @@ export interface PodcastEpisode {
99
}
1010

1111
export const podcastEpisodes: PodcastEpisode[] = [
12+
{
13+
id: 'leonardo-unified-blueprint-2025',
14+
title: 'Leonardo\'s Blueprint: Decoding the Unified System of Art and Science',
15+
description:
16+
'Fourteen-minute deep dive: How Leonardo da Vinci engineered a unified discovery system treating art and science as complementary ways of understanding reality—using integrated observation through drawing, systematic documentation to fight bias, and analogical reasoning to transfer universal principles like flow dynamics across anatomy, hydraulics, and engineering.',
17+
date: '2025-10-01',
18+
duration: '14:26',
19+
audioSrc: '/podcasts/leonardo-unified-blueprint-art-science-2025-10-01.mp3',
20+
topics: ['Leonardo da Vinci', 'Unified System', 'Art and Science', 'Integrated Observation', 'Analogical Reasoning', 'Renaissance Method'],
21+
},
22+
{
23+
id: 'marie-curie-systematic-method-2025',
24+
title: 'Marie Curie\'s Secret: The Systematic Method That Found the Unfindable',
25+
description:
26+
'Sixteen-minute deep dive: How Marie Curie\'s revolutionary systematic experimental methodology—combining quantitative precision with extraordinary persistence—recognized radioactivity as an atomic property and invented radiochemical analysis, where the electrometer guided chemical separations to detect substances invisible to traditional analysis.',
27+
date: '2025-10-01',
28+
duration: '16:34',
29+
audioSrc: '/podcasts/marie-curie-systematic-method-unfindable-2025-10-01.mp3',
30+
topics: ['Marie Curie', 'Systematic Methodology', 'Radiochemical Analysis', 'Atomic Properties', 'Experimental Physics', 'Scientific Method'],
31+
},
32+
{
33+
id: 'hypatia-alexandrian-synthesis-2025',
34+
title: 'Hypatia\'s Alexandrian Synthesis: How Math Became the Bedrock of Philosophical Authority',
35+
description:
36+
'Fifteen-minute deep dive: How Hypatia of Alexandria unified philosophical wisdom with mathematical rigor through her "contemplative rationalism"—where mathematical proofs provided intellectual discipline for deeper insight, while precision instruments like the hydrometer demonstrated practical competence that commanded cross-sectarian authority in a divided city.',
37+
date: '2025-10-01',
38+
duration: '14:51',
39+
audioSrc: '/podcasts/hypatia-alexandrian-synthesis-math-bedrock-2025-10-01.mp3',
40+
topics: ['Hypatia', 'Alexandrian Synthesis', 'Mathematical Philosophy', 'Contemplative Rationalism', 'Classical Antiquity', 'Cross-Sectarian Authority'],
41+
},
1242
{
1343
id: 'ada-lovelace-poetical-science-2025',
1444
title: 'Ada Lovelace: Poetical Science and Universal Computation',

0 commit comments

Comments
 (0)