Skip to content

Commit

Permalink
logo file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsubhasis committed May 15, 2024
1 parent 622ee48 commit a310ea8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<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">
<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;
</script>
</head>
<body>
<header>
Expand Down Expand Up @@ -50,6 +60,17 @@ <h2>Event Updates and News</h2>
<li><strong>Final Camera Ready:</strong> July 31, 2024</li>
<li><strong>Final Program Notifications:</strong> TBD</li>
</ul>
<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"></span>
</address>


</div>
<div class="content-box">
<h2>Publications And Special Issue</h2>
Expand Down

0 comments on commit a310ea8

Please sign in to comment.