You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zeeshan Lakhani 9b8d41749a
add boston #2
10 years ago
android added space after a md formatted link 10 years ago
api_design Updated README 10 years ago
artificial_intelligence added link to the PWL singapore group, and an Game AI paper and the Google paper presented during the first meetup 10 years ago
audio_comp_sci Update README.md 10 years ago
biocomputing Alan Turing's morphogenesis description 10 years ago
caching updates reference to paper 10 years ago
clojure Fix typo 10 years ago
combinatory_logic Adds section and paper on combinatory logic. Referenced by William Byrd on twitter. 10 years ago
comp_sci_fundamentals_and_history Merge pull request #136 from doothings/master 10 years ago
computer_architecture add papers referred to by @skamille 10 years ago
computer_graphics Fixed broken link in 'The Rendering Equation' 10 years ago
computer_vision Adds several computer graphics papers and a computer vision section 10 years ago
concurrency add internal pwl paper on x86 semantics with note 10 years ago
cryptography adds twenty years of attack on the RSA cryptosystem paper 10 years ago
data_compression Data Compression - First Paper 10 years ago
data_replication updates based on applicative programming and what will be mays paper 10 years ago
data_structures adding "Ideal Hash Trees" by Phil Bagwell 10 years ago
datastores readme titles and readme URL approach 10 years ago
design add Traits paper 10 years ago
digital_currency add peercoin whitepaper 10 years ago
distributed_systems Adding "Making Reliable Distributed Systems in the Presence of Software Errors" Erlang paper 10 years ago
ethics readme titles and readme URL approach 10 years ago
experimental_algorithmics Introduced new category "experimental algorithmics" and included Johnson's well-known and excellent paper on the experimental analysis of algorithms. 10 years ago
functional_programming add papers from peter burka, including the one he'll present in nyc, *crossing-the-gap* 10 years ago
functional_reactive_programming readme titles and readme URL approach 10 years ago
gamification Fix up for missing link. 10 years ago
garbage_collection add papers from peter burka, including the one he'll present in nyc, *crossing-the-gap* 10 years ago
haskell Update README.md 10 years ago
historical/physics mv to historical/physics 10 years ago
information_retrieval added link to the PWL singapore group, and an Game AI paper and the Google paper presented during the first meetup 10 years ago
information_theory Adding info theory section. 10 years ago
logic_and_programming add boston #2 10 years ago
machine_learning Create README.md 10 years ago
macros Correcting a typo. 10 years ago
networks readme titles and readme URL approach 10 years ago
new_paradigms update folder name and add ibm research paper 11 years ago
operating_systems add papers from peter burka, including the one he'll present in nyc, *crossing-the-gap* 10 years ago
pattern_matching more papers and cleanup 11 years ago
plt adds Sammet PL history paper 10 years ago
processes readme titles and readme URL approach 10 years ago
program_verification Add new category, program verification. 10 years ago
robotics Add some robotics papers. 10 years ago
security Added some papers to the security section. 10 years ago
speech_recognition Add pointers to some speech recogntion papers. 10 years ago
sports_analytics spanner dupe, sports folder name, keep csp together 10 years ago
stringology Add reference to A Taxonomy of SACAs 10 years ago
testing init #clojurewest papers to research 10 years ago
time_series added scroll emoji 10 years ago
user_interfaces init #clojurewest papers to research 10 years ago
virtual_machines one vm to rule them all 10 years ago
.gitignore primecoin 11 years ago
CODE_OF_CONDUCT.md typo fix 10 years ago
README.md add link to Seattle chapter 10 years ago

README.md

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.