ols-theme 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: addd4f02a58614b464711b58d1116de8bf338551006e756dc85e296525e76cde
4
- data.tar.gz: fd470e11a34fc6489a9143413680c965c4aa7b43aaecac32e312ffd7ef417355
3
+ metadata.gz: af908e3320ec2f67ae018625e54386b4d4ea122a25b806385fdbb3ba9bc8a08b
4
+ data.tar.gz: 30738f34dc687572bf2fda4e9157e7444b04d9c57dceef6fb353deb7adcd2e90
5
5
  SHA512:
6
- metadata.gz: c86ab697e4ea78bbf1f62f79b031bc33a0a5940fc8c0f3fa33aecd2559ae9e18283970265d72de7e6104ce4c899f9b9667b6e39cbe73cb56ec165a384008a939
7
- data.tar.gz: 47987cf80b38955f54a755c0d46420bfaecea604e5e890aea7d3e2041573b0dca9c0a13b12ac0a96add1742d75609f491a130b568c7019c04fa1ecefe935d5dd
6
+ metadata.gz: d8d42e403c0495ee577c409ecded7685160b869c6a78b9b8f9a39d9ab8bba80e4bf143523e132b802adfd34a39159af7eb187efb8a0848c3d771a1e9cec2e26f
7
+ data.tar.gz: 953c4c09a1f73abbce85281f0df359f5ed2fe4b96abf396d8f8e2e98ab7c6b2b3b14ec2f9c1bfeb445802928eaa4bb08781cb26ac217e8532f6f57a223caad1b
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ols-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - NPDebs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-03 00:00:00.000000000 Z
11
+ date: 2023-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -33,14 +33,9 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - _includes/default-footer.html
35
35
  - _includes/default-header.html
36
- - _includes/detailed-schedule.md
37
36
  - _includes/external-entities.html
38
- - _includes/overall-schedule.md
39
37
  - _includes/people.html
40
- - _includes/schedule.md
41
- - _includes/timeline.md
42
38
  - _includes/toc.html
43
- - _includes/week.md
44
39
  - _layouts/base.html
45
40
  - _layouts/default.html
46
41
  - _layouts/links.html
@@ -1,11 +0,0 @@
1
- {% for w in schedule['weeks'] %}
2
-
3
- # Week {{ w[0] }}
4
-
5
- <i class="fas fa-calendar-alt"></i> Week starting on **{{ w[1].start }}**
6
-
7
- {% assign week-nb=w[0] %}
8
- {% assign week = w[1] %}
9
- {% include _includes/week.md %}
10
-
11
- {% endfor %}
@@ -1,27 +0,0 @@
1
- During the program,
2
-
3
- - Mentors and mentees meet every 2 weeks [for a 30 minutes call](/{{ cohort }}#mentor-mentee-calls)
4
- - Mentees participate every ~2 weeks to [90-minutes cohort calls](/{{ cohort }}#cohort-calls) during which the program leaders introduce new topics and resources, facilitate break-out discussions, and invite expert from the field to give talks
5
- - Mentees can participate to skill-up, Q&A or coworking session in the weeks without cohort calls
6
- - Mentors take part to [mentoring workshop and calls](/{{ cohort }}#mentor-calls)
7
-
8
- ![OLS schedule overview. In the middle, the timeline represents the 16 weeks. On the top, boxes in green represent the 8 different cohort calls pointing to the corresponding weeks (even week numbers). Below the week timeline, blue boxes represent the mentor-mentee meetings pointing to the uneven number weeks. Below the blue boxes, are red boxes corresponding to 3 skill-up calls: "GitHub tutorial for beginners" (week 5), "Open Leadership: Academia, industry, and beyond" (week 9), "Self-care & social call" (week 1s)]({{ site.baseurl }}/assets/images/schedule.png){: .schedule-overview}
9
-
10
- Organizers will inform participants of the week schedule by email.
11
-
12
- <iframe src="https://calendar.google.com/calendar/embed?height=400&amp;wkst=1&amp;bgcolor=%23ffffff&amp;ctz=UTC&amp;src=b3BlbmxpZmVzY2lAZ21haWwuY29t&amp;color=%23EF6C00&amp;mode=AGENDA&amp;showNav=0&amp;showTitle=0&amp;showPrint=0&amp;showTabs=1&amp;showCalendars=0" style="border-width:0" width="1152" height="600" frameborder="0" scrolling="no"></iframe>
13
-
14
- [<i class="fas fa-calendar-plus"></i> *Subscribe to the OLS calendar*](https://calendar.google.com/calendar?cid=b3BlbmxpZmVzY2lAZ21haWwuY29t)
15
-
16
- <!-- Any modification of the content should be done in the _data/ols-X-schedule.yaml file -->
17
-
18
- | Week | Call | Date | Topic | Agenda |
19
- |------|------|------|-------|--------|
20
- {%- for w in schedule.weeks %}
21
- {%- capture w-desc %}**Week {{ w[0] }}** (start. {{ w[1].start }}){% endcapture %}
22
- {%- for c in w[1].calls %}
23
- {%- capture date %}{% if c.type != "Mentor-Mentee" %}{{ c.date }} {% if c.time %}([{{ c.time | date: "%H:%M" }} Universal Time](https://arewemeetingyet.com/UTC/{{ c.date | date: "%Y-%m-%d" }}/{{ c.time | date: "%H:%M" }}/{{ cohort }}%20{{ c.type }}%20Call%20(Week%20{{ w[0] }}))){% endif %}{% endif %}{% endcapture %}
24
- | {{ w-desc }} | [{{ c.type }}](/{{ cohort }}#{{ c.type | downcase | remove: "(" | remove: ")" | remove: "@" | remove: ":" | remove: "," | replace: " ", "-" | remove: "&" }}-calls) | {{ date }} | [**{{ c.title }}**](/{{ cohort }}/schedule#week-{{ w[0] }}) | {% if c.agenda %}{{ c.agenda }}{% endif %} |
25
- {%- assign w-desc = "" %}
26
- {%- endfor %}
27
- {%- endfor %}
@@ -1,2 +0,0 @@
1
- {% include _includes/overall-schedule.md %}
2
- {% include _includes/detailed-schedule.md %}
@@ -1,24 +0,0 @@
1
- {% for e in schedule.timeline %}
2
- {% assign type = '' %}
3
- {% if e.type %}
4
- {% for t in e.type %}
5
- {% capture type %}{{ type }} + {% if t == 'Talk' %}<i class="fas fa-chalkboard-teacher"></i> Talk{% elsif t == 'Q&A' %}<i class="fas fa-question"></i> Q&A{% elsif t == 'Recording' %}<i class="fab fa-youtube"></i> Recording{% endif %}{% endcapture %}
6
- {% endfor %}
7
- {% assign type = type | remove_first: ' + ' %}
8
- {% endif %}
9
- {% if e.date %}
10
- - **{{ e.date }}** {% if e.time %}([{{ e.time }} Universal Time](https://arewemeetingyet.com/UTC/{{ e.date | date: "%Y-%m-%d" }}/{{ e.time }}/OLS%20Application%20Call)){% endif %}: {{ e.description }}{% if e.type %}({{ type }}){% endif %}{% if e.notes %} - <i class="fas fa-clipboard"></i> [Notes with Zoom call link]({{ e.notes }}){% endif %}{% if e.recording %} - <i class="fab fa-youtube"></i> [Recording]({{ e.recording }}){% endif %}{% if e.details %}
11
-
12
- {{ e.details }}
13
-
14
- {% endif %}
15
- {% endif %}
16
- {% endfor %}
17
- - **{{ schedule.weeks['01'].start }}**: Start of the program
18
-
19
- {% assign end = '' %}
20
- {% for w in schedule.weeks %}
21
- {% assign end = w[1].start %}
22
- {% endfor %}
23
- - **{{ end }}**: End of the program
24
-
data/_includes/week.md DELETED
@@ -1,50 +0,0 @@
1
- {% for c in week.calls %}
2
-
3
- ## {{ c.type }} call: {{ c.title }}
4
-
5
- {% if c.type != "Mentor-Mentee" and c.date %}
6
- <i class="fas fa-calendar-alt"></i> **Date**: {{ c.date }}{% if c.time %}, at [{{ c.time }} Universal Time](https://arewemeetingyet.com/UTC/{{ c.date | date: "%Y-%m-%d" }}/{{ c.time }}/
7
- {{ cohort | upcase }}%20Cohort%20Call%20(Week%20{{ week-nb }})) ([<i class="fas fa-calendar-plus"></i> *Add to your calendar*]({{ c.calendar-event }})){% endif %}
8
- {% else %}
9
- <i class="fas fa-calendar-alt"></i> **Date**: During the week starting on {{ week.start }} (to define with mentors)
10
- {% endif %}
11
-
12
- <i class="fas fa-clock"></i> **Duration**: {{ c.duration }}
13
-
14
- {% if c.hosts %}
15
- {% assign hosts = '' %}
16
- {% for p in c.hosts %}{% capture hosts %}{{ hosts }}, {{ site.data.people[p].first-name }} {{ site.data.people[p].last-name }}{% endcapture %}{% endfor %}
17
- <i class="fas fa-user-friends"></i> **Hosts**: {{ hosts | remove_first: ', ' }}
18
- {% endif %}
19
-
20
- {% if c.content %}
21
- ### In this call
22
-
23
- {{ c.content | markdownify }}
24
-
25
- {% endif %}
26
-
27
- {% if c.type == "Cohort" %}
28
-
29
- **Resources**:
30
- - <i class="fas fa-clipboard"></i> [Notes]({{ c.notes }})
31
- - <i class="fab fa-youtube"></i> {% if c.recording %} [Recording]({{ c.recording }}) {% else %} Recording available on the [OLS YouTube channel]({{ site.youtube }}) after the call {% endif %}
32
- {% for r in c.resources %}
33
- - {% if r.type == 'slides' %}<i class="fas fa-file-powerpoint"></i>{% elsif r.type == 'document' %} <i class="fas fa-file"></i>{% elsif r.type == 'external-link' %} <i class="fas fa-external-link-square-alt"></i>{% endif %} {% if r.link %} [{{ r.title }}]({{ r.link }}){% else %} {{ r.title }}{% endif %}{% if r.type == 'slides' and r.speaker %}{% if site.data.people[r.speaker].first-name %}, by [{{ site.data.people[r.speaker].first-name }} {{ site.data.people[r.speaker].last-name }}](/{{ cohort }}#{{ r.speaker }}){% endif %} {% endif %}
34
- {% endfor %}
35
-
36
- {% endif %}
37
-
38
- {% if c.before %}
39
- ### Before the call
40
-
41
- {{ c.before | markdownify }}
42
- {% endif %}
43
-
44
- {% if c.after %}
45
- ### After the call
46
-
47
- {{ c.after | markdownify }}
48
- {% endif %}
49
-
50
- {% endfor %}