This commit is contained in:
Zeeshan Lakhani 2014-03-07 19:04:05 +00:00
commit 4a2314e168
2 changed files with 16 additions and 8 deletions

View File

@ -7,7 +7,7 @@ Repository related to the following meetups:
* [London - Papers We Love](http://www.meetup.com/papers-we-love-london) * [London - Papers We Love](http://www.meetup.com/papers-we-love-london)
* [Saint Louis - Papers We Love](http://www.meetup.com/Papers-We-Love-in-saint-louis/) * [Saint Louis - Papers We Love](http://www.meetup.com/Papers-We-Love-in-saint-louis/)
Let us know if you are interested in starting a chapter! Let us know if you are interested in starting a [chapter](https://github.com/papers-we-love/papers-we-love/wiki/Creating-a-PWL-chapter)!
## Info ## Info
@ -24,6 +24,17 @@ We're looking for pull requests related to papers we should add, better organiza
* [MIT's Distributed System's Reading Group](http://pdos.csail.mit.edu/dsrg/) * [MIT's Distributed System's Reading Group](http://pdos.csail.mit.edu/dsrg/)
* [arXiv Paper Repository](http://arxiv.org/) * [arXiv Paper Repository](http://arxiv.org/)
* [SciRate](https://scirate.com/) * [SciRate](https://scirate.com/)
* [cat-v.org](http://doc.cat-v.org/)
* [y-archive](http://yarchive.net/comp/index.html)
* [Bell System Technical Journal](http://www3.alcatel-lucent.com/bstj/)
* [netlib](http://www.netlib.org/)
## Contributing Guidelines
We have a few guidelines in place to keep the repo clean and easy to navigate. We recommend that you follow these conventions in your pull-request for a speedy merge.
* Directory names are undercased and separated by underscores (example: `artificial_intelligence`)
* Paper names are undercased and separated by dashes (example: `out-of-the-tar-pit.pdf`). Use the full title when possible.
## How To Read a Paper ## How To Read a Paper
@ -33,14 +44,11 @@ Reading a paper is not the same as reading a blogpost or a novel. Here are a few
* [Advice on reading academic papers] (http://www4.ncsu.edu/~akmassey/posts/2012-02-15-advice-on-reading-academic-papers.html) * [Advice on reading academic papers] (http://www4.ncsu.edu/~akmassey/posts/2012-02-15-advice-on-reading-academic-papers.html)
* [How to read and understand a scientific paper] (http://violentmetaphors.com/2013/08/25/how-to-read-and-understand-a-scientific-paper-2/) * [How to read and understand a scientific paper] (http://violentmetaphors.com/2013/08/25/how-to-read-and-understand-a-scientific-paper-2/)
## Contributing Guidelines
We have a few guidelines in place to keep the repo clean and easy to navigate. We recommend that you follow these conventions in your pull-request for a speedy merge.
* Directory names are undercased and separated by underscores (example: `artificial_intelligence`)
* Paper names are undercased and separated by dashes (example: `out-of-the-tar-pit.pdf`). Use the full title when possible.
## Papers We Love Presentations ## Papers We Love Presentations
* Check out our Youtube [channel](http://www.youtube.com/user/PapersWeLove) * Check out our Youtube [channel](http://www.youtube.com/user/PapersWeLove)
* [Michael Bernstein](http://michaelrbernste.in/) on [A Unified Theory of Garbage Collection](http://www.youtube.com/watch?v=XtUtfARSIv8) * [Michael Bernstein](http://michaelrbernste.in/) on [A Unified Theory of Garbage Collection](http://www.youtube.com/watch?v=XtUtfARSIv8)
## Other Good Sources of Reading Material
Please check out our [wiki-page](https://github.com/papers-we-love/papers-we-love/wiki/Other-Good-Sources-of-Reading-Material) for links to blogs, books, exchanges that are worth a good read.