+++ title = "Example Talk" # Talk start and end times. # End time can optionally be hidden by prefixing the line with `#`. date = 2030-06-01T13:00:00 date_end = 2030-06-01T15:00:00 all_day = false # Schedule page publish date (NOT talk date). publishDate = 2017-01-01T00:00:00 # Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`. authors = [] # Location of event. location = "London, United Kingdom" # Name of event and optional event URL. event = "Academic Theme Conference" event_url = "https://example.org" # Abstract. What's your talk about? abstract = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam." # Summary. An optional shortened abstract. summary = "An example talk using Academic's Markdown slides feature." # Is this a featured talk? (true/false) featured = false # Tags (optional). # Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags. tags = [] # Markdown Slides (optional). # Associate this talk with Markdown slides. # Simply enter your slide deck's filename without extension. # E.g. `slides = "example-slides"` references # `content/slides/example-slides.md`. # Otherwise, set `slides = ""`. slides = "example" # Optional filename of your slides within your talk folder or a URL. url_slides = "" # Projects (optional). # Associate this talk with one or more of your projects. # Simply enter your project's folder or file name without extension. # E.g. `projects = ["deep-learning"]` references # `content/project/deep-learning/index.md`. # Otherwise, set `projects = []`. projects = ["internal-project"] # Links (optional). url_pdf = "" url_video = "" url_code = "" # Demo talk page uses LaTeX math. math = true # Featured image # To use, add an image named `featured.jpg/png` to your page's folder. [image] # Caption (optional) caption = "Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)" # Focal point (optional) # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight focal_point = "Right" +++ {{% alert note %}} Click on the **Slides** button above to view the built-in slides feature. {{% /alert %}} Slides can be added in a few ways: - **Create** slides using Academic's [*Slides*](https://sourcethemes.com/academic/docs/managing-content/#create-slides) feature and link using `slides` parameter in the front matter of the talk file - **Upload** an existing slide deck to `static/` and link using `url_slides` parameter in the front matter of the talk file - **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://sourcethemes.com/academic/docs/writing-markdown-latex/). Further talk details can easily be added to this page using *Markdown* and $\rm \LaTeX$ math code.