Slater Scholarship applicant cap lifted for 2021

For many decades Marine Society has proudly managed The Slater Scholarship programme on behalf of Nautilus International. 

These ‘gold standard’ scholarships offer Merchant Navy seafarers up to £18,500 towards gaining their officer of the watch qualification and as a result, more than a thousand seafarers have successfully progressed their seagoing career in the last ten years alone.

During 2020, a downturn in income meant the fund was only able to support 20 scholars, the first time a cap has been applied. However, we are pleased to announce that for 2021 this cap has been lifted to a maximum of 60 applications over two intakes annually with the hope this will be raised higher in future years.

We expect demand will exceed supply, therefore a clear set of criteria has been agreed against which applications will be judged. Those who are unsuccessful at the first attempt will be considered priority in the next intake.

Slater Scholarships are available from the date of award and will be accessible for a two-year period, this must be exercised within a year of being awarded. The Fund is obtainable for any experienced seafarer aged 21 and over and permanently residing in the UK.

We are proud and honoured to play our part in such an impactful Scholarship programme that is helping UK seafarers take vital steps in employment.

 

Here is the all-important information you need for 2021/22 submissions:

  • We are accepting applications from 4th January 2021.
  • Application submission deadline is 23rd April 2021.
  • Successful applicants will be notified by 7th June 2021.

 

Applications received after this closing date will not be considered until the next intake as below.

 

  • Application submission deadline is 12th November 2021.
  • Successful applicants notified by 10th January 2022.

 

In these uncertain times it has never been more important to gain professional qualifications that secure your future career.

 We encourage you to visit our dedicated site at https://www.marine-society.org/slater-scholarship for full details on how to apply.

Slater Scholarship applicant cap lifted for 2021

Slater Scholarship applicant cap lifted for 2021

For many decades Marine Society has proudly managed The Slater Scholarship programme on behalf of Nautilus International. 

These ‘gold standard’ scholarships offer Merchant Navy seafarers up to £18,500 towards gaining their officer of the watch qualification and as a result, more than a thousand seafarers have successfully progressed their seagoing career in the last ten years alone.

During 2020, a downturn in income meant the fund was only able to support 20 scholars, the first time a cap has been applied. However, we are pleased to announce that for 2021 this cap has been lifted to a maximum of 60 applications over two intakes annually with the hope this will be raised higher in future years.

We expect demand will exceed supply, therefore a clear set of criteria has been agreed against which applications will be judged. Those who are unsuccessful at the first attempt will be considered priority in the next intake.

Slater Scholarships are available from the date of award and will be accessible for a two-year period, this must be exercised within a year of being awarded. The Fund is obtainable for any experienced seafarer aged 21 and over and permanently residing in the UK.

We are proud and honoured to play our part in such an impactful Scholarship programme that is helping UK seafarers take vital steps in employment.

 

Here is the all-important information you need for 2021/22 submissions:

  • We are accepting applications from 4th January 2021.
  • Application submission deadline is 23rd April 2021.
  • Successful applicants will be notified by 7th June 2021.

 

Applications received after this closing date will not be considered until the next intake as below.

 

  • Application submission deadline is 12th November 2021.
  • Successful applicants notified by 10th January 2022.

 

In these uncertain times it has never been more important to gain professional qualifications that secure your future career.

 We encourage you to visit our dedicated site at https://www.marine-society.org/slater-scholarship for full details on how to apply.

)
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 '/articles/2020/12/277-slater-scholarship-applicant-cap-lifted-for-2021' LIKE `label`.`path`)
ORDER BY `label`.`name` ASC, `label`.`path` ASC
Command completed in 0.0022261142730713 seconds - 292 row(s) affected.
SELECT	(`article`.`id`) AS `id`,
	(`article`.`post`) AS `post`,
	(`article`.`name`) AS `name`,
	(`article`.`slug`) AS `slug`,
	(`article`.`title`) AS `title`,
	(`article`.`summary`) AS `summary`,
	(`article`.`author`) AS `author`,
	(`article`.`content`) AS `content`,
	(`article`.`image`) AS `image`,
	(`article`.`image_alt`) AS `image_alt`,
	(`article`.`meta_title`) AS `meta_title`,
	(`article`.`meta_description`) AS `meta_description`,
	(`article`.`publish_date`) AS `publish_date`,
	(`article`.`publish`) AS `publish`,
	(`article`.`discard`) AS `discard`,
	(`article`.`updated`) AS `updated`
FROM `article`
WHERE `article`.`id` = '277'
AND `article`.`discard` IS FALSE
AND `article`.`publish` IS TRUE
AND `article`.`publish_date` <= CURRENT_DATE
AND `article`.`post` IS FALSE
Command completed in 0.00080084800720215 seconds - 1 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.0029759407043457 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.0013799667358398 seconds - 62 row(s) affected.
SELECT	(`tag`.`id`) AS `id`,
	(`tag`.`name`) AS `name`,
	(`tag`.`publish`) AS `publish`,
	(`tag`.`discard`) AS `discard`,
	(`tag`.`updated`) AS `updated`
FROM `tag`
WHERE `tag`.`discard` IS FALSE
AND `tag`.`publish` IS TRUE
AND `tag`.`id` IN (
	SELECT	`tag_id`
	FROM `article_tag`
	WHERE `article_tag`.`article_id` = 277)
ORDER BY `tag`.`name` ASC, `tag`.`id` ASC
Command completed in 0.0006248950958252 seconds - 0 row(s) affected.
SELECT	(`article`.`id`) AS `id`,
	(`article`.`post`) AS `post`,
	(`article`.`name`) AS `name`,
	(`article`.`slug`) AS `slug`,
	(`article`.`title`) AS `title`,
	(`article`.`summary`) AS `summary`,
	(`article`.`author`) AS `author`,
	(`article`.`content`) AS `content`,
	(`article`.`image`) AS `image`,
	(`article`.`image_alt`) AS `image_alt`,
	(`article`.`meta_title`) AS `meta_title`,
	(`article`.`meta_description`) AS `meta_description`,
	(`article`.`publish_date`) AS `publish_date`,
	(`article`.`publish`) AS `publish`,
	(`article`.`discard`) AS `discard`,
	(`article`.`updated`) AS `updated`
FROM `article`
WHERE `article`.`discard` IS FALSE
AND `article`.`publish` IS TRUE
AND `article`.`publish_date` <= CURRENT_DATE
AND `article`.`post` IS FALSE
AND `article`.`id` IN (
	SELECT	`target`
	FROM `article_article`
	WHERE `article_article`.`source` = 277)
ORDER BY `article`.`publish_date` DESC, `article`.`id` DESC
Command completed in 0.0012137889862061 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.00068306922912598 seconds - 0 row(s) affected.