File tree 3 files changed +18
-9
lines changed
3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 129
129
in Cogne (Italy)
130
130
- author : Kilian Lieret
131
131
date : 2020-02-17
132
- deadline : ' '
133
132
end_date : 2020-02-19
134
133
source : https://indico.cern.ch/event/854880/
135
134
title : Analysis Preservation Bootcamp
135
+ deadline : ' '
136
136
- author : Guillermo Fidalgo
137
137
date : 2020-03-06
138
138
deadline : 2020-01-15
141
141
title : Moscow International School of Physics 2020
142
142
- author : Kilian Lieret
143
143
date : 2020-03-16
144
- deadline : ' '
145
- end_date : 2020-03-19
144
+ deadline : 2020-03-19
145
+ end_date : 2020-03-18
146
146
source : https://indico.cern.ch/event/853710/
147
147
title : Inverted CERN School of Computing (iCSC 2020)
148
148
- author : Guillermo Fidalgo
171
171
title : Thematic CERN School of Computing 2020
172
172
- author : Guillermo Fidalgo
173
173
date : 2020-06-17
174
- deadline : 2020-02-14
174
+ deadline : 2020-02-21
175
175
end_date : 2020-06-30
176
176
source : https://indico.cern.ch/event/856903/page/18705-home
177
177
title : 2020 CERN-JINR European School of HEP
Original file line number Diff line number Diff line change 2
2
3
3
{% assign schools = site.data.training-schools | sort:"date" %}
4
4
5
- {% capture now %}{{'now' | date: '%s' | plus: 0 }}{% endcapture %}
5
+ {% capture now %}{{'now' | date: '%s' }}{% endcapture %}
6
6
7
7
## Current and Upcoming Training Schools
8
8
#### ** Warning** : Application deadlines are ** before the date shown**
9
9
{% for post in schools %}
10
- {% capture date %}{{post.end_date | date: '%s' | plus: 0 }}{% endcapture %}
10
+ {% capture date %}{{post.end_date | date: '%s' }}{% endcapture %}
11
11
{% if date > now %}
12
+ {% if post.deadline != blank %}
13
+ 1 . [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} - ** Deadline:** {{post.deadline | date: "%-d %b %Y"}} ] ( {{post.source}} )
14
+ {% else %}
12
15
1 . [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} ] ( {{post.source}} )
13
16
{% endif %}
17
+ {% endif %}
14
18
{% endfor %}
15
19
16
20
## Past Schools
17
21
{% for post in schools reversed %}
18
- {% capture date %}{{post.end_date | date: '%s' | plus: 0 % }}{% endcapture %}
22
+ {% capture date %}{{post.end_date | date: '%s' | plus: 0 }}{% endcapture %}
19
23
{% if date < now %}
20
24
1 . [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} ] ( {{post.source}} )
21
25
{% endif %}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ layout: plain
4
4
redirect_from :
5
5
- /workinggroups/2015/11/04/training.html
6
6
- /activities/training.html
7
+ excerpt : none
7
8
---
8
9
9
10
The HSF Training Working Group aims to help the research community to provide
@@ -43,15 +44,19 @@ The [HSF-Training GitHub Organization](https://github.com/hsf-training) has [Ana
43
44
44
45
{% assign schools = site.data.training-schools | sort:"date" %}
45
46
46
- {% capture now %}{{'now' | date: '%s' | plus: 0 }}{% endcapture %}
47
+ {% capture now %}{{'now' | date: '%s' }}{% endcapture %}
47
48
48
49
## Current and Upcoming Training Schools
49
50
#### ** Warning** : Application deadlines are ** before the date shown**
50
51
{% for post in schools %}
51
- {% capture date %}{{post.end_date | date: '%s' | plus: 0 }}{% endcapture %}
52
+ {% capture date %}{{post.end_date | date: '%s' }}{% endcapture %}
52
53
{% if date > now %}
54
+ {% if post.deadline != blank %}
55
+ 1 . [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} - ** Deadline:** {{post.deadline| date: "%-d %b %Y"}} ] ( {{post.source}} )
56
+ {% else %}
53
57
1 . [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} ] ( {{post.source}} )
54
58
{% endif %}
59
+ {% endif %}
55
60
{% endfor %}
56
61
57
62
#### For full list of Upcoming and Past Schools enter [ here] ( /Schools/events.html )
You can’t perform that action at this time.
0 commit comments