SAFER WAVES

SAFER WAVES

Safer Waves.jpg

Charity Number: 1192195

Website: Saferwaves.org

Email: support@saferwaves.org

 

Summary: Safer Waves offers support and information to merchant seafarers who have experienced sexual violence or gender discrimination while working at sea.

These experiences can be hard to talk about, even within the supportive environment provided by existing seafarer welfare and support organisations.  While we have made progress in discussing bullying and harassment within the Merchant Navy, it remains difficult to find a safe space to talk about assault and rape.

Now a registered charity, we aim to create that safe space, provide information and signpost to other suitable welfare charities globally and locally.  We are working with seafarers, employers and organisations to build a network of support.

Safer Waves is a charity that is dedicated to supporting merchant seafarers who have experienced sexual violence or gender discrimination while working at sea.

 

Their anonymous and confidential email service, support@saferwaves.org, offers emotional support, resources and signposting. It is available to seafarers of any nationality or gender.

Seafarers are able to contact the service to discuss any form of sexual violence including sexual harassment, sexual assault and rape. They are also able to discuss gender-based discrimination and violence, which may include bullying, verbal abuse, controlling behaviour or physical violence.

The email support volunteers are trained in responding to disclosures of sexual violence, and the aim of the service is to help alleviate some of the distress and isolation that seafarers may feel when trying to navigate these difficult experiences alone.

 

Seafarers in immediate need   

of assistance should contact                                                      

SeafarerHelp,

ISWAN’s 24/7 helpline.

 

    • Related Articles

    • Lloyd's Register Foundation

      Contact details: Website contact route: https://www.lrfoundation.org.uk/ About the Foundation: https://www.lrfoundation.org.uk/about-us News and updates: https://www.lrfoundation.org.uk/news Grant and programme information is available through the ...
    • SSAFA, the Armed Forces Charity

      Contact details Website: https://www.ssafa.org.uk Get Help: https://www.ssafa.org.uk/get-help Main telephone: 0800 260 6780 Forcesline (free and confidential support): 0800 260 6780 Main office address: SSAFA, the Armed Forces Charity, Queen ...
    • Mission to Seafarers

      Mission to Seafarers Charity Number: 1123613 Address: St Michael Paternoster, Royal College Hill, London Postcode: EC4R 2RL Phone: 0207 248 5202 Website: www.missiontoseafarers.org Email: general@missiontoseafarers.org Summary: A voluntary society of ...
    • Home-Start

      Charity Number: 1108837 Address: Arena Business Centre, Lancaster Court, 8 Barnes Wallice Road, Segensworth, Fareham Postcode: PO15 5TU Phone: 02392 170 180 Website: www.home-start.org.uk Email: info@hshants.org.uk Summary: The charity is a voluntary ...
    • Scarborough Trinity House Merchant Seamen's Home

      Charity Number: 226134 Address: 43 Newlands Park Grove, Scarborough, North Yorkshire Postcode: YO12 6PT Phone: 01723 379910 Summary: The charity provides low cost accommodation to ex-Seafarers and their dependants. Note/Restrictions: Applicants must ...
    (function () { 'use strict'; // Only run on the KB root page if (!/\/kb\/seafarer-support\/?$/.test(window.location.pathname)) return; var CATEGORY_ID = '233149000000358041'; var MAX_WAIT_MS = 10000; var POLL_INTERVAL_MS = 200; var elapsed = 0; function getStore() { if (window.reduxStore) return window.reduxStore; if (window._store) return window._store; var all = document.querySelectorAll('*'); for (var i = 0; i < all.length; i++) { var keys = Object.keys(all[i]); for (var j = 0; j < keys.length; j++) { if (keys[j].indexOf('__reactContainer') === 0) { try { return all[i][keys[j]].child.memoizedProps.store; } catch (e) {} } } } return null; } function getPortalId() { var resources = window.performance.getEntriesByType('resource'); for (var i = 0; i < resources.length; i++) { var m = resources[i].name.match(/portalId=([^&]+)/); if (m) return m[1]; } return null; } var timer = setInterval(function () { elapsed += POLL_INTERVAL_MS; if (elapsed > MAX_WAIT_MS) { clearInterval(timer); return; } var store = getStore(); if (!store) return; var kb = store.getState().KBUIState; if (!kb || !kb.subCategoryWithArticles || kb.subCategoryWithArticles.length === 0) return; if (!kb.isNext) { clearInterval(timer); return; } clearInterval(timer); var portalId = getPortalId(); if (!portalId) return; var base = window.location.origin + '/portal/api/kbCategory/' + CATEGORY_ID + '/articles?portalId=' + portalId; Promise.all([ fetch(base + '&from=1&limit=9').then(function (r) { return r.json(); }), fetch(base + '&from=10&limit=9').then(function (r) { return r.json(); }) ]).then(function (results) { var sections = Object.values(results[0].data).concat(Object.values(results[1].data)); if (!sections.length) return; store.dispatch({ type: 'KB_SUB_CATEGORIES_WITH_ARTICLES_BY_CATEGORY_SUCCESS', data: { list: sections, categoryId: CATEGORY_ID, isNext: false, page: 1 } }); }).catch(function () {}); }, POLL_INTERVAL_MS); })();