Browse Source

Update 'README.md'

monica_moroni 3 years ago
parent
commit
cba9c103b0
1 changed files with 5 additions and 5 deletions
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -1,14 +1,14 @@
 # PPC_AC_2p_sound_localization
 
-##### Distinct timescales of population coding across cortex
+## Distinct timescales of population coding across cortex
 
 This repository contains behavioral data and neural data collected from mice performing sound localization task in a VR environment. Neural data are recorded from PPC and AC using two-photon calcium imaging. Detailed information about data collection can be found in:
 
-*Runyan A. C., Piasini E., Panzeri S., Harvey C. D. 2017. Distinct timescales of population coding across cortex. Nature. doi: 10.1038/nature23020*
+*Runyan A. C., Piasini E., Panzeri S., Harvey C. D. 2017. Distinct timescales of population coding across cortex. Nature. doi: [10.1038/nature23020](https:////www.nature.com/articles/nature23020)*
 
 Data are available in three different versions, that differ in how data is selected, organized and processed. In decreasing order of completeness:
 
-###### Version 1 (area_ID_imaging_spk.mat)
+### Version 1 (area_ID_imaging_spk.mat)
 
 This data version contains one .mat file for each session (AC/PPC, active/passive) for a total of 27 sessions (7 PPC active, 6 PPC passive, 7 AC active, 7 AC passive). Each .mat file contains neural variables, behavioral variables and information about the stimuli.
 * Neural variables consist of deconvolved dF/F traces at the two-photon microscope sampling rate;
@@ -16,7 +16,7 @@ This data version contains one .mat file for each session (AC/PPC, active/passiv
 * Each trial has a different duration. Information about each trial timing and the match between imaging and VR acquisition is stored in the frame_timing_info field;
 * Information about the stimuli is stored in the sound_location field (value = 1, 5, 3, 7, 8, 4, 6, 2 for stimuli from the extreme left to the extreme right).
 
-###### Version 2 (area_ID_exp_data.mat)
+### Version 2 (area_ID_exp_data.mat)
 
 This data version contains one .mat file for each one of the active sessions (AC/PPC) for a total of 14 sessions (7 PPC active, 7 AC active). Each .mat file contains neural variables, behavioral variables and information about the stimuli.
 * Neural variables consist of deconvolved dF/F traces at the two-photon microscope sampling rate;
@@ -24,7 +24,7 @@ This data version contains one .mat file for each one of the active sessions (AC
 * Each trial has a different duration. Information about each trial timing is stored in the frame_timing_info field;
 * Information about the stimuli is stored in the sound_location field (value ordered from 1 to 8 for stimuli from the extreme left to the extreme right).
 
-###### Version 3 (aligned_data_simple.mat)
+### Version 3 (aligned_data_simple.mat)
 
 This version consists of a single .mat file containing a matlab struct with dimension equal to the number of active sessions (7 PPC active, 7 AC active). Each row of the structure refers to a single session and contains neural variables, behavioral variables and information about the stimuli relative to that session.
 * Neural variables consist of deconvolved dF/F traces at the two-photon microscope sampling rate. All trials have the same duration and are both aligned to the time of stimulus onset (r_aligned_stimulus) and to the time of choice (r_aligned_choice);