Skip to content

Commit 8793479

Browse files
committed
fix date in script and insociel event also delete keynote
1 parent f69ff0b commit 8793479

4 files changed

Lines changed: 5 additions & 12 deletions

File tree

KeynoteSpeakersPage.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
class KeynoteSpeakersPage extends HTMLElement {
22
speakers = [
3-
{
4-
name: "Prof. Jeff Neasham",
5-
position: "Chair in Acoustic Signal Processing\nHead of Intelligent Sensing and Communication (ISC) Research Group",
6-
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.",
8-
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.",
9-
image: "img/Jeff Neasham 29-02-24.jpg"
10-
},
113
{
124
name: "Dr Fraser Dalgleish",
135
position: "Chief Technology Officer at BeamSea Associates in Palm Beach (FL)\nA maritime photonics start-up who are pioneering cost effective and automated LiDAR imaging and sensing payloads for small unmanned maritime vehicles.",

SocialEventPage.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ class SocialEventPage extends HTMLElement { // Changed class name to DemosPage
77
<div class="demos-container">
88
<img src="img/wave.png" alt="wave" class="wave">
99
<h2 class="wave-line-h2">Social Event</h2>
10+
<h3 class="wave-line-h2">(Oct 20)</h3>
1011
<img src="img/wave.png" alt="wave" class="wave miror">
11-
</div>
12+
</div>
1213
1314
1415

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<div class="home-header">
6666
<h2>Tech4Bio 2025</h2>
6767
<p>11th Haifa Conference in Marine Sciences</p>
68-
<h3>October 21-23, 2025</h3>
68+
<h3>October 21-22, 2025</h3>
6969
</div>
7070
</div>
7171
<div class="content">

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ document.addEventListener('DOMContentLoaded', function () {
99
homeDiv.innerHTML = `
1010
<div class="home-header">
1111
<h2>Tech4Bio 2025</h2>
12-
<p>Technology to the Aid of Marine Biology</p>
13-
<h3>June 25, 2025</h3>
12+
<p>11th Haifa Conference in Marine Sciences</p>
13+
<h3>October 21-22, 2025</h3>
1414
</div>
1515
`;
1616
} else {

0 commit comments

Comments
 (0)