papers-we-love_papers-we-love/README.md

55 lines
2.9 KiB
Markdown
Raw Normal View History

2014-03-03 18:48:09 +00:00
## Papers We Love
2013-12-16 02:50:59 +00:00
2014-02-25 20:16:24 +00:00
Repository related to the following meetups:
* [NYC - Papers We Love](http://www.meetup.com/papers-we-love/)
* [SF - Papers We Love too](http://www.meetup.com/papers-we-love-too/)
2014-03-01 20:33:00 +00:00
* [London - Papers We Love](http://www.meetup.com/papers-we-love-london)
2014-02-25 20:16:24 +00:00
Let us know if you are interested in starting a chapter!
2013-12-16 02:50:59 +00:00
### Past presentations
* 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)
2014-03-03 18:48:09 +00:00
## Info
2013-12-16 02:50:59 +00:00
We're looking for pull requests related to papers we should add, better organization of the papers we do have, and/or links to other paper-repos we should point to.
### Other Good Places to Find Papers
2013-12-16 02:50:59 +00:00
2013-12-31 21:15:38 +00:00
* [Best Paper Awards in Computer Science](http://jeffhuang.com/best_paper_awards.html)
2013-12-16 02:50:59 +00:00
* [Facebook](https://www.facebook.com/publications)
2014-01-01 00:37:01 +00:00
* [Google Scholar](http://scholar.google.com/citations?view_op=top_venues&hl=en&vq=eng) (choose a subcategory)
2013-12-16 02:50:59 +00:00
* [Microsoft](http://research.microsoft.com/apps/catalog/default.aspx?t=publications)
* [Vijay D'Silva](http://www.eecs.berkeley.edu/~vijayd/#papers)
2014-01-29 06:01:39 +00:00
* [Functional Programming Books Review](http://alexott.net/en/fp/books/)
* [MIT's Distributed System's Reading Group](http://pdos.csail.mit.edu/dsrg/)
* [arXiv Paper Repository](http://arxiv.org/)
2014-03-03 23:23:38 +00:00
* [SciRate](https://scirate.com/)
2014-02-24 02:41:11 +00:00
### How To Read a Paper
2014-02-24 02:41:11 +00:00
Reading a paper is not the same as reading a blogpost or a novel. Here are a few handy resources to help you get started.
* [How to read an academic article] (http://organizationsandmarkets.com/2010/08/31/how-to-read-an-academic-article/)
* [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/)
## 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. Note that every pull request we receive must have Two-Thumbs-Up minimum from PWL organizers/collaborators to be merged.
### Follow the group's ethos
2014-03-03 18:48:09 +00:00
We want to help bring academic research closer to practitioners. Books, blogposts, and/or reference pdfs don't go through the same review process that academic papers do and we won't add them to this repo.
2014-03-03 18:48:09 +00:00
### Respect content licenses
**We will only merge pull requests that contain research papers that allow digital distribution.** Papers whose copyright prohibits redistribution will not be accepted; for example license 1 from the ACM digital library.
### Follow our naming convention
* 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.