-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
112 lines (108 loc) · 5.25 KB
/
Copy pathabout.html
File metadata and controls
112 lines (108 loc) · 5.25 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About — The Fin AI</title>
<meta name="description" content="The Fin AI is an open collaborative initiative advancing financial AI through transparency and shared innovation." />
<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=Newsreader:opsz,wght@6..72,400;6..72,500&family=Inter:wght@400;500;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header class="header">
<div class="wrap nav">
<a href="./index.html" class="brand"><img src="./images/finai-logo-white.png" alt="" />The Fin AI</a>
<nav class="nav-links">
<a href="./index.html">Home</a>
<a href="./about.html">About</a>
<a href="./research.html">Research</a>
<a href="./events.html">Events</a>
</nav>
<a class="btn" href="https://docs.google.com/forms/d/e/1FAIpQLSdhSTm9zsw8XJlACJBf5gbYRWEPeJGQC3JXPoSF2ryxHLeIOQ/viewform?usp=header" target="_blank" rel="noreferrer">Join the Community</a>
</div>
</header>
<main>
<section class="page-head wrap">
<p class="eyebrow">About</p>
<h1>An open initiative for trustworthy financial AI</h1>
<p class="lead">
The Fin AI is an open collaborative initiative, dedicated to advancing
financial AI through transparency and shared innovation.
</p>
</section>
<section class="section wrap">
<div class="prose">
<p>
We are a global academy bringing together researchers, engineers,
and financial experts. Our work spans three pillars — educating the
next generation of financial AI talent, driving rigorous and
transparent research with open benchmarks and models, and incubating
early-stage teams turning ideas into real-world solutions.
</p>
<p>
Everything we do is guided by openness and shared governance. Our
leadership provides strategic direction and accountability, and our
policies keep the initiative transparent and community-driven.
</p>
</div>
<div class="cards">
<a class="cardlink" href="./leadership.html">
<h3>Leadership</h3>
<p>Our Board of Directors, Steering Committee, and Executive Committee.</p>
</a>
<a class="cardlink" href="./policies.html">
<h3>Policies</h3>
<p>Bylaws, community charter, membership agreements, CLAs, and licensing.</p>
</a>
<a class="cardlink" href="./research.html">
<h3>Research</h3>
<p>Publications, talks, and open benchmarks advancing financial AI.</p>
</a>
<a class="cardlink" href="./events.html">
<h3>Events</h3>
<p>Our annual symposium and the ongoing webinar series with ACL SIG-FinTech.</p>
</a>
</div>
</section>
</main>
<footer class="footer">
<div class="wrap">
<div class="footer-top">
<div class="footer-brand">
<span class="brand"><img src="./images/finai-logo.png" alt="" />The Fin AI</span>
<p class="footer-tagline">A global academy advancing trustworthy financial AI through education, open research, and incubation.</p>
</div>
<nav class="footer-col">
<h4>Explore</h4>
<ul>
<li><a href="./about.html">About</a></li>
<li><a href="./leadership.html">Leadership</a></li>
<li><a href="./policies.html">Policies</a></li>
<li><a href="./research.html">Research</a></li>
<li><a href="./events.html">Events</a></li>
</ul>
</nav>
<nav class="footer-col">
<h4>Connect</h4>
<ul>
<li><a href="https://groups.google.com/g/the-fin-ai" target="_blank" rel="noreferrer">Google Groups</a></li>
<li><a href="https://huggingface.co/TheFinAI" target="_blank" rel="noreferrer">Hugging Face</a></li>
<li><a href="https://www.youtube.com/@TheFinAI-g6j/featured" target="_blank" rel="noreferrer">YouTube</a></li>
<li><a href="https://scholar.google.com/citations?hl=en&view_op=list_works&user=P3Mxb4kAAAAJ" target="_blank" rel="noreferrer">Google Scholar</a></li>
</ul>
</nav>
</div>
<div class="footer-bottom">
<div class="footer-partners">
<a href="https://sigfintech.github.io/" target="_blank" rel="noreferrer"><img src="./images/partner-sigfintech.png" alt="SIG FinTech" /></a>
<a href="https://www.nactem.ac.uk/" target="_blank" rel="noreferrer"><img src="./images/partner-nactem.png" alt="NACTEM" /></a>
<a href="#" rel="noreferrer"><img src="./images/partner-3.png" alt="Cyber-Physical Intelligence Lab" /></a>
</div>
<span class="copy">© 2026 The Fin AI · AI Readiness in Finance</span>
</div>
</div>
</footer>
</body>
</html>