From 0910abc02676cc69462e5c6c9361f81a53a62bc5 Mon Sep 17 00:00:00 2001 From: subhasis Date: Tue, 4 Jun 2024 13:24:41 -0700 Subject: [PATCH] removed spnshore --- call-for-papers.html | 2 +- committee.html | 2 +- important-dates.html | 2 +- index.html | 21 ++++++++++++++++++++- invited-talks.html | 2 +- special-issue.html | 2 +- 6 files changed, 25 insertions(+), 6 deletions(-) diff --git a/call-for-papers.html b/call-for-papers.html index eb46123..fdc94eb 100644 --- a/call-for-papers.html +++ b/call-for-papers.html @@ -22,7 +22,7 @@

Workshop on Generative AI and FAIR Principles in Science Communication (AI4S
  • Committee
  • Important Dates
  • Special Issue
  • -
  • Sponsors
  • +
    diff --git a/committee.html b/committee.html index aa3e4ba..d11526f 100644 --- a/committee.html +++ b/committee.html @@ -22,7 +22,7 @@

    Workshop on Generative AI and FAIR Principles in Science Communication (AI4S
  • Committee
  • Important Dates
  • Special Issue
  • -
  • Sponsors
  • +
    diff --git a/important-dates.html b/important-dates.html index f7d8763..9b97969 100644 --- a/important-dates.html +++ b/important-dates.html @@ -22,7 +22,7 @@

    Workshop on Generative AI and FAIR Principles in Science Communication (AI4S
  • Committee
  • Important Dates
  • Special Issue
  • -
  • Sponsors
  • +
    diff --git a/index.html b/index.html index 323e7fe..0fa3902 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,25 @@ document.getElementById("email").innerHTML = "" + email + ""; } 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 + }); + }; @@ -33,7 +52,7 @@

    (Co-located with 20th IEEE e-Science 2024)

  • Committee
  • Important Dates
  • Special Issue
  • -
  • Sponsors
  • +
    diff --git a/invited-talks.html b/invited-talks.html index 9ad0726..642af97 100644 --- a/invited-talks.html +++ b/invited-talks.html @@ -22,7 +22,7 @@

    Workshop on Generative AI and FAIR Principles in Science Communication (AI4S
  • Committee
  • Important Dates
  • Special Issue
  • -
  • Sponsors
  • +
    diff --git a/special-issue.html b/special-issue.html index c013c17..74e6ae2 100644 --- a/special-issue.html +++ b/special-issue.html @@ -22,7 +22,7 @@

    Workshop on Generative AI and FAIR Principles in Science Communication (AI4S
  • Committee
  • Important Dates
  • Special Issue
  • -
  • Sponsors
  • +