update using new hugo-book theme
This commit is contained in:
parent
b99df0c7b7
commit
3f3eaa6106
6 changed files with 33 additions and 19 deletions
33
config.toml
33
config.toml
|
@ -1,21 +1,24 @@
|
|||
baseURL = "https://lesurpaul.fr/"
|
||||
languageCode = "en-us"
|
||||
title = "Paul Lesur"
|
||||
theme = "xmin"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
name = "Publications"
|
||||
url = "/publications/"
|
||||
weight = 3
|
||||
title = "Paul Lesur blog 🐧"
|
||||
theme = "hugo-book"
|
||||
|
||||
#[menu]
|
||||
# [nav]
|
||||
# name = "Home"
|
||||
# url = "/"
|
||||
# weight = 1
|
||||
##[[menu.main]]
|
||||
## name = "About"
|
||||
## url = "/about/"
|
||||
## weight = 2
|
||||
#[[menu.main]]
|
||||
# name = "Publications"
|
||||
# url = "/publications/"
|
||||
# weight = 3
|
||||
##
|
||||
[params]
|
||||
description = ":)"
|
||||
footer = "[Paul Lesur](https://lesurpaul.fr) | [Github](https://github.com/lesurp)"
|
||||
BookSection = "*"
|
||||
BookTheme = "auto"
|
||||
|
|
11
content/publications/_index.md
Normal file
11
content/publications/_index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Publications
|
||||
---
|
||||
|
||||
This lists all the publications I wrote *or only contributed to*. I am *not* the
|
||||
first author of all the papers listed below :)
|
||||
|
||||
* [Online Multi-Agent Path Planning in Runaway Scenarios](sgmapf)
|
||||
* [SLAM in the Field: An Evaluation of Monocular Mapping and Localization on Challenging Dynamic Agricultural Environment](slam_in_the_field)
|
||||
* [Deep Multi-State Object Pose Estimation for Augmented Reality Assembly](deep_multistate_object_pose_estimation)
|
||||
* [SlamCraft](slamcraft)
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Deep Multi-State Object Pose Estimation for Augmented Reality Assembly
|
||||
author: Su, Yongzhi & Rambach, Jason & Minaskan, Nareg & Lesur, Paul & Pagani, Alain & Stricker, Didier
|
||||
date: '2019-08'
|
||||
date: '2019-08-01'
|
||||
publications:
|
||||
- deep_multistate_object_pose_estimation
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Online Multi-Agent Path Planning in Runaway Scenarios
|
||||
author: Lesur, Paul & Bajcinca, Naim
|
||||
date: '2022-09'
|
||||
date: '2022-09-01'
|
||||
publications:
|
||||
- sgmapf
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 'SLAM in the Field: An Evaluation of Monocular Mapping and Localization on Challenging Dynamic Agricultural Environment'
|
||||
author: Shu, Fangwen & Lesur, Paul & Xie, Yaxu & Pagani, Alain & Stricker, Didier
|
||||
date: '2021-01'
|
||||
date: '2021-01-01'
|
||||
publications:
|
||||
- slam_in_the_field
|
||||
---
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: SlamCraft
|
||||
author: Rambach, Jason & Lesur, Paul & Pagani, Alain & Stricker, Didier
|
||||
date: '2019-03'
|
||||
date: '2019-03-01'
|
||||
publications:
|
||||
- slamcraft
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue