avakikut / ecigflavoreffects

e-cig flavor project
1 stars 0 forks source link

update README.md #1

Open mbod opened 5 years ago

mbod commented 5 years ago
  1. Update the README.md so the title matches the project not classtest_2

  2. I think you wanted an ordered (numbered) list and bullets here

//1.    Python coding of content- Scripts (spyder/python): Twitter_ecigtaste_script & Longform_ecigtastewindow_script // Outputs: Twitter_ecigtaste_coded.csv & Longform_ecigtastewindow_coded.csv
//2.    Aggregating content by survey data- Script: ContentSurveyDataAggregated.md // Outputs:ContentSurveyDataAggregated.csv & Clustered regression results; Graphs: Content/beliefs over time,    Predicted proportions 

the markdown syntax for ordered lists is just:

1. item 1
    1.1. item 1.1
2. item 2
3. item 3
  1. item 1 1.1. item 1.1
  2. item 2
  3. item 3

and for bullet lists just

* item A
  * item A.1
     * item A.1.a
  * item A.2
* item B.

so can you fix the formatting