From 0483b22f2b692980ecfad1b2489bd6d62901f898 Mon Sep 17 00:00:00 2001 From: sina-mansour Date: Fri, 26 Apr 2024 14:12:47 +0800 Subject: [PATCH] updated schedule --- Gemfile | 1 + Gemfile.lock | 4 +- _includes/aside.html | 2 +- _includes/plan.html | 127 ++++++++++++++++++++++++++++++++++++++++++- _sass/_base.scss | 60 ++++++++++++++++++++ 5 files changed, 190 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c268a57..1b94a19 100644 --- a/Gemfile +++ b/Gemfile @@ -6,3 +6,4 @@ gem "github-pages", group: :jekyll_plugins gem "bourbon" gem "jekyll" gem "jemoji" +gem "webrick" diff --git a/Gemfile.lock b/Gemfile.lock index f3d30d3..b149490 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,6 +262,7 @@ GEM unf_ext unf_ext (0.0.9.1) unicode-display_width (1.8.0) + webrick (1.8.1) PLATFORMS x86_64-linux @@ -271,6 +272,7 @@ DEPENDENCIES github-pages jekyll jemoji + webrick BUNDLED WITH - 2.2.4 + 2.5.7 diff --git a/_includes/aside.html b/_includes/aside.html index be0f0f2..6646bfa 100644 --- a/_includes/aside.html +++ b/_includes/aside.html @@ -7,7 +7,7 @@

&mdas


-


Fire Up Your Tweets!
#OHBM_Brainhack_2024

+


Fire Up Your Tweets!
#OHBM_Brainhack_2024

diff --git a/_includes/plan.html b/_includes/plan.html index 51e3135..b8a56d7 100644 --- a/_includes/plan.html +++ b/_includes/plan.html @@ -1,4 +1,4 @@ -
+
@@ -6,7 +6,130 @@

On-site schedule


Join us for BrainHack 2024 in the vibrant city of Seoul, South Korea, from June 20th to 22nd. Experience a collaborative and innovative atmosphere as we explore the frontiers of open science and brain research.

-

Stay tuned for the detailed schedule...

+
+
+

Schedule Overview

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Time
(UTC+9)
Day 1
(June 20th)
Day 2
(June 21st)
Day 3
(June 22nd)
08:00 - 08:30Check-in & breakfastBreakfast & mingleBreakfast & mingle
08:30 - 09:00
09:00 - 09:30Welcome & intro talkTalksTalks
09:30 - 10:00Project pitchesUnconferenceUnconference
10:00 - 10:30Coffee breakCoffee break
10:30 - 11:00Coffee breakHacktrack
(Brain) hacking
Traintrack
(Live) tutorials
Hacktrack
(Brain) hacking
Traintrack
(Live) tutorials
11:00 - 11:30Hacktrack
(Brain) hacking
Traintrack
(Live) tutorials
11:30 - 12:00
12:00 - 12:30Lunch breakLunch breakLunch break
12:30 - 13:00
13:00 - 13:30Hacktrack
(Brain) hacking
Traintrack
(Live) tutorials
Hacktrack
(Brain) hacking
Traintrack
(Live) tutorials
Hacktrack
(Brain) hacking
Traintrack
(Live) tutorials
13:30 - 14:00
14:00 - 14:30
14:30 - 15:00Coffee breakCoffee breakCoffee break
15:00 - 15:30Hacktrack
(Brain) hacking
Traintrack
(Live) tutorials
Hacktrack
(Brain) hacking
Traintrack
(Live) tutorials
Hacktrack
(Brain) hacking
Traintrack
(Live) tutorials
15:30 - 16:00
16:00 - 16:30
16:30 - 17:00Project progress reports
17:00 - 17:30TalksTalks
17:30 - 18:00UnconferenceUnconference
18:00 - 18:30Day 1 wrap-upDay 2 wrap-upClosing remarks
+
diff --git a/_sass/_base.scss b/_sass/_base.scss index e653b98..e929079 100755 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -375,3 +375,63 @@ body { object-fit: cover; } } + +.navbar-toggle { + margin: 15px; + padding: 12px; +} + +#schedule table { + font-family: 'Noto Sans', sans-serif; +} + +#schedule td, +#schedule th { + vertical-align: middle; + transition: font-weight 0.5s ease; + &:hover { + font-weight: 700; + } +} + +#schedule th { + background: linear-gradient(to bottom, #DDD 0%, #EFEFEF 10%, #EFEFEF 50%, #EFEFEF 90%, #DDD 100%); + background-color: #EFEFEF; +} + +#schedule .timerange { + font-style: italic; + color: #666; + background: linear-gradient(to bottom, #DDD 0%, #EEE 10%, #EEE 50%, #EEE 90%, #DDD 100%); + background-color: #EEE; +} + +#schedule .starting { + font-weight: 500; + background: linear-gradient(to bottom, #DDD 0%, #FFC9E2 10%, #FFC9E2 50%, #FFC9E2 90%, #DDD 100%); + background-color: #FFC9E2; +} + +#schedule .break { + font-weight: 500; + background: linear-gradient(to bottom, #DDD 0%, #CEFFCF 10%, #CEFFCF 50%, #CEFFCF 90%, #DDD 100%); + background-color: #CEFFCF; +} + +#schedule .presentation { + font-weight: 500; + background: linear-gradient(to bottom, #DDD 0%, #B1FFF3 10%, #B1FFF3 50%, #B1FFF3 90%, #DDD 100%); + background-color: #B1FFF3; +} + +#schedule .hack { + font-weight: 500; + background: linear-gradient(to bottom, #DDD 0%, #B3D0FE 10%, #B3D0FE 50%, #B3D0FE 90%, #DDD 100%); + background-color: #B3D0FE; +} + +#schedule .train { + font-weight: 500; + background: linear-gradient(to bottom, #DDD 0%, #DDB4FF 10%, #DDB4FF 50%, #DDB4FF 90%, #DDD 100%); + background-color: #DDB4FF; +}