-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpact.html
More file actions
123 lines (120 loc) · 5.7 KB
/
Copy pathimpact.html
File metadata and controls
123 lines (120 loc) · 5.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Impact | Truyen Tran</title>
<meta name="description" content="Selected grants, talks, leadership, and public impact across AI, science, and health.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<div class="site-shell">
<div class="topbar">
<header class="site-header page-wrap">
<div class="header-row">
<a class="brand" href="index.html">
<div class="brand-mark">Truyen Tran</div>
<div class="brand-subtitle">Frontier AI systems for intelligence, science, health, and society</div>
</a>
<button class="menu-toggle" type="button" aria-expanded="false" aria-controls="site-navigation" data-menu-button>Menu</button>
<div class="header-nav" id="site-navigation" data-menu-panel>
<nav class="main-nav" aria-label="Primary">
<a href="index.html">Home</a>
<a href="research.html">Research Platforms</a>
<a href="systems.html">Systems / Build</a>
<a href="impact.html" aria-current="page">Impact</a>
<a href="writing.html">Writing</a>
<a href="talks.html">Talks</a>
<a href="people.html">People</a>
<a href="work-with-me.html">Work With Me</a>
<a href="truyen_fullcv_CS.pdf">CV</a>
</nav>
<nav class="utility-nav" aria-label="External links">
<a href="https://scholar.google.com.au/citations?hl=en&user=zvspVLwAAAAJ">Scholar</a>
<a href="https://www.linkedin.com/in/truyen-tran/">LinkedIn</a>
<a href="https://x.com/truyenoz">X</a>
<a href="mailto:truyen.tran@deakin.edu.au">Email</a>
<a href="https://a2i2.deakin.edu.au/">A2I2</a>
</nav>
</div>
</div>
</header>
</div>
<main>
<section class="page-hero">
<div class="page-wrap section-grid">
<div class="panel">
<span class="eyebrow">Impact</span>
<h1 class="page-title">Evidence across grants, deployments, public engagement, and leadership.</h1>
<p>Selected examples here show the work in funded programs, field use, invited stages, and public conversation.</p>
</div>
<div class="panel">
<span class="card-kicker">Selected metrics</span>
<div class="metric-grid">
<article class="metric">
<span class="metric-value">>$6M</span>
<strong>Selected grants</strong>
<p>MRFF-supported health and cardiovascular programs anchor the current portfolio.</p>
</article>
<article class="metric">
<span class="metric-value">2024-25</span>
<strong>Public engagement window</strong>
<p>Public lectures, interviews, and invited talks accelerated sharply across this period.</p>
</article>
</div>
</div>
</div>
</section>
<section>
<div class="page-wrap timeline">
<article class="timeline-item">
<div class="timeline-meta">Major grants</div>
<h3>MRFF Cardiovascular Health Mission</h3>
<p>New biomarkers for abdominal aortic aneurysm, valued at $1M, running 2023-2026.</p>
</article>
<article class="timeline-item">
<div class="timeline-meta">Major grants</div>
<h3>MRFF AI in Health</h3>
<p>Optimising treatments in mental health using AI, valued at $5M, running 2021-2026.</p>
</article>
<article class="timeline-item">
<div class="timeline-meta">Public and scientific talks</div>
<h3>Keynotes and invited talks across 2025</h3>
<p>Recent examples include Los Alamos National Laboratory, RIVF, VNU Hanoi, TDTU, and additional public lecture circuits in Vietnam and Australia.</p>
</article>
<article class="timeline-item">
<div class="timeline-meta">Media and public engagement</div>
<h3>Coverage and interviews</h3>
<p>Health AI work was covered by Financial Review in November 2024, alongside interviews and essays on AI, education, and societal change.</p>
</article>
<article class="timeline-item">
<div class="timeline-meta">Policy and field use</div>
<h3>Health and Covid-era response work</h3>
<p>The archive includes modelling, policy reports, and public-facing outputs connected to health response and planning.</p>
<a class="link-inline" href="AI4Health/covid19.html">View health response archive</a>
</article>
</div>
</section>
</main>
<footer class="site-footer">
<div class="page-wrap footer-grid">
<div>
<div class="brand-mark">Truyen Tran</div>
</div>
<div>
<div class="footer-links">
<a href="talks.html">Talks</a>
<a href="writing.html">Writing</a>
<a href="work-with-me.html">Work With Me</a>
</div>
<p class="small muted">Copyright <span data-year>2026</span> Truyen Tran.</p>
</div>
</div>
</footer>
</div>
<script src="assets/site.js"></script>
</body>
</html>