diff --git a/public/images/events/coastwatch-seagrass.webp b/public/images/events/coastwatch-seagrass.webp new file mode 100644 index 0000000..af8c370 Binary files /dev/null and b/public/images/events/coastwatch-seagrass.webp differ diff --git a/public/images/events/earth-day-workshop.webp b/public/images/events/earth-day-workshop.webp new file mode 100644 index 0000000..9705b25 Binary files /dev/null and b/public/images/events/earth-day-workshop.webp differ diff --git a/public/images/events/joint-oireachtas-committee-post.webp b/public/images/events/joint-oireachtas-committee-post.webp new file mode 100644 index 0000000..fd1b57b Binary files /dev/null and b/public/images/events/joint-oireachtas-committee-post.webp differ diff --git a/public/images/events/more4nature-group-copenhagen.webp b/public/images/events/more4nature-group-copenhagen.webp new file mode 100644 index 0000000..14855df Binary files /dev/null and b/public/images/events/more4nature-group-copenhagen.webp differ diff --git a/public/images/events/people.webp b/public/images/events/people.webp deleted file mode 100644 index 35059cc..0000000 Binary files a/public/images/events/people.webp and /dev/null differ diff --git a/public/images/events/pollinator-portugal.webp b/public/images/events/pollinator-portugal.webp new file mode 100644 index 0000000..f076b06 Binary files /dev/null and b/public/images/events/pollinator-portugal.webp differ diff --git a/public/images/events/town.webp b/public/images/events/town.webp deleted file mode 100644 index a3c3331..0000000 Binary files a/public/images/events/town.webp and /dev/null differ diff --git a/public/images/events/world-water-day.webp b/public/images/events/world-water-day.webp new file mode 100644 index 0000000..15dbf8c Binary files /dev/null and b/public/images/events/world-water-day.webp differ diff --git a/src/data/events.ts b/src/data/events.ts index 51a2a2e..112438b 100644 --- a/src/data/events.ts +++ b/src/data/events.ts @@ -12,7 +12,7 @@ const events: Event[] = [ description: '
The main objectives of the Collaborative Network was to bring together the scientific community, stakeholders and civil society (directly and indirectly) linked to pollinators and pollination, to promote information sharing and knowledge transfer between stakeholders, and to promote the training of researchers and citizens.
The Collaborative Network aimed to develop an action plan at a national level for the assessment, conservation, and enhancement of pollinators, as well as promoting the implementation of the actions proposed therein. Involving all stakeholders in a process of collaborative work and commitment on the part of all those involved.
', date: '2024-05-27', - image: '/images/events/town.webp', + image: '/images/events/pollinator-portugal.webp', location: 'Online (Portugal)', link: { title: '', @@ -40,7 +40,7 @@ const events: Event[] = [ 'From Coastwatch FB “[Our] seminar yesterday in partnership with Irish Environmental Network & Trinity College Dublin on Coastal Nature Protection, Management & Restoration with a focus on Seagrass & the Nature Restoration Law
Thank you to everyone who attended and to all of our wonderful presenters, especially Marcial Bardolet Govern de les Illes Balears who traveled from Spain to be with us and gave such an inspiring example of a country that does protect all of its seagrass.
Thanks also to workshop facilitators, legal experts and rapporteurs, and all who helped with organising as well as our hosts in the Department of Engineering, Trinity College Dublin & of course our Coastwatchers from all around the island who contribute so much to the citizen science work of Coastwatch.”
', date: '2024-01-01', formatDate: 'LLLL, yyyy', - image: '/images/events/town.webp', + image: '/images/events/coastwatch-seagrass.webp', location: 'Dublin, Ireland', link: { title: '', @@ -57,7 +57,7 @@ const events: Event[] = [ description: 'Presenting at the Joint Oireachtas Committee on Agriculture on "Compliance with the Nitrates Directive: Implications for Ireland."
', date: '2024-02-01', - image: '/images/events/town.webp', + image: '/images/events/joint-oireachtas-committee-post.webp', location: 'Dublin, Ireland', link: { title: '', @@ -83,7 +83,7 @@ const events: Event[] = [ description: 'A #worldwaterday2024 event focused on water quality in Bannow Bay, an outlier inlet that showed improved levels of nitrate discharge in Coastwatch’s Autumn Survey.
', date: '2024-03-01', - image: '/images/events/town.webp', + image: '/images/events/world-water-day.webp', location: 'Wexford, Ireland', link: { title: '', @@ -111,7 +111,7 @@ const events: Event[] = [ description: 'The UN themed Earth Day 2024 around plastics. To mark the day, Coastwatch organised a workshop on Banned Single Use Plastics in the European Commission Representation of Ireland offices in Dublin and online.
', date: '2024-04-22', - image: '/images/events/town.webp', + image: '/images/events/earth-day-workshop.webp', location: 'Dublin, Ireland', link: { title: '', @@ -126,7 +126,7 @@ const events: Event[] = [ "Over three days, project partners shared updates, discussed cases and ideas for moving promoting Sitizen Science initiatives in environmental compliance assurance. The partners also met with the European Environmental Agency to discuss the agency's role in aggregating data and information from EU member states for compliance reporting and finding areas for collaboration.
" + 'Finally, attendees took a field trip to Jægersborg Deer Park to learn from a local forest ranger in charge from the Nature Agency, about the actions taken to enhance biodiversity, one of the core more4nature themes.
', date: '2024-05-28', - image: '/images/events/town.webp', + image: '/images/events/more4nature-group-copenhagen.webp', location: 'Copenhagen', link: { title: '', diff --git a/tests/events/events.service.test.ts b/tests/events/events.service.test.ts index e9213c9..b8cfa8f 100644 --- a/tests/events/events.service.test.ts +++ b/tests/events/events.service.test.ts @@ -28,6 +28,19 @@ describe('EventsService', () => { const pastEvents = eventsService.getPastEvents(); expect(pastEvents).toEqual([ + { + id: '5', + title: 'Copenhagen Plenary', + description: + "In May, more4nature partners gathered in Copenhagen to discuss and advance the projects' ongoing work to transform conservation efforts using Citizen Science initiatives in the process of environmental compliance assurance.
Over three days, project partners shared updates, discussed cases and ideas for moving promoting Sitizen Science initiatives in environmental compliance assurance. The partners also met with the European Environmental Agency to discuss the agency's role in aggregating data and information from EU member states for compliance reporting and finding areas for collaboration.
Finally, attendees took a field trip to Jægersborg Deer Park to learn from a local forest ranger in charge from the Nature Agency, about the actions taken to enhance biodiversity, one of the core more4nature themes.
", + date: '2024-05-28', + image: '/images/events/more4nature-group-copenhagen.webp', + location: 'Copenhagen', + link: { + title: '', + url: 'https://www.coastwatch.org/post/single-use-plastics-directive-earth-day-2024-workshop-report', + }, + }, { id: '1', title: @@ -39,14 +52,13 @@ describe('EventsService', () => { description: 'The main objectives of the Collaborative Network was to bring together the scientific community, stakeholders and civil society (directly and indirectly) linked to pollinators and pollination, to promote information sharing and knowledge transfer between stakeholders, and to promote the training of researchers and citizens.
The Collaborative Network aimed to develop an action plan at a national level for the assessment, conservation, and enhancement of pollinators, as well as promoting the implementation of the actions proposed therein. Involving all stakeholders in a process of collaborative work and commitment on the part of all those involved.
', date: '2024-05-27', - image: '/images/events/town.webp', + image: '/images/events/pollinator-portugal.webp', location: 'Online (Portugal)', link: { title: '', url: 'https://www.pollinet.pt/?pgid=lxer1xkc-0cdd2b4b-2b57-4b57-b20d-52c5492603b8', }, }, - { id: '5', title: 'Earth Day Workshop, Single Use Plastics Directive', @@ -68,7 +80,7 @@ describe('EventsService', () => { description: 'The UN themed Earth Day 2024 around plastics. To mark the day, Coastwatch organised a workshop on Banned Single Use Plastics in the European Commission Representation of Ireland offices in Dublin and online.
', date: '2024-04-22', - image: '/images/events/town.webp', + image: '/images/events/earth-day-workshop.webp', location: 'Dublin, Ireland', link: { title: '', @@ -94,7 +106,7 @@ describe('EventsService', () => { description: 'A #worldwaterday2024 event focused on water quality in Bannow Bay, an outlier inlet that showed improved levels of nitrate discharge in Coastwatch’s Autumn Survey.
', date: '2024-03-01', - image: '/images/events/town.webp', + image: '/images/events/world-water-day.webp', location: 'Wexford, Ireland', link: { title: '', @@ -111,7 +123,7 @@ describe('EventsService', () => { description: 'Presenting at the Joint Oireachtas Committee on Agriculture on "Compliance with the Nitrates Directive: Implications for Ireland."
', date: '2024-02-01', - image: '/images/events/town.webp', + image: '/images/events/joint-oireachtas-committee-post.webp', location: 'Dublin, Ireland', link: { title: '', @@ -139,7 +151,7 @@ describe('EventsService', () => { 'From Coastwatch FB “[Our] seminar yesterday in partnership with Irish Environmental Network & Trinity College Dublin on Coastal Nature Protection, Management & Restoration with a focus on Seagrass & the Nature Restoration Law
Thank you to everyone who attended and to all of our wonderful presenters, especially Marcial Bardolet Govern de les Illes Balears who traveled from Spain to be with us and gave such an inspiring example of a country that does protect all of its seagrass.
Thanks also to workshop facilitators, legal experts and rapporteurs, and all who helped with organising as well as our hosts in the Department of Engineering, Trinity College Dublin & of course our Coastwatchers from all around the island who contribute so much to the citizen science work of Coastwatch.”
', date: '2024-01-01', formatDate: 'LLLL, yyyy', - image: '/images/events/town.webp', + image: '/images/events/coastwatch-seagrass.webp', location: 'Dublin, Ireland', link: { title: '', @@ -184,7 +196,7 @@ describe('EventsService', () => { description: 'The UN themed Earth Day 2024 around plastics. To mark the day, Coastwatch organised a workshop on Banned Single Use Plastics in the European Commission Representation of Ireland offices in Dublin and online.
', date: '2024-04-22', - image: '/images/events/town.webp', + image: '/images/events/earth-day-workshop.webp', location: 'Dublin, Ireland', link: { title: '', @@ -201,14 +213,13 @@ describe('EventsService', () => { description: 'Presenting at the Joint Oireachtas Committee on Agriculture on "Compliance with the Nitrates Directive: Implications for Ireland."
', date: '2024-02-01', - image: '/images/events/town.webp', + image: '/images/events/joint-oireachtas-committee-post.webp', location: 'Dublin, Ireland', link: { title: '', url: 'https://x.com/swanireland/status/1760359066319135069', }, }, - { id: '2', title: 'Seagrass and Pollution', @@ -230,7 +241,7 @@ describe('EventsService', () => { 'From Coastwatch FB “[Our] seminar yesterday in partnership with Irish Environmental Network & Trinity College Dublin on Coastal Nature Protection, Management & Restoration with a focus on Seagrass & the Nature Restoration Law
Thank you to everyone who attended and to all of our wonderful presenters, especially Marcial Bardolet Govern de les Illes Balears who traveled from Spain to be with us and gave such an inspiring example of a country that does protect all of its seagrass.
Thanks also to workshop facilitators, legal experts and rapporteurs, and all who helped with organising as well as our hosts in the Department of Engineering, Trinity College Dublin & of course our Coastwatchers from all around the island who contribute so much to the citizen science work of Coastwatch.”
', date: '2024-01-01', formatDate: 'LLLL, yyyy', - image: '/images/events/town.webp', + image: '/images/events/coastwatch-seagrass.webp', location: 'Dublin, Ireland', link: { title: '', @@ -275,7 +286,7 @@ describe('EventsService', () => { 'From Coastwatch FB “[Our] seminar yesterday in partnership with Irish Environmental Network & Trinity College Dublin on Coastal Nature Protection, Management & Restoration with a focus on Seagrass & the Nature Restoration Law
Thank you to everyone who attended and to all of our wonderful presenters, especially Marcial Bardolet Govern de les Illes Balears who traveled from Spain to be with us and gave such an inspiring example of a country that does protect all of its seagrass.
Thanks also to workshop facilitators, legal experts and rapporteurs, and all who helped with organising as well as our hosts in the Department of Engineering, Trinity College Dublin & of course our Coastwatchers from all around the island who contribute so much to the citizen science work of Coastwatch.”
', date: '2024-01-01', formatDate: 'LLLL, yyyy', - image: '/images/events/town.webp', + image: '/images/events/coastwatch-seagrass.webp', location: 'Dublin, Ireland', link: { title: '', @@ -323,7 +334,7 @@ describe('EventsService', () => { 'From Coastwatch FB “[Our] seminar yesterday in partnership with Irish Environmental Network & Trinity College Dublin on Coastal Nature Protection, Management & Restoration with a focus on Seagrass & the Nature Restoration Law
Thank you to everyone who attended and to all of our wonderful presenters, especially Marcial Bardolet Govern de les Illes Balears who traveled from Spain to be with us and gave such an inspiring example of a country that does protect all of its seagrass.
Thanks also to workshop facilitators, legal experts and rapporteurs, and all who helped with organising as well as our hosts in the Department of Engineering, Trinity College Dublin & of course our Coastwatchers from all around the island who contribute so much to the citizen science work of Coastwatch.”
', date: '2024-01-01', formatDate: 'LLLL, yyyy', - image: '/images/events/town.webp', + image: '/images/events/coastwatch-seagrass.webp', location: 'Dublin, Ireland', link: { title: '',