diff --git a/_data/agenda.yml b/_data/agenda.yml index 46db196..3dde9ba 100644 --- a/_data/agenda.yml +++ b/_data/agenda.yml @@ -1,13 +1,13 @@ saturday1: - title: "Introducing NeuroLibre" - time: 10h-12h + time: 9h30m-12h place: Amphithéâtre Le Groupe Maurice du CRIUGM image: intro_neuro.png - text: 🟢 Strategic Roadmap - Past and present
🟢 NeuroLibre Federation
🟢 Governance and partnerships + text: 🟢 Welcome 9:30-9:45
Pierre Lune Bellec and Patrick Bermudez
🟢 Creating NeuroLibre 9:45-10:30 Agah Karakuzu, Elizabeth DuPre, and Samir Das
🟠 Coffee Break 9:45-10:30 - title: "Break" time: 12h-13h place: Amphithéâtre Le Groupe Maurice du CRIUGM - image: food_neuro.png + image: coffee_break.png text: "" - title: "Reproducible Publishing" time: 13h-15h @@ -23,4 +23,9 @@ saturday1: time: 16h-17h place: Amphithéâtre Le Groupe Maurice du CRIUGM image: meet_neuro.png + text: 🟢 Open floor + - title: "Reception" + time: 16h-17h + place: Amphithéâtre Le Groupe Maurice du CRIUGM + image: reception.png text: 🟢 Open floor \ No newline at end of file diff --git a/img/coffee_break.png b/img/coffee_break.png new file mode 100644 index 0000000..8badb8a Binary files /dev/null and b/img/coffee_break.png differ diff --git a/img/reception.png b/img/reception.png new file mode 100644 index 0000000..c70451b Binary files /dev/null and b/img/reception.png differ diff --git a/stylesheets/css/base.css b/stylesheets/css/base.css index adf7666..73b1e4b 100644 --- a/stylesheets/css/base.css +++ b/stylesheets/css/base.css @@ -377,4 +377,20 @@ span.lineno { @media only screen and (min-width: 768px) and (max-width: 950px) { #intro {background-size: contain; height: 600px;} - } \ No newline at end of file + } + +.speaker-random { + font-size: medium; + font-style: italic; + color: aliceblue; +} + +.title-random { + font-style: bold; + color: limegreen; +} + +.break-random { + font-style: bold; + color: orange; +} \ No newline at end of file