Skip to content

Commit f8ef77d

Browse files
committed
replace schedule
add underline for popup
1 parent b778604 commit f8ef77d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

HomePage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class HomePage extends HTMLElement { // Changed class name to DemosPage
3434

3535

3636
this.querySelector('#WorkshopProgramButton').addEventListener('click', () => {
37-
window.open('WhatsApp_Image_2025-03-06_at_21.24.01.jpeg', '_blank');
37+
window.open('schedule.jpg', '_blank');
3838
});
3939

4040
this.style.display = 'block';

KeynoteSpeakersPage.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class KeynoteSpeakersPage extends HTMLElement {
44
name: "Prof. Jeff Neasham",
55
position: "Chair in Acoustic Signal Processing\nHead of Intelligent Sensing and Communication (ISC) Research Group",
66
bio: "Professor Jeff Neasham graduated in electronic engineering from Newcastle University, Newcastle upon Tyne, UK, in 1994. He worked at Newcastle University from 1994 until 2007 as a Research Associate on research and commercial product development in underwater acoustic communication, sonar imaging, and wireless sensor networks, before taking up an academic post. He is currently Chair in Acoustic Signal Processing with the School of Engineering, Newcastle University, leading the Intelligent Sensing and Communications Research Group and directing the Sensors, Electromagnetics and Acoustics Laboratory (SEALab). He has published over 150 conference and journal publications, and his work on underwater acoustic communication and positioning has been commercialised by companies in the UK and Italy. His current research interests are in underwater acoustic signal processing and device design, wireless communication networks, passive acoustic detection/localisation and biomedical instrumentation.",
7-
title: "Development of real-time passive acoustic detection systems for marine mammals",
7+
title: "Development of real-time passive acoustic detection systems for marine mammals.",
88
abstract: "This talk will describe ongoing work at Newcastle University to develop cost effective, low power, real time detection systems for cetacean echolocation signals and calls using edge computing. The properties of the target acoustic signals will be discussed along with the effect of the subsea acoustic channel and how this affects detection strategies, illustrated by example recordings. Then the development of computationally light algorithms for dolphin click and whistle detection will be described along with results of testing against annotated acoustic datasets from the North Sea. Finally, the design of a low cost/power hardware implementation of these algorithms will be presented, with early sea trial results demonstrating live detection and reporting of bottlenose dolphin occurrence at a site off the Northumberland Coast, UK.",
99
image: "img/Jeff Neasham 29-02-24.jpg"
1010
},
@@ -96,8 +96,9 @@ class KeynoteSpeakersPage extends HTMLElement {
9696
font-weight: bold;
9797
margin-top: 10px;
9898
margin-bottom: 10px;
99-
color: #333;
99+
color: #2196f3;
100100
cursor: pointer; /* Indicate it's clickable */
101+
text-decoration: underline;
101102
}
102103
103104
.abstract {

schedule.jpg

4.28 MB
Loading

0 commit comments

Comments
 (0)