Code Monkey home page Code Monkey logo

cogsci2016's Introduction

Create CogSci proceedings submission with RMarkdown

Cogsci2016 is a R-package that includes a RMarkdown template to create a camera ready submission to the Annual Cognitive Science Society Conference. It uses the LaTeX template designed to format CogSci Conference Proceedings.

Package versions and change log

Please check the NEWS page to review changes to different versions of the package.

Setup

Requirements

To use cogsci2016, make sure the following software is installed:

Install cogsci2016

Install cogsci2016 from this GitHub repository:

devtools::install_github("kemacdonald/cogsci2016")

Create a manuscript

Once you have installed the cogsci2016 package you can select the CogSci template when creating a new Markdown file through the menus in RStudio.

When you select "OK" you will create a directory that contains the following folders/files:

  • library.bib (bibtex database of all reference-list entries)
  • apacite.csl, apacite.bst (for creating apa style citations)
  • figs (folder to store local images)
  • .Rmd (R Markdown file)
  • cogsci.sty (CogSci specific styles in latex)

There is more information about authoring in R Markdown located in the cogsci2016 template .Rmd file.

Author information

โš ๏ธ New feature in cogsci2016 version 1.0, which allows you to create an anonymized version of your document:

  • final-submission: \cogscifinalcopy line added to yaml. If this line is commented out using the # character, then the submission will be anonymized.

Note that there is some latex in the document header (the YAML). This allows you to format the author and affiliation information. Here is the latex code for different author styles from the CogSci submissions package.

For several authors from the same institution use: 
 
 \author{Author 1 \and ... \and Author n \\
         Address line \\ ... \\ Address line}
 
 If the names do not fit well on one line use:
 
         Author 1 \\ {\bf Author 2} \\ ... \\ {\bf Author n} \\
 
For authors from different institutions:
 
 \author{Author 1 \\ Address line \\  ... \\ Address line
         \And  ... \And
         Author n \\ Address line \\ ... \\ Address line}
 
To start a seperate ``row'' of authors use \AND, as in
 
 \author{Author 1 \\ Address line \\  ... \\ Address line
         \AND
         Author 2 \\ Address line \\ ... \\ Address line \And
         Author 3 \\ Address line \\ ... \\ Address line}

Another APA style template

The cogsci2016 package is inspired by Frederik Aust's papaj package: Create APA manuscripts with RMarkdown. This is a great resource for creating APA style manuscripts in R Markdown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.