Skip to content

Commit 224e36c

Browse files
authored
Add training statistics (#1305)
1 parent 55d3352 commit 224e36c

File tree

4 files changed

+22
-19
lines changed

4 files changed

+22
-19
lines changed

_training/educators.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,6 @@ title: "Educators"
33
layout: plain
44
---
55

6-
<style>
7-
figure.centered-figure {
8-
text-align: center
9-
}
10-
.centered-figure > img {
11-
width:80%;
12-
max-width: 600px
13-
}
14-
.centered-figure > figcaption {
15-
width:80%;
16-
max-width: 600px;
17-
text-align: center;
18-
margin: 0 auto;
19-
}
20-
</style>
21-
22-
23-
246
The [HSF training group]({{ site.baseurl }}/workinggroups/training.html) relies on proactive and dedicated educators coming from *within* the field of high energy physics. Here we aim to introduce you to what it means to be an HSF-Educator, the different types of roles that exist, and who has served the community by giving their time and energy to bootstrapping the education of HEP. If you are interested in serving as an educator, please do not hesitate to contact the HSF-Training conveners for more details.
257

268
If you want to organize a complete workshop, we also have [recommendations on that]({{ site.baseurl }}/training/howto-event.html).

_workinggroups/training.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The easiest way to get in touch are our weekly meetings, usually held at 16h00 C
8888

8989
Everybody is welcome to join the [forum](https://groups.google.com/forum/#!forum/hsf-training-wg) dedicated to HSF training activities. This is the place where ideas and proposals are discussed and actions decided!
9090

91-
<div class="big-link-container">
91+
<div class="big-link-container" style="margin-bottom: 1em">
9292
<a href="https://indico.cern.ch/category/10294/">
9393
Talk to us!<br/>
9494
We meet weekly, usually on Monday at 16h00 CERN time.
@@ -111,6 +111,13 @@ Everybody is welcome to join the [forum](https://groups.google.com/forum/#!forum
111111
</a>
112112
</div>
113113

114+
<figure class="centered-figure" style="margin-bottom: 1em">
115+
<img src="{{ '/images/training/training_statistics.png' | relative_url }}" alt="Facilitator" style="max-width: 550px">
116+
<figcaption>
117+
The number of commits in our repository and the number of registered learners closely follows the number of our educators.
118+
You, too, can make a difference!
119+
</figcaption>
120+
</figure>
114121
## Training events
115122

116123
We are always looking for volunteers from the community to help us with our training events.

css/hsf.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,20 @@ body {
373373
margin-bottom: 0;
374374
}
375375

376+
figure.centered-figure {
377+
text-align: center
378+
}
379+
.centered-figure > img {
380+
width:80%;
381+
max-width: 600px
382+
}
383+
.centered-figure > figcaption {
384+
width:80%;
385+
max-width: 600px;
386+
text-align: center;
387+
margin: 0 auto;
388+
}
389+
376390
/* Media Queries */
377391

378392
@media (max-width: 620px) {
62.7 KB
Loading

0 commit comments

Comments
 (0)