docs(v2): add ClarityChallenge to showcase (#4898)

* Update users.js

Adding a new user - ClarityChallenge.

* Add files via upload

* Update users.js

Fixing url for source of claritychallenge user
This commit is contained in:
Jon Barker 2021-06-03 16:48:45 +01:00 committed by GitHub
parent 57806798c5
commit 0bdab02e20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View file

@ -233,6 +233,14 @@ const Users = [
source: 'https://github.com/paularmstrong/build-tracker', source: 'https://github.com/paularmstrong/build-tracker',
tags: ['opensource'], tags: ['opensource'],
}, },
{
title: 'ClarityChallenge',
description: 'Documentation for the Clarity machine learning challenges for improving hearing aid signal processing',
preview: require('./showcase/claritychallenge.png'),
website: 'https://claritychallenge.github.io/clarity_CEC1_doc',
source: 'https://github.com/claritychallenge/clarity_CEC1_doc',
tags: ['opensource'],
},
{ {
title: 'Clutch', title: 'Clutch',
description: 'An extensible API and UI platform for infrastructure tooling', description: 'An extensible API and UI platform for infrastructure tooling',