-
Notifications
You must be signed in to change notification settings - Fork 0
/
accepted-papers.html
47 lines (47 loc) · 2.27 KB
/
accepted-papers.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
46
47
<!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="Accepted Papers for AI4SC-2024 Workshop">
<meta name="keywords" content="AI, FAIR, Science Communication, Workshop, Accepted Papers, e-Science">
<title>AI4SC'24 - Accepted Papers</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img src="logo.jpeg" alt="AI Brain" class="header-image">
<h1>Accepted Papers - 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="accepted-papers.html" class="button">Accepted Papers</a></li>
</ul>
</aside>
<main class="content">
<section class="section">
<div class="content-box">
<h2>Accepted Papers</h2>
<ul>
<li>Alba Gonzalez-Cebrian, Iulian Ciolacu, Michael Bradford, Ciprian Dobre, and Horacio Gonzalez-Velez. "Data Drift for Automatic FAIR-compliant Dataset Versioning in Large Repositories"</li>
<li>Amarnath Gupta. "On Modeling User-Aware Proactive Communication in Conversational Recommendation Systems"</li>
<li>Benjamin Smarr. "AI for Precision Medicine Must Keep Non-Random Complexity in Mind to Support Equity in Outcomes"</li>
<li>Irina Gerasimov, Armin Mehrabian, Binita Kc, Jerome Alfred, and Michael McGuire. "Discovering Research Areas in Dataset Applications through Knowledge Graphs and Large Language Models"</li>
<li>Praveen K, Gabriel Anand K S, Indranil Ghosh Ray, Avishek Adhikari, Sabyasachi Datta, and Arnab Kumar Biswas. "On the Design of a Searchable Encryption Protocol for Keyword Search using Proactive Secret Sharing"</li>
</ul>
</div>
</section>
</main>
</div>
<footer>
<p>© 2024 AI4SC Workshop. All rights reserved.</p>
</footer>
</body>
</html>