Add coauthors and remove pages from nav

This commit is contained in:
Florent Guiotte 2023-02-02 17:45:51 +02:00
parent a56ef0a1ae
commit 88ebaae164
9 changed files with 36 additions and 50 deletions

View File

@ -71,7 +71,7 @@
@article{GuiotteInteractive2020,
title = {Interactive {{Digital Terrain Model Analysis}} in {{Attribute Space}}},
author = {Guiotte, F. and Etaix, G. and Lefèvre, S. and Corpetti, T.},
author = {Guiotte, Florent and Etaix, Geoffroy and Lefèvre, Sébastien and Corpetti, Thomas},
date = {2020},
journaltitle = {International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
shortjournal = {ISPRS},
@ -105,7 +105,7 @@
@article{GuiotteRelation2020,
title = {Relation {{Network}} for {{Full-waveforms LiDAR Classification}}},
author = {Guiotte, F. and Rao, M. B. and Lefèvre, S. and Tang, P. and Corpetti, T.},
author = {Guiotte, Florent and Rao, Mengbin and Lefèvre, Sébastien and Tang, Ping and Corpetti, Thomas},
date = {2020},
journaltitle = {International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences},
shortjournal = {ISPRS},

View File

@ -46,7 +46,7 @@ rss_icon: false
# -----------------------------------------------------------------------------
navbar_fixed: true
footer_fixed: false
footer_fixed: true
# Dimensions
max_width: 800px
@ -113,7 +113,7 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# -----------------------------------------------------------------------------
blog_name: al-folio # blog_name will be displayed in your blog page
blog_nav_title: blog # your blog must have a title for it to be displayed in the nav bar
blog_nav_title: # your blog must have a title for it to be displayed in the nav bar
blog_description: a simple whitespace theme for academics
permalink: /blog/:year/:title/

View File

@ -1,34 +1,23 @@
"Adams":
- firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams
"":
- firstname: ["Hoàng-Ân"]
url: https://lhoangan.github.io/
"Podolsky":
- firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
url: https://en.wikipedia.org/wiki/Boris_Podolsky
"Lefèvre":
- firstname: ["Sébastien"]
url: https://people.irisa.fr/Sebastien.Lefevre/
"Rosen":
- firstname: ["Nathan", "N."]
url: https://en.wikipedia.org/wiki/Nathan_Rosen
"Corpetti":
- firstname: ["Thomas"]
url: https://tcorpetti.github.io/
"Bach":
- firstname: ["Johann Sebastian", "J. S."]
url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach
"Maia":
- firstname: ["Deise Santana"]
url: https://perso.esiee.fr/~santanad/index.html
- firstname: ["Carl Philipp Emanuel", "C. P. E."]
url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach
"Pham":
- firstname: ["Minh-Tan"]
url: https://sites.google.com/site/mtanpham89/
"Przibram":
- firstname: ["Karl"]
url: https://link.springer.com/article/10.1007/s00016-019-00242-z
"Schrödinger":
- firstname: ["Erwin"]
url: https://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger
"Lorentz":
- firstname: ["Hendrik Antoon"]
url: https://en.wikipedia.org/wiki/Hendrik_Lorentz
"Planck":
- firstname: ["Max"]
url: https://en.wikipedia.org/wiki/Max_Planck
"Rao":
- firstname: ["Mengbin"]
url: https://www.researchgate.net/profile/Rao-Mengbin

View File

@ -1,12 +1,5 @@
github_users:
- torvalds
- alshedivat
- fguiotte
github_repos:
- alshedivat/al-folio
- twbs/bootstrap
- jekyll/jekyll
- jquery/jquery
- FortAwesome/Font-Awesome
- jpswalsh/academicons
- mathjax/MathJax
- fguiotte/sap

View File

@ -13,13 +13,17 @@ profile:
<p>123 your address street</p>
<p>Your City, State 12345</p>
news: true # includes a list of news items
selected_papers: true # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
news: false # includes a list of news items
selected_papers: false # includes a list of papers marked as "selected={true}"
social: false # includes social icons at the bottom of the page
---
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
I worked at [L'Avion Jaune][aj].
Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
[aj]: https://lavionjaune.com/

View File

@ -1,7 +1,7 @@
---
layout: page
title: submenus
nav: true
nav: false
nav_order: 6
dropdown: true
children:

View File

@ -3,7 +3,7 @@ layout: page
title: projects
permalink: /projects/
description: A growing collection of your cool projects.
nav: true
nav: false
nav_order: 2
display_categories: [work, fun]
horizontal: false

View File

@ -3,7 +3,7 @@ layout: page
permalink: /repositories/
title: repositories
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
nav: true
nav: false
nav_order: 3
---

View File

@ -3,7 +3,7 @@ layout: page
permalink: /teaching/
title: teaching
description: Materials for courses you taught. Replace this text with your description.
nav: true
nav: false
nav_order: 5
---