Skip to content

Commit

Permalink
Add Group 2 files (#327)
Browse files Browse the repository at this point in the history
* Add Group 2 files
  • Loading branch information
mirella-g authored Jul 4, 2024
1 parent ba8d720 commit 223655f
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ git push -u origin group_N
## Deployment

The website is deployed on [CSE3000-research-project.github.io](https://CSE3000-research-project.github.io) using GitHub Pages.
This website should be updated automatically every time the main branch is updated using the Travis-ci build script. Nonetheless, it is also possible (and suggested) to deploy the page locally via command line.
This website should be updated automatically every time the main branch is updated using the Travis-ci build script. Nonetheless, it is also possible (and suggested) to deploy the page locally via command line.

To do this, first set the `GH_TOKEN` repository secret for the `deploy:ci` command in `package.json` taken from the `CSE3000-research-project` GitHub account, and then run the command.
To do this, first set the `GH_TOKEN` repository secret for the `deploy:ci` command in `package.json` taken from the `CSE3000-research-project` GitHub account, and then run the command.

For more information, see the `.travis.yml` file or this [link](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/how-gatsby-works-with-github-pages/).

Expand Down
6 changes: 6 additions & 0 deletions content/posters/2024/Q4/Group 2/group_info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
projectTitle: Exploring state-of-the-art speech recognisers for low-resource atypical speech
year: 2024
supervisors:
- Zhengjun Yue
- Yuanyuan Zhang
quarter: 4
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
thesisTitle: Automatic Dysarthria Severity Assessment using Whisper-extracted Features
paperUrl: 'https://repository.tudelft.nl/record/uuid:0cf97029-a030-43ea-b6be-00beb5c6f3d1'
firstName: Christopher
lastName: Charlesworth
repositoryUrl: 'https://github.com/ChrisCharlesworth/WhisperBasedClassifiers'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
thesisTitle: Reducing Bias in State-of-the-Art ASR Systems for Child Speech
paperUrl: 'https://repository.tudelft.nl/record/uuid:86f166d9-e13f-4084-a5bf-7a7632604b52'
firstName: Franz
lastName: Zeisler
repositoryUrl: 'https://gitlab.ewi.tudelft.nl/cse3000/2023-2024-q4/Zhang_Yue/fzeisler-Exploring-state-of-the-art-speech-recognisers-for'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
thesisTitle: Evaluating Alternative Metrics for Dysarthric Speech Recognition
paperUrl: 'https://repository.tudelft.nl/record/uuid:a78e98fd-b467-4903-b10b-d76d14c90cc7'
firstName: H.C. Filip
lastName: Nguyen Duc
repositoryUrl: 'https://github.com/notfilip/research-project'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
thesisTitle: Improving State-of-the-Art ASR Systems for Speakers with Dysarthria
paperUrl: 'https://repository.tudelft.nl/record/uuid:9e54041d-1ecf-42ea-823c-203a0dd0b3b1'
firstName: Mirella
lastName: Günther
repositoryUrl: 'https://gitlab.ewi.tudelft.nl/cse3000/2023-2024-q4/Zhang_Yue/mirellagunther-Exploring-state-of-the-art-speech-recognisers-for'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
thesisTitle: How Does OpenAI's Whisper Interpret Dysarthric Speech?
paperUrl: 'https://repository.tudelft.nl/record/uuid:47837feb-1b2e-4bba-9fad-f92d84024abb'
firstName: Orhan
lastName: Agaoglu
repositoryUrl: 'https://github.com/Oagaoglu/Probing-Whisper-for-Dysarthic-Speech'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"pre-commit": [
"lint"
],
"precommit.silent": false,
"precommit.silent": false,
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
Expand Down

0 comments on commit 223655f

Please sign in to comment.