Skip to content

Commit 7169960

Browse files
committed
add funding info
1 parent c3aa814 commit 7169960

4 files changed

Lines changed: 241 additions & 4 deletions

File tree

Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
import Navbar from "@/components/Navbar";
2+
import Section from "@/components/Section";
3+
import Footer from "@/components/Footer";
4+
import Link from "next/link";
5+
import { navigationItems } from "@/constants/navigation";
6+
7+
export default function CentreForCredibleAIPage() {
8+
return (
9+
<div className="relative min-h-screen bg-white">
10+
<Navbar items={navigationItems} activeItem="/centre-for-credible-ai" />
11+
<div className="pt-[64px] md:pt-[80px]">
12+
<Section className="py-20 md:py-32 lg:py-[180px]">
13+
<div className="flex flex-col gap-12 md:gap-16 lg:gap-20 items-start max-w-[1200px] mx-auto text-[#001f33]">
14+
<div className="flex flex-col gap-4 items-start w-full">
15+
<p className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]">
16+
project
17+
</p>
18+
<h1 className="font-sans text-[28px] sm:text-4xl md:text-[48px] font-normal leading-[1.1] tracking-[-0.56px] sm:tracking-[-0.72px] md:tracking-[-0.96px]">
19+
Centre for Credible Artificial Intelligence
20+
</h1>
21+
<div className="font-mono text-sm md:text-base font-normal leading-[1.4] tracking-[0.16px] max-w-[900px]">
22+
<p className="mb-4">
23+
The Centre was established in connection with the
24+
implementation of the project entitled “Centre for Credible
25+
Artificial Intelligence”, funded under the International
26+
Research Agendas action within the European Funds for Modern
27+
Economy (MAB FENG) programme of the Foundation for Polish
28+
Science.
29+
</p>
30+
<p className="mb-4">
31+
The project has received funding in the amount of PLN
32+
29,971,105.00 for the period 2025–2029.
33+
</p>
34+
<p className="mb-0">
35+
Detailed information about the project is available{" "}
36+
<Link
37+
href="https://credible-ai.org/"
38+
target="_blank"
39+
rel="noopener noreferrer"
40+
className="underline underline-offset-4 hover:opacity-80 transition-opacity"
41+
>
42+
here
43+
</Link>
44+
.
45+
</p>
46+
</div>
47+
</div>
48+
49+
<div className="flex flex-col gap-12 w-full max-w-[900px]">
50+
<section className="flex flex-col gap-4">
51+
<h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]">
52+
1. Scope of Activities
53+
</h2>
54+
<div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]">
55+
<p className="mb-4">
56+
The project focuses on developing new methods for the
57+
verification and explanation of artificial intelligence
58+
models, with particular emphasis on the technical analysis
59+
of their internal mechanisms. The team will develop
60+
attribution algorithms for new types of data (time series,
61+
biometric data, medical imaging) as well as counterfactual
62+
explanation techniques based on generative AI.
63+
</p>
64+
<p className="mb-4">
65+
In parallel, research will address the alignment of AI
66+
models with domain knowledge, for example in bioinformatics
67+
— verifying whether protein structure prediction models
68+
behave in accordance with the laws of biophysics.
69+
</p>
70+
<p className="mb-0">
71+
Complementing the technical core of the project are studies
72+
on how individuals and societies respond to AI systems —
73+
ranging from user trust analysis to modeling phenomena such
74+
as information overload and the spread of misinformation
75+
generated by large language models.
76+
</p>
77+
</div>
78+
</section>
79+
80+
<section className="flex flex-col gap-4">
81+
<h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]">
82+
2. Target Groups
83+
</h2>
84+
<div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]">
85+
<p className="mb-4">
86+
The project is addressed to three main stakeholder groups:
87+
</p>
88+
<ul className="list-disc pl-5 flex flex-col gap-2">
89+
<li>
90+
The scientific community, which applies AI models in
91+
research and requires robust verification tools.
92+
</li>
93+
<li>
94+
Companies and organizations deploying AI-based solutions,
95+
seeking to enhance the safety and credibility of their
96+
systems (e.g., in medicine, the space industry, or
97+
finance).
98+
</li>
99+
<li>
100+
Society at large, which will benefit indirectly through
101+
increased transparency of widely used AI models, reduced
102+
misinformation, and improved digital literacy.
103+
</li>
104+
</ul>
105+
</div>
106+
</section>
107+
108+
<section className="flex flex-col gap-4">
109+
<h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]">
110+
3. Project Objectives
111+
</h2>
112+
<div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]">
113+
<p className="mb-4">
114+
The primary objective is to establish and develop a
115+
research and implementation unit dedicated to AI model
116+
verification, whose long-term sustainability will be
117+
ensured through collaboration with EU industry partners and
118+
research institutions worldwide.
119+
</p>
120+
<p className="mb-4">
121+
The Centre for Credible AI aims to achieve qualitative
122+
progress in the verifiability of AI systems in terms of
123+
safety, transparency, and controllability. In particular,
124+
the Centre will:
125+
</p>
126+
<ul className="list-disc pl-5 flex flex-col gap-2">
127+
<li>
128+
Propose new methods for validation and knowledge
129+
extraction from AI models, including foundation models.
130+
</li>
131+
<li>
132+
Advance these methods toward practical applications and
133+
commercialization, offering a complete value chain of
134+
competencies.
135+
</li>
136+
<li>
137+
Develop standards, recommendations, and best practices
138+
for AI model auditing for the business sector in Poland
139+
and globally.
140+
</li>
141+
</ul>
142+
</div>
143+
</section>
144+
145+
<section className="flex flex-col gap-4">
146+
<h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]">
147+
4. Expected Outcomes
148+
</h2>
149+
<div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]">
150+
<p className="mb-3">The project will deliver multiple outcomes:</p>
151+
<p className="mb-2">For science:</p>
152+
<ul className="list-disc pl-5 flex flex-col gap-2 mb-4">
153+
<li>
154+
New methods and tools for explaining and validating AI
155+
models (attribution methods, counterfactual explanations,
156+
bioinformatics model verification techniques).
157+
</li>
158+
<li>Publications in leading international journals and conferences.</li>
159+
<li>
160+
Scientific discoveries in medicine, biology, and physics
161+
supported by explainable AI methods.
162+
</li>
163+
</ul>
164+
<p className="mb-2">For business and AI implementers:</p>
165+
<ul className="list-disc pl-5 flex flex-col gap-2 mb-4">
166+
<li>Commercializable AI auditing and verification tools.</li>
167+
<li>
168+
Standards and best practices aligned with the EU AI Act
169+
requirements.
170+
</li>
171+
<li>
172+
Concrete implementations in cooperation with partners
173+
such as the European Space Agency (ESA).
174+
</li>
175+
</ul>
176+
<p className="mb-2">For society:</p>
177+
<ul className="list-disc pl-5 flex flex-col gap-2">
178+
<li>
179+
An independent observatory monitoring the safety and
180+
transparency of widely used AI systems, including large
181+
language models.
182+
</li>
183+
<li>
184+
Mitigation of risks such as deepfakes, misinformation,
185+
and algorithmic bias.
186+
</li>
187+
<li>
188+
Increased digital competencies and strengthened national
189+
cybersecurity.
190+
</li>
191+
</ul>
192+
</div>
193+
</section>
194+
195+
<section className="flex flex-col gap-4">
196+
<h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]">
197+
5. Project Value
198+
</h2>
199+
<div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]">
200+
<ul className="list-disc pl-5 flex flex-col gap-2">
201+
<li>Total project cost: PLN 29,971,105.00</li>
202+
<li>EU Funds contribution: PLN 29,971,105.00</li>
203+
</ul>
204+
<p className="mt-4 mb-0">#EUFunds #EuropeanFunds</p>
205+
</div>
206+
</section>
207+
</div>
208+
</div>
209+
</Section>
210+
</div>
211+
<Footer />
212+
</div>
213+
);
214+
}
215+

src/components/Footer.tsx

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ export default function Footer() {
103103
</div>
104104

105105
{/* Desktop Layout - tablet: wrap cleanly; desktop: single row */}
106-
<div className="hidden md:flex mx-auto max-w-[1440px] gap-10 lg:gap-20 px-5 lg:px-[120px] py-10 lg:py-20 flex-wrap lg:flex-nowrap min-w-0 w-full">
106+
<div className="hidden md:flex mx-auto max-w-[1440px] gap-10 lg:gap-20 px-5 lg:px-[120px] py-10 lg:py-20 flex-wrap min-w-0 w-full">
107107
{/* Left Column - Logo and Copyright */}
108108
<div className="flex flex-col gap-20 pb-0 pt-1 shrink-0 min-w-0">
109-
<Logo className="h-[60px]" />
109+
<Logo className="flex-1 min-h-0" fullWidth />
110110
<div className="font-mono text-sm font-normal uppercase leading-[1.1] text-[#001f33]">
111111
<p className="mb-0">Centre for Credible Artificial Intelligence</p>
112112
<p className="mb-0">Warsaw University of Technology</p>
@@ -190,6 +190,25 @@ export default function Footer() {
190190
</div>
191191
</div>
192192
</div>
193+
194+
<div className="mx-auto max-w-[1440px] px-5 lg:px-[120px] pb-10 lg:pb-20 border-t border-[#a3a3a3] pt-10 lg:pt-20">
195+
<div className="font-mono text-sm font-normal leading-[1.4] text-[#001f33] max-w-[900px]">
196+
<p className="mb-2">
197+
The Centre was established in connection with the implementation
198+
of the project entitled "Centre for Credible Artificial
199+
Intelligence", funded under the International Research Agendas
200+
action within the European Funds for Modern Economy (MAB FENG)
201+
programme of the Foundation for Polish Science.
202+
</p>
203+
<p className="mb-2">
204+
The project has received funding in the amount of PLN 29,971,105.00
205+
for the period 2025-2029.
206+
</p>
207+
<Link href="/centre-for-credible-ai" className="uppercase hover:underline">
208+
Click to get detailed information about the project
209+
</Link>
210+
</div>
211+
</div>
193212
</footer>
194213
);
195214
}

src/components/Logo.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ interface LogoProps {
44
className?: string;
55
variant?: "default" | "white";
66
variantMobile?: "short" | "full";
7+
width?: number;
8+
fullWidth?: boolean;
79
}
810

9-
export default function Logo({ className = "", variant = "default", variantMobile }: LogoProps) {
11+
export default function Logo({ className = "", variant = "default", variantMobile, width, fullWidth }: LogoProps) {
1012
const shortLogoSrc = "/images/logo.svg";
1113

1214
return (
@@ -55,7 +57,7 @@ export default function Logo({ className = "", variant = "default", variantMobil
5557
)}
5658
{/* Default: show the short logo */}
5759
{!variantMobile && (
58-
<div className={`relative flex items-center ${className || "h-8"}`} style={{ width: "92.855px" }}>
60+
<div className={`relative flex items-center ${className || "h-8"}`} style={{ width: fullWidth ? "100%" : (width ? `${width}px` : "92.855px") }}>
5961
<Image
6062
src={shortLogoSrc}
6163
alt="CCAI Logo"

src/constants/navigation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const spotlightLinks = [
1313
{ label: "Home", href: "/" },
1414
{ label: "Team", href: "/about" },
1515
{ label: "News", href: "/news" },
16+
{ label: "Centre for Credible AI", href: "/centre-for-credible-ai" },
1617
{ label: "Join Us", href: "/join-us" },
1718
{ label: "Contact", href: "/contact" },
1819
];

0 commit comments

Comments
 (0)