datacite.yml 5.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Diana"
  9. lastname: "Kostyalik"
  10. affiliation: "Cognitive Pharmacology Laboratory, Department of Pharmacology and Drug Safety, Gedeon Richter Plc"
  11. id: "ORCID:0000-0003-3552-4528"
  12. -
  13. firstname: "Kristóf"
  14. lastname: "Kelemen"
  15. affiliation: "Cognitive Pharmacology Laboratory, Department of Pharmacology and Drug Safety, Gedeon Richter Plc"
  16. id: "ORCID:0000-0001-7378-0843"
  17. # A title to describe the published resource.
  18. title: "Response-related sensorimotor rhythms under scopolamine and MK-801 exposures in the touchscreen Visual Discrimination test in rats"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |The human mu rhythm has been suggested to represent an important function in information processing. Rodent homologue rhythms have been assumed though no study has investigated them from the cognitive aspect yet. As voluntary goal-directed movements induce the desynchronization of mu rhythm, we aimed at exploring whether the touch-response-related brain activity during the touchscreen visual discrimination (VD) task is suitable to detect sensorimotor rhythms in healthy and cognitively impaired rats. Different doses of scopolamine or MK-801 were injected subcutaneously to male Lister Hooded rats, and epidural electroencephalography (EEG) was recorded during task performance. Arciform ~10 Hz oscillations appeared during visual processing, then two characteristic alpha/beta desynchronization-resynchronization patterns emerged predominating above the sensorimotor areas, serving different motor functions. Beyond causing cognitive impairment, both drugs supressed the touch-related upper alpha (10-15 Hz) reactivity for desynchronization. Reaction time positively correlated with movement-related alpha and beta power both in normal and impaired conditions. These results support the existence of a mu homologue rodent rhythm whose upper alpha component appeared to be modulated by cholinergic and glutamatergic mechanisms and its power change might indicate a potential EEG correlate of processing speed. The VD task can be utilized for the investigation of sensorimotor rhythms in rats.
  21. Example description
  22. that can contain linebreaks
  23. but has to maintain indentation.
  24. # Lit of keywords the resource should be associated with.
  25. # Give as many keyworThe human mu rhythm has been suggested to represent an important function in information processing. Rodent homologue rhythms have been assumed though no study has investigated them from the cognitive aspect yet. As voluntary goal-directed movements induce the desynchronization of mu rhythm, we aimed at exploring whether the touch-response-related brain activity during the touchscreen visual discrimination (VD) task is suitable to detect sensorimotor rhythms in healthy and cognitively impaired rats. Different doses of scopolamine or MK-801 were injected subcutaneously to male Lister Hooded rats, and epidural electroencephalography (EEG) was recorded during task performance. Arciform ~10 Hz oscillations appeared during visual processing, then two characteristic alpha/beta desynchronization-resynchronization patterns emerged predominating above the sensorimotor areas, serving different motor functions. Beyond causing cognitive impairment, both drugs supressed the touch-related upper alpha (10-15 Hz) reactivity for desynchronization. Reaction time positively correlated with movement-related alpha and beta power both in normal and impaired conditions. These results support the existence of a mu homologue rodent rhythm whose upper alpha component appeared to be modulated by cholinergic and glutamatergic mechanisms and its power change might indicate a potential EEG correlate of processing speed. The VD task can be utilized for the investigation of sensorimotor rhythms in rats.ds as possible, to make the resource findable.
  26. keywords:
  27. - Neuroscience
  28. - Visual Discrimination
  29. - EEG
  30. - Scopolamine
  31. - MK-801
  32. # License information for this resource. Please provide the license name and/or a link to the license.
  33. # Please add also a corresponding LICENSE file to the repository.
  34. license:
  35. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  36. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  37. ## Optional Fields
  38. # Funding information for this resource.
  39. # Separate funder name and grant number by comma.
  40. funding:
  41. - "DFG, AB1234/5-6"
  42. - "EU, EU.12345"
  43. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  44. # Please provide digital identifier (e.g., DOI) if possible.
  45. # Add a prefix to the ID, separated by a colon, to indicate the source.
  46. # Supported sources are: DOI, arXiv, PMID
  47. # In the citation field, please provide the full reference, including title, authors, journal etc.
  48. references:
  49. -
  50. id: "doi:10.xxx/zzzz"
  51. reftype: "IsSupplementTo"
  52. citation: "Citation1"
  53. -
  54. id: "arxiv:mmmm.nnnn"
  55. reftype: "IsSupplementTo"
  56. citation: "Citation2"
  57. -
  58. id: "pmid:nnnnnnnn"
  59. reftype: "IsReferencedBy"
  60. citation: "Citation3"
  61. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  62. resourcetype: Dataset
  63. # Do not edit or remove the following line
  64. templateversion: 1.2