-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
45 lines (45 loc) · 1.8 KB
/
sponsors.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Workshop on Generative AI and FAIR Principles in Science Communication (AI4SC-2024), co-located with 20th IEEE e-Science 2024.">
<meta name="keywords" content="AI, FAIR, Science Communication, Workshop, Generative AI, LLM, e-Science">
<title>Sponsors - AI4SC'24</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img src="invited-talks.jpeg" alt="AI Brain" class="header-image">
<h1>Workshop on Generative AI and FAIR Principles in Science Communication (AI4SC-2024)</h1>
</header>
<div class="container">
<aside class="sidebar">
<ul>
<li><a href="index.html" class="button">Home</a></li>
<li><a href="call-for-papers.html" class="button">Call for Papers</a></li>
<li><a href="invited-talks.html" class="button">Invited Talks</a></li>
<li><a href="committee.html" class="button">Committee</a></li>
<li><a href="important-dates.html" class="button">Important Dates</a></li>
<li><a href="special-issue.html" class="button">Special Issue</a></li>
<li><a href="sponsors.html" class="button">Sponsors</a></li>
</ul>
</aside>
<main class="content">
<section id="sponsors" class="section">
<h2>Sponsors</h2>
<p>We would like to thank our sponsors for their generous support:</p>
<ul>
<li>Sponsor 1</li>
<li>Sponsor 2</li>
<li>Sponsor 3</li>
<li>Sponsor 4</li>
</ul>
</section>
</main>
</div>
<footer>
<p>© 2024 AI4SC Workshop. All rights reserved.</p>
</footer>
</body>
</html>