|
@@ -1,85 +1,69 @@
|
|
-+++
|
|
|
|
-title = "{{ replace .Name "-" " " | title }}"
|
|
|
|
|
|
+---
|
|
|
|
+# Documentation: https://sourcethemes.com/academic/docs/managing-content/
|
|
|
|
|
|
-# Publication date.
|
|
|
|
-date = {{ .Date }}
|
|
|
|
|
|
+title: "{{ replace .Name "-" " " | title }}"
|
|
|
|
+authors: []
|
|
|
|
+date: {{ .Date }}
|
|
|
|
+doi: ""
|
|
|
|
|
|
-# Schedule page publish date.
|
|
|
|
-publishDate = {{ .Date }}
|
|
|
|
-
|
|
|
|
-# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
|
|
|
-authors = []
|
|
|
|
|
|
+# Schedule page publish date (NOT publication's date).
|
|
|
|
+publishDate: {{ .Date }}
|
|
|
|
|
|
# Publication type.
|
|
# Publication type.
|
|
-# Legend:
|
|
|
|
-# 0 = Uncategorized
|
|
|
|
-# 1 = Conference paper
|
|
|
|
-# 2 = Journal article
|
|
|
|
-# 3 = Preprint / Working Paper
|
|
|
|
-# 4 = Report
|
|
|
|
-# 5 = Book
|
|
|
|
-# 6 = Book section
|
|
|
|
-# 7 = Thesis
|
|
|
|
-# 8 = Patent
|
|
|
|
-publication_types = ["0"]
|
|
|
|
|
|
+# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article;
|
|
|
|
+# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section;
|
|
|
|
+# 7 = Thesis; 8 = Patent
|
|
|
|
+publication_types: ["0"]
|
|
|
|
|
|
-# Publication name and optional abbreviated version.
|
|
|
|
-publication = ""
|
|
|
|
-publication_short = ""
|
|
|
|
|
|
+# Publication name and optional abbreviated publication name.
|
|
|
|
+publication: ""
|
|
|
|
+publication_short: ""
|
|
|
|
|
|
-# Abstract.
|
|
|
|
-abstract = ""
|
|
|
|
|
|
+abstract: ""
|
|
|
|
|
|
# Summary. An optional shortened abstract.
|
|
# Summary. An optional shortened abstract.
|
|
-summary = ""
|
|
|
|
|
|
+summary: ""
|
|
|
|
|
|
-# Digital Object Identifier (DOI)
|
|
|
|
-doi = ""
|
|
|
|
|
|
+tags: []
|
|
|
|
+categories: []
|
|
|
|
+featured: false
|
|
|
|
|
|
-# Is this a featured publication? (true/false)
|
|
|
|
-featured = false
|
|
|
|
|
|
+# Custom links (optional).
|
|
|
|
+# Uncomment and edit lines below to show custom links.
|
|
|
|
+# links:
|
|
|
|
+# - name: Follow
|
|
|
|
+# url: https://twitter.com
|
|
|
|
+# icon_pack: fab
|
|
|
|
+# icon: twitter
|
|
|
|
+
|
|
|
|
+url_pdf:
|
|
|
|
+url_code:
|
|
|
|
+url_dataset:
|
|
|
|
+url_poster:
|
|
|
|
+url_project:
|
|
|
|
+url_slides:
|
|
|
|
+url_source:
|
|
|
|
+url_video:
|
|
|
|
|
|
-# Tags (optional).
|
|
|
|
-# Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
|
|
|
|
-tags = []
|
|
|
|
|
|
+# Featured image
|
|
|
|
+# To use, add an image named `featured.jpg/png` to your page's folder.
|
|
|
|
+# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
|
|
|
|
+image:
|
|
|
|
+ caption: ""
|
|
|
|
+ focal_point: ""
|
|
|
|
+ preview_only: false
|
|
|
|
|
|
-# Projects (optional).
|
|
|
|
|
|
+# Associated Projects (optional).
|
|
# Associate this publication with one or more of your projects.
|
|
# Associate this publication with one or more of your projects.
|
|
# Simply enter your project's folder or file name without extension.
|
|
# 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 = []
|
|
|
|
|
|
+# E.g. `internal-project` references `content/project/internal-project/index.md`.
|
|
|
|
+# Otherwise, set `projects: []`.
|
|
|
|
+projects: []
|
|
|
|
|
|
# Slides (optional).
|
|
# Slides (optional).
|
|
-# Associate this page with Markdown slides.
|
|
|
|
|
|
+# Associate this publication 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
|
|
|
|
-# `content/slides/example-slides.md`.
|
|
|
|
-# Otherwise, set `slides = ""`.
|
|
|
|
-slides = ""
|
|
|
|
-
|
|
|
|
-# Links (optional).
|
|
|
|
-url_pdf = ""
|
|
|
|
-url_code = ""
|
|
|
|
-url_dataset = ""
|
|
|
|
-url_project = ""
|
|
|
|
-url_slides = ""
|
|
|
|
-url_video = ""
|
|
|
|
-url_poster = ""
|
|
|
|
-url_source = ""
|
|
|
|
-
|
|
|
|
-# Custom links (optional).
|
|
|
|
-# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
|
|
|
|
-# links = [{name = "Custom Link", url = "http://example.org"}]
|
|
|
|
-
|
|
|
|
-# Featured image
|
|
|
|
-# To use, add an image named `featured.jpg/png` to your page's folder.
|
|
|
|
-[image]
|
|
|
|
- # Caption (optional)
|
|
|
|
- caption = ""
|
|
|
|
-
|
|
|
|
- # Focal point (optional)
|
|
|
|
- # Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
|
|
|
- focal_point = ""
|
|
|
|
-+++
|
|
|
|
|
|
+# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
|
|
|
+# Otherwise, set `slides: ""`.
|
|
|
|
+slides: ""
|
|
|
|
+---
|