Skip to content

Commit e13ec45

Browse files
committed
fix date duo to war
1 parent e5df607 commit e13ec45

4 files changed

Lines changed: 8 additions & 13 deletions

File tree

CallForAbstractsPage.js

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,34 @@ class CallForAbstractsPage extends HTMLElement {
44
super();
55
this.data = [
66
{
7-
header: 'June 24th, 13:00-16:00, Room 108, Multidiciplinary building.',
7+
header: 'October 21th, 13:00-16:00, Room 108, Multidiciplinary building.',
88
sub: 'Remote Sensing to Monitor Climate Changes',
99
text: 'The workshop will delve into the innovative applications of remote sensing technologies in understanding and addressing climate change. Key topics will include the processing of mooring data, which is crucial for tracking oceanographic conditions over time, the detection of pollution to identify and mitigate environmental contaminants, and the characterization of sea currents to better understand ocean dynamics and their impact on global and local climate patterns. This conference aims to bring together experts and researchers to share insights, methodologies, and advancements in remote sensing, fostering collaboration and driving forward the efforts to monitor and combat climate change effectively.'
1010
},
1111
{
12-
header: 'June 24th, 13:00-16:00, Room 270, Multidiciplinary building.',
12+
header: 'October 21th, 13:00-16:00, Room 270, Multidiciplinary building.',
1313
sub: 'Bio-logging to Study Pelagic Predators',
1414
text: 'The workshop will explore the cutting-edge techniques and technologies used to monitor and understand the behavior and physiology of pelagic predators. Participants will delve into satellite tracking methods to map the movement and identify hotspots of these marine animals, providing crucial data on their migratory patterns and habitat use. Additionally, the workshop will cover the use of sensors to assess the behavior and physiological responses of these predators, offering insights into their interactions with the environment and their role in the marine ecosystem. Another exciting topic will be bio-acoustic tracking, which employs both active and passive methodologies to monitor the presence and movements of these predators, adding a valuable dimension to the study of their behavior and communication. This workshop aims to equip researchers and practitioners with the knowledge and tools needed to advance the study of pelagic predators, fostering a deeper understanding of these vital components of oceanic biodiversity.'
1515
},
1616
{
17-
header: 'June 24th, 13:00-16:00, Room 252, Multidiciplinary building.',
17+
header: 'October 21th, 13:00-16:00, Room 252, Multidiciplinary building.',
1818
sub: 'Signal processing for biofauna exploration',
1919
text: 'The workshop will present new techniques for exploring the state of marine fauna. It will focus on applications such as remote sensing, database analysis, pattern recognition and classifications for monitoring. Examples include the analysis of species diversity and biomass of dolphins, whales, sea turtles and fish, the quantification of stress-related disturbances and ways to assess the health status of marine fauna in situ and in captivity. The workshop will also address the development of sensor technologies such as visual aids, acoustic transducers and robots for biofauna exploration. The aim is to bring together developers and users of marine research technologies and to expose the public to the amazing possibilities in this important field of research.'
2020
},
2121
{
22-
header: 'June 25th, 9:00-12:00, Israel Oceanographic and Limnological Research (IOLR), Shikmona Haifa.',
22+
header: 'October 22th, 9:00-12:00, Israel Oceanographic and Limnological Research (IOLR), Shikmona Haifa.',
2323
sub: 'Demo & poster session',
2424
text: 'Share your developments in this handson session to showcase and demonstrate new technologies. The demo and poster session will be conducted in the IOLR main yard. Presenters will have the chance to show their developed instuments in an exhibition or to demonstrate them in the Marine Technologies Departmental salt water pool. Poster session will be held at the same time.'
2525
},
2626
{
27-
header: 'June 25th, 13:00-15:00, Israel Oceanographic and Limnological Research (IOLR), Shikmona Haifa.',
27+
header: 'October 22th, 13:00-15:00, Israel Oceanographic and Limnological Research (IOLR), Shikmona Haifa.',
2828
sub: 'Marine technology session',
2929
text: `Join us for an exciting Marine Technology Workshop, where we’ll explore the latest advancements in underwater acoustics, navigation, and robotics. Whether you’re an engineer, researcher, or industry professional, this workshop offers a unique opportunity to gain hands-on experience with cutting-edge marine technologies, engage with experts in the field, and network with like-minded individuals. Discover how innovative solutions are shaping the future of ocean exploration, environmental monitoring, and maritime operations.`
3030
},
3131

3232
];
3333
}
3434

35-
36-
37-
38-
39-
4035
connectedCallback() {
4136
this.innerHTML = `
4237
<div class="call-for-abstracts">

DemosPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class DemosPage extends HTMLElement { // Changed class name to DemosPage
1111
</div>
1212
1313
14-
<p>Demos and exhibition will be conducted at the IOLR/Shikmona facility between 9:00am and 12 on Wed, June 25.
14+
<p>Demos and exhibition will be conducted at the IOLR/Shikmona facility between 9:00am and 12 on Wed, October 22.
1515
</p>
1616
<br>
1717

VenueAndTravelingPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class VenueAndTraveling extends HTMLElement { // Changed class name to DemosPage
1212
1313
1414
15-
<p>The workshop will be held in the multipurpose Building, University of Haifa (24/6) and in the IOLR, Shikmona Haifa (25/6).</p>
15+
<p>The workshop will be held in the multipurpose Building, University of Haifa (21/10) and in the IOLR, Shikmona Haifa (22/10).</p>
1616
<br>
1717
<p>How to get to the multipurpose Building, University of Haifa?</p>
1818

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>June 24-25, 2025</h3>
68+
<h3>October 21-23, 2025</h3>
6969
</div>
7070
</div>
7171
<div class="content">

0 commit comments

Comments
 (0)