Skip to content

Commit

Permalink
Merge pull request #817 from BioSchemas/update_commcall_date
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
ivanmicetic authored Jul 10, 2024
2 parents 9c2c681 + b4acf1e commit e40b1db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
title: Bioschemas
# Community Call details
call-minutes: https://docs.google.com/document/d/1kd5F97ogdiPNhLTnkei-RVR8TC8Ohpc5QSPX3KsfDrk
call-date: 2024-06-17T14:00UTC
call-date: 2024-07-15T14:00UTC
---
<div id="landing" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="logo" content="http://bioschemas.org/assets/img/square_logo2.png"/>
Expand Down Expand Up @@ -75,12 +75,12 @@ <h3>Upcoming Meetings</h3>
<!-- Block for monthly community call -->
<div class="event shadow rounded p-3" itemscope itemtype="http://schema.org/Event">
<strong><span class="title" itemprop="name">Monthly Community Call</span></strong>
<p>The Bioschemas Community Call takes place on the 4th Monday of each month at 16:00 UK time. Call in details available in the <a href="{{ page.call-minutes }}">agenda</a>.</p>
<p>The Bioschemas Community/Technical Call takes place on the 3rd Monday of each month at 14:00 UTC (15:00 BST/16:00 CEST). We alternate between community and technical discussions. Call in details available in the <a href="{{ page.call-minutes }}">agenda</a>.</p>
<ul class="mb-0">
<li><strong>Next call: {{ page.call-date | date: "%e %B, %Y %H:%M %Z" }}</strong>
<meta itemprop="startDate" content="{{ page.call-date}}"/>
<meta itemprop="endDate" content="{{ page.call-date }}"/></li>
<li><a href="{{ page.call-minutes }}">Agenda</a></li>
<li><a href="{{ page.call-minutes }}">Agenda</a> - Community discussion</li>
</ul>
</div>
<!-- End of block for monthly community call -->
Expand Down

0 comments on commit e40b1db

Please sign in to comment.