When approached by somebody who wants to give a talk, ask for the following:
Additional considerations:
yyyy-mm-dd-name-of-post.md
in the folder _posts
. Copy the following structure in the file and fill the details:'''
---
title: Title of the talk
author: Name of the organizer (NOT LECTURER)
---
**Lecturer**: Name and surname of lecturer
**Date**: dd/mm/yyyy
**Time**: hh:mm
**Place**:
**Abstract**:
Two paragraphs of abstract
## Bibliography
* Hardy H. Har, *His work*.
* [Awesome web page](www.awesomewebpage.com)
## Promotional poster
<img src="/images/posters/poster_file.png" alt="Poster" style="width: 750px;"/>
'''
Add the poster image to the images
folder.
Modify about.markdown
to include the bio of the lecturer. Create an entry under contributors with the following structure and fill the details:
'''
### Name and surname of lecturer
<img src="/images/people/LecturerPhoto.jpg" alt="Name of lecturer" style="width: 200px;"/>
Two paragraphs of bio, in **3rd person**.
**Classes taught:**
[Class]({% post_url yyyy-mm-dd-name-of-post %})
'''