chore: add exampleSite
And associated files for Hugo Themes Site
This commit is contained in:
parent
a5727576d9
commit
328c4b03db
113 changed files with 12525 additions and 1 deletions
15
exampleSite/content/publication/_index.md
Normal file
15
exampleSite/content/publication/_index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Publications
|
||||
|
||||
# View.
|
||||
# 1 = List
|
||||
# 2 = Compact
|
||||
# 3 = Card
|
||||
# 4 = Citation
|
||||
view: 4
|
||||
|
||||
# Optional header image (relative to `static/media/` folder).
|
||||
header:
|
||||
caption: ""
|
||||
image: ""
|
||||
---
|
|
@ -0,0 +1,8 @@
|
|||
@inproceedings{example1,
|
||||
title={An example conference paper},
|
||||
author={Bighetti, Nelson and Ford, Robert},
|
||||
booktitle={Source Themes Conference},
|
||||
pages={1--6},
|
||||
year={2013},
|
||||
organization={IEEE}
|
||||
}
|
BIN
exampleSite/content/publication/conference-paper/featured.jpg
Normal file
BIN
exampleSite/content/publication/conference-paper/featured.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 305 KiB |
75
exampleSite/content/publication/conference-paper/index.md
Normal file
75
exampleSite/content/publication/conference-paper/index.md
Normal file
|
@ -0,0 +1,75 @@
|
|||
---
|
||||
title: "An example conference paper"
|
||||
authors:
|
||||
- admin
|
||||
- Robert Ford
|
||||
date: "2013-07-01T00:00:00Z"
|
||||
doi: ""
|
||||
|
||||
# Schedule page publish date (NOT publication's date).
|
||||
publishDate: "2017-01-01T00:00:00Z"
|
||||
|
||||
# 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: ["1"]
|
||||
|
||||
# Publication name and optional abbreviated publication name.
|
||||
publication: In *Source Themes Conference*
|
||||
publication_short: In *STC*
|
||||
|
||||
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: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum.
|
||||
|
||||
tags:
|
||||
- Source Themes
|
||||
featured: true
|
||||
|
||||
links:
|
||||
- name: Custom Link
|
||||
url: http://example.org
|
||||
url_pdf: http://eprints.soton.ac.uk/352095/1/Cushen-IMV2013.pdf
|
||||
url_code: '#'
|
||||
url_dataset: '#'
|
||||
url_poster: '#'
|
||||
url_project: ''
|
||||
url_slides: ''
|
||||
url_source: '#'
|
||||
url_video: '#'
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||
image:
|
||||
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/pLCdAaMFLTE)'
|
||||
focal_point: ""
|
||||
preview_only: false
|
||||
|
||||
# Associated Projects (optional).
|
||||
# Associate this publication with one or more of your projects.
|
||||
# Simply enter your project's folder or file name without extension.
|
||||
# E.g. `internal-project` references `content/project/internal-project/index.md`.
|
||||
# Otherwise, set `projects: []`.
|
||||
projects:
|
||||
- internal-project
|
||||
|
||||
# Slides (optional).
|
||||
# Associate this publication with Markdown slides.
|
||||
# Simply enter your slide deck's filename without extension.
|
||||
# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
||||
# Otherwise, set `slides: ""`.
|
||||
slides: example
|
||||
---
|
||||
|
||||
{{% alert note %}}
|
||||
Click the *Cite* button above to demo the feature to enable visitors to import publication metadata into their reference management software.
|
||||
{{% /alert %}}
|
||||
|
||||
{{% alert note %}}
|
||||
Click the *Slides* button above to demo Academic's Markdown slides feature.
|
||||
{{% /alert %}}
|
||||
|
||||
Supplementary notes can be added here, including [code and math](https://sourcethemes.com/academic/docs/writing-markdown-latex/).
|
||||
|
8
exampleSite/content/publication/journal-article/cite.bib
Normal file
8
exampleSite/content/publication/journal-article/cite.bib
Normal file
|
@ -0,0 +1,8 @@
|
|||
@article{example2,
|
||||
title = {An example journal article},
|
||||
author={Bighetti, Nelson and Ford, Robert},
|
||||
journal = {Journal of Source Themes},
|
||||
year = 2015,
|
||||
volume = 1,
|
||||
number = 1
|
||||
}
|
BIN
exampleSite/content/publication/journal-article/featured.jpg
Normal file
BIN
exampleSite/content/publication/journal-article/featured.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
76
exampleSite/content/publication/journal-article/index.md
Normal file
76
exampleSite/content/publication/journal-article/index.md
Normal file
|
@ -0,0 +1,76 @@
|
|||
---
|
||||
title: "An example journal article"
|
||||
authors:
|
||||
- admin
|
||||
- Robert Ford
|
||||
author_notes:
|
||||
- "Equal contribution"
|
||||
- "Equal contribution"
|
||||
date: "2015-09-01T00:00:00Z"
|
||||
doi: ""
|
||||
|
||||
# Schedule page publish date (NOT publication's date).
|
||||
publishDate: "2017-01-01T00:00:00Z"
|
||||
|
||||
# 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: ["2"]
|
||||
|
||||
# Publication name and optional abbreviated publication name.
|
||||
publication: "*Journal of Source Themes, 1*(1)"
|
||||
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.
|
||||
|
||||
# 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.
|
||||
|
||||
tags:
|
||||
- Source Themes
|
||||
featured: false
|
||||
|
||||
# links:
|
||||
# - name: ""
|
||||
# url: ""
|
||||
url_pdf: http://arxiv.org/pdf/1512.04133v1
|
||||
url_code: ''
|
||||
url_dataset: ''
|
||||
url_poster: ''
|
||||
url_project: ''
|
||||
url_slides: ''
|
||||
url_source: ''
|
||||
url_video: ''
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||
image:
|
||||
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/jdD8gXaTZsc)'
|
||||
focal_point: ""
|
||||
preview_only: false
|
||||
|
||||
# Associated Projects (optional).
|
||||
# Associate this publication with one or more of your projects.
|
||||
# Simply enter your project's folder or file name without extension.
|
||||
# E.g. `internal-project` references `content/project/internal-project/index.md`.
|
||||
# Otherwise, set `projects: []`.
|
||||
projects: []
|
||||
|
||||
# Slides (optional).
|
||||
# Associate this publication with Markdown slides.
|
||||
# Simply enter your slide deck's filename without extension.
|
||||
# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
||||
# Otherwise, set `slides: ""`.
|
||||
slides: example
|
||||
---
|
||||
|
||||
{{% alert note %}}
|
||||
Click the *Cite* button above to demo the feature to enable visitors to import publication metadata into their reference management software.
|
||||
{{% /alert %}}
|
||||
|
||||
{{% alert note %}}
|
||||
Click the *Slides* button above to demo Academic's Markdown slides feature.
|
||||
{{% /alert %}}
|
||||
|
||||
Supplementary notes can be added here, including [code and math](https://sourcethemes.com/academic/docs/writing-markdown-latex/).
|
BIN
exampleSite/content/publication/preprint/featured.jpg
Normal file
BIN
exampleSite/content/publication/preprint/featured.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 KiB |
69
exampleSite/content/publication/preprint/index.md
Normal file
69
exampleSite/content/publication/preprint/index.md
Normal file
|
@ -0,0 +1,69 @@
|
|||
---
|
||||
title: "An example preprint / working paper"
|
||||
authors:
|
||||
- admin
|
||||
date: "2019-04-07T00:00:00Z"
|
||||
doi: ""
|
||||
|
||||
# Schedule page publish date (NOT publication's date).
|
||||
publishDate: "2017-01-01T00:00:00Z"
|
||||
|
||||
# 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: ["3"]
|
||||
|
||||
# Publication name and optional abbreviated publication name.
|
||||
publication: ""
|
||||
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.
|
||||
|
||||
# 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.
|
||||
|
||||
tags:
|
||||
- Source Themes
|
||||
featured: false
|
||||
|
||||
links:
|
||||
- name: Custom Link
|
||||
url: http://example.org
|
||||
url_pdf: http://arxiv.org/pdf/1512.04133v1
|
||||
url_code: '#'
|
||||
url_dataset: '#'
|
||||
url_poster: '#'
|
||||
url_project: ''
|
||||
url_slides: ''
|
||||
url_source: '#'
|
||||
url_video: '#'
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||
image:
|
||||
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/s9CC2SKySJM)'
|
||||
focal_point: ""
|
||||
preview_only: false
|
||||
|
||||
# Associated Projects (optional).
|
||||
# Associate this publication with one or more of your projects.
|
||||
# Simply enter your project's folder or file name without extension.
|
||||
# E.g. `internal-project` references `content/project/internal-project/index.md`.
|
||||
# Otherwise, set `projects: []`.
|
||||
projects:
|
||||
- internal-project
|
||||
|
||||
# Slides (optional).
|
||||
# Associate this publication with Markdown slides.
|
||||
# Simply enter your slide deck's filename without extension.
|
||||
# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
||||
# Otherwise, set `slides: ""`.
|
||||
slides: example
|
||||
---
|
||||
|
||||
{{% alert note %}}
|
||||
Click the *Slides* button above to demo Academic's Markdown slides feature.
|
||||
{{% /alert %}}
|
||||
|
||||
Supplementary notes can be added here, including [code and math](https://sourcethemes.com/academic/docs/writing-markdown-latex/).
|
Loading…
Add table
Add a link
Reference in a new issue