From d54765eea6aab0d3a49420c1dba5772c54be3319 Mon Sep 17 00:00:00 2001 From: b-kennedy0 Date: Wed, 18 Dec 2024 18:11:45 +0000 Subject: [PATCH] move js inline --- assets/js/yearssince.js | 19 ------------------- teaching.html | 22 +++++++++++++++++++++- 2 files changed, 21 insertions(+), 20 deletions(-) delete mode 100644 assets/js/yearssince.js diff --git a/assets/js/yearssince.js b/assets/js/yearssince.js deleted file mode 100644 index 98cbb9e..0000000 --- a/assets/js/yearssince.js +++ /dev/null @@ -1,19 +0,0 @@ -// Calculate the number of years since 2017 -const currentYear = new Date().getFullYear(); -const yearsSince2017 = currentYear - 2017; - -// Function to convert numbers to words (basic example for small numbers) -function numberToWords(num) { - const words = [ - "zero", "one", "two", "three", "four", "five", "six", "seven", - "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", - "fifteen", "sixteen", "seventeen", "eighteen", "nineteen", "twenty" - ]; - return words[num] || num.toString(); // Fallback to numeral if not in the range -} - -// Convert the result into a word -const yearsInWords = numberToWords(yearsSince2017); - -// Display the word in the sentence -document.getElementById('years-since').textContent = yearsInWords; \ No newline at end of file diff --git a/teaching.html b/teaching.html index 0c7022a..bcbd19a 100644 --- a/teaching.html +++ b/teaching.html @@ -7,7 +7,27 @@ --- - +

Overview:

I have over

Loading...

years of experience teaching in Higher Education. My portfolio includes the teaching of small and large groups (e.g., lectures, seminars, and lab classes), both face-to-face and online. I have taught various core and elective modules at Levels 4, 5 and 7. I have delivered experiential lab classes on research methods (quantitative and qualitative) to undergraduate and postgraduate students, I have also led seminars on core topics and have tutored students on work placements. Furthermore, I have designed and delivered large-group lectures on core psychology topics, including questionable research ethics and the history of experimental psychology. I also have experience observing the supervision of undergraduate research projects. I have extensive knowledge of assessment, having marked on more than ten different modules in formats including lab reports, essays, and presentations.