Created
February 18, 2019 17:32
-
-
Save Rekyt/9ebda737eb7d818fdfe7981b79549a7f to your computer and use it in GitHub Desktop.
Revisions
-
Matthias Grenié created this gist
Feb 18, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ --- title : "How to use papaja: An Example Manuscript Including Basic Instructions" shorttitle : "How to use papaja" author: - name : "Frederik Aust" affiliation : "1" corresponding : yes # Define only one corresponding author address : "Department Psychology, University of Cologne, Herbert-Lewin-Str. 2, 50931 Köln, Germany" email : "frederik.aust@uni-koeln.de" affiliation : - id : "1" institution : "University of Cologne" keywords: "APA style, knitr, R, R markdown, papaja" wordcount: "`r wordcountaddin::word_count('papaja_word_count.Rmd')`" bibliography : ["references.bib"] floatsintext : yes figurelist : no tablelist : no footnotelist : no linenumbers : yes linkcolor : "blue" mask : no draft : no documentclass : "apa6" classoption : "man" output : papaja::apa6_pdf --- bla This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ @book {james_1890, Title = {The principles of psychology}, Author = {James, William}, Year = {1890}, address = {Holt: New York} } @article {bem_2011, Title = {Feeling the future: experimental evidence for anomalous retroactive influences on cognition and affect}, Author = {Bem, Daryl J}, DOI = {10.1037/a0021524}, Number = {3}, Volume = {100}, Month = {March}, Year = {2011}, Journal = {Journal of personality and social psychology}, ISSN = {0022-3514}, Pages = {407—425}, URL = {https://doi.org/10.1037/a0021524}, }