Static site migrated from web.enib.fr/~buche, new design (no build step, no framework).
- Copy every file in this folder into the root of your
cedricbuche/cedricbuche.github.iorepo (keep theassets/folder as-is). - Commit and push to the
main(ormaster) branch — GitHub Pages will serve it automatically. - Add your photo at
assets/img/buche_pepper.png(referenced fromcontact.html; the page degrades gracefully if it's missing).
index.html— home / bio / positions / degreesresearch.html— research statement + 16 project write-upspublications.html— full bibliography (117 entries), rendered fromassets/publications-data.js, filterable by categorysupervision.html— PhD / postdoc / engineer / master supervision, in progress & completedgrants.html— grants and industrial contractscollaboration.html— international collaborations by countryteaching.html— courses taughtrobobreizh.html— links out to the RoboBreizh team sitecontact.html— email, LinkedIn, CV links, photoassets/style.css— shared design system (see below)assets/main.js— mobile nav toggle, active-link highlighting, publication filter
- To add/edit a publication, edit the
PUBLICATIONSarray inassets/publications-data.js— each entry is a plain object (cat,y,a,t,v,b,l). No rebuild needed. - Everything else is plain HTML; each page repeats the same nav block at the top — update all pages if you add/rename a nav item.
The look is a "field notebook of a robotics lab": graph-paper background, ink-navy type, a teal/amber accent pair, Fraunces for headings, Inter for body text, IBM Plex Mono for data (years, ranks, venues). The homepage hero includes a small SVG diagram of the three research pillars (learning / anticipating / human-in-the-loop) converging on "adaptive behaviour" — a nod to how the research overview itself is described. Colors and type are defined as CSS custom properties at the top of assets/style.css if you want to retheme.