Git Product home page Git Product logo

ips-lmu / transcription-portal Goto Github PK

View Code? Open in Web Editor NEW
9.0 5.0 1.0 9.12 MB

A portal that offers a transcription chain for multi upload and processing of audio files using ASR, OCTRA, MAUS and EMU-webApp.

Home Page: https://www.phonetik.uni-muenchen.de/apps/TranscriptionPortal/

License: MIT License

TypeScript 73.62% JavaScript 2.73% HTML 18.25% CSS 3.04% PHP 2.36%
transcription audio-transcribing asr audio-transcription

transcription-portal's People

Contributors

dependabot[bot] avatar julianpoemp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

transcription-portal's Issues

transcripts: saving transcripts to IndexedDB

IndexedDB could save data up to 2GB. That enables to save the transcript files to IndexedDB in order to keep transcripts even if they are not on the server currently.

  • Save the files's content (excl. audio files) after DragnDrop to the IDB
  • Download and save transcript to IDB after operation finished
  • Download & save transcript files which are not already saved to IDB
  • Use BlobURL instead of web URL for results
  • Show red unlink item only if transcript or audio file does not exist on the server AND in the IDB
  • Reupload for audio file
  • Before operation started: check if transcript is online otherwise reupload before processing
  • Archive feature must reupload local transcripts for zAPI

This improves usability and enables downloading the results long after 24h.

keep original file name for download

It's better for the user if the downloaded file name is the same as the original audio file. The user should'nt see the internal used escaped file name.

sort order of tasks

  • add sortorder attribute to IDB
  • unsorted is -1
  • the sortorder represent the index position in the list of tasks
  • to avoid calculation overhead, the sortorder is saved whenever a task or directory is added/inserted
  • change sort order via context menu on the proceedings table
  • change sort order via arrows in the queue modal

add browser check

Add a browser check to prevent Safari browsers because it's not compatible

octra: first interaction problem

Reproduction

  1. User edit a new file with OCTRA.
  2. User does not click on the "Save transcription" button and clicks on the back button
  3. User reloads the OH-Portal
  4. The OCTRA column is empty and the user can't continue with OCTRA

Expected

The user must have the option to continue the aborted OCTRA operation after reload.

archive download: make archive of selected lines

  1. User select lines
  2. Right click > context menu > click on "Download all results"
  3. Archive modal is shown
  4. Selection for further conversions
  5. Button to remove selected lines after download

The best way is to implement two modes: one for column selection and one for line selection.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.