Skip to content

Commit 2615cb7

Browse files
committed
emptied the pid field in the project toml file
1 parent cf1bf98 commit 2615cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lslautobids/gen_project_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
[AuthorsInfo]
1111
authors = "John Doe, Lina Doe" # List of authors separated by commas
1212
affiliation = "University of Stuttgart, University of Stuttgart" # Affiliation of the authors in the same order as authors
13-
email = "[email protected], [email protected]" # Contact email of the authors in the same order as authors
13+
email = "[email protected]" # Contact email of the authors in the same order as authors
1414
1515
[DataverseDataset]
1616
title = "Convert XDF to BIDS" # Title of the Dataverse dataset. This gets updated automatically by the project name.
1717
datasetDescription = "This is a test project to set up the pipeline to convert XDF to BIDS." # Description of the dataset. This description will appear in the dataset.json file which then eventually gets displayed in the dataverse metadata
1818
license = "MIT License" # License for the dataset, e.g. "CC0", "CC-BY-4.0", "ODC-By-1.0", "PDDL-1.0", "ODC-PDDL-1.0", "MIT License"
1919
subject = ["Medicine, Health and Life Sciences","Engineering"] # List of subjects related to the dataset required for dataverse metadata
20-
pid = '12345' # Persistent identifier for the dataset, e.g. DOI or Handle. This will be updated automatically after creating the dataset in dataverse.
20+
pid = '' # Persistent identifier for the dataset, e.g. DOI or Handle. This will be updated automatically after creating the dataset in dataverse.
2121
2222
[OtherFilesInfo]
2323
otherFilesUsed = true # Set to true if you want to include other (non-eeg-files) files (experiment files, other modalities like eye tracking) in the dataset, else false

0 commit comments

Comments
 (0)