Skip to content

Commit

Permalink
First go at the new programme
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Apr 15, 2024
1 parent 00985ac commit 5b557af
Show file tree
Hide file tree
Showing 9 changed files with 2,439 additions and 0 deletions.
2,171 changes: 2,171 additions & 0 deletions _data/ome2024.json

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions _includes/ome2024_program_agenda.html
@@ -0,0 +1,110 @@
<hr class="invisible">
<div class="row column text-center">
<h2>{{ event.name }}</h2>
<p class="subheader">{{ event.description }}</p>
</div>
<hr>
<hr class="invisible">

<div class="row column text-center">
<h5>Please Note</h5>
<p>
This schedule is subject to change and will be updated periodically.<br/>
The schedule will include pre-recorded videos organised by topic followed by group discussions.
</p>
</div>

<div class="row column text-center">
<h4>Schedule</h4>
<p>
The content will repeated over two sessions to accomodate our
community across timezones.<br/>
All times are in UK - British Summer Time (UTC+1). Click on the
times to the left of each event for your timezone.
</p>
</div>

{% assign thesize = event.performer.size %}
{% if thesize > 1 %}
<h4 class="row column text-center">Speakers</h4>
{% else %}
<h4 class="row column text-center">Keynote Speaker</h4>
{% endif %}
{% for speaker in event.performer %}
<div class="row small-up-1 medium-up-2 text-center consortium-list">
<a target="_blank" href="{{ speaker.sameAs }}">
{{ speaker.givenName }} {{ speaker.additionalName }} {{ speaker.familyName }}
</a>
<span class="institution">{{ speaker.affiliation.name }}</span>
</div>
{% endfor %}
</p>

<div class="row column text-center">
<h4>Video Talks</h4>
<p>Please find time to watch the videos <strong>before</strong> the corresponding discussion on each topic.</p>
<div class="medium-12 columns">
<div class="row align-right">
{% for workFeatured in event.workFeatured %}
<div class="medium-6 columns">
<div class="flex-video">
<iframe width="420" height="315" src="{{ workFeatured.embedUrl }}" frameborder="0" allowfullscreen></iframe>
</div>
<p class="text-center"><span class="bold"> {{ workFeatured.name }}</span></p>
</div>
{% endfor %}
</div>
</div>
</div>

{% for session in event.subEvent %}
<div class="row column text-center">
<h5>{{ session.name }}</h5>
<p>{{ session.description }}</p>
</div>
<div class="row align-right">
{% for subevent in session.subEvent %}
<div class="medium-2 medium-offset-2 columns bold"><i class="fa fa-clock-o"></i>
<a href="https://www.timeanddate.com/worldclock/fixedtime.html?p1=3903&iso={{ subevent.startDate | date: "%Y-%m-%dT%H:%M:%S" }}">
{{ subevent.startDate | date: "%H:%M" }} - {{ subevent.endDate | date: "%H:%M" }} UTC+1
</a>
</div>
<div class="medium-8 columns">
<a name="{{ subevent.name }}"></a>
<h5>
{% unless subevent.location.url == "TBD"%}<a href="{{ subevent.location.url}}" target="_blank">{% endunless %}
{{ subevent.name }}
{% unless subevent.location.url == "TBD"%}(opens a new page) </a>{% endunless %}
</h5>
<p>
{% if subevent.description %}{{ subevent.description }}<br/>{% endif %}
{% for performer in subevent.performer %}{{ performer.givenName }} {{ performer.additionalName }} {{ performer.familyName }}, <span class="ome-green italic">{{ performer.affiliation.name }}</span><br/>{% endfor %}
</p>
<ul text-align="left">
{% for evt in subevent.subEvent %}
<li>
<h5>{{ evt.name }}</h5>
<p>
{% if evt.description %}{{ evt.description }}<br/>{% endif %}
{% for performer in evt.performer %}{{ performer.givenName }} {{ performer.additionalName }} {{ performer.familyName }}, <span class="ome-green italic">{{ performer.affiliation.name }}</span><br/>{% endfor %}
</p>
{% if evt.workFeatured %}
<div class="flex-video">
<iframe width="560" height="315" src="{{ evt.workFeatured.embedUrl }}" frameborder="0" allowfullscreen></iframe>
</div>
{% endif %}
</li>
{% endfor %}
</ul>
{% if subevent.workFeatured %}
<div class="flex-video">
<iframe width="560" height="315" src="{{ subevent.workFeatured.embedUrl }}" frameborder="0" allowfullscreen></iframe>
</div>
{% endif %}
</div>



{% endfor %}
</div>
{% endfor %}
32 changes: 32 additions & 0 deletions _layouts/ome-community-meeting-program-2024.html
@@ -0,0 +1,32 @@
---
layout: default
meta_description: The OME 2021 Community Meeting will be held remotely from June 7th to June 11th 2021. We will discuss RDM, !
---

<!-- begin banner announcement -->
<section class="announcement bg-ome-red">
<span></span>
</section>
<!-- end banner announcement -->

<header class="header" id="bg-hero-ome-community-meeting-2021-agenda">
<h1>OME 2024 Community Meeting</h1>
<p class="bold ome-navy text-shadow-light">Open data, advanced imaging data applications, and more</p>
<p><span class="large button sites-button btn-red margin-right">Recordings available</span></p>
<ul class="header-subnav bg-ome-navy">
<li class="{{ page.nav-overview }}"><a href="{{ site.baseurl }}/events/ome-community-meeting-2024/">Overview</a></li>
<li class="{{ page.nav-day1 }}"><a href="{{ site.baseurl }}/events/ome-community-meeting-2024/day1/">Day 1 <span class="hide-for-small-only">- Wed May 29</span></a></li>
<!-- <li class="{{ page.nav-day2 }}"><a href="{{ site.baseurl }}/events/ome-community-meeting-2024/day2/">Day 2 <span class="hide-for-small-only">- Thu May 30</span></a></li>
<li class="{{ page.nav-day3 }}"><a href="{{ site.baseurl }}/events/ome-community-meeting-2024/day3/">Day 3 <span class="hide-for-small-only">- Fri May 31</span></a></li> -->
<!-- <li class="{{ page.nav-day4 }}"><a href="{{ site.baseurl }}/events/ome-community-meeting-2021/day4/">Day 4 <span class="hide-for-small-only">- Fri June 11</span></a></li> -->
</ul>
</header>

<hr class="invisible">
<div class="text-center">
<a id="back-to-top" href="{{ site.baseurl }}/events/"><i class="fa fa-arrow-left"></i> back to Events</a>
</div>

{{ content }}

<hr class="whitespace">
6 changes: 6 additions & 0 deletions events/index.html
Expand Up @@ -9,6 +9,12 @@
<!-- begin Events -->
<hr class="whitespace">
<div id="community-posts" class="row">
<div class="small-12 medium-8 medium-offset-2 columns">
<h6><i class="fa fa-calendar"></i> May 29-31, 2024</h6>
<h2><a href="ome-community-meeting-2024">OME 2024 Community Meeting</a></h2>
<p class="card-caption">The OME 2024 Community Meeting will be held in-person from 29-31st of May 2024.</p>
</div>
<hr class="medium-8">
<div class="small-12 medium-8 medium-offset-2 columns">
<h6><i class="fa fa-calendar"></i> March 7-8 2024</h6>
<h2><a href="workshops-ugm-march-2024.html">OMERO basic and advanced Workshops, University Gadjah Mada</a></h2>
Expand Down
9 changes: 9 additions & 0 deletions events/ome-community-meeting-2024/day1/index.html
@@ -0,0 +1,9 @@
---
layout: ome-community-meeting-program-2024
nav-day1: active
title: OME 2024 Day 1
subheader: TBD
---
{% assign event=site.data.ome2024.subEvent[0] %}

{% include ome2024_program_agenda.html %}
11 changes: 11 additions & 0 deletions events/ome-community-meeting-2024/day2/index.html
@@ -0,0 +1,11 @@
---
layout: ome-community-meeting-program-2024
nav-day2: active
title: OME 2021 Day 2
subheader: TBD
---

{% assign event=site.data.ome2024.subEvent[1] %}


{% include ome2024_program_agenda.html %}
10 changes: 10 additions & 0 deletions events/ome-community-meeting-2024/day3/index.html
@@ -0,0 +1,10 @@
---
layout: ome-community-meeting-program-2024
nav-day3: active
title: Day 3
subheader: TBD
---

{% assign event=site.data.ome2024.subEvent[2] %}

{% include ome2024_program_agenda.html %}
11 changes: 11 additions & 0 deletions events/ome-community-meeting-2024/day4/index.html
@@ -0,0 +1,11 @@
---
layout: ome-community-meeting-program-2021
nav-day4: active
title: OME 2021 Day 4
subheader: TBD
---

{% assign event=site.data.ome2024.subEvent[3] %}


{% include ome2024_program_agenda.html %}
79 changes: 79 additions & 0 deletions events/ome-community-meeting-2024/index.html
@@ -0,0 +1,79 @@
---
layout: ome-community-meeting-program-2024
nav-overview: active
title: OME 2024 Community Meeting
schemadotorg: ome2024
redirect_from:
- /events/ome-community-meeting-2024/speakers/
---

{% assign organizers = site.data.ome2024.organizer | uniq | sort: 'familyName' %}
{% assign keynote = site.data.ome2024.subEvent[0].performer[0] %}
{% assign day2speakers = site.data.ome2024.subEvent[1] | map: 'performer' %}
{% assign day3speakers = site.data.ome2024.subEvent[2] | map: 'performer' %}
{% assign day4speakers = site.data.ome2024.subEvent[3] | map: 'performer' %}
{% assign speakers = day2speakers | concat: day3speakers | concat: day4speakers | uniq | sort: 'familyName' %}

<div class="row column text-center">
<hr class="whitespace">
<h5>Please Note</h5>
<p>
This schedule is subject to change and will be updated periodically.
</p>
</div>

<div class="row">
<div class="small-12 columns">
<div class="card card-support">
<div class="card-section">
<div class="medium-3 columns margin-bottom">
<img class="headshot" alt="OME logo" src="{{ site.baseurl }}/img/logos/ome.svg">
</div>
<div class="medium-9 columns">
<h4 class="margin-bottom">OME 2024 Community Meeting</h4>
<p class="card-caption">Dear OME Community Members</p>
<p class="card-caption">We will hold the OME 2024 Community Meeting in person. We aim to provide inspirational, guiding content from several speakers and hold discussion sessions for meeting participants to outline the current status and future directions for the topics addressed on each day of the meeting</p>
<p class="card-caption">We have 4 days dedicated to related but separate topics:</p>

<ul class="margin-left">
{% for subevent in site.data.ome2024.subEvent %}
<li><a href="{{ site.baseurl }}{{ subevent.url}}">{{ subevent.alternateName }} - {{ subevent.startDate | date: "%A %B %d" }}: {{ subevent.name }}</a> </li>
{% endfor %}
</ul>


<h5 class="margin-bottom">Keynote Speaker</h5>
<p>
<a target="_blank" href="{{ keynote.sameAs }}">
{{ keynote.givenName }} {{ keynote.additionalName }} {{ keynote.familyName }}
</a>
<span class="institution">{{ keynote.affiliation.name }}</span>
</p>

<h5 class="margin-bottom">Invited Speakers</h5>
<p>
{% for speaker in speakers %}
<a target="_blank" href="{{ speaker.sameAs }}">
{{ speaker.givenName }} {{ speaker.familyName }}
</a>
<span class="institution">{{ speaker.affiliation.name }}</span></br>
{% endfor %}
</p>

<p class="card-caption margin-top">We hope that this structure can accommodate the schedules of different members of the community. We’ll continue to post updates here, on <a href="https://twitter.com/openmicroscopy" target="_blank">Twitter (@openmicroscopy)</a>, and the <a href="https://forum.image.sc/" target="_blank">image.sc forum</a>.</p>

<p class="card-caption margin-top">We look forward to “meeting” you all soon and appreciate your continued support during these challenging times.</p>

<h4 class="margin-bottom">Organizers</h4>
<p>
{% for organizer in organizers %}
<a target="_blank" href="{{ organizer.sameAs }}">
{{ organizer.givenName }} {{ organizer.familyName }}
</a><span class="institution">{{ organizer.affiliation.name }}</span></br>
{% endfor %}
</p>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 5b557af

Please sign in to comment.