-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (156 loc) · 11.1 KB
/
index.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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!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>AI4SC'24 - Generative AI and FAIR Principles in Science Communication</title>
<link rel="stylesheet" href="styles.css">
<style>
/* Style for the marquee */
.scrolling-message {
background-color: #ead89a;
color: #091e9e;
padding: 10px 0;
font-size: 20px;
font-weight: bold;
text-align: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
</style>
<script>
// JavaScript to create a blinking tab effect
let originalTitle = document.title;
let blinkTitle = "🚨 New Schedule Available! 🚨";
function startBlinking() {
let isOriginalTitle = true;
setInterval(function() {
document.title = isOriginalTitle ? blinkTitle : originalTitle;
isOriginalTitle = !isOriginalTitle;
}, 1000); // Change every 1000ms (1 second)
}
window.onload = startBlinking;
</script>
<script type="text/javascript">
function obfuscateEmail() {
var user = "ai4sc";
var domain = "sdsc";
var tld = "edu";
var email = user + "@" + domain + "." + tld;
document.getElementById("email").innerHTML = "<a href='mailto:" + email + "'>" + email + "</a>";
}
window.onload = obfuscateEmail;
window.onload = function() {
const ticker = document.querySelector('.news-ticker');
const tickerContent = ticker.innerHTML;
let tickerWidth = ticker.scrollWidth;
let speed = 2; // Adjust speed as necessary
ticker.style.transition = `transform ${tickerWidth / speed}s linear`;
ticker.style.transform = `translateX(-${tickerWidth}px)`;
ticker.addEventListener('transitionend', function() {
ticker.style.transition = 'none';
ticker.style.transform = 'translateX(100%)';
setTimeout(function() {
ticker.style.transition = `transform ${tickerWidth / speed}s linear`;
ticker.style.transform = `translateX(-${tickerWidth}px)`;
}, 100); // Delay before starting the loop again
});
};
</script>
</head>
<body>
<header>
<img src="logo.jpeg" alt="AI Brain" class="header-image">
<h1>Workshop on Generative AI and FAIR Principles in Science Communication (AI4SC-2024)</h1>
<h3><a href="https://www.escience-conference.org/2024/">(Co-located with 20th IEEE e-Science 2024)</a></h3>
<marquee class="scrolling-message" behavior="scroll" direction="left" scrollamount="8">
🚨 New Schedule Available! Click <a href="schedule.html" style="color: #0033ff; text-decoration: underline;">here</a> to view the full schedule. 🚨
🚨 List of Accepted Papers are up! Click <a href="accepted-papers.html" style="color: #ffff00; text-decoration: underline;">here</a> to view the full schedule. 🚨
</marquee>
</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="accepted-papers.html" class="button">🚨 Accepted Papers</a></li>
<li><a href="schedule.html" class="button">🚨 Schedule</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 class="section">
<div class="content-box">
<h2>Welcome to AI4SC 2024</h2>
<p>
In an era when the boundaries of science and technology are increasingly overlapping, the emergence of generative AI and large language models (LLMs) has marked a pivotal shift in scientific communication. These cutting-edge technologies offer unprecedented opportunities to enhance the dissemination of complex scientific knowledge, making it more accessible and understandable to diverse stakeholders. However, the rapid integration of generative AI into the fabric of science communication also poses significant challenges, notably in maintaining the diversity of perspectives and addressing potential biases inherent in AI-driven content.
</p>
<p>
This is happening at a critical time for the scientific community, when scientists are exploring how generative AI, knowledge graphs, and large language models can revolutionize the sharing and understanding of scientific ideas across different communities. To explore such integration of science communication and AI, this workshop will bring together scientists, technologists, ethicists, AI developers, and science communicators to explore how generative AI can promote Findability, Accessibility, Interoperability, and Reusability (FAIR) principles while upholding equity and inclusivity in scientific discourse.
</p>
<p>
We will critically examine how AI can advance FAIR principles in scientific domains, technology, computations, and data. Our goal is to cultivate a deep understanding of the advantages and challenges of LLM technologies, thereby aiding in creating robust frameworks and practices that promote the positive impact of generative AI in enhancing science communication and research innovation. This initiative is congruent with the overarching aim of amplifying public engagement with science, highlighting ethical and equitable imperatives in applying AI technologies within the scientific ambit.
</p>
</div>
<div class="content-box">
<h2>Event Updates and News</h2>
<ul>
<li><strong>Website Open:</strong> May 15, 2024</li>
<li><strong>Submissions Open:</strong> June 1, 2024</li>
<li><strong>Submissions Closed:</strong> July 25, 2024</li>
<li><strong>Reviews Sent and Resubmission Open:</strong> Aug 15, 2024</li>
<li><strong>Final Camera Ready:</strong> Aug 30, 2024</li>
<li><strong>Final Program Notifications:</strong> <a href="schedule.html" class="button"> Aug 30, 2024 🚨 Schedule</a></li>
</ul>
<div class="teaser">
<h2>🚨The event will take place on September 17th, 2024, at the Senri Life Science Center, Room 501, Osaka Senri, Japan.</h2>
</div>
<div class="flash-notice" style="background-color: #00ff3c; padding: 10px; text-align: center;">
<strong style="font-size: 1.8em; color: red;">🚨 Invited Talk:</strong> <a href="invited-talks.html" style="font-size: 1.5em; color: blue; text-decoration: underline;">Check out our featured talk on "Its the Data Stupid…."!</a>
</div>
<div class="teaser">
<h3>Its the Data Stupid….</h3>
<p>While machine learning and large language models are making waves, their success is built on one key ingredient: data. Join Carl Kesselman, William M. Keck Professor of Engineering at USC, as he explores how data-centric AI is shifting the focus from building new models to curating high-quality data. Discover how efforts in creating FAIR data are leading to reproducible and impactful machine learning applications, with real-world examples from the Protein Database and FaceBase repository.<a href="invited-talks.html">Learn more here.</a></p>
</div>
<div class="flash-notice" style="background-color: yellow; padding: 10px; text-align: center;">
<strong style="font-size: 1.8em; color: red;">🚨 Industry Perspective:</strong> <a href="invited-talks.html" style="font-size: 1.5em; color: blue; text-decoration: underline;">Check out our featured talk on "AI and Scientific Discovery" for more details!</a>
</div>
<div class="teaser">
<h3>AI and Scientific Discovery</h3>
<p>Curious about how AI is revolutionizing scientific breakthroughs? Join us for a deep dive into the latest applications of advanced AI models in research, from genetics to climate science. Explore how AI is driving new discoveries by generating hypotheses, designing experiments, and interpreting complex data. Learn about cutting-edge techniques like self-supervised and generative learning, and discover the future of science powered by AI. Don’t miss this opportunity to hear from Dr. Shounak Datta, an expert in optimizing AI for efficiency, as he shares insights on the challenges and innovations shaping the next wave of scientific progress! <a href="invited-talks.html">Learn more here.</a></p>
</div>
</div>
<div class="content-box">
<h2>Venue Information</h2>
<p>
This year the eScience'24 will be held at the <a href="https://mice.osaka-info.jp/en/venue_search/senri-life-science-center/" >Senri Life Science Center</a> located in Osaka Senri, Japan. Senri Life Science Center is located a 2-minute walk from Senri Chuo Station, about 30 minutes from the center of Osaka, the second largest city of Japan. The venue is approximately 15 minutes from both Shin-Osaka Station and Osaka International Airport (Itami Airport).
</p>
<p>
View the location on <a href="https://maps.app.goo.gl/x7sYWm8ikKL8uMUD8" target="_blank">Google Maps</a>.
</p>
<p>
For more details, visit the <a href="https://www.escience-conference.org/2024/venue">venue page</a> and the <a href="https://www.escience-conference.org/2024/">main page</a> of the eScience conference.
</p>
<h2>Contact Details</h2>
<address>
<strong>San Diego Supercomputer Center, </strong><br>
University of California San Diego<br>
9836 Hopkins Drive, MC 0505<br>
La Jolla, CA 92093-0505<br>
United States of America<br>
Email: <span id="email">[email protected]</span>
</address>
</div>
</section>
</main>
</div>
<footer>
<p>© 2024 AI4SC Workshop. All rights reserved.</p>
</footer>
</body>
</html>