Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humanfactors/tbpm-fion
An E-prime extraction script free of any runtime installers written entirely in Golang
https://github.com/humanfactors/tbpm-fion
Last synced: about 1 month ago
JSON representation
An E-prime extraction script free of any runtime installers written entirely in Golang
- Host: GitHub
- URL: https://github.com/humanfactors/tbpm-fion
- Owner: humanfactors
- License: bsd-3-clause
- Created: 2017-10-09T16:22:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T02:06:02.000Z (almost 7 years ago)
- Last Synced: 2024-10-09T15:44:03.925Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TBPM E-prime Extraction
My first released Go project. This extracts an E-prime log file and outputs to wide form CSV.**Note that E-prime exports to UTF-16 but this program only accepts UTF8**. Therefore you will need to manually convert
these (I do have a program for this as well).## Contributing [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)
To developers, this might contain some pointers as to how to extract E-prime logs using Golang. Nothing fancy - but I'm
happy to accept pull requests or future collaborations to make a more general library.## Change Log
**Thu 30/11/2017**:
* Fixed 0's being included in RT
* Updated to include non-response trial frequency
* Updated so status based on first number in digit string
* Added response to the processing chain