diff --git a/app/views/content/blog/back-to-school-as-a-trainee-teacher.md b/app/views/content/blog/back-to-school-as-a-trainee-teacher.md deleted file mode 100644 index e4fce0564f..0000000000 --- a/app/views/content/blog/back-to-school-as-a-trainee-teacher.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: Back to school as a trainee teacher -date: "2021-09-28" -author: Jane Wilkinson -images: - jacob: - path: "static/images/content/blog/jacob.jpg" - thumbnail_path: "static/images/content/blog/thumbnails/jacob.jpg" -description: |- - This September, trainee teachers across the country began their courses. Jacob describes their last-minute application and their first few days as a trainee. - -keywords: - - becoming a teacher - - applications - - teacher training -tags: - - becoming a teacher - - advisers - - applications ---- - -$jacob$ - -Over the last few weeks, pupils across the country have been returning to the classroom. At universities and schools trainee teachers are also experiencing those first day nerves and feelings of excitement. - -Jacob Pask, 25, a talented biology graduate, wanted to change career from the retail sector to a role where they’d be able to share their joy and passion for science. In conversation with Jane, a Get into Teaching adviser, Jacob explains how they found their last-minute application for a teacher training course. - -> Applying late was stressful. Not only was I limited in my choice of teacher training course provider, but there were other considerations that I hadn’t realised. Specifically, while I have passed my GCSEs, I don’t have my certificates. This became a huge problem, as while the school I had attended did have copies, they were difficult to make contact with during the summer break. I needed the certificates to allow me to enrol on my course and to receive my student finance. - -Fortunately, Jacob had the support of [teacher training adviser](/teacher-training-advisers), Rebecca Ellerker. With the guidance available to them, both from their adviser and from a friend who had made the career change to become a teacher, Jacob was able to retrieve copies of their GCSE certificates and perform well during their interview, successfully securing a place. On accepting an offer, Jacob was given two pre-course tasks to complete. Due to the limitation of time between the offer and beginning the course, Jacob has needed to manage their time very carefully. - -> I don’t recommend applying late! Although I’ve got the place I want, the challenge was huge. Certainly contact a teacher training adviser to help make the application swiftly, but also construct a strong support network for once the course begins – it’s intense. - -Just two days into their teacher training course, Jacob has reflected that becoming a teacher is very exciting. - -> My induction and start of my teacher training has been refreshing, as any concerns I had have diminished or evaporated. I realise that I haven’t made an irrational decision and I’m not the only one in my peer group to make a late application with little or no classroom experience. My interviewer must have thought I had some of the qualities of a great teacher. Following my interview, where I felt everyone else would be much better prepared and able to be a teacher, I realise that alongside my class of 30 others, we are only at the beginning of a successful teaching career. I’m really excited to begin my teaching practice placement, to meet the young people I’ll teach. I’ve been able to make a friend on the course already, which relieves my fear that other teachers or parents may see me as an imposter. - -Embarking on a teaching career, Jacob has begun to consider the values they want to bring to their classroom. - -> It saddens me that science is seen by many young people as an elite subject area, and very much an arena for the ‘boffins’. This is a perception that I’d love to break down. I would also like to see many more females in my peer group of science teachers. - -Maximise your chances of submitting a successful application with the support of a dedicated and experienced teaching professional. Talk to a [teacher training adviser](/teacher-training-advisers) by phone, text or email, as often or as little as you need. diff --git a/app/webpacker/images/content/blog/jacob.jpg b/app/webpacker/images/content/blog/jacob.jpg deleted file mode 100644 index 3a973b785b..0000000000 Binary files a/app/webpacker/images/content/blog/jacob.jpg and /dev/null differ diff --git a/app/webpacker/images/content/blog/thumbnails/jacob.jpg b/app/webpacker/images/content/blog/thumbnails/jacob.jpg deleted file mode 100644 index de2a0481eb..0000000000 Binary files a/app/webpacker/images/content/blog/thumbnails/jacob.jpg and /dev/null differ diff --git a/config/images.yml b/config/images.yml index 5e62d742da..1e75b55c94 100644 --- a/config/images.yml +++ b/config/images.yml @@ -255,11 +255,6 @@ variants: - "static/images/content/blog/thumbnails/interview.jpg" -"static/images/content/blog/jacob.jpg": - alt: "Teacher training course student and biology graduate Jacob." - variants: - - "static/images/content/blog/thumbnails/jacob.jpg" - "static/images/content/blog/mel-oconnor.jpg": alt: "Trainee teacher Mel O'Connor taking a PGDE teacher training course in maths." variants: diff --git a/config/redirects.yml b/config/redirects.yml index 2e84bac6b6..463d9fe254 100644 --- a/config/redirects.yml +++ b/config/redirects.yml @@ -369,6 +369,7 @@ redirects: "/blog/the-fellowship-of-teachers": "/life-as-a-teacher" "/blog/why-i-became-a-teacher": "/life-as-a-teacher" "/blog/how-to-ace-a-video-interview": "/how-to-apply-for-teacher-training/teacher-training-interview" + "/blog/back-to-school-as-a-trainee-teacher": "/train-to-be-a-teacher/initial-teacher-training" # Blog tags "/blog/tag/get-into-teaching-events": "/events/about-get-into-teaching-events" @@ -379,6 +380,7 @@ redirects: "/blog/tag/personal-statements": "/how-to-apply-for-teacher-training/teacher-training-personal-statement" "/blog/tag/school-experience": "/train-to-be-a-teacher/get-school-experience" "/blog/tag/teaching-internships": "/train-to-be-a-teacher/teaching-internships" + "/blog/tag/advisers": "/teacher-training-advisers" # Covid page "/covid-19": "/" diff --git a/config/tags.yml b/config/tags.yml index a0bbb13817..52157e5e81 100644 --- a/config/tags.yml +++ b/config/tags.yml @@ -11,5 +11,4 @@ - mentors - support - teacher training -- advisers - veterans diff --git a/spec/features/blog_spec.rb b/spec/features/blog_spec.rb index 6848c2e203..9f6a0ff14f 100644 --- a/spec/features/blog_spec.rb +++ b/spec/features/blog_spec.rb @@ -37,7 +37,6 @@ end include_context "paginating blog posts", "/blog", 10, true - include_context "paginating blog posts", "/blog/tag/advisers", 1, false scenario "viewing a post" do path = "my-career-change-to-teaching" diff --git a/spec/requests/canonical_urls_spec.rb b/spec/requests/canonical_urls_spec.rb index add4b61936..32eb527743 100644 --- a/spec/requests/canonical_urls_spec.rb +++ b/spec/requests/canonical_urls_spec.rb @@ -10,9 +10,9 @@ end context "when requesting a nested path" do - before { get blog_path("back-to-school-as-a-trainee-teacher") } + before { get blog_path("my-career-change-to-teaching") } - it { is_expected.to include(canonical_tag("/blog/back-to-school-as-a-trainee-teacher")) } + it { is_expected.to include(canonical_tag("/blog/my-career-change-to-teaching")) } end context "when requesting a path with query parameters" do diff --git a/spec/requests/gtm_spec.rb b/spec/requests/gtm_spec.rb index d4b7eaa8c9..bbe64dd791 100644 --- a/spec/requests/gtm_spec.rb +++ b/spec/requests/gtm_spec.rb @@ -10,7 +10,7 @@ "/steps-to-become-a-teacher", "/ways_to_train", "/welcome", - blog_path("back-to-school-as-a-trainee-teacher"), + blog_path("my-career-change-to-teaching"), blog_index_path, event_path(event.readable_id), event_step_path(event.readable_id, :personal_details),