From a0b7f27e11667ede882bccb8d60a2640240c82c7 Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Wed, 20 Nov 2024 00:21:48 +0100 Subject: [PATCH 1/4] Fix broken github icon paths --- docs/assets/css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index d911bef1..be46846a 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -15,5 +15,5 @@ @import 'toc'; img.github-logo { - content: url(/docs/assets/img/github-mark.svg); + content: url({{ "/docs/assets/img/github-mark.svg" | relative_url }}); } \ No newline at end of file From 89314656457e8500d531a42c2d004fb056ce6f9c Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Wed, 20 Nov 2024 00:31:35 +0100 Subject: [PATCH 2/4] Fix rendering of bibtex code blocks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a8916361..f3fb3efc 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,7 @@ Nick Le Large  If you use arbitration graphs in your research, we would be pleased if you cite our work: +{% raw %} ```bibtex @misc{spieker2024ArbitrationGraphs, title={Better Safe Than Sorry: Enhancing Arbitration Graphs for Safe and Robust Autonomous Decision-Making}, @@ -339,3 +340,4 @@ If you use arbitration graphs in your research, we would be pleased if you cite doi = {10.1016/j.cogsys.2009.12.003}, } ``` +{% endraw %} From 908c63783a52cf193ee1f43b2878ddf771390286 Mon Sep 17 00:00:00 2001 From: Nick Le Large Date: Wed, 20 Nov 2024 09:16:14 +0100 Subject: [PATCH 3/4] Remove {% raw %} instruction and double braces in paper title --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f3fb3efc..f2548152 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,6 @@ Nick Le Large  If you use arbitration graphs in your research, we would be pleased if you cite our work: -{% raw %} ```bibtex @misc{spieker2024ArbitrationGraphs, title={Better Safe Than Sorry: Enhancing Arbitration Graphs for Safe and Robust Autonomous Decision-Making}, @@ -318,7 +317,7 @@ If you use arbitration graphs in your research, we would be pleased if you cite } @inproceedings{orzechowski2020ArbitrationGraphs, - title = {Decision-{{Making}} for {{Automated Vehicles Using}} a {{Hierarchical Behavior-Based Arbitration Scheme}}}, + title = {Decision-Making for Automated Vehicles Using a Hierarchical Behavior-Based Arbitration Scheme}, booktitle = {Intelligent {{Vehicles Symposium}}}, author = {Orzechowski, Piotr F. and Burger, Christoph and Lauer, Martin}, date = {2020-10}, @@ -340,4 +339,3 @@ If you use arbitration graphs in your research, we would be pleased if you cite doi = {10.1016/j.cogsys.2009.12.003}, } ``` -{% endraw %} From 2371ff72ad3dc6f1e6fdf252ca7d6b6dd6a9e320 Mon Sep 17 00:00:00 2001 From: Nick Le Large Date: Wed, 20 Nov 2024 09:41:00 +0100 Subject: [PATCH 4/4] Remove another pair of double curly braces. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2548152..90a85b5a 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ If you use arbitration graphs in your research, we would be pleased if you cite @inproceedings{orzechowski2020ArbitrationGraphs, title = {Decision-Making for Automated Vehicles Using a Hierarchical Behavior-Based Arbitration Scheme}, - booktitle = {Intelligent {{Vehicles Symposium}}}, + booktitle = {Intelligent Vehicles Symposium}, author = {Orzechowski, Piotr F. and Burger, Christoph and Lauer, Martin}, date = {2020-10}, pages = {767--774},