From 26d3471df9402a50858b0ab73f06fc4687d21091 Mon Sep 17 00:00:00 2001 From: Jevri Hanna Date: Thu, 5 Dec 2024 15:45:48 +0100 Subject: [PATCH] Project.toml back to Dr. Watson, new project_*.toml file with name of project (template_project) --- Project.toml | 62 ++++------------------------------- project_template_project.toml | 56 +++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 56 deletions(-) create mode 100644 project_template_project.toml diff --git a/Project.toml b/Project.toml index 0ac1b17..d593425 100644 --- a/Project.toml +++ b/Project.toml @@ -1,56 +1,6 @@ -[Authors] - authors = "John Doe, Lina Doe" - affiliation = "University of Stuttgart, Germany" -[AuthorsContact] - email = "john@gmail.com" -[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: benedikt.ehinger@vis.uni-stuttgart.de""" - 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: benedikt.ehinger@vis.uni-stuttgart.de""" - - data_processing_contactperson = "Benedikt Ehinger (benedikt.ehinger@vis.uni-stuttgart.de)" \ No newline at end of file +name = "template_project" +[compat] +julia = "1.11.1" +DrWatson = "2.18.0" +[deps] +DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1" \ No newline at end of file diff --git a/project_template_project.toml b/project_template_project.toml new file mode 100644 index 0000000..0ac1b17 --- /dev/null +++ b/project_template_project.toml @@ -0,0 +1,56 @@ +[Authors] + authors = "John Doe, Lina Doe" + affiliation = "University of Stuttgart, Germany" +[AuthorsContact] + email = "john@gmail.com" +[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: benedikt.ehinger@vis.uni-stuttgart.de""" + 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: benedikt.ehinger@vis.uni-stuttgart.de""" + + data_processing_contactperson = "Benedikt Ehinger (benedikt.ehinger@vis.uni-stuttgart.de)" \ No newline at end of file