Skip to content

Commit 9fc2eb2

Browse files
committed
Add qplv list in the menu, other menu changes
1 parent 8427d6f commit 9fc2eb2

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

config/_default/menus.yaml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ main:
77
- name: About
88
url: about
99
weight: 05
10-
- name: Publications
10+
- name: Papers
1111
url: publication
1212
weight: 10
13-
- name: Authors
13+
- name: People
1414
url: authors
1515
weight: 20
1616
- name: Venues
@@ -22,12 +22,27 @@ main:
2222
- name: Posts
2323
url: post
2424
weight: 30
25-
- name: Retro
26-
url: retro/bbt.html
25+
- name: Variants
2726
weight: 40
27+
- name: BibLaTeX
28+
url: https://raw.githubusercontent.com/QuantumPL/bib/main/biblatex.bib
29+
weight: 1
30+
parent: Variants
31+
- name: BibTeX
32+
url: https://raw.githubusercontent.com/QuantumPL/bib/main/bbt.bib
33+
weight: 2
34+
parent: Variants
35+
- name: bibtex2html
36+
url: retro/bbt.html
37+
weight: 3
38+
parent: Variants
2839
- name: BibBase
2940
url: base
30-
weight: 50
41+
weight: 4
42+
parent: Variants
43+
- name: Mailing List
44+
url: https://lists.uchicago.edu/web/info/qplv
45+
weight: 60
3146
# - name: Contact
3247
# url: contact
3348
# weight: 60

content/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Welcome to **Quantum Programming Languages & Verification Bibliography** (aka _[
3737
This project was started by Kartik, a PhD student in Quantum PL, while attending his advisor [Robert Rand](https://rand.cs.uchicago.edu/)'s [seminar](https://ks.cs.uchicago.edu/qpl-bib/qpv.html) on the subject in Spring 2021. Contributions from the community are most welcome. See our [contributing guide](https://github.com/QuantumPL/bib/blob/main/CONTRIBUTING.md).
3838

3939
Other resources:
40-
- [A rendering](../retro/bbt.html) of this bib database using `bibtex2html` (linked in navigation menu as [Retro](../retro/bbt.html)).
40+
- [A rendering](../retro/bbt.html) of this bib database using `bibtex2html` (linked in navigation menu as [bibtex2html](../retro/bbt.html)).
4141
- [A rendering](../base) using [BibBase](https://bibbase.org/) (_NOTE: Some entries seem to be missing in this render._).
4242
- An [external bibliography](https://zxcalculus.com/publications.html) of [ZX-calculus](../tag/zx-calculus) publications.
4343

0 commit comments

Comments
 (0)