Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ You have the power of Markdown, powered by Pandoc to let you do what you want.

> [!TIP]
> The way this page is structured is only a suggestion, and you are basically
> free to customise everything however you want. For the more advanced
> free to customise everything as you want. For the more advanced

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one seems fine as it was.

> customisation you might need to now very basic CSS and/or HTML, but that's it
> because we do not rely on any heavy machinery.

# Publications

This template provide JSON or Yaml parsers to handle data representing
This template provides JSON or YAML parsers to handle data representing
publications to put them in the nice following shape.

## Conference papers
Expand Down Expand Up @@ -86,7 +86,7 @@ publications to put them in the nice following shape.
## Journal papers

``` yaml {.paper}
title: Yet another yaml parser 3
title: Yet another YAML parser 3
authors: Templato Urnehm
awards:
- Yet another "Yet another" award
Expand All @@ -97,34 +97,34 @@ url: https://basicpage.github.io
files:
- text: Paper
type: pdf
scr: foo.pdf
src: foo.pdf
- text: Bibtex
type: bib
src: foo.bib
```

``` yaml {.papers}
papers:
- title: Yet another yaml parser 2
- title: Yet another YAML parser 2
authors: Templato Urnehm
venue: Proceedings of Nihilism
year: 2027
files:
- text: Paper
type: pdf
scr: foo.pdf
src: foo.pdf
- text: Bibtex
type: bib
src: foo.bib
- title: Yet another yaml parser
- title: Yet another YAML parser
authors: Templato Urnehm
awards: Yet another "Yet another" award
venue: Proceedings of Nihilism
year: 2025
files:
- text: Paper
type: pdf
scr: foo.pdf
src: foo.pdf
- text: Bibtex
type: bib
src: foo.bib
Expand Down