Skip to content

Commit

Permalink
Updated schedule; Replaced NASA stream with "No Signal" placeholder; …
Browse files Browse the repository at this point in the history
…Removed Green-Cola from sponsors
  • Loading branch information
tdiam committed Mar 23, 2018
1 parent 7206c6e commit 979efe6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 43 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function index(Request $request) {

$speakers = $query->get()->sortByAppearance();
$now = date("Y-m-d H:i");
$isToday = $request->testLive == "yes" || ($now >= "2018-03-24 10:30" && $now <= "2018-03-24 23:59");
$isToday = $request->testLive == "yes" || ($now >= "2018-03-24 11:15" && $now <= "2018-03-24 23:59");

$isPjax = $request->header('X-PJAX');
if ($isPjax) {
Expand Down
31 changes: 6 additions & 25 deletions database/seeds/GeneralEventsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,8 @@ public function run() {
'el' => 'Emergence (11:30-13:00)'
],
'subtitle' => [
'en' => 'The big bang. A moment of randomness leading to the beginning of everything. A new world emerges.',
'el' => 'Η μεγάλη έκρηξη. Μια στιγμή τυχαιότητας που οδηγεί στην αρχή των πάντων. Ένας νέος κόσμος αναδύεται.'
],
]),

App\Schedule::updateOrCreate(['sid' => 'welcome'], [
'hour' => '11:45',
'visible' => true,
'img_src' => '/images/schedule/welcome.png',
'type' => 'general',
'event_title' => [
'en' => 'Welcome speeches',
'el' => 'Καλωσόρισμα'
],
'event_prev' => [
'en' => 'Addresses by the NTUA Rector I. Golias, by Th. Varvarigou and our TEDxNTUA 2018 curator (11:45-12:00)',
'el' => 'Προσφωνήσεις από τον Πρύτανη του ΕΜΠ Ι. Γκόλια, τη Θ. Βαρβαρίγου και τον curator μας για το TEDxNTUA 2018 (11:45-12:00)'
],
'subtitle' => [
'en' => 'The NTUA Rector, Ioannis Golias, the TEDxNTUA academic coordinator, Theodora Varvarigou, and the TEDxNTUA 2018 curator, Vasilis Katsadonis, **welcome** the participants of the event.',
'el' => 'Ο Πρύτανης του ΕΜΠ Ιωάννης Γκόλιας, η Ακαδημαϊκή Υπεύθυνη του TEDxNTUA Θεοδώρα Βαρβαρίγου και ο curator του TEDxNTUA 2018 Βασίλης Κατσαντώνης **καλωσορίζουν** το κοινό της εκδήλωσης.'
'en' => 'The **big bang**. A moment of randomness leading to the beginning of everything. A new world emerges.',
'el' => 'Η **μεγάλη έκρηξη**. Μια στιγμή τυχαιότητας που οδηγεί στην αρχή των πάντων. Ένας νέος κόσμος αναδύεται.'
],
]),

Expand Down Expand Up @@ -99,8 +80,8 @@ public function run() {
'el' => 'Divergence (15:00-17:00)'
],
'subtitle' => [
'en' => 'Evolution at its very best. Change after change, through divergence and contrast, here comes the cosmos as we know it.',
'el' => 'Η εξέλιξη στο αποκορύφωμά της. Αλλαγή με την αλλαγή, μέσα από τις αποκλίσεις και τις αντιθέσεις, προκύπτει ο κόσμος όπως τον ξέρουμε.'
'en' => 'Evolution at its very best. Change after change, through **divergence** and **contrast**, here comes the cosmos as we know it.',
'el' => 'Η εξέλιξη στο αποκορύφωμά της. Αλλαγή με την αλλαγή, μέσα από τις **αποκλίσεις** και τις **αντιθέσεις**, προκύπτει ο κόσμος όπως τον ξέρουμε.'
],
]),

Expand Down Expand Up @@ -137,8 +118,8 @@ public function run() {
'el' => 'Convergence (18:00-20:00)'
],
'subtitle' => [
'en' => 'The end of an era or the beginning of a new one. The bittersweet taste, as the universe slowly converges to the very first state where it started from.',
'el' => 'Το τέλος μιας εποχής ή το ξεκίνημα μίας καινούριας. Η γλυκόπικρη γεύση, καθώς το σύμπαν συγκλίνει αργά στην πρώτη κατάσταση από την οποία ξεκίνησε.'
'en' => 'The end of an era or the beginning of a new one. The **bittersweet** taste, as the universe slowly converges to the **very first state** where it started from.',
'el' => 'Το τέλος μιας εποχής ή το ξεκίνημα μίας καινούριας. Η **γλυκόπικρη** γεύση, καθώς το σύμπαν συγκλίνει αργά στην **πρώτη κατάσταση** από την οποία ξεκίνησε.'
],
]),

Expand Down
6 changes: 3 additions & 3 deletions database/seeds/SpeakersSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function run() {
],
'occupation' => [
'en' => 'Principal Urban Planner – Co-founder of UNStudio',
'el' => 'Principal Urban Planner – Συνιδρύτρια του UNStudio'
'el' => 'Αστική Σχεδιάστρια – Συνιδρύτρια του UNStudio'
],
'quote' => [
'en' => 'The key to future-proofing our cities does not lie in big data itself, but in the people who generate this data in the first place.',
Expand Down Expand Up @@ -311,8 +311,8 @@ public function run() {

App\Speaker::updateOrCreate(['sid' => 'lc-architects'], [
'name' => [
'en' => 'LC Architects',
'el' => 'LC Architects'
'en' => 'Lianou Chalvatzis Architects',
'el' => 'Lianou Chalvatzis Architects'
],
'occupation' => [
'en' => 'Architects',
Expand Down
7 changes: 6 additions & 1 deletion database/seeds/WorkshopsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,12 @@ public function run() {
],
'subtitle' => [
'en' => '',
'el' => ''
'el' => '
Το χάος είναι μια έννοια κάπως αφηρημένη και μη εύκολα προσδιορίσιμη και μετρήσιμη. Το μαθηματικό χάος είναι αυστηρά ορισμένο και με πλούσια έρευνα τα τελευταία χρόνια. Όμως από την άλλη πλευρά, συναντάται μέσα στην καθημερινότητα μας, αλλά και σε πολύπλοκα δυναμικά συστήματα όπως το ηλιακό σύστημα και σε μοντέλα δημιουργίας τους σύμπαντος.
Στην παρούσα ομιλία θα κάνουμε ένα ταξίδι στην αστροφυσική, με παραδείγματα χάους από το σύμπαν και το ηλιακό μας σύστημα. Και αφού ορίσουμε το χάος ως έννοια, θα επιχειρήσουμε να συνδέσουμε το χάος που συναντούμε στην αστροφυσική με το χάος που επικρατεί στην καθημερινότητα μας και σε χαοτικές συμπεριφορές που συναντούμε στην ζωή μας. Οι νόμοι που διέπουν το σύμπαν, ορίζουν και τον μικρόκοσμο που ζει ο καθένας μας.
Στο τέλος αυτού του ταξιδιού θα έχουμε την ευκαιρία να συζητήσουμε πως η αποδοχή αυτού του φυσικού και τόσο φυσιολογικού φαινομένου μπορεί να μας βοηθήσει στην ζωή μας και να την βελτιώσει.'
],
]),

Expand Down
2 changes: 1 addition & 1 deletion resources/views/home.twig
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<h2 class="mt-3">{{ trans('general.home.live.wearelive') }}</h2>
<div class="liveInfo"></div>
<div class="live-container embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" id="live" src="https://www.youtube.com/embed/P11y8N22Rq0?ecver=1&autoplay=1" allow="encrypted-media" allowfullscreen></iframe>
<iframe class="embed-responsive-item" id="live" src="https://www.youtube.com/embed/XqAX-xIFomw?ecver=1&autoplay=1" allow="encrypted-media" allowfullscreen></iframe>
<button type="button" class="close" aria-label="Close">
<i class="fa fa-times-circle" aria-hidden="true"></i>
</button>
Expand Down
20 changes: 8 additions & 12 deletions resources/views/sponsors.twig
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@
<a href="http://www.klidarithmos.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_klidarithmos.png') }}" srcset="{{ asset('images/sponsors/small/small_klidarithmos.png') }} 576w, {{ asset('images/sponsors/large/large_klidarithmos.png') }} 960w" alt="Κλειδάριθμος"></a>
</div>

<div class="col col-6 col-lg-2">
<a href="https://www.green-cola.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_green_cola.png') }}" srcset="{{ asset('images/sponsors/small/small_green_cola.png') }} 576w, {{ asset('images/sponsors/large/large_green_cola.png') }} 960w" alt="Green Cola"></a>
</div>

<div class="col col-6 col-lg-2">
<a href="https://www.e-food.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_efood.png') }}" srcset="{{ asset('images/sponsors/small/small_efood.png') }} 576w, {{ asset('images/sponsors/large/large_efood.png') }} 960w" alt="efood"></a>
</div>
Expand All @@ -164,14 +160,14 @@
<div class="col col-6 col-lg-2">
<a href="https://nissos.beer/{{ getLocale() }}/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_nissos.png') }}" srcset="{{ asset('images/sponsors/small/small_nissos.png') }} 576w, {{ asset('images/sponsors/large/large_nissos.png') }} 960w" alt="Νήσος"></a>
</div>

</div>

<div class="row vertical-align">

<div class="col col-6 col-lg-2">
<a href="https://www.ben-jerry.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_ben_jerry.png') }}" srcset="{{ asset('images/sponsors/small/small_ben_jerry.png') }} 576w, {{ asset('images/sponsors/large/large_ben_jerry.png') }} 960w" alt="ben_jerry"></a>
</div>

</div>

<div class="row vertical-align">

<div class="col col-6 col-lg-2">
<a href="https://www.lavdas.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_lavdas.png') }}" srcset="{{ asset('images/sponsors/small/small_lavdas.png') }} 576w, {{ asset('images/sponsors/large/large_lavdas.png') }} 960w" alt="lavdas"></a>
Expand All @@ -193,14 +189,14 @@
<a href="https://www.plaisio.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_plaisio.png') }}" srcset="{{ asset('images/sponsors/small/small_plaisio.png') }} 576w, {{ asset('images/sponsors/large/large_plaisio.png') }} 960w" alt="Πλαίσιο"></a>
</div>

</div>

<div class="row vertical-align">

<div class="col col-6 col-lg-2">
<a href="https://www.lacta.gr/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_lacta.png') }}" srcset="{{ asset('images/sponsors/small/small_lacta.png') }} 576w, {{ asset('images/sponsors/large/large_lacta.png') }} 960w" alt="Lacta"></a>
</div>

</div>

<div class="row vertical-align">

<div class="col col-6 col-lg-2">
<a href="http://www.tridentgum.com/" target="_blank"><img class="img-fluid grid-image hover-zoom" src="{{ asset('images/sponsors/small/small_trident.png') }}" srcset="{{ asset('images/sponsors/small/small_trident.png') }} 576w, {{ asset('images/sponsors/large/large_trident.png') }} 960w" alt="Trident"></a>
</div>
Expand Down

0 comments on commit 979efe6

Please sign in to comment.