All Projects → audiolabs → trackswitch.js

audiolabs / trackswitch.js

Licence: MIT license
A Versatile Web-Based Audio Player for Presenting Scientific Results

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Sass
350 projects

Projects that are alternatives of or similar to trackswitch.js

Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-58.97%)
Mutual labels:  science, research
Unity Experiment Framework
UXF - Framework for creating human behaviour experiments in Unity
Stars: ✭ 81 (+107.69%)
Mutual labels:  science, research
Biolitmap
Code for the paper "BIOLITMAP: a web-based geolocated and temporal visualization of the evolution of bioinformatics publications" in Oxford Bioinformatics.
Stars: ✭ 18 (-53.85%)
Mutual labels:  science, research
Pymeasure
Scientific measurement library for instruments, experiments, and live-plotting
Stars: ✭ 255 (+553.85%)
Mutual labels:  science, research
Tidyversity
🎓 Tidy tools for academics
Stars: ✭ 155 (+297.44%)
Mutual labels:  science, research
Awesome Sentinel
curated list of awesome tools, tutorials and APIs for Copernicus Sentinel satellite data
Stars: ✭ 335 (+758.97%)
Mutual labels:  science, research
Latex Examples
Examples for the usage of LaTeX
Stars: ✭ 1,032 (+2546.15%)
Mutual labels:  science, research
Arxiv Equations
🚀 Provides equations in latex format from arxiv paper.
Stars: ✭ 23 (-41.03%)
Mutual labels:  science, research
Lab.js
Online research made easy
Stars: ✭ 140 (+258.97%)
Mutual labels:  science, research
Reading
A list of computer-science readings I recommend
Stars: ✭ 1,919 (+4820.51%)
Mutual labels:  science, research
openeditors
Webscraping data about editors of scientific journals.
Stars: ✭ 31 (-20.51%)
Mutual labels:  science, research
covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (+10.26%)
Mutual labels:  science, research
Dallinger
Laboratory automation for the behavioral and social sciences; human culture on a chip.
Stars: ✭ 100 (+156.41%)
Mutual labels:  science, research
Pybossa
PYBOSSA is the ultimate crowdsourcing framework (aka microtasking) to analyze or enrich data that can't be processed by machines alone.
Stars: ✭ 670 (+1617.95%)
Mutual labels:  science, research
Covid19 scenarios
Models of COVID-19 outbreak trajectories and hospital demand
Stars: ✭ 1,355 (+3374.36%)
Mutual labels:  science, research
senpai
Molecular dynamics simulation software
Stars: ✭ 124 (+217.95%)
Mutual labels:  science, research
events
Materials related to events I might attend, and to talks I am giving
Stars: ✭ 22 (-43.59%)
Mutual labels:  science, research
leaflet-react-track-player
This is plugin for react-leaflet. It create player for control of track. 🍃🌎⚔
Stars: ✭ 21 (-46.15%)
Mutual labels:  player
cry
SageMath/Python Toolkit for Cryptanalytic Research
Stars: ✭ 23 (-41.03%)
Mutual labels:  research
seeing-red
Using PPG Obtained via Smartphone Cameras for Authentication
Stars: ✭ 29 (-25.64%)
Mutual labels:  research

trackswitch.js

Screenshot

Installation

This tool can be installed using

npm install trackswitch

alternatively you can manually download and include dist/css/trackswitch.min.css and dist/js/trackswitch.min.js.

Whats included

dist/
├── css/
│   ├── trackswitch.min.css
└── js/
    ├── trackswitch.js
    └── trackswitch.min.js

Citation

If you use this software in a scientific publication, please make sure to cite the following publication

Werner, Nils, et al. "trackswitch.js: A Versatile Web-Based Audio Player for Presenting Scientifc Results." 3rd web audio conference, London, UK. 2017.

@inproceedings{werner2017trackswitchjs,
  title={trackswitch.js: A Versatile Web-Based Audio Player for Presenting Scientifc Results},
  author={Nils Werner and Stefan Balke and Fabian-Rober Stöter and Meinard Müller and Bernd Edler},
  booktitle={3rd web audio conference, London, UK},
  year={2017},
  organization={Citeseer}
}

Examples

Configuration

See configuration examples.

Usage scenarios

See examples.

Development

npm install -g grunt-cli
npm install
grunt serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].