Go to file
2014-06-09 20:23:48 -04:00
android added space after a md formatted link 2014-05-30 13:05:49 -07:00
api_design Added Roy Fielding's dissertation introducing REST 2014-03-15 23:27:52 +01:00
artificial_intelligence Create README.md 2014-06-09 20:21:07 -04:00
audio_comp_sci Create README.md 2014-06-09 20:23:48 -04:00
biocomputing Added biocomputing section 2014-03-18 10:55:21 -07:00
caching lfu caching paper 2013-12-12 12:01:02 -05:00
clojure Update README.md 2014-04-06 10:29:30 -04:00
combinatory_logic Adds section and paper on combinatory logic. Referenced by William Byrd on twitter. 2014-04-02 10:19:39 -04:00
comp_sci_fundamentals_and_history Mealy machines paper 2014-03-19 10:00:30 -07:00
computer_graphics Added in bump mapping section 2014-04-24 12:30:28 +02:00
computer_vision Adds several computer graphics papers and a computer vision section 2014-03-24 12:09:46 +01:00
concurrency papers: add added 3 papers from the thesis: Efficient Memory Management for Message Passing Concurrency 2014-03-28 22:45:53 +01:00
cryptography adds twenty years of attack on the RSA cryptosystem paper 2014-03-17 14:33:34 +00:00
data_compression Data Compression - First Paper 2014-04-30 22:28:49 -03:00
data_replication updates based on applicative programming and what will be mays paper 2014-04-04 11:06:02 -04:00
data_structures added The Level Ancestor Problem Simplified 2014-05-23 08:57:48 -04:00
datastores readme titles and readme URL approach 2014-03-13 22:39:39 -04:00
design add Traits paper 2014-03-12 13:45:51 -05:00
digital_currency add peercoin whitepaper 2014-03-04 23:14:12 +02:00
distributed_systems Added the Apache Mesos paper 2014-04-25 00:30:10 -07:00
ethics readme titles and readme URL approach 2014-03-13 22:39:39 -04:00
functional_programming added Organizing Programs Without Classes and updated README 2014-06-09 09:31:24 -04:00
functional_reactive_programming readme titles and readme URL approach 2014-03-13 22:39:39 -04:00
gamification Fix up for missing link. 2014-06-02 09:55:08 -04:00
garbage_collection papers: add added 3 papers from the thesis: Efficient Memory Management for Message Passing Concurrency 2014-03-28 22:45:53 +01:00
haskell Update README.md 2014-04-06 10:29:30 -04:00
historical/physics mv to historical/physics 2014-03-17 08:52:52 -07:00
information_retrieval added tw-idf paper and pdf 2014-03-20 00:31:48 -04:00
information_theory Adding info theory section. 2014-05-05 14:11:18 -04:00
logic_and_programming Create event-calculus.txt 2014-06-06 11:21:31 -04:00
machine_learning Create README.md 2014-04-06 23:04:27 -05:00
macros Add dexprs paper 2014-04-06 13:25:04 -04:00
networks readme titles and readme URL approach 2014-03-13 22:39:39 -04:00
new_paradigms update folder name and add ibm research paper 2013-08-11 18:37:56 -04:00
operating_systems readme titles and readme URL approach 2014-03-13 22:39:39 -04:00
pattern_matching more papers and cleanup 2013-05-23 10:25:23 -04:00
plt new-paper-for-erik-hinton-pres-and-link-add-remove 2014-05-13 04:35:26 -04:00
processes readme titles and readme URL approach 2014-03-13 22:39:39 -04:00
program_verification Add new category, program verification. 2014-05-02 13:52:23 -07:00
robotics Add some robotics papers. 2014-03-07 00:39:48 -06:00
security Create README.md 2014-05-24 12:53:20 +02:00
speech_recognition Add pointers to some speech recogntion papers. 2014-05-26 14:47:12 -04:00
sports_analytics spanner dupe, sports folder name, keep csp together 2014-03-05 23:07:20 -05:00
testing init #clojurewest papers to research 2014-03-26 10:54:45 -07:00
user_interfaces init #clojurewest papers to research 2014-03-26 10:54:45 -07:00
virtual_machines one vm to rule them all 2014-03-31 22:14:46 -04:00
.gitignore primecoin 2013-11-30 12:15:01 -05:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2014-03-31 23:10:45 -04:00
README.md added space after a md formatted link 2014-05-30 13:05:49 -07:00

Papers We Love

Repository related to the following meetups:

Let us know if you are interested in starting a chapter!

Past Presentations

View a complete list of past presentations or check out our Youtube and MixCloud (audio-only format) channels.

Search this Repo!

@polyfractal indexed this repository with Elastic Search. Find papers here !

Info

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

Please check out our wiki-page for links to blogs, books, exchanges that are worth a good read.

How To Read a Paper

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.

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

We want to help bring academic research closer to practitioners and we strive to:

  • Keep the quality of papers listed high: 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.
  • Help people understand why a paper is important: We ask that you include with your commit an update to the directory README with a short justification of why you love this paper (for example: A paper might be interesting because it spawned a new domain, it was exceptionally well-written, or perhaps it was completely wrong about something.)

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.
  • We encourage papers that do not allow digital distribution to be added to a README in the appropriate subject's folder. For example, the distributed systems README.

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.