Code Monkey home page Code Monkey logo

programmingforpsych's Introduction

What is this?

Crump, Matthew J. C. (2017). Programming for Psychologists: Data Creation and Analysis (Version 1.1). https://crumplab.github.io/programmingforpsych/

This textbook is a collection of notes for a course on programming for psychologists, taught at the Graduate Center of CUNY in 2014, by Matthew Crump. This github repo contains all of the source code to compile the book using bookdown...I hacked the together the style files for the gitbook style and the tufte style, and may have changed some .css settings in the bookdown package itself on my computer (so I apologize in advance if it doesn't compile properly).

Contributing to the textbook while you read it

  1. Use Hypothes.is, an amazing tool for annotating the web.

    a. Go to Hypothes.is, and "get-started"

    b. Install the the add-on for chrome, or other browser

    c. That's it, turn on Hypothes.is when you are reading this textbook, and you will see all public annotations made by anyone else.

Contribute by making push reqeusts

  1. The source code for this textbook is available in this repo.

    a. Edit the .Rmd files, and then submit pull requests

    b. When you are reading the textbook, the edit link in the top bar of the textbook should automatically take you to the source .Rmd file

License CC BY-SA 4.0

The book is released under a creative commons CC BY-SA 4.0 license. This means that this book can be reused, remixed, retained, revised and redistributed (including commercially) as long as appropriate credit is given to the authors. If you remix, or modify the original version of this open textbook, you must redistribute all versions of this open textbook under the same license - CC BY-SA 4.0.

programmingforpsych's People

Contributors

bctestmatt avatar crumplab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

programmingforpsych's Issues

sidebar toggle misbehaves

thx for your format. I wanted the toc near content.
Is there any idea to fix the toc cut in half when clicking the sidebar toggle button?
For example, disappearing it completely.

issue with sidetones cutting

Thanks for doing this. I've adopted it, but find that the sidenotes are clipped on the right hand edge. Some balance in the choice of the tufte.css -15% right-margin. Before I start messing with it locally, have you overcome this in your other books?

---> figured out that margin-right: -12% works.

--> a couple of hours later after some digging: I suspect that the navigation arrows on the left and right are taking up screen space under which the tufte marginnote is hidden. I'm trying to figure out how to switch back to the arrows that appear at the bottom of the bookdown pages which I think is a gitbook thing. I see that you have a tempold directory with archived html files that do indeed have that old style of navigation. Trying to find the jscript that does this but I think that the chosen ones will not play nice with Mr Tufte.

thanks again,
Ray Brock

.sidenote, .marginnote { float: right;
clear: right;
margin-right: -15%;
width: 40%;
margin-top: 0;
margin-bottom: 1rem;
font-size: 1.1rem;
line-height: 1.3;
vertical-align: baseline;
position: relative; }

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.