Resources

Members Newsletter 

2021: January, March, May, July, September

 

Honourable Company of Master Mariners & The Marine Society Present 'Careers Ashore'

This webinar includes a plethora of guest speakers including Coming Ashore mentor Steve Cameron sharing their experiences of how they transitioned to a shore side as well as further tips and guidance.

Click here for webinar transcript 

 

Careers at Sea and Ashore

 This interactive graphic provides a visual representation of the many routes at sea and ashore available in the maritime sector.

 

Career Transition Partnership 

Organisation that supports ex-servicemen and women to transition into civilian life. 

https://www.ctp.org.uk/resettlement-guides 

 

Commercial Shipping @ Shore

Commercial Shipping is designed to prepare you for a career in the shore based side of the shipping industry.

Having an understanding of the whole industry will set you up for a successful career in any of the paths you choose to go down within the industry.

FREE to Coming Ashore Mentees. To request access please email bsharma@ms-sc.org.

 

Free Access to Learn@Sea

Our Coming Ashore programme provides free access to our Learn@Sea education suite including Leadership@Sea and Management@Sea

 

Spotlight Personality Profiling Tool

We are offering free access to the Spotlight’s personality profiling tool  for our Coming Ashore members.

In order to forge a successful path on the Coming Ashore programme, it is vital to have heightened self-awareness and clarity on your development when changing occupations.
Understanding your behavioural traits and how to channel them in a way that benefits you and your career could provide that all important advantage that is often needed to thrive in a role, or to help you get that role you want.
This tool takes you through a 15-minute development form testing your knowledge of your own ability on a plethora of work related tasks. The answers to these questions will highlight your strengths, risks, frustrations and challenges, building a comprehensive summary of your individual personality and style.
You can then assign yourself a development goal from your results and address the challenge you have set yourself by changing your behaviour accordingly.

Spotlight Review Service

You will be given a 30 minute Spotlight debrief per request. This would be an additional self-investmetn in your own personal development. While the Facet5 Spotlight report can be read without a 1:1 conversation with an accredited practitioner, a conversation and walk through the report will provide you with a deeper understanding and the opportunity to focus on key areas as you search for your next career move ashore. This would be particularly helpful in preperation for the Mentoring sessions. Cost- £100 per 30 minute debrief session.

(The Spotlight report is funded by the Coming Ashore programme and free to mentees, this debrief service is however payable to the mentee at a significantly discounted rate)

CV review, advice and guidance service

A one-to-one with a maritime HR professional will give Mentees the opportunity to have their CV reviewed, increased job application and interview success

· A full review of the current CV, including content, format, style
· 30 mins 1:1 meeting to provide coaching/ feedback
· Advice on how to get the best out of your CV
· Tips on common pitfalls/ errors
· Ensure links understood with CV & Interview

 

Institute of Chartered Shipbrokers 

Professional accreditation and membership gained through achieving the Institute examinations that are held globally. Discounts on ICS books via the Marine Society online bookstore 

https://www.youtube.com/channel/UCy9-_2ioX9RGM4f4sEzmBmg 

 

Life after Yachting

Helping those in the yacht sector make the transition ashore

lifeafteryachting.com/ 

 

Lloyds Maritime Academy 

Provider of distance learning professional certificates and diplomas in maritime-related professions:

https://www.lloydsmaritimeacademy.com/ 


 

Marine Society Bookstore

Category-specific reading lists for job sector roles within shoreside maritime

Bunkering
Cargo Handling
Law, Insurance & Economics
Maritime Business and Management
Maritime Safety and Security
Marine Surveying
Ship Construction, Naval Architecture
Ship Management

 

Maritime London 

Membership body for London-based firms in the maritime sector 

https://www.maritimelondon.com/uk-maritime-services 

 

Maritime UK 

National membership body for maritime institutions and employers. Tasked with implementing the Government’s Maritime 2050 strategy  

https://www.maritimeuk.org/careers/  

https://www.maritimeuk.org/careers/resources/resources-influencers/careers-maritime-brochure/ 

 

 

 

 

 

 

 

 

 

)
SELECT	(`label`.`id`) AS `id`,
	(`label`.`name`) AS `name`,
	(`label`.`path`) AS `path`,
	(`label`.`source`) AS `source`,
	(`label`.`content`) AS `content`,
	(`label`.`block`) AS `block`,
	(`label`.`discard`) AS `discard`
FROM `label`
WHERE `label`.`discard` IS FALSE
AND (`label`.`path` = ''
	OR '/resources' LIKE `label`.`path`)
ORDER BY `label`.`name` ASC, `label`.`path` ASC
Command completed in 0.002647876739502 seconds - 292 row(s) affected.
SELECT	(`page`.`id`) AS `id`,
	(`page`.`parent`) AS `parent`,
	(`page`.`ordinal`) AS `ordinal`,
	(`page`.`name`) AS `name`,
	(`page`.`title`) AS `title`,
	(`page`.`summary`) AS `summary`,
	(`page`.`content`) AS `content`,
	(`page`.`theme`) AS `theme`,
	(`page`.`meta_title`) AS `meta_title`,
	(`page`.`meta_description`) AS `meta_description`,
	(`page`.`slug`) AS `slug`,
	(`page`.`password`) AS `password`,
	(`page`.`donation_text`) AS `donation_text`,
	(`page`.`donation_amounts`) AS `donation_amounts`,
	(`page`.`grid`) AS `grid`,
	(`page`.`grid_title`) AS `grid_title`,
	(`page`.`static`) AS `static`,
	(`page`.`donate`) AS `donate`,
	(`page`.`publish`) AS `publish`,
	(`page`.`discard`) AS `discard`,
	(`page`.`updated`) AS `updated`,
	(
	SELECT	`image`
	FROM `page_image`
	WHERE `page_image`.`discard` IS FALSE
	AND `page_image`.`publish` IS TRUE
	AND `page_image`.`page_id` = `page`.`id`
	ORDER BY `page_image`.`ordinal` ASC
	LIMIT 1) AS `image`
FROM `page`
WHERE `page`.`discard` IS FALSE
AND `page`.`publish` IS TRUE
ORDER BY `page`.`parent` ASC, `page`.`ordinal` ASC, `page`.`name` ASC, `page`.`id` ASC
Command completed in 0.0039761066436768 seconds - 63 row(s) affected.
SELECT	(`page_image`.`id`) AS `id`,
	(`page_image`.`page_id`) AS `page_id`,
	(`page_image`.`ordinal`) AS `ordinal`,
	(`page_image`.`name`) AS `name`,
	(`page_image`.`title`) AS `title`,
	(`page_image`.`summary`) AS `summary`,
	(`page_image`.`url`) AS `url`,
	(`page_image`.`image`) AS `image`,
	(`page_image`.`image_mobile`) AS `image_mobile`,
	(`page_image`.`image_alt`) AS `image_alt`,
	(`page_image`.`publish`) AS `publish`,
	(`page_image`.`discard`) AS `discard`,
	(`page_image`.`updated`) AS `updated`
FROM `page_image`
WHERE `page_image`.`discard` IS FALSE
AND `page_image`.`publish` IS TRUE
ORDER BY `page_image`.`ordinal` ASC, `page_image`.`name` ASC, `page_image`.`id` ASC
Command completed in 0.0010428428649902 seconds - 62 row(s) affected.
SELECT	(`page_section`.`id`) AS `id`,
	(`page_section`.`page_id`) AS `page_id`,
	(`page_section`.`ordinal`) AS `ordinal`,
	(`page_section`.`type`) AS `type`,
	(`page_section`.`content`) AS `content`,
	(`page_section`.`publish`) AS `publish`,
	(`page_section`.`discard`) AS `discard`,
	(`page_section`.`updated`) AS `updated`,
	(`page`.`name`) AS `page_name`
FROM `page_section`
INNER JOIN `page` ON `page`.`id` = `page_section`.`page_id` AND `page`.`discard` IS FALSE AND `page`.`publish` IS TRUE
WHERE `page_section`.`discard` IS FALSE
AND `page_section`.`publish` IS TRUE
AND `page_section`.`page_id` = 203
ORDER BY `page_section`.`ordinal` ASC, `page_section`.`id` ASC
Command completed in 0.00083613395690918 seconds - 0 row(s) affected.
SELECT	(`notice`.`id`) AS `id`,
	(`notice`.`ordinal`) AS `ordinal`,
	(`notice`.`name`) AS `name`,
	(`notice`.`title`) AS `title`,
	(`notice`.`content`) AS `content`,
	(`notice`.`image`) AS `image`,
	(`notice`.`button_text`) AS `button_text`,
	(`notice`.`button_link`) AS `button_link`,
	(`notice`.`position`) AS `position`,
	(`notice`.`icon`) AS `icon`,
	(`notice`.`publish_date`) AS `publish_date`,
	(`notice`.`publish_until`) AS `publish_until`,
	(`notice`.`publish`) AS `publish`,
	(`notice`.`discard`) AS `discard`,
	(`notice`.`updated`) AS `updated`
FROM `notice`
WHERE `notice`.`discard` IS FALSE
AND `notice`.`publish` IS TRUE
AND `notice`.`publish_until` >= CURRENT_DATE
ORDER BY `notice`.`publish_date` DESC, `notice`.`id` DESC
LIMIT 1
Command completed in 0.00078392028808594 seconds - 0 row(s) affected.
SELECT	(`page_section`.`id`) AS `id`,
	(`page_section`.`page_id`) AS `page_id`,
	(`page_section`.`ordinal`) AS `ordinal`,
	(`page_section`.`type`) AS `type`,
	(`page_section`.`content`) AS `content`,
	(`page_section`.`publish`) AS `publish`,
	(`page_section`.`discard`) AS `discard`,
	(`page_section`.`updated`) AS `updated`,
	(`page`.`name`) AS `page_name`
FROM `page_section`
INNER JOIN `page` ON `page`.`id` = `page_section`.`page_id` AND `page`.`discard` IS FALSE AND `page`.`publish` IS TRUE
WHERE `page_section`.`discard` IS FALSE
AND `page_section`.`publish` IS TRUE
AND `page_section`.`page_id` = 203
ORDER BY `page_section`.`ordinal` ASC, `page_section`.`id` ASC
Command completed in 0.0007171630859375 seconds - 0 row(s) affected.
SELECT	(`banner`.`id`) AS `id`,
	(`banner`.`name`) AS `name`,
	(`banner`.`url`) AS `url`,
	(`banner`.`image`) AS `image`,
	(`banner`.`image_alt`) AS `image_alt`,
	(`banner`.`publish`) AS `publish`,
	(`banner`.`discard`) AS `discard`,
	(`banner`.`updated`) AS `updated`,
	(`page_banner`.`ordinal`) AS `ordinal`
FROM `banner`
INNER JOIN `page_banner` ON `page_banner`.`banner_id` = `banner`.`id` AND `page_banner`.`page_id` = 203
WHERE `banner`.`discard` IS FALSE
AND `banner`.`publish` IS TRUE
AND `banner`.`id` IN (
	SELECT	`banner_id`
	FROM `page_banner`
	WHERE `page_banner`.`page_id` = 203)
ORDER BY `page_banner`.`ordinal` ASC, `banner`.`name` ASC
Command completed in 0.00084495544433594 seconds - 0 row(s) affected.