File tree 9 files changed +66
-46
lines changed
9 files changed +66
-46
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : plain
3
- title : Schools for HEP Software Training
3
+ title : HEP Software Training Events
4
4
---
5
5
6
- {% include list_of_schools.md %}
6
+ ## Current and Upcoming Training Events
7
+
8
+ {% include list_of_upcoming_schools.md %}
9
+
10
+ ## Past Events
11
+
12
+ {% include list_of_past_schools.md %}
13
+
14
+ ## HSF supported/organized training events
15
+
16
+ The following events were directly organized by HSF or supported by HSF.
17
+
18
+ {% include list_of_hsf_schools.md %}
Original file line number Diff line number Diff line change 60
60
source : http://codas-hep.org/
61
61
title : CoDaS-HEP School (Computational and Data Science Training for High Energy
62
62
Physics) at Princeton University
63
+ tags : HSF
63
64
- author : Guillermo Fidalgo
64
65
date : 2019-08-26
65
66
deadline : ' '
120
121
end_date : 2020-02-25
121
122
source : https://indico.cern.ch/event/875393/
122
123
title : CSU Summer Student Computing/Analysis Training 2020
124
+ tags : HSF
123
125
- author : Guillermo Fidalgo
124
126
date : 2020-02-10
125
127
deadline : 2020-02-09
158
160
end_date : 2020-03-27
159
161
source : https://indico.cern.ch/event/882660/
160
162
title : Software Carpentry at CERN [**POSTPONED/CANCELLED**]
163
+ tags : HSF
161
164
- author : Kilian Lieret
162
165
date : 2020-04-27
163
166
deadline : ' '
164
167
end_date : 2020-04-27
165
168
source : https://indico.cern.ch/event/858758/
166
169
title : Alpaka Parallel Programming - Taster Session and Basic Tutorial
170
+ tags : HSF
167
171
- author : Kilian Lieret
168
172
date : 2020-04-28
169
173
deadline : ' '
170
174
end_date : 2020-04-30
171
175
source : https://indico.cern.ch/event/867700/
172
176
title : Alpaka Parallel Programming - Advanced Training Hackathon
177
+ tags : HSF
173
178
- author : Kilian Lieret
174
179
date : 2020-06-02
175
180
deadline : ' '
176
181
end_date : 2020-06-04
177
182
source : https://indico.cern.ch/event/904759/
178
183
title : Virtual Pipelines Training
184
+ tags : HSF
179
185
- author : Guillermo Fidalgo
180
186
date : 2020-06-07
181
187
deadline : 2020-02-27
200
206
end_date : 2020-07-10
201
207
source : https://opensciencegrid.org/user-school-2020/
202
208
title : OSG User School 2020
209
+ tags : HSF
203
210
- author : Guillermo Fidalgo
204
211
date : 2020-07-13
205
212
deadline : ' '
Original file line number Diff line number Diff line change
1
+ {% assign schools = site.data.training-schools | sort:"date" %}
2
+ {% capture now %}{{'now' | date: '%s' }}{% endcapture %}
3
+ {% for post in schools reversed %}
4
+ {% capture date %}{{post.end_date | date: '%s' | plus: 0 }}{% endcapture %}
5
+ {% if date < now %}
6
+ {% if post.tags contains "HSF" %}
7
+ * [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} ] ( {{post.source}} ) {% if post.url_proof_ignore %}{: data-proofer-ignore =""}{% endif %}
8
+ {% endif %}
9
+ {% endif %}
10
+ {% endfor %}
Original file line number Diff line number Diff line change
1
+ {% assign schools = site.data.training-schools | sort:"date" %}
2
+ {% capture now %}{{'now' | date: '%s' }}{% endcapture %}
3
+ {% for post in schools reversed %}
4
+ {% capture date %}{{post.end_date | date: '%s' | plus: 0 }}{% endcapture %}
5
+ {% if date < now %}
6
+ * [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} ] ( {{post.source}} ) {% if post.url_proof_ignore %}{: data-proofer-ignore =""}{% endif %} {% for tag in post.tags %} <a href =" /training/our-events.html " title =" Organized/supported by HSF " ><span class =" badge badge-success " >{{ tag }}</span ></a > {% endfor %}
7
+ {% endif %}
8
+ {% endfor %}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {% assign schools = site.data.training-schools | sort:"date" %}
2
+ {% capture now %}{{'now' | date: '%s' }}{% endcapture %}
3
+ {% for post in schools %}
4
+ {% capture date %}{{post.end_date | date: '%s' }}{% endcapture %}
5
+ {% if date > now %}
6
+ {% if post.deadline != blank %}
7
+ * [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} - ** Deadline:** {{post.deadline | date: "%-d %b %Y"}} ] ( {{post.source}} ) {% if post.url_proof_ignore %}{: data-proofer-ignore =""}{% endif %} {% for tag in post.tags %} <a href =" /training/our-events.html " title =" Organized/supported by HSF " ><span class =" badge badge-success " >{{ tag }}</span ></a > {% endfor %}
8
+ {% else %}
9
+ * [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} ] ( {{post.source}} ) {% if post.url_proof_ignore %}{: data-proofer-ignore =""}{% endif %} {% for tag in post.tags %} <a href =" /training/our-events.html " title =" Organized/supported by HSF " ><span class =" badge badge-success " >{{ tag }}</span ></a > {% endfor %}
10
+ {% endif %}
11
+ {% endif %}
12
+ {% endfor %}
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " HSF Training Events"
3
+ layout : plain
4
+ ---
5
+
6
+ The following events were directly organized by HSF or supported by HSF:
7
+
8
+ {% include list_of_hsf_schools.md %}
Original file line number Diff line number Diff line change @@ -49,26 +49,9 @@ The [HSF-Training GitHub Organization](https://github.com/hsf-training) hosts th
49
49
50
50
The HSF training group relies on a growing list of proactive and dedicated educators that help us with our mission. Head to [ this page] ( /training/community.html ) to meet them!
51
51
52
- ## Current and Upcoming Training Schools
52
+ ## Current and Upcoming Training Events
53
53
54
- {% assign schools = site.data.training-schools | sort:"date" %}
55
-
56
- {% capture now %}{{'now' | date: '%s' }}{% endcapture %}
57
-
58
- {% for post in schools %}
59
- {% capture date %}{{post.end_date | date: '%s' }}{% endcapture %}
60
- {% if date > now %}
61
- {% if post.deadline != blank %}
62
- 1 . [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} - ** Deadline:** {{post.deadline| date: "%-d %b %Y"}} ] ( {{post.source}} ) {% if post.url_proof_ignore %}{: data-proofer-ignore =""}{% endif %}
63
-
64
- {% else %}
65
- 1 . [ ** {{post.date | date: "%-d %b"}} - {{post.end_date | date: "%-d %b %Y"}}** - {{post.title}} ] ( {{post.source}} ) {% if post.url_proof_ignore %}{: data-proofer-ignore =""}{% endif %}
66
-
67
- {% endif %}
68
- {% endif %}
69
- {% endfor %}
70
-
71
- [ ** Full list of Upcoming and Past Schools** ] ( /Schools/events.html )
54
+ {% include list_of_upcoming_schools.md %}
72
55
73
56
## Convenors
74
57
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ def __init__(
24
24
source : str , author : str ,
25
25
deadline : Union [str , datetime .date ] = "" ,
26
26
url_proof_ignore = False ,
27
+ tags = None ,
27
28
):
28
29
self .title = title
29
30
self .date = self ._interpret_date (date )
@@ -32,6 +33,9 @@ def __init__(
32
33
self .source = source
33
34
self .author = author
34
35
self .url_proof_ignore = url_proof_ignore
36
+ if tags is None :
37
+ tags = []
38
+ self .tags = tags
35
39
36
40
if not self .end_date >= self .date :
37
41
raise ValueError (
@@ -64,6 +68,7 @@ def input(cls):
64
68
deadline = input ("Deadline [YYYY-MM-DD or ''] " ).strip (),
65
69
source = input ("Url " ).strip (),
66
70
author = input ("Author " ).strip (),
71
+ tags = input ("Tags (comma separated)" ).strip ()
67
72
)
68
73
return tmp_event
69
74
You can’t perform that action at this time.
0 commit comments