Skip to content

Latest commit

 

History

History
111 lines (94 loc) · 5.07 KB

talks.md

File metadata and controls

111 lines (94 loc) · 5.07 KB
label title description redirect_from lastmod sections containsVideo menu
Videos and Talks
My Videos and Talks
A summary of Martin Porcheron's talks and videos, including courses taught in academia.
/teaching/
type files
data
videos.yml
talks.yml
collapsible
true
true
main
label title weight
Videos & Talks
A summary of Martin Porcheron's videos and talks, including courses taught in academia
2

Below is a selection of videos and recorded talks I have given, including my teaching while I worked in academia. While I have given many more talks than below, unfortunately many have not been made public (e.g., due to rights) or were not even recorded in the first place.

I am open to giving guest lectures and workshops focusing on the design and use of conversational technologies, and the application of user experience and human computer interaction in industry, from a practitioner's perspective. Please contact me for more information.

Videos

{%- for video in site.data.videos %}

{{- video.title -}}

{{- video.introduction | markdownify -}}
{%- endfor %}

Past Talks, Workshops, and Conferences

    {%- for talk in site.data.talks %}
  • {{ talk.title }}
    {{ talk.venue }}
    {%- if talk.dates -%} {%- include daterange.html startdate=talk.dates.from enddate=talk.dates.to -%} {%- else -%} {%- include date.html date=talk.date -%} {%- endif -%}
    {{ talk.location }}
    {{ talk.type | capitalize }}
    ~{{ talk.attendance }} people
  • {%- endfor %}

Teaching in Academia

While I was a Senior Lecturer at Swansea University, I co-ordinated and lectured on the module CSC371 Advanced Object-Oriented Programming (C and C++ for third-year Computer Science students) in the 2020/21 and 2021/22 academic years. I also taught on the CS-210 Concurrency module in the 2021/22 academic year, along with Dr Alma Rahat.

While I was a Research Fellow at the University of Nottingham, I assisted with the teaching of a number of modules including ethnography and design, binary arithmetic and logic, Java (advanced), C/C++ (advanced), Python (introductory), and Android (advanced).