usb-to-ttl

A repository to document sending TTL triggers via USB

https://github.com/sappelhoff/usb-to-ttl

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords

eeg event-marking neuroscience open-hardware parallel-port science-research trigger ttl usb
Last synced: 6 months ago · JSON representation ·

Repository

A repository to document sending TTL triggers via USB

Basic Info
Statistics
  • Stars: 5
  • Watchers: 4
  • Forks: 3
  • Open Issues: 0
  • Releases: 2
Topics
eeg event-marking neuroscience open-hardware parallel-port science-research trigger ttl usb
Created almost 6 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Ask Me Anything! DOI Behavior Reseach Methods

USB-to-TTL

This repository contains the source code for the usb-to-ttl documentation page. Please see the documentation.

Or ask a question on the issues page.

Published with the help of:

License

licensebuttonsby

Unless otherwise noted, all contents of this repository that were created by Stefan Appelhoff and Tristan Stenner are released under the CC BY 4.0 license.

Build instructions

To build the documentation page yourself, you need to have Python version 3.4 or higher installed, which includes the pip tool.

  1. Navigate to the root of the usb-to-ttl directory.
  2. From the command line, call pip install -r requirements to install dependencies.
  3. Now navigate to the docs directory and call make html to build the html files.
  4. Finally, go to docs/_build and open index.html to view the documentation

Build status

Is it green?

Build and Deploy

Owner

  • Name: Stefan Appelhoff
  • Login: sappelhoff
  • Kind: user
  • Location: Germany
  • Company: @MPIB

Citation (CITATION.cff)

# YAML 1.2
---
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.2.0
title: 'USB-to-TTL'
abstract: 'This repository contains the source code for the `usb-to-ttl` documentation page, hostet at <a href=\"https://sappelhoff.github.io/usb-to-ttl\">https://sappelhoff.github.io/usb-to-ttl</a>. Alternatively, see the README file for instructions to build the documentation locally.'
authors:
    - given-names: Stefan
      family-names: Appelhoff
      affiliation: 'Center for Adaptive Rationality, Max Planck Institute for Human Development, Berlin, Germany'
      orcid: 'https://orcid.org/0000-0001-8002-0877'
    - given-names: Tristan
      family-names: Stenner
      affiliation: 'Institute of Medical Psychology and Medical Sociology, University Medical Center Schleswig Holstein, Kiel University, Kiel, Germany'
      orcid: 'https://orcid.org/0000-0002-2428-9051'
type: software
repository-code: 'https://github.com/sappelhoff/usb-to-ttl'
license: CC-BY-4.0
keywords:
  - parallel port
  - arduino
  - teensy
  - trigger
  - event
  - marker
  - magnetoencephalography
  - meg
  - electroencephalography
  - eeg
message: >-
  Please cite this software using the metadata from
  'preferred-citation' in the CITATION.cff file.
preferred-citation:
  title: >-
    In COM we trust: Feasibility of USB-based event marking
  journal: Behavior Research Methodss
  type: article
  year: 2021
  volume: 53
  issue: 6
  start: 2450
  end: 2455
  doi: 10.3758/s13428-021-01571-z
  authors:
    - given-names: Stefan
      family-names: Appelhoff
      affiliation: 'Center for Adaptive Rationality, Max Planck Institute for Human Development, Berlin, Germany'
      orcid: 'https://orcid.org/0000-0001-8002-0877'
    - given-names: Tristan
      family-names: Stenner
      affiliation: 'Institute of Medical Psychology and Medical Sociology, University Medical Center Schleswig Holstein, Kiel University, Kiel, Germany'
      orcid: 'https://orcid.org/0000-0002-2428-9051'
identifiers:
  - description: "Code archive on Zenodo"
    type: doi
    value: 10.5281/zenodo.3838692
...

GitHub Events

Total
  • Delete event: 1
  • Push event: 11
  • Create event: 1
Last Year
  • Delete event: 1
  • Push event: 11
  • Create event: 1

Dependencies

requirements.txt pypi
  • sphinx *
  • sphinx-copybutton *
  • sphinx_bootstrap_theme *
.github/workflows/build_and_deploy.yml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v3 composite