starters: update to wowchemy-bootstrap v5.9.2

This commit is contained in:
George Cushen 2023-11-02 17:15:19 +00:00
commit 0120b464b2
4 changed files with 83 additions and 61 deletions

View file

@ -1,8 +1,18 @@
--- ---
title: 'An example conference paper' title: 'An example conference paper'
# Authors
# If you created a profile for a user (e.g. the default `admin` user), write the username (folder name) here
# and it will be replaced with their full name and linked to their profile.
authors: authors:
- admin - admin
- Robert Ford - Robert Ford
# Author notes (optional)
author_notes:
- 'Equal contribution'
- 'Equal contribution'
date: '2013-07-01T00:00:00Z' date: '2013-07-01T00:00:00Z'
doi: '' doi: ''
@ -10,35 +20,37 @@ doi: ''
publishDate: '2017-01-01T00:00:00Z' publishDate: '2017-01-01T00:00:00Z'
# Publication type. # Publication type.
# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article; # Accepts a single type but formatted as a YAML list (for Hugo requirements).
# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section; # Enter a publication type from the CSL standard.
# 7 = Thesis; 8 = Patent publication_types: ['paper-conference']
publication_types: ['1']
# Publication name and optional abbreviated publication name. # Publication name and optional abbreviated publication name.
publication: In *Source Themes Conference* publication: In *Wowchemy Conference*
publication_short: In *STC* publication_short: In *ICW*
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. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida. 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. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.
# Summary. An optional shortened abstract. # Summary. An optional shortened abstract.
summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum.
tags: tags: []
- Source Themes
# Display this page in the Featured widget?
featured: true featured: true
links: # Custom links (uncomment lines below)
- name: Custom Link # links:
url: http://example.org # - name: Custom Link
url_pdf: http://eprints.soton.ac.uk/352095/1/Cushen-IMV2013.pdf # url: http://example.org
url_code: '#'
url_dataset: '#' url_pdf: ''
url_poster: '#' url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes'
url_dataset: 'https://github.com/wowchemy/wowchemy-hugo-themes'
url_poster: ''
url_project: '' url_project: ''
url_slides: '' url_slides: ''
url_source: '#' url_source: 'https://github.com/wowchemy/wowchemy-hugo-themes'
url_video: '#' url_video: 'https://youtube.com'
# 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.
@ -53,18 +65,22 @@ image:
# E.g. `internal-project` references `content/project/internal-project/index.md`. # E.g. `internal-project` references `content/project/internal-project/index.md`.
# Otherwise, set `projects: []`. # Otherwise, set `projects: []`.
projects: projects:
- internal-project - example
# Slides (optional). # Slides (optional).
# Associate this publication 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"` references `content/slides/example/index.md`. # E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`. # Otherwise, set `slides: ""`.
slides: slides: example
--- ---
{{% callout note %}} {{% callout note %}}
Click the _Cite_ button above to demo the feature to enable visitors to import publication metadata into their reference management software. Click the _Cite_ button above to demo the feature to enable visitors to import publication metadata into their reference management software.
{{% /callout %}} {{% /callout %}}
Supplementary notes can be added here, including [code and math](https://wowchemy.com/docs/content/writing-markdown-latex/). {{% callout note %}}
Create your slides in Markdown - click the _Slides_ button to check out the example.
{{% /callout %}}
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://wowchemy.com/docs/content/writing-markdown-latex/).

View file

@ -1,26 +1,25 @@
--- ---
title: 'An example journal article' title: "An example journal article"
authors: authors:
- admin - admin
- Robert Ford - Robert Ford
author_notes: author_notes:
- 'Equal contribution' - "Equal contribution"
- 'Equal contribution' - "Equal contribution"
date: '2015-09-01T00:00:00Z' date: "2015-09-01T00:00:00Z"
doi: '' doi: ""
# Schedule page publish date (NOT publication's date). # Schedule page publish date (NOT publication's date).
publishDate: '2017-01-01T00:00:00Z' publishDate: "2017-01-01T00:00:00Z"
# Publication type. # Publication type.
# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article; # Accepts a single type but formatted as a YAML list (for Hugo requirements).
# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section; # Enter a publication type from the CSL standard.
# 7 = Thesis; 8 = Patent publication_types: ["article-journal"]
publication_types: ['2']
# Publication name and optional abbreviated publication name. # Publication name and optional abbreviated publication name.
publication: '*Journal of Source Themes, 1*(1)' publication: "*Journal of Source Themes, 1*(1)"
publication_short: '' publication_short: ""
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. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida. 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. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.
@ -28,14 +27,14 @@ abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere
summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum.
tags: tags:
- Source Themes - Source Themes
featured: false featured: false
# links: # links:
# - name: "" # - name: ""
# url: "" # url: ""
url_pdf: http://arxiv.org/pdf/1512.04133v1 url_pdf: http://arxiv.org/pdf/1512.04133v1
url_code: '' url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes'
url_dataset: '' url_dataset: ''
url_poster: '' url_poster: ''
url_project: '' url_project: ''
@ -44,10 +43,10 @@ url_source: ''
url_video: '' url_video: ''
# 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:
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/jdD8gXaTZsc)' caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/jdD8gXaTZsc)'
focal_point: '' focal_point: ""
preview_only: false preview_only: false
# Associated Projects (optional). # Associated Projects (optional).
@ -62,11 +61,15 @@ projects: []
# Simply enter your slide deck's filename without extension. # Simply enter your slide deck's filename without extension.
# E.g. `slides: "example"` references `content/slides/example/index.md`. # E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`. # Otherwise, set `slides: ""`.
slides: slides: example
--- ---
{{% callout note %}} {{% callout note %}}
Click the _Cite_ button above to demo the feature to enable visitors to import publication metadata into their reference management software. Click the *Cite* button above to demo the feature to enable visitors to import publication metadata into their reference management software.
{{% /callout %}} {{% /callout %}}
Supplementary notes can be added here, including [code and math](https://wowchemy.com/docs/content/writing-markdown-latex/). {{% callout note %}}
Create your slides in Markdown - click the *Slides* button to check out the example.
{{% /callout %}}
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://wowchemy.com/docs/content/writing-markdown-latex/).

View file

@ -1,22 +1,21 @@
--- ---
title: 'An example preprint / working paper' title: "An example preprint / working paper"
authors: authors:
- admin - admin
date: '2019-04-07T00:00:00Z' date: "2019-04-07T00:00:00Z"
doi: '' doi: ""
# Schedule page publish date (NOT publication's date). # Schedule page publish date (NOT publication's date).
publishDate: '2017-01-01T00:00:00Z' publishDate: "2017-01-01T00:00:00Z"
# Publication type. # Publication type.
# Legend: 0 = Uncategorized; 1 = Conference paper; 2 = Journal article; # Accepts a single type but formatted as a YAML list (for Hugo requirements).
# 3 = Preprint / Working Paper; 4 = Report; 5 = Book; 6 = Book section; # Enter a publication type from the CSL standard.
# 7 = Thesis; 8 = Patent publication_types: ["article"]
publication_types: ['3']
# Publication name and optional abbreviated publication name. # Publication name and optional abbreviated publication name.
publication: '' publication: ""
publication_short: '' publication_short: ""
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. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida. 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. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.
@ -24,14 +23,14 @@ abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere
summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum.
tags: tags:
- Source Themes - Source Themes
featured: false featured: false
links: links:
- name: Custom Link - name: Custom Link
url: http://example.org url: http://example.org
url_pdf: http://arxiv.org/pdf/1512.04133v1 url_pdf: http://arxiv.org/pdf/1512.04133v1
url_code: '#' url_code: 'https://github.com/wowchemy/wowchemy-hugo-themes'
url_dataset: '#' url_dataset: '#'
url_poster: '#' url_poster: '#'
url_project: '' url_project: ''
@ -40,10 +39,10 @@ url_source: '#'
url_video: '#' url_video: '#'
# 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:
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/s9CC2SKySJM)' caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/s9CC2SKySJM)'
focal_point: '' focal_point: ""
preview_only: false preview_only: false
# Associated Projects (optional). # Associated Projects (optional).
@ -52,14 +51,18 @@ image:
# E.g. `internal-project` references `content/project/internal-project/index.md`. # E.g. `internal-project` references `content/project/internal-project/index.md`.
# Otherwise, set `projects: []`. # Otherwise, set `projects: []`.
projects: projects:
- internal-project - internal-project
# Slides (optional). # Slides (optional).
# Associate this publication 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"` references `content/slides/example/index.md`. # E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`. # Otherwise, set `slides: ""`.
slides: slides: example
--- ---
Supplementary notes can be added here, including [code and math](https://wowchemy.com/docs/content/writing-markdown-latex/). {{% callout note %}}
Create your slides in Markdown - click the *Slides* button to check out the example.
{{% /callout %}}
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://wowchemy.com/docs/content/writing-markdown-latex/).