Skip to content

Commit

Permalink
Merge pull request #680 from NPDebs/consulting_page
Browse files Browse the repository at this point in the history
Expanding consultancy page(s)
  • Loading branch information
yochannah authored Nov 6, 2023
2 parents e569295 + 92eae1b commit 7952a42
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 15 deletions.
19 changes: 19 additions & 0 deletions _data/consulting.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
- name: Ally Skills
url: /consulting/ally-skills.html
description: |
Multiple OLS community members are trained Ally skill facilitators.
We offer ad-hoc in-house workshops (starting at £2,000 GBP for universities)
as well as anyone-may-register workshops...
- name: Video call accessibility
url: /consulting/accessibility-consulting.html
description: |
OLS has a long history of captioning videos as part of running online inclusive calls.
Currently, we offer scientific video preparation and captioning, including...
- name: Organisational Leadership
# url: /consulting/organisational-leadership.html
description: |
We offer a range of workshop options to help you think through
setting up governance for your organisation...
2 changes: 1 addition & 1 deletion _includes/default-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="{% link about.md %}">Services</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="{% link consulting.md %}"> Consulting </a>
<a class="navbar-item" href="{% link consulting/index.md %}"> Consulting </a>
<!--<a class="navbar-item" href="/training"> On demand training </a>
<a class="navbar-item" href="/"> Fiscal hosting </a>-->
</div>
Expand Down
21 changes: 21 additions & 0 deletions consulting/accessibility-consulting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: page
title: Accessibility Consulting
image: https://images.unsplash.com/photo-1429962714451-bb934ecdc4ec?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1650&q=80
photos:
name: Anthony DELANOIX
license: Unsplash License
url: https://unsplash.com/photos/hzgs56Ze49s
---

## Scientific video captioning and live streaming / accessibility consulting.

OLS has a long history of captioning videos as part of running online inclusive calls. Currently, we offer scientific video preparation and captioning, including:

- Transcript preparation and correction (mixture of online automatic captioning, with human corrections for quality control and accent/scientific terminology correction).
- Upload and segmentation.
- Live stream advice for multilingual and hearing-accessible calls

Sample work: [youtube.com/openlifesci]({{ site.youtube }})

Rates start at $75USD / hour for video captioning.
16 changes: 2 additions & 14 deletions consulting.md → consulting/ally-skills.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
---
layout: page
title: Consulting
title: Ally Skills
image: https://images.unsplash.com/photo-1429962714451-bb934ecdc4ec?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1650&q=80
photos:
name: Anthony DELANOIX
license: Unsplash License
url: https://unsplash.com/photos/hzgs56Ze49s
---

## Scientific video captioning and live streaming / accessibility consulting.

OLS has a long history of captioning videos as part of running online inclusive calls. Currently, we offer scientific video preparation and captioning, including:

- Transcript preparation and correction (mixture of online automatic captioning, with human corrections for quality control and accent/scientific terminology correction).
- Upload and segmentation.
- Live stream advice for multilingual and hearing-accessible calls

Sample work: [youtube.com/openlifesci]({{ site.youtube }})

Rates start at $75USD / hour for video captioning.

## Ally Skills

Multiple OLS community members are trained Ally skill facilitators. We offer ad-hoc in-house workshops (starting at £2,000 GBP for universities) as well as anyone-may-register workshops. Visit [OLS Ally Skills Eventbrite](https://www.eventbrite.com/cc/ally-skills-1223279) to find the next dates available or contact [{{ site.email|replace:'@','[at]' }}](mailto:{{ site.email }}) for a bespoke quote.
Expand Down Expand Up @@ -118,4 +106,4 @@ Here are a few more considerations to help plan this workshop at your organisati
- [Testimonial by OLS Ally Skills workshop participants](https://openworking.wordpress.com/2020/12/07/ally-skills-workshop/)
- [OLS post about a previous workshop]({% link _posts/2020-10-05-ally-skills-training.md %})
- [Report by OLS describing why we discuss Ally Skills in science](https://www.software.ac.uk/blog/2021-07-05-why-we-discuss-ally-skills-open-science)
- Workshop materials and format are based on the Ally Skills workshops designed by Frameshift Consulting.
- Workshop materials and format are based on the Ally Skills workshops designed by Frameshift Consulting.
27 changes: 27 additions & 0 deletions consulting/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: page
title: Consulting
image: https://images.unsplash.com/photo-1429962714451-bb934ecdc4ec?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1650&q=80
photos:
name: Anthony DELANOIX
license: Unsplash License
url: https://unsplash.com/photos/hzgs56Ze49s
---

<div class="container">
<section class="section">
<h1 class="title">Our Consulting Services</h1>
<div class="columns is-multiline">
{% for service in site.data.consulting %}
<div class="column is-one-third">
<div class="card">
<div class="card-content">
<h2 class="title is-4"><a href="{{ service.url }}">{{ service.name }}</a></h2>
<p class="content">{{ service.description }}</p>
</div>
</div>
</div>
{% endfor %}
</div>
</section>
</div>

0 comments on commit 7952a42

Please sign in to comment.