chore(starters): bump modules and Hugo
This commit is contained in:
12
content/publications/_index.md
Normal file
12
content/publications/_index.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: Publications
|
||||
cms_exclude: true
|
||||
|
||||
# View.
|
||||
view: citation
|
||||
|
||||
# Optional header image (relative to `static/media/` folder).
|
||||
banner:
|
||||
caption: ''
|
||||
image: ''
|
||||
---
|
||||
8
content/publications/conference-paper/cite.bib
Normal file
8
content/publications/conference-paper/cite.bib
Normal file
@@ -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
content/publications/conference-paper/conference-paper.pdf
Normal file
BIN
content/publications/conference-paper/conference-paper.pdf
Normal file
Binary file not shown.
BIN
content/publications/conference-paper/featured.jpg
Normal file
BIN
content/publications/conference-paper/featured.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 305 KiB |
92
content/publications/conference-paper/index.md
Normal file
92
content/publications/conference-paper/index.md
Normal file
@@ -0,0 +1,92 @@
|
||||
---
|
||||
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:
|
||||
- admin
|
||||
- Robert Ford
|
||||
|
||||
# Author notes (optional)
|
||||
author_notes:
|
||||
- 'Equal contribution'
|
||||
- 'Equal contribution'
|
||||
|
||||
date: '2013-07-01T00:00:00Z'
|
||||
|
||||
# Schedule page publish date (NOT publication's date).
|
||||
publishDate: '2017-01-01T00:00:00Z'
|
||||
|
||||
# Publication type.
|
||||
# Accepts a single type but formatted as a YAML list (for Hugo requirements).
|
||||
# Enter a publication type from the CSL standard.
|
||||
publication_types: ['paper-conference']
|
||||
|
||||
# Publication name and optional abbreviated publication name.
|
||||
publication: In *Hugo Blox Builder Conference*
|
||||
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.
|
||||
|
||||
# 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:
|
||||
- Large Language Models
|
||||
|
||||
# Display this page in the Featured widget?
|
||||
featured: true
|
||||
|
||||
# Standard identifiers for auto-linking
|
||||
hugoblox:
|
||||
ids:
|
||||
doi: 10.5555/123456
|
||||
|
||||
# Custom links
|
||||
links:
|
||||
- type: pdf
|
||||
url: ""
|
||||
- type: code
|
||||
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||
- type: dataset
|
||||
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||
- type: slides
|
||||
url: https://www.slideshare.net/
|
||||
- type: source
|
||||
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||
- type: video
|
||||
url: https://youtube.com
|
||||
|
||||
# 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:
|
||||
- example
|
||||
|
||||
# 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: ""
|
||||
---
|
||||
|
||||
{{% callout note %}}
|
||||
Click the _Cite_ button above to demo the feature to enable visitors to import publication metadata into their reference management software.
|
||||
{{% /callout %}}
|
||||
|
||||
{{% 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://docs.hugoblox.com/content/writing-markdown-latex/).
|
||||
8
content/publications/journal-article/cite.bib
Normal file
8
content/publications/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
content/publications/journal-article/featured.jpg
Normal file
BIN
content/publications/journal-article/featured.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 209 KiB |
84
content/publications/journal-article/index.md
Normal file
84
content/publications/journal-article/index.md
Normal file
@@ -0,0 +1,84 @@
|
||||
---
|
||||
title: "An example journal article"
|
||||
authors:
|
||||
- admin
|
||||
- Robert Ford
|
||||
author_notes:
|
||||
- "Equal contribution"
|
||||
- "Equal contribution"
|
||||
date: "2015-09-01T00:00:00Z"
|
||||
|
||||
# Schedule page publish date (NOT publication's date).
|
||||
publishDate: "2017-01-01T00:00:00Z"
|
||||
|
||||
# Publication type.
|
||||
# Accepts a single type but formatted as a YAML list (for Hugo requirements).
|
||||
# Enter a publication type from the CSL standard.
|
||||
publication_types: ["article-journal"]
|
||||
|
||||
# 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
|
||||
|
||||
hugoblox:
|
||||
ids:
|
||||
arxiv: 1512.04133v1
|
||||
|
||||
links:
|
||||
- type: pdf
|
||||
url: http://arxiv.org/pdf/1512.04133v1
|
||||
- type: code
|
||||
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||
- type: dataset
|
||||
url: ""
|
||||
- type: poster
|
||||
url: ""
|
||||
- type: project
|
||||
url: ""
|
||||
- type: slides
|
||||
url: https://www.slideshare.net/
|
||||
- type: source
|
||||
url: ""
|
||||
- type: video
|
||||
url: ""
|
||||
|
||||
# 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: ""
|
||||
---
|
||||
|
||||
{{% callout note %}}
|
||||
Click the *Cite* button above to demo the feature to enable visitors to import publication metadata into their reference management software.
|
||||
{{% /callout %}}
|
||||
|
||||
{{% 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://docs.hugoblox.com/content/writing-markdown-latex/).
|
||||
BIN
content/publications/preprint/featured.jpg
Normal file
BIN
content/publications/preprint/featured.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 216 KiB |
82
content/publications/preprint/index.md
Normal file
82
content/publications/preprint/index.md
Normal file
@@ -0,0 +1,82 @@
|
||||
---
|
||||
title: "An example preprint / working paper"
|
||||
authors:
|
||||
- admin
|
||||
date: "2019-04-07T00:00:00Z"
|
||||
|
||||
# Schedule page publish date (NOT publication's date).
|
||||
publishDate: "2017-01-01T00:00:00Z"
|
||||
|
||||
# Publication type.
|
||||
# Accepts a single type but formatted as a YAML list (for Hugo requirements).
|
||||
# Enter a publication type from the CSL standard.
|
||||
publication_types: ["article"]
|
||||
|
||||
# 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:
|
||||
- Large Language Models
|
||||
|
||||
featured: true
|
||||
|
||||
hugoblox:
|
||||
ids:
|
||||
arxiv: 1512.04133v1
|
||||
|
||||
links:
|
||||
- type: preprint
|
||||
provider: arxiv
|
||||
id: 1512.04133v1
|
||||
- type: code
|
||||
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||
- type: slides
|
||||
url: https://www.slideshare.net/
|
||||
- type: dataset
|
||||
url: "#"
|
||||
- type: poster
|
||||
url: "#"
|
||||
- type: source
|
||||
url: "#"
|
||||
- type: video
|
||||
url: https://youtube.com
|
||||
- type: custom
|
||||
label: Custom Link
|
||||
url: http://example.org
|
||||
|
||||
# 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: ""
|
||||
---
|
||||
|
||||
This work is driven by the results in my [previous paper](/publications/conference-paper/) on LLMs.
|
||||
|
||||
{{% 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://docs.hugoblox.com/content/writing-markdown-latex/).
|
||||
Reference in New Issue
Block a user