@@ -9,15 +9,12 @@ permalink: /meetings/
9
9
# Project Meetings
10
10
11
11
{% assign sorted_meetings = site.data.meetinglist | sort: "date" | reverse %}
12
- {% assign standing_meetings = site.data.standing_meetings %}
13
- {% assign n_standing_meetings = standing_meetings | size %}
14
12
15
- {% assign number_printed = 0 %}
16
13
{% for meeting in sorted_meetings %}
17
14
18
15
<div class =" row " >
19
16
<span id =" {{meeting.label}} " >  ; </span >
20
- <div class =" col-sm-6 clearfix" >
17
+ <div class =" clearfix " >
21
18
<div class =" well " style =" padding-left : 20px ; padding-right : 20px " >
22
19
<a style =" text-decoration :none ;" href =" #{{meeting.label}} " >
23
20
{{ meeting.name }} -- {{ meeting.date | date_to_long_string }} at {{meeting.time_cest}} Geneva (CH) Time
@@ -31,7 +28,7 @@ permalink: /meetings/
31
28
({{item.speaker}})
32
29
{% endif %}
33
30
{% if item.description %}
34
- <br/> <i>Abstract:</i> <small> {{item.description | markdownify }}</small>
31
+ <br/> <i>Abstract:</i>{{item.description | markdownify }}
35
32
{% endif %}
36
33
{% if item.slides %}
37
34
<a style="text-decoration:none;" href="{{item.slides}}">Slides</a>
@@ -46,35 +43,6 @@ permalink: /meetings/
46
43
</div >
47
44
</div >
48
45
49
- {% if number_printed < n_standing_meetings %}
50
- {% assign smeeting = standing_meetings[ number_printed] %}
51
- <div class =" col-sm-6 clearfix " >
52
- <div class =" well " style =" padding-left : 20px ; padding-right : 20px " >
53
- <a style =" text-decoration :none ;" href =" #{{smeeting.label}} " >
54
- {{ smeeting.name }} -- {{ smeeting.date }} at {{smeeting.time_cest}} Geneva (CH) Time
55
- </a >
56
- <div >
57
- Connection information: {{smeeting.connect}} <br />
58
- </div ><div >
59
- Agenda:
60
- <ul >
61
- {% for item in smeeting.agenda %}
62
- <li><strong>{{item.title}}</strong>
63
- {% if item.speaker %}
64
- ({{item.speaker}}) [{{item.date|date: "%b %-d, %Y"}}]
65
- {% endif %}
66
- {{item.link | markdownify}}
67
- </li>
68
- {% endfor %}
69
- </ul >
70
- </div >
71
- </div >
72
- </div >
73
-
74
- {% endif %}
75
-
76
- {% assign number_printed = number_printed | plus: 1 %}
77
-
78
46
</div >
79
47
80
48
{% endfor %}
0 commit comments