ols-theme 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/default-footer.html +56 -0
- data/_includes/default-header.html +81 -0
- data/_includes/detailed-schedule.md +11 -0
- data/_includes/external-entities.html +43 -0
- data/_includes/overall-schedule.md +27 -0
- data/_includes/people.html +89 -0
- data/_includes/schedule.md +2 -0
- data/_includes/timeline.md +24 -0
- data/_includes/toc.html +12 -0
- data/_includes/week.md +50 -0
- data/_layouts/base.html +66 -0
- data/_layouts/default.html +37 -0
- data/_layouts/links.html +23 -0
- data/_layouts/page.html +9 -0
- data/_layouts/people.html +373 -0
- data/_layouts/post.html +5 -0
- data/_layouts/posts.html +51 -0
- data/_sass/bulma/CHANGELOG.md +1254 -0
- data/_sass/bulma/LICENSE +21 -0
- data/_sass/bulma/README.md +124 -0
- data/_sass/bulma/bulma.sass +9 -0
- data/_sass/bulma/css/bulma.css +10599 -0
- data/_sass/bulma/css/bulma.css.map +1 -0
- data/_sass/bulma/css/bulma.min.css +1 -0
- data/_sass/bulma/package.json +52 -0
- data/_sass/bulma/sass/base/_all.sass +5 -0
- data/_sass/bulma/sass/base/generic.sass +142 -0
- data/_sass/bulma/sass/base/helpers.sass +281 -0
- data/_sass/bulma/sass/base/minireset.sass +85 -0
- data/_sass/bulma/sass/components/_all.sass +15 -0
- data/_sass/bulma/sass/components/breadcrumb.sass +75 -0
- data/_sass/bulma/sass/components/card.sass +79 -0
- data/_sass/bulma/sass/components/dropdown.sass +81 -0
- data/_sass/bulma/sass/components/level.sass +77 -0
- data/_sass/bulma/sass/components/list.sass +39 -0
- data/_sass/bulma/sass/components/media.sass +48 -0
- data/_sass/bulma/sass/components/menu.sass +57 -0
- data/_sass/bulma/sass/components/message.sass +87 -0
- data/_sass/bulma/sass/components/modal.sass +113 -0
- data/_sass/bulma/sass/components/navbar.sass +443 -0
- data/_sass/bulma/sass/components/pagination.sass +149 -0
- data/_sass/bulma/sass/components/panel.sass +103 -0
- data/_sass/bulma/sass/components/tabs.sass +151 -0
- data/_sass/bulma/sass/elements/_all.sass +15 -0
- data/_sass/bulma/sass/elements/box.sass +24 -0
- data/_sass/bulma/sass/elements/button.sass +305 -0
- data/_sass/bulma/sass/elements/container.sass +23 -0
- data/_sass/bulma/sass/elements/content.sass +155 -0
- data/_sass/bulma/sass/elements/form.sass +1 -0
- data/_sass/bulma/sass/elements/icon.sass +21 -0
- data/_sass/bulma/sass/elements/image.sass +69 -0
- data/_sass/bulma/sass/elements/notification.sass +35 -0
- data/_sass/bulma/sass/elements/other.sass +39 -0
- data/_sass/bulma/sass/elements/progress.sass +67 -0
- data/_sass/bulma/sass/elements/table.sass +127 -0
- data/_sass/bulma/sass/elements/tag.sass +121 -0
- data/_sass/bulma/sass/elements/title.sass +70 -0
- data/_sass/bulma/sass/form/_all.sass +8 -0
- data/_sass/bulma/sass/form/checkbox-radio.sass +21 -0
- data/_sass/bulma/sass/form/file.sass +180 -0
- data/_sass/bulma/sass/form/input-textarea.sass +60 -0
- data/_sass/bulma/sass/form/select.sass +85 -0
- data/_sass/bulma/sass/form/shared.sass +55 -0
- data/_sass/bulma/sass/form/tools.sass +205 -0
- data/_sass/bulma/sass/grid/_all.sass +4 -0
- data/_sass/bulma/sass/grid/columns.sass +504 -0
- data/_sass/bulma/sass/grid/tiles.sass +34 -0
- data/_sass/bulma/sass/layout/_all.sass +5 -0
- data/_sass/bulma/sass/layout/footer.sass +9 -0
- data/_sass/bulma/sass/layout/hero.sass +143 -0
- data/_sass/bulma/sass/layout/section.sass +13 -0
- data/_sass/bulma/sass/utilities/_all.sass +8 -0
- data/_sass/bulma/sass/utilities/animations.sass +5 -0
- data/_sass/bulma/sass/utilities/controls.sass +50 -0
- data/_sass/bulma/sass/utilities/derived-variables.sass +85 -0
- data/_sass/bulma/sass/utilities/functions.sass +62 -0
- data/_sass/bulma/sass/utilities/initial-variables.sass +76 -0
- data/_sass/bulma/sass/utilities/mixins.sass +261 -0
- metadata +79 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: addd4f02a58614b464711b58d1116de8bf338551006e756dc85e296525e76cde
|
|
4
|
+
data.tar.gz: fd470e11a34fc6489a9143413680c965c4aa7b43aaecac32e312ffd7ef417355
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c86ab697e4ea78bbf1f62f79b031bc33a0a5940fc8c0f3fa33aecd2559ae9e18283970265d72de7e6104ce4c899f9b9667b6e39cbe73cb56ec165a384008a939
|
|
7
|
+
data.tar.gz: 47987cf80b38955f54a755c0d46420bfaecea604e5e890aea7d3e2041573b0dca9c0a13b12ac0a96add1742d75609f491a130b568c7019c04fa1ecefe935d5dd
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
<footer class="footer">
|
|
2
|
+
<div class="container content">
|
|
3
|
+
<div class="columns">
|
|
4
|
+
<div class="column">
|
|
5
|
+
<h3>Get in touch</h3>
|
|
6
|
+
<p>
|
|
7
|
+
<i class="fab fa-twitter"></i>
|
|
8
|
+
<a href="https://twitter.com/{{ site.twitter }}">
|
|
9
|
+
{{ site.twitter }}
|
|
10
|
+
</a>
|
|
11
|
+
</p>
|
|
12
|
+
<p>
|
|
13
|
+
<i class="fas fa-at"></i>
|
|
14
|
+
<a href="mailto:{{ site.email }}">
|
|
15
|
+
{{ site.email|replace:'@','[at]' }}
|
|
16
|
+
</a>
|
|
17
|
+
</p>
|
|
18
|
+
<p>
|
|
19
|
+
<i class="fab fa-github"></i>
|
|
20
|
+
<a href="{{ site.github.repository_url }}">
|
|
21
|
+
{{ site.github.owner_name }}
|
|
22
|
+
</a>
|
|
23
|
+
</p>
|
|
24
|
+
<p>
|
|
25
|
+
<i class="fa fa-envelope" aria-hidden="true"></i>
|
|
26
|
+
<a href="{{ site.announcement_list }}">
|
|
27
|
+
Subscribe to our announcements list
|
|
28
|
+
</a>
|
|
29
|
+
</p>
|
|
30
|
+
</div>
|
|
31
|
+
<div class="column is-5">
|
|
32
|
+
<p>
|
|
33
|
+
If you want to report a problem or suggest an enhancement we'd love
|
|
34
|
+
for you to
|
|
35
|
+
<a href="{{ site.github.repository_url }}/issues/new">open an issue</a>
|
|
36
|
+
on our GitHub repository because then we can get right on it.
|
|
37
|
+
</p>
|
|
38
|
+
<p>
|
|
39
|
+
The website content is licensed
|
|
40
|
+
<a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY SA 4.0</a>.
|
|
41
|
+
The code behind the infrastructure is licensed under the <a href="{{ site.github.repository_url }}/blob/main/LICENSE.md">MIT License</a>
|
|
42
|
+
</p>
|
|
43
|
+
<p>
|
|
44
|
+
The logo was originally designed by
|
|
45
|
+
<a href="https://github.com/htmluke">Lucas Emanoell Medeiros e Silva</a> and
|
|
46
|
+
then adapted by the team.
|
|
47
|
+
</p>
|
|
48
|
+
<p>
|
|
49
|
+
Open Life Science Limited is a non-profit charitable company limited by guarantee, based in the United Kingdom.
|
|
50
|
+
Company number
|
|
51
|
+
<a href="http://data.companieshouse.gov.uk/doc/company/12824090">12824090</a>.
|
|
52
|
+
</p>
|
|
53
|
+
</div>
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
|
+
</footer>
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
|
|
2
|
+
<div class="container">
|
|
3
|
+
<div class="navbar-brand">
|
|
4
|
+
<a class="navbar-item" href="/">
|
|
5
|
+
<img src="{{ site.baseurl }}/assets/images/logo.png" alt="OLS">
|
|
6
|
+
</a>
|
|
7
|
+
<a
|
|
8
|
+
role="button"
|
|
9
|
+
class="navbar-burger burger"
|
|
10
|
+
aria-label="menu"
|
|
11
|
+
aria-expanded="false"
|
|
12
|
+
data-target="top-menu"
|
|
13
|
+
>
|
|
14
|
+
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
|
|
15
|
+
<span aria-hidden="true"></span>
|
|
16
|
+
</a>
|
|
17
|
+
</div>
|
|
18
|
+
|
|
19
|
+
<div id="top-menu" class="navbar-menu">
|
|
20
|
+
<div class="navbar-end">
|
|
21
|
+
<div class="navbar-item has-dropdown is-hoverable">
|
|
22
|
+
<a class="navbar-link">OLS program</a>
|
|
23
|
+
<div class="navbar-dropdown">
|
|
24
|
+
<a class="navbar-item" href="/index#applications"> Applications </a>
|
|
25
|
+
<a class="navbar-item" href="/about"> The program itself </a>
|
|
26
|
+
<a class="navbar-item" href="/about#projects"> Projects </a>
|
|
27
|
+
<a class="navbar-item navbar-previous-title" href="/about#the-roles"> Role description </a>
|
|
28
|
+
<a class="navbar-item" href="/about#mentees"> Mentees </a>
|
|
29
|
+
<a class="navbar-item" href="/about#mentors"> Mentors </a>
|
|
30
|
+
<a class="navbar-item" href="/about#experts"> Experts </a>
|
|
31
|
+
<a class="navbar-item" href="/about#facilitators"> Facilitators </a>
|
|
32
|
+
<a class="navbar-item navbar-previous-title" href="/index#cohorts"> Cohorts </a>
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
|
|
36
|
+
<div class="navbar-item has-dropdown is-hoverable">
|
|
37
|
+
<a class="navbar-link" href="/ols-7">OLS-7</a>
|
|
38
|
+
<div class="navbar-dropdown">
|
|
39
|
+
<a class="navbar-item" href="/ols-7"> Syllabus </a>
|
|
40
|
+
<a class="navbar-item" href="/ols-7/schedule"> Schedule</a>
|
|
41
|
+
<a class="navbar-item" href="/ols-7/projects-participants/"> Projects & Participants</a>
|
|
42
|
+
<a class="navbar-item" href="/ols-7#mentors"> Mentors & Experts </a>
|
|
43
|
+
<a class="navbar-item" href="/ols-7#collaborators"> Collaborators </a>
|
|
44
|
+
<a class="navbar-item" href="/ols-7#resources"> Resources </a>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<div class="navbar-item has-dropdown is-hoverable">
|
|
49
|
+
<a class="navbar-link" href="/about">Policies</a>
|
|
50
|
+
<div class="navbar-dropdown">
|
|
51
|
+
<a class="navbar-item" href="{{ site.github.owner_url }}/policies-procedures-and-docs/blob/main/CODE_OF_CONDUCT.md"> Code of Conduct </a>
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
54
|
+
|
|
55
|
+
<div class="navbar-item has-dropdown is-hoverable">
|
|
56
|
+
<a class="navbar-link" href="/about">About</a>
|
|
57
|
+
<div class="navbar-dropdown">
|
|
58
|
+
<a class="navbar-item" href="/people"> People </a>
|
|
59
|
+
<a class="navbar-item" href="/community"> Team & Community </a>
|
|
60
|
+
<a class="navbar-item" href="/funders"> Funding & Supporters </a>
|
|
61
|
+
<a class="navbar-item" href="/partners"> Partners </a>
|
|
62
|
+
<!--<a class="navbar-item" href="/events"> Events </a>-->
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
|
|
66
|
+
<!--<div class="navbar-item has-dropdown is-hoverable">
|
|
67
|
+
<a class="navbar-link" href="/about">Services</a>
|
|
68
|
+
<div class="navbar-dropdown">
|
|
69
|
+
<a class="navbar-item" href="/consulting"> Consulting </a>
|
|
70
|
+
<a class="navbar-item" href="/training"> On demand training </a>
|
|
71
|
+
<a class="navbar-item" href="/"> Fiscal hosting </a>
|
|
72
|
+
</div>
|
|
73
|
+
</div>-->
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
<a class="navbar-item" href="/posts"> Stories </a>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
</div>
|
|
81
|
+
</nav>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<div class="card entity-card" id="{{ entity.name }}">
|
|
2
|
+
<div class="card-image">
|
|
3
|
+
<figure class="image is-3by1">
|
|
4
|
+
{% if entity.logo %}
|
|
5
|
+
<img class="entity-logo" src="{{ entity.logo }}" alt="Logo of {{ entity.name }}"/>
|
|
6
|
+
{% endif %}
|
|
7
|
+
</figure>
|
|
8
|
+
</div>
|
|
9
|
+
<div class="card-content">
|
|
10
|
+
<div class="media">
|
|
11
|
+
<div class="media-content entity-card-meta">
|
|
12
|
+
<p class="title is-4">{{ entity.name }}</p>
|
|
13
|
+
<p class="is-6">
|
|
14
|
+
{% if entity.website %}
|
|
15
|
+
<a href="{{ entity.website }}"><i class="fas fa-globe"></i></a>
|
|
16
|
+
{% endif %}
|
|
17
|
+
{% if entity.country %}
|
|
18
|
+
<i class="fas fa-map-marker-alt"></i> {{ entity.country }}
|
|
19
|
+
{% endif %}
|
|
20
|
+
</p>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="entity-description">
|
|
24
|
+
<p class="entity-description-question">
|
|
25
|
+
<a class="card-toggle">
|
|
26
|
+
{% if details %}
|
|
27
|
+
{{ entity.name }} in OLS
|
|
28
|
+
{% else %}
|
|
29
|
+
More about {{ entity.name }}
|
|
30
|
+
{% endif %}
|
|
31
|
+
<i class="fa fa-angle-down"></i>
|
|
32
|
+
</a>
|
|
33
|
+
</p>
|
|
34
|
+
<div class="content is-hidden">
|
|
35
|
+
{% if details %}
|
|
36
|
+
{{ details | markdownify }}
|
|
37
|
+
{% else %}
|
|
38
|
+
{{ entity.description | markdownify }}
|
|
39
|
+
{% endif %}
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
{: .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&wkst=1&bgcolor=%23ffffff&ctz=UTC&src=b3BlbmxpZmVzY2lAZ21haWwuY29t&color=%23EF6C00&mode=AGENDA&showNav=0&showTitle=0&showPrint=0&showTabs=1&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 %}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
<div class="card people-card" id="{{ username }}">
|
|
2
|
+
<div class="card-content">
|
|
3
|
+
<div class="media">
|
|
4
|
+
<div class="media-left people-card-avatar">
|
|
5
|
+
<figure class="image is-64x64">
|
|
6
|
+
<img
|
|
7
|
+
class="is-rounded"
|
|
8
|
+
src="https://avatars.githubusercontent.com/{{ username }}"
|
|
9
|
+
alt="The GitHub avatar of {{ user.name }}"
|
|
10
|
+
/>
|
|
11
|
+
</figure>
|
|
12
|
+
</div>
|
|
13
|
+
<div class="media-content people-card-meta">
|
|
14
|
+
<p class="title is-4">{{ user.first-name }} {{ user.last-name }}</p>
|
|
15
|
+
|
|
16
|
+
<p class="is-6">
|
|
17
|
+
{% if user.pronouns %}
|
|
18
|
+
Pronouns: {{ user.pronouns }}<br>
|
|
19
|
+
{% endif %}
|
|
20
|
+
|
|
21
|
+
{% if user.twitter %}
|
|
22
|
+
<a class="people-card-meta-twitter" href="https://twitter.com/{{ user.twitter }}"><i class="fab fa-twitter"></i> @{{ user.twitter }}</a><br>
|
|
23
|
+
{% endif %}
|
|
24
|
+
{% if user.website %}
|
|
25
|
+
<a href="{{ user.website }}"><i class="fas fa-globe"></i></a>
|
|
26
|
+
{% endif %}
|
|
27
|
+
{% if user.github != false %}
|
|
28
|
+
<a href="https://github.com/{{ username }}"><i class="fab fa-github"></i></a>
|
|
29
|
+
{% endif %}
|
|
30
|
+
{% if user.gitter %}
|
|
31
|
+
<a href="https://gitter.im/{{ user.gitter }}"><i class="fas fa-comments"></i></a>
|
|
32
|
+
{% endif %}
|
|
33
|
+
{% if user.orcid %}
|
|
34
|
+
<a href="https://orcid.org/{{ user.orcid }}"><i class="ai ai-orcid"></i></a>
|
|
35
|
+
{% endif %}
|
|
36
|
+
|
|
37
|
+
{% if user.affiliation or user.country %}
|
|
38
|
+
<br>
|
|
39
|
+
<i class="fas fa-map-marker-alt"></i>
|
|
40
|
+
{% assign delim = '' %}
|
|
41
|
+
{% if user.affiliation %}
|
|
42
|
+
{{ user.affiliation }}
|
|
43
|
+
{% assign delim = ', ' %}
|
|
44
|
+
{% endif %}
|
|
45
|
+
{% if user.country %}
|
|
46
|
+
{{ delim }}{{ user.country }}
|
|
47
|
+
{% endif %}
|
|
48
|
+
{% endif %}
|
|
49
|
+
</p>
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
{% if ols-roles and ols-roles != '' or user.title %}
|
|
54
|
+
<p class="people-description">
|
|
55
|
+
Role in OLS:
|
|
56
|
+
{% if user.title %}
|
|
57
|
+
{{ user.title }}
|
|
58
|
+
{% endif %}
|
|
59
|
+
<br>
|
|
60
|
+
{% if ols-roles and ols-roles != '' %}
|
|
61
|
+
there
|
|
62
|
+
{{ ols-roles }}
|
|
63
|
+
{% endif %}
|
|
64
|
+
</p>
|
|
65
|
+
</p>
|
|
66
|
+
{% endif %}
|
|
67
|
+
|
|
68
|
+
{% if user.expertise %}
|
|
69
|
+
<p class="people">
|
|
70
|
+
<div class="people-description-question">Expertise:</div> {{ user.expertise | join: ", " }}
|
|
71
|
+
</p>
|
|
72
|
+
{% endif %}
|
|
73
|
+
|
|
74
|
+
<div class="people-description" id="people-bio">
|
|
75
|
+
{% if user.bio %}
|
|
76
|
+
<p class="people-description-question">
|
|
77
|
+
<a class="card-toggle">
|
|
78
|
+
More about {{ user.first-name }}
|
|
79
|
+
<i class="fa fa-angle-down"></i>
|
|
80
|
+
</a>
|
|
81
|
+
</p>
|
|
82
|
+
<div class="content is-hidden">
|
|
83
|
+
{{ user.bio | markdownify }}
|
|
84
|
+
</div>
|
|
85
|
+
{% endif %}
|
|
86
|
+
</div>
|
|
87
|
+
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
@@ -0,0 +1,24 @@
|
|
|
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/toc.html
ADDED
data/_includes/week.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
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 %}
|
data/_layouts/base.html
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
---
|
|
2
|
+
---
|
|
3
|
+
<!DOCTYPE html>
|
|
4
|
+
<html lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<meta charset="utf-8">
|
|
7
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<title>{{ page.title }} | {{ site.title }}</title>
|
|
10
|
+
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
|
|
11
|
+
<link href="{{ site.baseurl }}/assets/css/custom.css" rel="stylesheet" type="text/css">
|
|
12
|
+
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
|
|
13
|
+
<!--Below is the schema annotation for blogposts-->
|
|
14
|
+
{% if page.layout == 'post' %}
|
|
15
|
+
<script type="application/ld+json">
|
|
16
|
+
{
|
|
17
|
+
"@context": "https://schema.org",
|
|
18
|
+
"@type": "BlogPosting",
|
|
19
|
+
"mainEntityOfPage": {
|
|
20
|
+
"@type": "WebPage",
|
|
21
|
+
"@id": "{{ site.url }}/posts/"
|
|
22
|
+
},
|
|
23
|
+
"headline": "{{ page.title }}",
|
|
24
|
+
"description": "{{ page.excerpt | strip_html | strip_newlines | truncate: 200 }}",
|
|
25
|
+
"image": "{{ page.image }}",
|
|
26
|
+
"author": [
|
|
27
|
+
{%- for author in page.authors -%}
|
|
28
|
+
{
|
|
29
|
+
"@type": "Person",
|
|
30
|
+
"name": "{{ site.data.people[author].first-name }} {{ site.data.people[author].last-name }}",
|
|
31
|
+
"url": "{{ site.url }}/people#{{ author }}"
|
|
32
|
+
{%- if forloop.last -%}
|
|
33
|
+
}
|
|
34
|
+
{%- else -%}
|
|
35
|
+
},
|
|
36
|
+
{% endif %}
|
|
37
|
+
{%- endfor -%}],
|
|
38
|
+
"publisher": {
|
|
39
|
+
"@type": "Organization",
|
|
40
|
+
"name": "Open Life Science",
|
|
41
|
+
"url": "{{ site.url }}",
|
|
42
|
+
"logo": {
|
|
43
|
+
"@type": "ImageObject",
|
|
44
|
+
"url": "{{ site.url }}/images/logo.png"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"datePublished": "{{ page.date | date: "%Y-%m-%d" }}"
|
|
48
|
+
}
|
|
49
|
+
</script>
|
|
50
|
+
{% endif %}
|
|
51
|
+
</head>
|
|
52
|
+
|
|
53
|
+
<body>
|
|
54
|
+
{% include _includes/default-header.html %}
|
|
55
|
+
{{ content }}
|
|
56
|
+
{% include _includes/default-footer.html %}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
|
60
|
+
<script src="{{ site.baseurl }}/assets/js/scripts.js"></script>
|
|
61
|
+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
62
|
+
{% if page.layout == 'posts' %}
|
|
63
|
+
<script src="{{ site.baseurl }}/assets/js/posts.js"></script>
|
|
64
|
+
{% endif %}
|
|
65
|
+
</body>
|
|
66
|
+
</html>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: base
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
|
|
6
|
+
|
|
7
|
+
<section class="hero {% unless page.image %} no-image{% endunless %}"{% if page.image %} style="background-image: linear-gradient(to top, #000, transparent), url({{ page.image }});"{% endif %}>
|
|
8
|
+
<div class="hero-body">
|
|
9
|
+
<h1 class="title is-1">{{ page.title }}</h1>
|
|
10
|
+
|
|
11
|
+
{% if page.description %}
|
|
12
|
+
<p class="subtitle is-3">{{ page.description }}</p>
|
|
13
|
+
{% endif %}
|
|
14
|
+
|
|
15
|
+
{% if page.layout == 'post' %}
|
|
16
|
+
{% capture authors %}
|
|
17
|
+
{% for id in page.authors %}, {% assign name = site.data['people'][id].first-name | default: id %}<a href="/people#{{ id }}">{{ name }}</a>{% endfor %}
|
|
18
|
+
{% endcapture %}
|
|
19
|
+
<p class="subtitle is-5">
|
|
20
|
+
<time datetime="{{ page.date | date: date_format }}">{{ page.date | date: date_format }}</time>
|
|
21
|
+
- {{ authors | remove_first: ', ' | strip }}
|
|
22
|
+
</p>
|
|
23
|
+
{% endif %}
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
{% if page.photos %}
|
|
27
|
+
<div class="hero-foot">
|
|
28
|
+
<p class="credit"><a href="{{ page.photos.link }}">{{ page.photos.name }}</a> ({{ page.photos.license }})</p>
|
|
29
|
+
</div>
|
|
30
|
+
{% endif %}
|
|
31
|
+
</section>
|
|
32
|
+
|
|
33
|
+
<section class="section">
|
|
34
|
+
<div class="container content {{ layout.css }} {{ page.css }}">
|
|
35
|
+
{{ content }}
|
|
36
|
+
</div>
|
|
37
|
+
</section>
|
data/_layouts/links.html
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: base
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
<div class="container is-fullhd links">
|
|
6
|
+
<section class="hero link-hero">
|
|
7
|
+
<div class="hero-body">
|
|
8
|
+
<a href="/" class="logo">
|
|
9
|
+
<img src="/images/logo.png" alt="logo of OLS">
|
|
10
|
+
</a>
|
|
11
|
+
{{ site.data.links.description | markdownify }}
|
|
12
|
+
</div>
|
|
13
|
+
</section>
|
|
14
|
+
|
|
15
|
+
<section class="section">
|
|
16
|
+
{% for item in site.data.links.items %}
|
|
17
|
+
<a href="{{ item.link }}" class="button is-link is-medium is-fullwidth">
|
|
18
|
+
{% if item.icon %}<i class="icon {{ item.icon }}"></i>{% endif %}
|
|
19
|
+
{{ item.text }}
|
|
20
|
+
</a>
|
|
21
|
+
{% endfor %}
|
|
22
|
+
</section>
|
|
23
|
+
</div>
|