Lloyd’s Maritime Academy

Lloyd’s Maritime Academy

LLoyds.png

Contact: Alice Pearson (Course information and other general enquiries)

Phone: 020 3377 3585

Website: www.lloydsmaritimeacademy.com

Email: Alice.Pearson@informa.com

Lloyd’s Maritime Academy offer training and education programmes that are developed and delivered to meet your objectives and are dedicated to enabling you to fulfil your potential throughout your maritime career and provide Distance Learning Courses,  Virtual Seminars and In-Company Training.

Lloyd’s Maritime Academy is the trusted brand for professional development, working with leading academic and industry bodies to provide accredited education and training where it is much needed.

 

 

 

 

 

    • Related Articles

    • National Maritime Training Centre

      Address: National Maritime Training Centre, North Kent College, Lower Higham Road, Gravesend, Kent Contact: Mrs Marianne Milligan - Short Course Administrator Phone: 01322 629600 Website: ...
    • Lloyd's Maritime Academy

      Website: https://informaconnect.com/lloyds-maritime-academy/ Course Search: https://informaconnect.com/lloyds-maritime-academy/courses/ Prospectus: https://informaconnect.com/lloyds-maritime-academy/download-prospectus/ Newsletter Sign-up: Available ...
    • Merchant Navy Training Board

      Website: www.mntb.org.uk Email: enquiry@mntb.org.uk The MNTB is the shipping industry’s central body for promoting and developing sector specific education, training and skills. It is a voluntary body and a part of the UK Chamber of Shipping, the ...
    • Marine Society

      Contact details Website: https://www.marine-society.org/ General enquiries: Telephone: +44 (0)20 7654 7000 Email: webenquiries@ms-sc.org Books and library enquiries: Email: books@ms-sc.org Telephone: +44 (0)20 7654 7008 Coming Ashore Programme: ...
    • UK Sailing Academy (UKSA)

      Contact details Website: https://uksa.org/ Contact page: https://uksa.org/contact-uksa/ Telephone: +44 (0)1983 294941 Email: reception@uksa.org Postal address: UKSA Arctic Road Cowes Isle of Wight PO31 7PQ United Kingdom What this organisation does ...
    (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); })();