Go to file
Jeremy Heiler 72d7dcfd9f Merge pull request #179 from cbilson/master
add link to Seattle chapter
2014-09-29 22:05:29 -04:00
android added space after a md formatted link 2014-05-30 13:05:49 -07:00
api_design Updated README 2014-06-09 20:17:06 -04:00
artificial_intelligence added link to the PWL singapore group, and an Game AI paper and the Google paper presented during the first meetup 2014-08-19 12:59:02 +08:00
audio_comp_sci Update README.md 2014-06-09 20:28:47 -04:00
biocomputing Alan Turing's morphogenesis description 2014-08-19 20:25:24 +01:00
caching updates reference to paper 2014-09-02 13:15:07 +00:00
clojure Fix typo 2014-07-31 13:02:50 -04:00
combinatory_logic
comp_sci_fundamentals_and_history Merge pull request #136 from doothings/master 2014-06-16 22:39:02 -04:00
computer_architecture add papers referred to by @skamille 2014-07-17 23:03:12 -05:00
computer_graphics Fixed broken link in 'The Rendering Equation' 2014-06-20 16:51:37 -04:00
computer_vision
concurrency add internal pwl paper on x86 semantics with note 2014-09-25 13:46:07 -04:00
cryptography
data_compression Data Compression - First Paper 2014-04-30 22:28:49 -03:00
data_replication
data_structures adding "Ideal Hash Trees" by Phil Bagwell 2014-07-16 11:09:08 -04:00
datastores
design
digital_currency
distributed_systems Adding "Making Reliable Distributed Systems in the Presence of Software Errors" Erlang paper 2014-09-20 15:01:46 -07:00
ethics
experimental_algorithmics Introduced new category "experimental algorithmics" and included Johnson's well-known and excellent paper on the experimental analysis of algorithms. 2014-08-29 15:50:30 +02:00
functional_programming add papers from peter burka, including the one he'll present in nyc, *crossing-the-gap* 2014-09-08 13:21:56 -04:00
functional_reactive_programming
gamification Fix up for missing link. 2014-06-02 09:55:08 -04:00
garbage_collection add papers from peter burka, including the one he'll present in nyc, *crossing-the-gap* 2014-09-08 13:21:56 -04:00
haskell
historical/physics
information_retrieval added link to the PWL singapore group, and an Game AI paper and the Google paper presented during the first meetup 2014-08-19 12:59:02 +08: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 Correcting a typo. 2014-08-07 17:12:22 +01:00
networks
new_paradigms
operating_systems add papers from peter burka, including the one he'll present in nyc, *crossing-the-gap* 2014-09-08 13:21:56 -04:00
pattern_matching
plt adds Sammet PL history paper 2014-08-26 18:59:44 +02:00
processes
program_verification Add new category, program verification. 2014-05-02 13:52:23 -07:00
robotics
security Added some papers to the security section. 2014-08-08 16:02:11 +02:00
speech_recognition Add pointers to some speech recogntion papers. 2014-05-26 14:47:12 -04:00
sports_analytics
stringology Add reference to A Taxonomy of SACAs 2014-09-15 21:00:12 -04:00
testing
time_series added scroll emoji 2014-09-21 22:29:26 -07:00
user_interfaces
virtual_machines
.gitignore
CODE_OF_CONDUCT.md typo fix 2014-09-23 09:27:59 -07:00
README.md add link to Seattle chapter 2014-09-29 15:51:53 -07:00

Papers We Love

Chapters

Here are our official chapters. Let us know if you are interested in starting one in your city!

All of our meetups follow our Code of Conduct.

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.