Skip to content

Commit

Permalink
Project.toml back to Dr. Watson, new project_*.toml file with name of…
Browse files Browse the repository at this point in the history
… project (template_project)
  • Loading branch information
jshanna100 committed Dec 5, 2024
1 parent e4c6196 commit 26d3471
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 56 deletions.
62 changes: 6 additions & 56 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,56 +1,6 @@
[Authors]
authors = "John Doe, Lina Doe"
affiliation = "University of Stuttgart, Germany"
[AuthorsContact]
email = "[email protected]"
[Dataset]
title = "Convert XDF to BIDS"
dataset_description = "This is a test project to set up the pipeline to convert XDF to BIDS."
License = "MIT License"
taskName = "task-1"

[Sources]
EEG = "EEGstream EE225"
marker = ["LSL_Markers","eegoSports-EE225_markersMarkers"]

[Computers]
stimulusComputerUsed = true

[Subject]
subject = ["Medicine, Health and Life Sciences","Engineering"]

[Dataverse]
dataset_id = 123456
dataset_title = 'Convert XDF to BIDS'
pid = ' '

[Consentform]
pay_per_hour = 15
study_duration_hrs = 3

use_eeg = true
use_eyetracking = true
use_vr = false

study_purpose_de = """In dieser Studie untersuchen wir, wie Menschen Bilder wahrnehmen, indem wir die Gehirnaktivität mit EEG und die Augenbewegungen mit einem Eye-Tracker aufzeichnen."""
study_purpose_en = "In this study, we will investigate how humans perceive images by recording brain activity with EEG and eye movements using an eye-tracker."

study_task_de = "Es werden Ihnen verschiedene Bilder auf dem Monitor präsentiert. Ihre Aufgabe ist es, die Bilder frei zu erkunden."
study_task_en = "We will present different pictures on the screen. Your task is to freely explore these pictures."

researcher_details_de = """Verantwortliche Person: Benedikt Ehinger
Computational Cognitive Science (CCS)
Institut für Visualisierung und Interaktive Systeme (VIS)
Universität Stuttgart
Universitätsstraße 32
70569 Stuttgart
E-mail: [email protected]"""
researcher_details_en = """Responsible Principal Investigator: Benedikt Ehinger
Computational Cognitive Science (CCS)
Institute for Visualisation and Interactive Systems (VIS)
University of Stuttgart
Universitätsstraße 32
70569 Stuttgart
E-mail: [email protected]"""

data_processing_contactperson = "Benedikt Ehinger ([email protected])"
name = "template_project"
[compat]
julia = "1.11.1"
DrWatson = "2.18.0"
[deps]
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
56 changes: 56 additions & 0 deletions project_template_project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[Authors]
authors = "John Doe, Lina Doe"
affiliation = "University of Stuttgart, Germany"
[AuthorsContact]
email = "[email protected]"
[Dataset]
title = "Convert XDF to BIDS"
dataset_description = "This is a test project to set up the pipeline to convert XDF to BIDS."
License = "MIT License"
taskName = "task-1"

[Sources]
EEG = "EEGstream EE225"
marker = ["LSL_Markers","eegoSports-EE225_markersMarkers"]

[Computers]
stimulusComputerUsed = true

[Subject]
subject = ["Medicine, Health and Life Sciences","Engineering"]

[Dataverse]
dataset_id = 123456
dataset_title = 'Convert XDF to BIDS'
pid = ' '

[Consentform]
pay_per_hour = 15
study_duration_hrs = 3

use_eeg = true
use_eyetracking = true
use_vr = false

study_purpose_de = """In dieser Studie untersuchen wir, wie Menschen Bilder wahrnehmen, indem wir die Gehirnaktivität mit EEG und die Augenbewegungen mit einem Eye-Tracker aufzeichnen."""
study_purpose_en = "In this study, we will investigate how humans perceive images by recording brain activity with EEG and eye movements using an eye-tracker."

study_task_de = "Es werden Ihnen verschiedene Bilder auf dem Monitor präsentiert. Ihre Aufgabe ist es, die Bilder frei zu erkunden."
study_task_en = "We will present different pictures on the screen. Your task is to freely explore these pictures."

researcher_details_de = """Verantwortliche Person: Benedikt Ehinger
Computational Cognitive Science (CCS)
Institut für Visualisierung und Interaktive Systeme (VIS)
Universität Stuttgart
Universitätsstraße 32
70569 Stuttgart
E-mail: [email protected]"""
researcher_details_en = """Responsible Principal Investigator: Benedikt Ehinger
Computational Cognitive Science (CCS)
Institute for Visualisation and Interactive Systems (VIS)
University of Stuttgart
Universitätsstraße 32
70569 Stuttgart
E-mail: [email protected]"""

data_processing_contactperson = "Benedikt Ehinger ([email protected])"

0 comments on commit 26d3471

Please sign in to comment.