|
@@ -1,7 +1,9 @@
|
|
+++
|
|
+++
|
|
title = "Example Talk"
|
|
title = "Example Talk"
|
|
-date = 2017-01-01T00:00:00 # Schedule page publish date.
|
|
|
|
-draft = false
|
|
|
|
|
|
+date = 2017-01-01T00:00:00 # Schedule page publish date (not talk date).
|
|
|
|
+
|
|
|
|
+# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
|
|
|
+authors = []
|
|
|
|
|
|
# Talk start and end times.
|
|
# Talk start and end times.
|
|
# End time can optionally be hidden by prefixing the line with `#`.
|
|
# End time can optionally be hidden by prefixing the line with `#`.
|
|
@@ -9,36 +11,27 @@ time_start = 2030-06-01T13:00:00
|
|
time_end = 2030-06-01T15:00:00
|
|
time_end = 2030-06-01T15:00:00
|
|
all_day = false
|
|
all_day = false
|
|
|
|
|
|
-# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
|
|
|
-authors = []
|
|
|
|
-
|
|
|
|
-# Abstract and optional shortened version.
|
|
|
|
-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."
|
|
|
|
-abstract_short = "An example talk using Academic's Markdown slides feature."
|
|
|
|
|
|
+# Location of event.
|
|
|
|
+location = "London, United Kingdom"
|
|
|
|
|
|
# Name of event and optional event URL.
|
|
# Name of event and optional event URL.
|
|
event = "Academic Theme Conference"
|
|
event = "Academic Theme Conference"
|
|
event_url = "https://example.org"
|
|
event_url = "https://example.org"
|
|
|
|
|
|
-# Location of event.
|
|
|
|
-location = "London, United Kingdom"
|
|
|
|
|
|
+# 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)
|
|
# Is this a featured talk? (true/false)
|
|
featured = false
|
|
featured = false
|
|
|
|
|
|
-# 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"]
|
|
|
|
-
|
|
|
|
# Tags (optional).
|
|
# Tags (optional).
|
|
# Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
|
|
# Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
|
|
tags = []
|
|
tags = []
|
|
|
|
|
|
-# Slides (optional).
|
|
|
|
|
|
+# Markdown Slides (optional).
|
|
# Associate this talk with Markdown slides.
|
|
# Associate this talk with Markdown slides.
|
|
# Simply enter your slide deck's filename without extension.
|
|
# Simply enter your slide deck's filename without extension.
|
|
# E.g. `slides = "example-slides"` references
|
|
# E.g. `slides = "example-slides"` references
|
|
@@ -46,15 +39,22 @@ tags = []
|
|
# Otherwise, set `slides = ""`.
|
|
# Otherwise, set `slides = ""`.
|
|
slides = "example-slides"
|
|
slides = "example-slides"
|
|
|
|
|
|
|
|
+# 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).
|
|
# Links (optional).
|
|
url_pdf = ""
|
|
url_pdf = ""
|
|
-url_slides = ""
|
|
|
|
url_video = ""
|
|
url_video = ""
|
|
url_code = ""
|
|
url_code = ""
|
|
|
|
|
|
-# Does the content use math formatting?
|
|
|
|
-math = true
|
|
|
|
-
|
|
|
|
# Featured image
|
|
# Featured image
|
|
# To use, add an image named `featured.jpg/png` to your page's folder.
|
|
# To use, add an image named `featured.jpg/png` to your page's folder.
|
|
[image]
|
|
[image]
|