Additional Scripts for Repository#2
Open
liang108 wants to merge 2 commits intodatabrary:masterfrom
liang108:master
Open
Additional Scripts for Repository#2liang108 wants to merge 2 commits intodatabrary:masterfrom liang108:master
liang108 wants to merge 2 commits intodatabrary:masterfrom
liang108:master
Conversation
|
Dear Jeffrey,
I have forwarded this to our Datavyu support team at info@datavyu.org.
Thank you,
Andrea
Andrea R. Seisler, M.S.
Laboratory Manager
Brain Development Laboratory
The Pennsylvania State University
503 Moore Building
University Park, PA 16802
Email: ars17@psu.edu
Website: http://gilmore-lab.github.io/
…On Tue, Oct 6, 2020, 7:01 PM liang108 ***@***.***> wrote:
To whom it may concern,
I have added several scripts to "Export" and "Reliability"; these scripts
were written for use by a clinical psychology research group. I was
wondering if the owner of this repository would like to see our
user-written scripts and possibly add them to this repository so others may
view them.
Best,
Jeffrey Liang
------------------------------
You can view, comment on, or merge this pull request online at:
#2
Commit Summary
- Add files via upload
- Add files via upload
File Changes
- *A* Export/Export - Batch Variables CSV.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-bb8f0a39f81aaf8e87f7bd8555444506>
(219)
- *A* Export/Export - Cell Length Durations.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-2c6ee0e975e115ea1a54f92d6d92208b>
(97)
- *A* Export/Export - Variables for Batch.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-1a7a8febd3697939b108efda666ab718>
(217)
- *A* Export/Export - Variables.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-ac5836f9fd5bcf13c54b5c75b7868bb5>
(233)
- *A* Reliability/file_check_reliability.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-41ded8706b069fd260d4a78f436ddbfc>
(213)
- *A* Reliability/file_make_reliability.rb
<https://github.com/databrary/Datavyu-Example-Scripts/pull/2/files#diff-789de1c3e5922b03692e4bfad8c39528>
(19)
Patch Links:
- https://github.com/databrary/Datavyu-Example-Scripts/pull/2.patch
- https://github.com/databrary/Datavyu-Example-Scripts/pull/2.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5IARMIY7RA3C24KTCKXCDSJOOTJANCNFSM4SGUUNAQ>
.
|
sh0sh1n
approved these changes
Apr 5, 2021
sh0sh1n
left a comment
There was a problem hiding this comment.
Thanks for contributing! See suggestions in comments.
| # Updated 4.24.20 | ||
|
|
||
| require 'Datavyu_API.rb' | ||
|
|
There was a problem hiding this comment.
There was probably a "begin" here given the formatting. Suggest adding begin..end block back or reducing indent of subsequent sections.
|
|
||
| puts ("EYE CONTACT: \n") | ||
|
|
||
| main_col = getColumn("eye_contact") |
There was a problem hiding this comment.
camel_case version of functions preferred (e.g., get_column)
| require 'Datavyu_API.rb' | ||
|
|
||
| begin | ||
| ec = getColumn("eye_contact") |
| @@ -0,0 +1,213 @@ | |||
| # Updated 4.24.20 | |||
There was a problem hiding this comment.
Would be useful to have a description of what this script does—even if it's specific to a particular video-coding scheme it helps with understanding how to adapt it for a different scheme.
|
@TheoWolf anyone volunteering currently to maintain this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To whom it may concern,
I have added several scripts to "Export" and "Reliability"; these scripts were written for use by a clinical psychology research group. I was wondering if the owner of this repository would like to see our user-written scripts and possibly add them to this repository so others may view them.
Best,
Jeffrey Liang