Giter Site home page Giter Site logo

popgen-notes's Introduction

Population Genetics Notes

This is the latex source, images, and R code for the population genetics notes by Graham Coop. A fuller description of this resource is available at my website http://gcbias.org/population-genetics-notes/

Theses notes, code, and all of the figures are released under the Creative Commons Attribution 3.0 Unported License.So if you do reuse these you don’t need my permission, you just need to acknowledge where oyu got them from. My intention is that these notes can provide a resource for others to write their own versions of these notes.

There are still many typos in these notes, but I hope to fix them over time, and feel free to contact me or leave a comment here.

I hope to develop these notes into a fuller resource over the coming years, to create an up to date open source population genetics textbook.

Graham

Notes on Building the Site

You need latexmk and pandoc. Then use:

$ make clean site

.eps images will not work β€” be sure to convert all .eps files to .png and use the .png versions in LaTeX files.

$ find  . -name '*.eps' -type f | xargs -n1 -I{} basename {} .eps | xargs -n1 -I{} convert {}.eps {}.png

Then to deploy, use:

$ make deploy

This pushes html/ with git subtree, e.g. like

$ git subtree push --prefix html upstream gh-pages

For reference, this deploy.sh is used to deploy to the gh-pages branch. I've modified this version accordingly (e.g. works with BSD ls, by using -A instead of --almost-all)

popgen-notes's People

Contributors

cooplab avatar vsbuffalo avatar jjberg2 avatar ecalfee avatar jsigao avatar

Watchers

James Cloos avatar  avatar

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.