Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new index page for OLS #688

Merged
merged 32 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3ffd762
Initiate creation of new index page for OLS
NPDebs Oct 17, 2023
21871eb
Merge branch 'open-life-science:main' into OLS_index
NPDebs Oct 20, 2023
99c70dc
Add three-pillars-icons to the index page
NPDebs Oct 21, 2023
457657a
Merge branch 'open-life-science:main' into OLS_index
NPDebs Oct 21, 2023
c6c269f
Use figure to displays forever
NPDebs Oct 24, 2023
09112ed
Merge branch 'OLS_index' of https://github.com/NPDebs/open-life-scien…
NPDebs Oct 24, 2023
f063177
Merge branch 'open-life-science:main' into OLS_index
NPDebs Nov 13, 2023
eb1303f
Create individual pages for OLS's 3 pillars
NPDebs Nov 13, 2023
d4dc243
Move excess info from index to 3 pillars pages
NPDebs Nov 13, 2023
d728aad
Added alt-texts to the images
NPDebs Nov 13, 2023
6d4f63c
Update open-incubator.md
NPDebs Nov 13, 2023
6bd7931
Update open-incubator.md
NPDebs Nov 13, 2023
7a2bef3
Update open-research.md
NPDebs Nov 13, 2023
d4c15b3
Update open-research.md
NPDebs Nov 13, 2023
6ae6936
Update open-research.md
NPDebs Nov 13, 2023
5339daf
Update index.md
NPDebs Nov 13, 2023
f1c8451
Update open-research.md
NPDebs Nov 13, 2023
5833e17
Update open-research.md
NPDebs Nov 13, 2023
01c7794
Update open-science-training.md
NPDebs Nov 13, 2023
c158acf
Update open-science-training.md
NPDebs Nov 13, 2023
8bac1d8
Add images directly rather than in metadata
NPDebs Nov 13, 2023
47dd35c
Merge branch 'OLS_index' of https://github.com/NPDebs/open-life-scien…
NPDebs Nov 13, 2023
cfd7518
Move "work streams" above; add images; format text
NPDebs Nov 14, 2023
566237f
Link to launch announcement post; format text
NPDebs Nov 14, 2023
0760ae2
Link key personnels to their biocards
NPDebs Nov 14, 2023
e61820d
Add sepia image for Open Research Training page
NPDebs Nov 14, 2023
8263e55
Add proper images across 3 Pillars pages
NPDebs Nov 14, 2023
0205663
Put Openseeds and NASA TOPS in cards, with logos
NPDebs Nov 14, 2023
a0e5e1e
Merge branch 'main' of github.com:open-life-science/open-life-science…
bebatut Nov 21, 2023
b690aa2
Restructure pillar pages using metadata in pages
bebatut Nov 21, 2023
2242c56
Add NASA to list of organization
bebatut Nov 21, 2023
bc4787f
Update open-incubator.md
NPDebs Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 42 additions & 81 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,91 +1,52 @@
---
layout: default
title: OLS
description: A mentoring & training program for Open Science ambassadors
description: A not-for-profit organisation dedicated to capacity building and diversifying leadership in research worldwide
image: /images/index.jpg
photos:
name: Bérénice Batut
license: CC BY-SA 4.0
url: https://flic.kr/p/2gHMJah
---

The **OLS** program is for people interested in **applying open principles** in their work and **becoming Open Science ambassadors** in their communities.

# About

This is a **16-week long personal mentorship and cohort-based training**, where participants (organisers, hosts, mentors and project leads/mentees) of this program will:
- **share** their expertise and gain knowledge essential to create, lead, and sustain an Open Science project
- **connect** with members across different projects, communities, backgrounds, and identities
- **empower** each other to become effective Open Science ambassadors in their communities

Participants join this program with a **project** that they either are already working on or want to develop during this program **individually or in teams**.

![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)](/images/schedule.png){: .schedule-overview}

# Applications

<!--[Apply via Open Review](https://openreview.net/group?id=openlifesci.org/Open_Life_Science/2023/Cohort_8){:.button .is-link .is-fullwidth}

*Please register on Open Review before July 3, 2023 to allow activation of your Open Review profile as described in the [OLS-8 application guidelines and templates](https://github.com/open-life-science/application-forms).*-->

OLS-8 runs from September 2023 to January 2024. We are not sure if we will run OLS-9 in the same format - see our [blog post]({% link _posts/2023-05-05-NASA-grant-announcement.md %}). [Sign up to our low-traffic news list]({{ site.announcement_list }}) to get updates.

## Timeline

{% assign schedule = site.data.openseeds.ols-8.schedule %}
{% include _includes/timeline.md %}

Have a question or need any support to join this cohort?
We are here to help - feel free to email [{{ site.email|replace:'@','[at]' }}](mailto:{{ site.email }}), or connect on Twitter [@{{ site.twitter }}](https://twitter.com/{{ site.twitter }}).

# Cohorts
{% assign all_participants = '' %}
{%- assign all_mentors = '' -%}
{%- assign all_experts = '' -%}
{%- assign all_facilitators = '' -%}
{%- assign all_projects = '' -%}
{%- assign cohorts = site.data.openseeds | sort %}

| Cohort | Schedule | Projects | Mentors | Experts | Facilitators |
| --- | --- | --- | --- | --- | --- |
{%- for cohort in cohorts -%}
{%- assign cohort_name = cohort[0] -%}
{%- assign experts = site.data.openseeds[cohort_name].metadata.experts | uniq | size -%}
{%- capture all_experts %}{{ all_experts }}, {{ site.data.openseeds[cohort_name].metadata.experts | join: ', ' }}{% endcapture -%}
{%- assign facilitators = site.data.openseeds[cohort_name].metadata.facilitators | uniq | size -%}
{%- capture all_facilitators %}{{ all_facilitators }}, {{ site.data.openseeds[cohort_name].metadata.facilitators | join: ', ' }}{% endcapture -%}
{%- assign projects = site.data.openseeds[cohort_name].projects -%}
{%- assign mentors = '' -%}
{%- assign participants = '' -%}
{%- assign project_name = '' -%}
{%- for project in projects -%}
{%- for p in project.participants -%}
{%- capture participants %}{{ participants }}, {{ p }}{% endcapture -%}
{%- endfor -%}
{%- for m in project.mentors -%}
{%- capture mentors %}{{ mentors }}, {{ m }}{% endcapture -%}
{%- endfor -%}
{%- for p-name in project.name -%}
{%- capture project_name %}{{ project_name }}, {{ p-name }}{% endcapture -%}
{%- endfor -%}
{%- endfor %}
{%- assign cohort_mentors = mentors | remove_first: ', ' | split: ", " | uniq | sort | size -%}
{%- capture all_mentors %}{{ all_mentors }}, {{ mentors }}{% endcapture -%}
{%- assign cohort_participants = participants | remove_first: ', ' | split: ", " | uniq | sort | size -%}
{%- capture all_participants %}{{ all_participants }}, {{ participants }}{% endcapture -%}
{%- assign cohort_projects = project_name | remove_first: ', ' | split: ", " | uniq | sort | size -%}
{%- capture all_projects %}{{ all_projects }}, {{ project_name }}{% endcapture -%}
{%- assign cohort_schedule = site.data.openseeds[cohort_name].schedule -%}
{%- assign cohort_start = cohort_schedule.weeks['01'].start -%}
{%- assign cohort_end = '' -%}
{%- for week in cohort_schedule.weeks -%}
{%- assign cohort_end = week[1].start -%}
{%- endfor %}
| [{{ cohort_name | upcase }}]({% link openseeds/{{ cohort_name }}/index.md %}) | [{{ cohort_start }} - {{ cohort_end }}]({% link openseeds/{{ cohort_name }}/schedule.md %}) | {%- if cohort_participants > 0 -%}[{{ cohort_participants }} mentees]({% link openseeds/{{ cohort_name }}/projects-participants.md %}#participants) on {%- endif -%} {%- if cohort_projects > 0 -%} [{{ cohort_projects }} projects]({% link openseeds/{{ cohort_name }}/projects-participants.md %}#projects) {%- endif -%}| {%- if cohort_mentors > 0 -%}[{{ cohort_mentors }} mentors]({% link openseeds/{{ cohort_name }}/index.md %}#mentors) {%- endif -%}| {%- if experts > 0 -%}[{{ experts }} experts]({% link openseeds/{{ cohort_name }}/index.md %}#experts) {%- endif -%}| {%- if facilitators > 0 -%}[{{ facilitators }} facilitator(s)]({% link openseeds/{{ cohort_name }}/index.md %}#facilitators) {%- endif -%} |
{%- endfor -%}
{%- assign all_participants = all_participants | remove_first: ', ' | split: ", " | uniq | size -%}
{%- assign all_mentors = all_mentors | remove_first: ', ' | split: ", " | uniq | size -%}
{%- assign all_facilitators = all_facilitators | remove_first: ', ' | split: ", " | uniq | size -%}
{%- assign all_experts = all_experts | remove_first: ', ' | split: ", " | uniq | size -%}
{% assign all_projects = all_projects | remove_first: ', ' | split: ", " | uniq | size %}
| **Total** | | {{ all_participants }} mentees on {{ all_projects }} projects | {{ all_mentors }} mentors | {{ all_experts }} experts | {{ all_facilitators }} facilitators |
OLS is a not-for profit organisation dedicated to capacity building and diversifying leadership in research worldwide.
We imagine a future where research is accessible, inclusive, and equitable for everyone.

# Our three pillars:
<div class="container">
<div class="columns">
<div class="column is-one-third">
<a href="{% link open-science-training.md %}">
<div class="card custom-card">
<div class="card-content">
<img src="{% link images/three-pillars-icons/open-science-training-icon.png %}" class="image is-128x128" alt="open-science-training logo: a representation of a two people watching a third person on a screen, with a green 'play' button beside">
<h1>Open Science Training</h1>
<p>Online mentoring and training programs for individuals and teams worldwide to learn about and adopt open research practices.</p>
</div>
</div>
</a>
</div>
<div class="column is-one-third">
<a href="{% link open-research.md %}">
<div class="card custom-card">
<div class="card-content">
<img src="{% link images/three-pillars-icons/open-research-icon.png %}" class="image is-128x128" alt="open-research logo: two files held together by a paper clip, with a microscope ontop.">
<h1>Research on Open</h1>
<p>Evidence base and interventions for widening participation in research.</p>
</div>
</div>
</a>
</div>
<div class="column is-one-third">
<a href="{% link open-incubator.md %}">
<div class="card custom-card">
<div class="card-content">
<img src="{% link images/three-pillars-icons/open-incubator-icon.png %}" class="image is-128x128" alt="open-incubator logo: a transparent glass containing a small green seedling.">
<h1>Open Incubator</h1>
<p>"The greenhouse": Hands-on support to empower the next generation of open leaders in research.</p>
</div>
</div>
</a>
</div>
</div>
</div>
25 changes: 25 additions & 0 deletions open-incubator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: default
title: Open Incubator
description: Hands-on support to empower the next generation of open leaders in research.
image: /images/2023-16-08-SouthAfrica-pic-OLS-8-blog-post.jpg
photos:
name: Photo by Anelda Van der Walt
---

<!-- <h1><figure class="image is-32x32"><img src="{% link images/three-pillars-icons/open-incubator-icon.png %}"></figure>Open incubator</h1> -->

“The greenhouse”: We offer hands-on support to empower the next generation of open leaders in research.
This might be for people who have completed Open Seeds and now want to say "what next for my project?", or it might be indiv

## What makes us different:
- Curriculum development & pedagogical expertise specifically in teaching researchers.
- Our programs are built with a global community of experienced community builders and open practitioners.

# Current work streams:
- Catalyst
- Fellowship (resident fellows) programmes
- Facilitators training and transcription services
- Fiscal hosting in early stages - please contact directors at we-are-ols.org to discuss.
- Grant writing training (coming soon, please let us know if you'd like to [fund the development of the curriculum](https://numfocus.github.io/disc-unconference-2023-projects/en/hidden-curriculum.html)!)
- Consultancy and open research advice
36 changes: 36 additions & 0 deletions open-research.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: default
title: Open Research
description: Evidence base and interventions for widening participation in research.
image: /images/DSC_9454.jpg
photos:
name: Photo by Software Sustainability Institute
---

<!--<h1><figure class="image is-32x32"><img src="{% link images/three-pillars-icons/open-research-icon.png %}"></figure>Open Research</h1>-->

As researchers, we value evidenced-based behaviours. This means one of our core focuses is creating the community-based, landscape and longitudinal analyses that inform open, equitable research practices. We aim to spread effective techniques and reduce ineffective techniques. Studies are run by experienced hands-on hands-on practitioners of open research and open community.

## What makes us different:
- Researchers with demonstrated track record in researching and influencing open.
- Inclusivity and equity-focused approach to research: train and incubate independent research leaders, compensate contributors, foster collaborations.

# Current work streams:

## Open Seeds Impact Research

Funded by the Wellcome Trust, this study investigates transformative impact of Open Seeds interventions from a qualitative angle.

Read more about it in the [launch announcement post]({% link _posts/2021-12-21-wt-open-research-fund.md %}).

### Key personnel:
[Paz Bernaldo]({% link people.md %}#pazbc) leads the qualitative interview study, and [Malvika Sharan]({% link people.md %}#malvikasharan) is PI.

## Turing Skills Policy Award (SPA)

Funded by the Alan Turing institude, this research looks at ways to influence policy in order to widen participation in open data science.

Read about it in the [launch announcement post]({% link _posts/2023-08-23-critical-infrastructure-for-open-scholarship.md %}).

### Key personnel, SPA:
OLS Resident Fellows [Bethan Iley]({% link people.md %}#bethaniley), [Mayya Sundukova]({% link people.md %}#msundukova), and [Flavio Azevedo]({% link people.md %}#flavioazevedo). PI: [Yo Yehudi]({% link people.md %}#yochannah).
22 changes: 22 additions & 0 deletions open-science-training.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: default
title: Open Science Training
description: Online mentoring and training programs on open research practices.
image: https://images.unsplash.com/photo-1542601906990-b4d3fb778b09
photos:
name: Noah Buscher
license: CC BY-SA 4.0
url: https://images.unsplash.com/photo-1542601906990-b4d3fb778b09
---

<!-- <h1><figure class="image is-32x32"><img src="{% link images/three-pillars-icons/open-science-training-icon.png %}"></figure>Open Science Training</h1> -->

Online mentoring and training programs for individuals and teams worldwide to learn about and adopt open research practices.

## What makes us different:
- Curriculum development & pedagogical expertise specifically in teaching researchers.
- Our programs are built with a global community of experienced community builders and open practitioners.

# Current work streams:
- [Open Seeds (16-weeks)]({% link openseeds/index.md %})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could be 2 box there as for the index with the pillar with the logo and program name below

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💭 That could work...and look really good.

I am thinking that for the sake of consistency, would we have to do the same for all 3 Pillars pages?
If yes, would the cards not be too much.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say no for now for the other pages because different projects do not have dedicated pages

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. I'll put them in boxes now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.
Here, the Open Seeds logo looked deformed with the class="image is-128x128".
Screenshot (600)

Without the class, it looks like this:
Screenshot (601)

- [NASA TOPS (5-weeks)]({% link _posts/2023-05-05-NASA-grant-announcement.md %})