├── .DS_Store ├── README.md ├── articles └── finance_business.md ├── blogs.md ├── books ├── 2014 │ ├── 13-hours.md │ ├── a-history-of-finance.md │ ├── antifragile.md │ ├── bad-pharma.md │ ├── bayesian-for-hackers.md │ ├── blink.md │ ├── crossing-the-chasm.md │ ├── data-analysis-in-python.md │ ├── data-analysis-with-open-source-tools.md │ ├── data-visualization-for-the-web.md │ ├── david-and-goliath.md │ ├── doing-bayesian-data-analysis.md │ ├── guerilla-marketing.md │ ├── how-jesus-became-god.md │ ├── ios-development-big-nerd-ranch.md │ ├── learning-from-data.md │ ├── machine-learning-for-hackers.md │ ├── no-place-to-hide.md │ ├── permission-marketing.md │ ├── positioning.md │ ├── probability-a-logic-science.md │ ├── reducing-drug-violence-in-america.md │ ├── steve-jobs.md │ ├── the-black-swan.md │ ├── the-divide.md │ ├── the-hard-thing-about-hard-things.md │ ├── the-idea-factory.md │ ├── the-long-tail.md │ ├── the-snowden-files.md │ ├── thinking-fast-and-slow.md │ ├── two-scoopes-of-django.md │ └── zero-to-one.md ├── 2015 │ ├── an-atheists-guide-to-reality.md │ ├── antifragile.md │ ├── bill-dollar-lessons.md │ ├── blockchain.md │ ├── chasing-the-scream.md │ ├── contagious-when-things-catch-on.md │ ├── countdown-to-zero-day.md │ ├── drug-crazy.md │ ├── einstein.md │ ├── escaping-camp-14.md │ ├── evaluating-learning-algorithms.md │ ├── fear-and-loathing.md │ ├── getting-read.md │ ├── growth-hacker-marketings.md │ ├── il-narco.md │ ├── ineviable-illusions.md │ ├── lets-explore-diabetes-with-owls.md │ ├── life-god-and-other-small-topics.md │ ├── manufacturing-concent.md │ ├── paul-and-jesus.md │ ├── perfect-rigor.md │ ├── predictably-irrational.md │ ├── proof-the-science-of-booze.md │ ├── the-48-laws-of-power.md │ ├── the-big-miss.md │ ├── the-black-swan.md │ ├── the-borgias.md │ ├── the-cult-of-statistical-significance.md │ ├── the-four-hour-work-week.md │ ├── the-honest-truth-about-dishonesty.md │ ├── the-lean-startup.md │ ├── the-man-who-knew-infinity.md │ ├── the-misbehavior-of-markets.md │ ├── the-most-good-you-can-do.md │ ├── the-obstacle-is-the-way.md │ ├── the-organized-mind.md │ ├── the-pirates-dilemma.md │ ├── the-red-market.md │ ├── the-tipping-point.md │ ├── the-trail-of-henry-kissinger.md │ ├── the-wisdom-of-crowds.md │ ├── the-world-according-to-monsanto.md │ ├── trust-me-im-lying.md │ ├── when-i-stop-talking-youll-know-im-head.md │ ├── when-jesus-became-god.md │ └── zealot.md └── 2016 │ ├── against-the-gods.markdown │ ├── dark-money.markdown │ ├── down-and-out-in-paris-and-london.markdown │ ├── elon-musk-tesla-spacex-and-the-quest-for-fantasitc-future.md │ ├── flash-boys.markdown │ ├── flash-in-the-pan.markdown │ ├── heat.markdown │ ├── homage-to-catalonia.markdown │ ├── kitchen-confidential.markdown │ ├── life-ascending-markdown │ ├── life-on-the-line.markdown │ ├── mere-christianity.md │ ├── modern-romance.md │ ├── smartcuts.markdown │ ├── the-assassination-complex.markdown │ ├── the-big-switch.markdown │ ├── the-innovators.markdown │ ├── the-luck-factor.markdown │ ├── the-million-dollar-spy.markdown │ ├── the-rum-diaries.md │ └── the-vital-question.markdown └── papers ├── .DS_Store ├── 1154-The-Harm-done-by-tests-of-significance.pdf ├── 1411.1607v1.pdf ├── 1502.01710v1.pdf ├── 1602.06872v1.pdf ├── 1603.09727v1.pdf ├── 1604.06174v2.pdf ├── 28-inequities-in-educational-outcomes-between-lgbtq-and-straight-students.pdf ├── 4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf ├── 5004-deep-content-based-music-recommendation.pdf ├── AirFranceBayesianInterface.pdf ├── AselectionofSelectionAnomaliesWainer.pdf ├── CIKM-keynote-Nov2014.pdf ├── Computer Vision ├── Kulkarni_Picture_A_Probabilistic_2015_CVPR_paper.pdf └── crime_point_process.pdf ├── Crypto └── nsa_encryption_cracking_paper.pdf ├── Deep Learning ├── A Probabilistic Theory of Deep Learning.pdf ├── Distributed Representations of Sentences and Documents.pdf ├── a_neural_conversation_model.pdf ├── srivastava14a.pdf └── thoughts on ml.pdf ├── DrugsInternationalComparators.pdf ├── EMNLP2013_RNTN.pdf ├── Evolution of Insurance Pricing - 052906.pdf ├── GreenhillWardSacks.pdf ├── HypercapitalismWPv1.1.pdf ├── MCMC.pdf ├── MISC ├── pdf_paper_paul-beaudry-great-reversal.pdf └── why good developers write bad code.pdf ├── Machine Learning ├── failed_revolutions_twitter_isis.pdf └── page rank.pdf ├── Opera.pdf ├── OperaSlides.pdf ├── POSTERIOR PREDICTIVE ASSESSMENT OF MODEL.pdf ├── PhysRevX.5.011007.pdf ├── ROC_Curves.pdf ├── Signal Processing └── newsigproc.pdf ├── Silent Risk.pdf ├── Statistics ├── NHST-A Review.pdf ├── The Black Swan Book.pdf ├── benoulli_paper.pdf ├── freq_vs_bayesian.pdf └── p-values.pdf ├── TheMostDangerousEquation.pdf ├── War On Drugs ├── predicting_crime_using_twitter.pdf └── the war on drugs and prison growth.pdf ├── a critical review of nns.pdf ├── acl11-WordVectorsSentimentAnalysis.pdf ├── ad-click-prediction.pdf ├── amazing_face_recognition.pdf ├── antifragile_software.pdf ├── autoencoders.pdf ├── batch_normalization_deep_learning.pdf ├── bayes_demos_gellmen.pdf ├── bayesian.pdf ├── bayesian_modeling_with_PYMC.pdf ├── blockchain.pdf ├── boolean.pdf ├── cucs-019-13.pdf ├── deep learning with poor local minima.pdf ├── deep nets have to be deep.pdf ├── deep_learning_1.pdf ├── deep_learning_2.pdf ├── deeplearning (1).pdf ├── deeplearning.pdf ├── distingusing_cause_from_effect.pdf ├── document_embeddings_paragraph_vectors.pdf ├── evaluationmetrics.tr.pdf ├── facebook machine learning.pdf ├── facebooks_data_base_design.pdf ├── final_paper.pdf ├── generating_sequences_w_nns.pdf ├── google_computer_visions.pdf ├── guideTR.pdf ├── guptasoundwavechi2012.pdf ├── how not to lie with statistics.pdf ├── imagenet.pdf ├── infectious_texts.pdf ├── ins.pdf ├── int_properities_of_NNs.pdf ├── jaynes_paper_straight_line.pdf ├── joachims_01a.pdf ├── jsm.pdf ├── kaggle_wiki_contest.pdf ├── launch_hard_or_go_home.pdf ├── lda.pdf ├── machine_learning.pdf ├── math_trio.pdf ├── mathematics and the nsa.pdf ├── origins of life.htm ├── origins of life_files ├── 10.1002-cplx.html ├── H9jSrH2fJST0D33BtNfyOA.js ├── JMOONjNh.js ├── analytics.js ├── bg1.svg ├── bg2.svg ├── bg3.svg ├── bg4.svg ├── bg5.svg ├── bg6.svg ├── bg7.svg ├── cdn_status-0ec23b5636e7b84febc62792a76e6d76.js ├── cdn_status-30cabeefa479cf1ece72fc12f0283572.css ├── cdn_status.html ├── center.jpg ├── controltag ├── controltag.js.066f90fcf8da5d3f143d0706283f900d ├── epdf.js ├── f606300a21 ├── ga.js ├── get ├── jquery-1.4.2.js ├── libs.9abeb963.js ├── libs.af2d00aa.css ├── main.4df2b633.css ├── main.67943b92.js ├── nr-952.min.js ├── optout_check ├── preloader.css ├── proxy.87de58d3fcb75b905517ef65bfcb893f.html ├── s-code-contents-6fe469984ef8a2e13aae7439926f49eddbc3c483.js ├── satellite-55d3407c3331620017000766.js ├── satellite-55d3c3693331620f9b000ac6.js ├── satellite-562fdbe164746d2a4400226a.js ├── satellite-56465f2464746d10b80096cb.js ├── satellite-57290b7164746d514c002729.html ├── satelliteLib-38b34bd2454506b758d810fab1db811169006b75.js ├── saved_resource ├── saved_resource(1) ├── saved_resource(2).html ├── saved_resource.html ├── style.css ├── track.js ├── track_epdf-009e64e96014c1655c1663b5bf7d13c1.html └── wiley_epdf-ce62c8c58bdb92e3e38c12905b2e951c.js ├── overfeat.pdf ├── paper1.pdf ├── paper2.pdf ├── paper3.pdf ├── paper4.pdf ├── paper5.pdf ├── paper6.pdf ├── paragraph_vector.pdf ├── piano_transcription_machine_learning.pdf ├── player2.pdf ├── predicting_nfl_with_twitter.pdf ├── probabilistic topic models.pdf ├── sentiment.pdf ├── sidechains.pdf ├── species_and_functors_and_types__oh_my_whatw.pdf ├── stanford_nlp.pdf ├── survey_segmentation.pdf ├── telephone meta data.pdf ├── tutorial2.pdf ├── unusual applications of bayesian reasoning.pdf ├── visualing covnets.pdf ├── what makes content viral.pdf ├── why im only half bayesian.pdf ├── why objects are inevitable.pdf ├── why-government-leaks-are-good.pdf └── word2vec.pdf /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/README.md -------------------------------------------------------------------------------- /articles/finance_business.md: -------------------------------------------------------------------------------- 1 | 2 | ##### Crime 3 | 4 | http://www.newyorker.com/magazine/2014/10/13/empire-edge 5 | 6 | http://www.rollingstone.com/politics/news/the-great-american-bubble-machine-20100405 7 | 8 | http://www.rollingstone.com/politics/news/matt-taibbi-courts-helping-banks-screw-over-homeowners-20101110 9 | 10 | 11 | #### Interesting 12 | 13 | -------------------------------------------------------------------------------- /blogs.md: -------------------------------------------------------------------------------- 1 | 2 | #### List of data / statistics / math blogs I like 3 | 4 | ##### Data Science / Statistics 5 | 6 | http://iamtrask.github.io/ 7 | 8 | http://blog.explainmydata.com/ 9 | 10 | http://andrewgelman.com/ 11 | 12 | http://simplystatistics.org/ 13 | 14 | http://www.evanmiller.org/ 15 | 16 | http://jakevdp.github.io/ 17 | 18 | http://blog.yhathq.com/ 19 | 20 | http://blog.wesmckinney.com/ 21 | 22 | http://www.overkillanalytics.net/ 23 | 24 | http://newton.cx/~peter/ 25 | 26 | http://mbakker7.github.io/exploratory_computing_with_python/ 27 | 28 | http://sebastianraschka.com/articles.html 29 | 30 | http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/ 31 | 32 | http://colah.github.io/ 33 | 34 | http://snippyhollow.github.io/ 35 | 36 | http://www.thomasdimson.com/ 37 | 38 | http://blog.smellthedata.com/ 39 | 40 | http://sebastianraschka.com/ 41 | 42 | http://dogdogfish.com/ 43 | 44 | ##### Math 45 | 46 | http://www.sumsar.net/ 47 | 48 | http://allendowney.blogspot.ca/ 49 | 50 | http://healthyalgorithms.com/ 51 | 52 | http://petewarden.com/ 53 | 54 | http://mrtz.org/blog/ 55 | 56 | ##### Security 57 | 58 | 59 | http://jordan-wright.github.io/blog/ -------------------------------------------------------------------------------- /books/2014/13-hours.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/13-hours.md -------------------------------------------------------------------------------- /books/2014/a-history-of-finance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/a-history-of-finance.md -------------------------------------------------------------------------------- /books/2014/antifragile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/antifragile.md -------------------------------------------------------------------------------- /books/2014/bad-pharma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/bad-pharma.md -------------------------------------------------------------------------------- /books/2014/bayesian-for-hackers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/bayesian-for-hackers.md -------------------------------------------------------------------------------- /books/2014/blink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/blink.md -------------------------------------------------------------------------------- /books/2014/crossing-the-chasm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/crossing-the-chasm.md -------------------------------------------------------------------------------- /books/2014/data-analysis-in-python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/data-analysis-in-python.md -------------------------------------------------------------------------------- /books/2014/data-analysis-with-open-source-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/data-analysis-with-open-source-tools.md -------------------------------------------------------------------------------- /books/2014/data-visualization-for-the-web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/data-visualization-for-the-web.md -------------------------------------------------------------------------------- /books/2014/david-and-goliath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/david-and-goliath.md -------------------------------------------------------------------------------- /books/2014/doing-bayesian-data-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/doing-bayesian-data-analysis.md -------------------------------------------------------------------------------- /books/2014/guerilla-marketing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/guerilla-marketing.md -------------------------------------------------------------------------------- /books/2014/how-jesus-became-god.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/how-jesus-became-god.md -------------------------------------------------------------------------------- /books/2014/ios-development-big-nerd-ranch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/ios-development-big-nerd-ranch.md -------------------------------------------------------------------------------- /books/2014/learning-from-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/learning-from-data.md -------------------------------------------------------------------------------- /books/2014/machine-learning-for-hackers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/machine-learning-for-hackers.md -------------------------------------------------------------------------------- /books/2014/no-place-to-hide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/no-place-to-hide.md -------------------------------------------------------------------------------- /books/2014/permission-marketing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/permission-marketing.md -------------------------------------------------------------------------------- /books/2014/positioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/positioning.md -------------------------------------------------------------------------------- /books/2014/probability-a-logic-science.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/probability-a-logic-science.md -------------------------------------------------------------------------------- /books/2014/reducing-drug-violence-in-america.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/reducing-drug-violence-in-america.md -------------------------------------------------------------------------------- /books/2014/steve-jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/steve-jobs.md -------------------------------------------------------------------------------- /books/2014/the-black-swan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-black-swan.md -------------------------------------------------------------------------------- /books/2014/the-divide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-divide.md -------------------------------------------------------------------------------- /books/2014/the-hard-thing-about-hard-things.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-hard-thing-about-hard-things.md -------------------------------------------------------------------------------- /books/2014/the-idea-factory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-idea-factory.md -------------------------------------------------------------------------------- /books/2014/the-long-tail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-long-tail.md -------------------------------------------------------------------------------- /books/2014/the-snowden-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/the-snowden-files.md -------------------------------------------------------------------------------- /books/2014/thinking-fast-and-slow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/thinking-fast-and-slow.md -------------------------------------------------------------------------------- /books/2014/two-scoopes-of-django.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/two-scoopes-of-django.md -------------------------------------------------------------------------------- /books/2014/zero-to-one.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2014/zero-to-one.md -------------------------------------------------------------------------------- /books/2015/an-atheists-guide-to-reality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/an-atheists-guide-to-reality.md -------------------------------------------------------------------------------- /books/2015/antifragile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/antifragile.md -------------------------------------------------------------------------------- /books/2015/bill-dollar-lessons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/bill-dollar-lessons.md -------------------------------------------------------------------------------- /books/2015/blockchain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/blockchain.md -------------------------------------------------------------------------------- /books/2015/chasing-the-scream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/chasing-the-scream.md -------------------------------------------------------------------------------- /books/2015/contagious-when-things-catch-on.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/contagious-when-things-catch-on.md -------------------------------------------------------------------------------- /books/2015/countdown-to-zero-day.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/countdown-to-zero-day.md -------------------------------------------------------------------------------- /books/2015/drug-crazy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/drug-crazy.md -------------------------------------------------------------------------------- /books/2015/einstein.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/einstein.md -------------------------------------------------------------------------------- /books/2015/escaping-camp-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/escaping-camp-14.md -------------------------------------------------------------------------------- /books/2015/evaluating-learning-algorithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/evaluating-learning-algorithms.md -------------------------------------------------------------------------------- /books/2015/fear-and-loathing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/fear-and-loathing.md -------------------------------------------------------------------------------- /books/2015/getting-read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/getting-read.md -------------------------------------------------------------------------------- /books/2015/growth-hacker-marketings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/growth-hacker-marketings.md -------------------------------------------------------------------------------- /books/2015/il-narco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/il-narco.md -------------------------------------------------------------------------------- /books/2015/ineviable-illusions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/ineviable-illusions.md -------------------------------------------------------------------------------- /books/2015/lets-explore-diabetes-with-owls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/lets-explore-diabetes-with-owls.md -------------------------------------------------------------------------------- /books/2015/life-god-and-other-small-topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/life-god-and-other-small-topics.md -------------------------------------------------------------------------------- /books/2015/manufacturing-concent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/manufacturing-concent.md -------------------------------------------------------------------------------- /books/2015/paul-and-jesus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/paul-and-jesus.md -------------------------------------------------------------------------------- /books/2015/perfect-rigor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/perfect-rigor.md -------------------------------------------------------------------------------- /books/2015/predictably-irrational.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/predictably-irrational.md -------------------------------------------------------------------------------- /books/2015/proof-the-science-of-booze.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/proof-the-science-of-booze.md -------------------------------------------------------------------------------- /books/2015/the-48-laws-of-power.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-48-laws-of-power.md -------------------------------------------------------------------------------- /books/2015/the-big-miss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-big-miss.md -------------------------------------------------------------------------------- /books/2015/the-black-swan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-black-swan.md -------------------------------------------------------------------------------- /books/2015/the-borgias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-borgias.md -------------------------------------------------------------------------------- /books/2015/the-cult-of-statistical-significance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-cult-of-statistical-significance.md -------------------------------------------------------------------------------- /books/2015/the-four-hour-work-week.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-four-hour-work-week.md -------------------------------------------------------------------------------- /books/2015/the-honest-truth-about-dishonesty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-honest-truth-about-dishonesty.md -------------------------------------------------------------------------------- /books/2015/the-lean-startup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-lean-startup.md -------------------------------------------------------------------------------- /books/2015/the-man-who-knew-infinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-man-who-knew-infinity.md -------------------------------------------------------------------------------- /books/2015/the-misbehavior-of-markets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-misbehavior-of-markets.md -------------------------------------------------------------------------------- /books/2015/the-most-good-you-can-do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-most-good-you-can-do.md -------------------------------------------------------------------------------- /books/2015/the-obstacle-is-the-way.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-obstacle-is-the-way.md -------------------------------------------------------------------------------- /books/2015/the-organized-mind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-organized-mind.md -------------------------------------------------------------------------------- /books/2015/the-pirates-dilemma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-pirates-dilemma.md -------------------------------------------------------------------------------- /books/2015/the-red-market.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-red-market.md -------------------------------------------------------------------------------- /books/2015/the-tipping-point.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-tipping-point.md -------------------------------------------------------------------------------- /books/2015/the-trail-of-henry-kissinger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-trail-of-henry-kissinger.md -------------------------------------------------------------------------------- /books/2015/the-wisdom-of-crowds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-wisdom-of-crowds.md -------------------------------------------------------------------------------- /books/2015/the-world-according-to-monsanto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/the-world-according-to-monsanto.md -------------------------------------------------------------------------------- /books/2015/trust-me-im-lying.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/trust-me-im-lying.md -------------------------------------------------------------------------------- /books/2015/when-i-stop-talking-youll-know-im-head.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/when-i-stop-talking-youll-know-im-head.md -------------------------------------------------------------------------------- /books/2015/when-jesus-became-god.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/when-jesus-became-god.md -------------------------------------------------------------------------------- /books/2015/zealot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2015/zealot.md -------------------------------------------------------------------------------- /books/2016/against-the-gods.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/against-the-gods.markdown -------------------------------------------------------------------------------- /books/2016/dark-money.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/dark-money.markdown -------------------------------------------------------------------------------- /books/2016/down-and-out-in-paris-and-london.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/down-and-out-in-paris-and-london.markdown -------------------------------------------------------------------------------- /books/2016/elon-musk-tesla-spacex-and-the-quest-for-fantasitc-future.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/elon-musk-tesla-spacex-and-the-quest-for-fantasitc-future.md -------------------------------------------------------------------------------- /books/2016/flash-boys.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/flash-boys.markdown -------------------------------------------------------------------------------- /books/2016/flash-in-the-pan.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/flash-in-the-pan.markdown -------------------------------------------------------------------------------- /books/2016/heat.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/heat.markdown -------------------------------------------------------------------------------- /books/2016/homage-to-catalonia.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/homage-to-catalonia.markdown -------------------------------------------------------------------------------- /books/2016/kitchen-confidential.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/kitchen-confidential.markdown -------------------------------------------------------------------------------- /books/2016/life-ascending-markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/life-ascending-markdown -------------------------------------------------------------------------------- /books/2016/life-on-the-line.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/life-on-the-line.markdown -------------------------------------------------------------------------------- /books/2016/mere-christianity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/mere-christianity.md -------------------------------------------------------------------------------- /books/2016/modern-romance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/modern-romance.md -------------------------------------------------------------------------------- /books/2016/smartcuts.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/smartcuts.markdown -------------------------------------------------------------------------------- /books/2016/the-assassination-complex.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-assassination-complex.markdown -------------------------------------------------------------------------------- /books/2016/the-big-switch.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-big-switch.markdown -------------------------------------------------------------------------------- /books/2016/the-innovators.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-innovators.markdown -------------------------------------------------------------------------------- /books/2016/the-luck-factor.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-luck-factor.markdown -------------------------------------------------------------------------------- /books/2016/the-million-dollar-spy.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-million-dollar-spy.markdown -------------------------------------------------------------------------------- /books/2016/the-rum-diaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-rum-diaries.md -------------------------------------------------------------------------------- /books/2016/the-vital-question.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/books/2016/the-vital-question.markdown -------------------------------------------------------------------------------- /papers/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/.DS_Store -------------------------------------------------------------------------------- /papers/1154-The-Harm-done-by-tests-of-significance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1154-The-Harm-done-by-tests-of-significance.pdf -------------------------------------------------------------------------------- /papers/1411.1607v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1411.1607v1.pdf -------------------------------------------------------------------------------- /papers/1502.01710v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1502.01710v1.pdf -------------------------------------------------------------------------------- /papers/1602.06872v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1602.06872v1.pdf -------------------------------------------------------------------------------- /papers/1603.09727v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1603.09727v1.pdf -------------------------------------------------------------------------------- /papers/1604.06174v2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/1604.06174v2.pdf -------------------------------------------------------------------------------- /papers/28-inequities-in-educational-outcomes-between-lgbtq-and-straight-students.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/28-inequities-in-educational-outcomes-between-lgbtq-and-straight-students.pdf -------------------------------------------------------------------------------- /papers/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf -------------------------------------------------------------------------------- /papers/5004-deep-content-based-music-recommendation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/5004-deep-content-based-music-recommendation.pdf -------------------------------------------------------------------------------- /papers/AirFranceBayesianInterface.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/AirFranceBayesianInterface.pdf -------------------------------------------------------------------------------- /papers/AselectionofSelectionAnomaliesWainer.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/AselectionofSelectionAnomaliesWainer.pdf -------------------------------------------------------------------------------- /papers/CIKM-keynote-Nov2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/CIKM-keynote-Nov2014.pdf -------------------------------------------------------------------------------- /papers/Computer Vision/Kulkarni_Picture_A_Probabilistic_2015_CVPR_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Computer Vision/Kulkarni_Picture_A_Probabilistic_2015_CVPR_paper.pdf -------------------------------------------------------------------------------- /papers/Computer Vision/crime_point_process.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Computer Vision/crime_point_process.pdf -------------------------------------------------------------------------------- /papers/Crypto/nsa_encryption_cracking_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Crypto/nsa_encryption_cracking_paper.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/A Probabilistic Theory of Deep Learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/A Probabilistic Theory of Deep Learning.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/Distributed Representations of Sentences and Documents.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/Distributed Representations of Sentences and Documents.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/a_neural_conversation_model.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/a_neural_conversation_model.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/srivastava14a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/srivastava14a.pdf -------------------------------------------------------------------------------- /papers/Deep Learning/thoughts on ml.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Deep Learning/thoughts on ml.pdf -------------------------------------------------------------------------------- /papers/DrugsInternationalComparators.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/DrugsInternationalComparators.pdf -------------------------------------------------------------------------------- /papers/EMNLP2013_RNTN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/EMNLP2013_RNTN.pdf -------------------------------------------------------------------------------- /papers/Evolution of Insurance Pricing - 052906.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Evolution of Insurance Pricing - 052906.pdf -------------------------------------------------------------------------------- /papers/GreenhillWardSacks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/GreenhillWardSacks.pdf -------------------------------------------------------------------------------- /papers/HypercapitalismWPv1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/HypercapitalismWPv1.1.pdf -------------------------------------------------------------------------------- /papers/MCMC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/MCMC.pdf -------------------------------------------------------------------------------- /papers/MISC/pdf_paper_paul-beaudry-great-reversal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/MISC/pdf_paper_paul-beaudry-great-reversal.pdf -------------------------------------------------------------------------------- /papers/MISC/why good developers write bad code.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/MISC/why good developers write bad code.pdf -------------------------------------------------------------------------------- /papers/Machine Learning/failed_revolutions_twitter_isis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Machine Learning/failed_revolutions_twitter_isis.pdf -------------------------------------------------------------------------------- /papers/Machine Learning/page rank.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Machine Learning/page rank.pdf -------------------------------------------------------------------------------- /papers/Opera.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Opera.pdf -------------------------------------------------------------------------------- /papers/OperaSlides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/OperaSlides.pdf -------------------------------------------------------------------------------- /papers/POSTERIOR PREDICTIVE ASSESSMENT OF MODEL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/POSTERIOR PREDICTIVE ASSESSMENT OF MODEL.pdf -------------------------------------------------------------------------------- /papers/PhysRevX.5.011007.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/PhysRevX.5.011007.pdf -------------------------------------------------------------------------------- /papers/ROC_Curves.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/ROC_Curves.pdf -------------------------------------------------------------------------------- /papers/Signal Processing/newsigproc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Signal Processing/newsigproc.pdf -------------------------------------------------------------------------------- /papers/Silent Risk.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Silent Risk.pdf -------------------------------------------------------------------------------- /papers/Statistics/NHST-A Review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/NHST-A Review.pdf -------------------------------------------------------------------------------- /papers/Statistics/The Black Swan Book.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/The Black Swan Book.pdf -------------------------------------------------------------------------------- /papers/Statistics/benoulli_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/benoulli_paper.pdf -------------------------------------------------------------------------------- /papers/Statistics/freq_vs_bayesian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/freq_vs_bayesian.pdf -------------------------------------------------------------------------------- /papers/Statistics/p-values.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/Statistics/p-values.pdf -------------------------------------------------------------------------------- /papers/TheMostDangerousEquation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/TheMostDangerousEquation.pdf -------------------------------------------------------------------------------- /papers/War On Drugs/predicting_crime_using_twitter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/War On Drugs/predicting_crime_using_twitter.pdf -------------------------------------------------------------------------------- /papers/War On Drugs/the war on drugs and prison growth.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/War On Drugs/the war on drugs and prison growth.pdf -------------------------------------------------------------------------------- /papers/a critical review of nns.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/a critical review of nns.pdf -------------------------------------------------------------------------------- /papers/acl11-WordVectorsSentimentAnalysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/acl11-WordVectorsSentimentAnalysis.pdf -------------------------------------------------------------------------------- /papers/ad-click-prediction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/ad-click-prediction.pdf -------------------------------------------------------------------------------- /papers/amazing_face_recognition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/amazing_face_recognition.pdf -------------------------------------------------------------------------------- /papers/antifragile_software.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/antifragile_software.pdf -------------------------------------------------------------------------------- /papers/autoencoders.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/autoencoders.pdf -------------------------------------------------------------------------------- /papers/batch_normalization_deep_learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/batch_normalization_deep_learning.pdf -------------------------------------------------------------------------------- /papers/bayes_demos_gellmen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/bayes_demos_gellmen.pdf -------------------------------------------------------------------------------- /papers/bayesian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/bayesian.pdf -------------------------------------------------------------------------------- /papers/bayesian_modeling_with_PYMC.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/bayesian_modeling_with_PYMC.pdf -------------------------------------------------------------------------------- /papers/blockchain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/blockchain.pdf -------------------------------------------------------------------------------- /papers/boolean.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/boolean.pdf -------------------------------------------------------------------------------- /papers/cucs-019-13.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/cucs-019-13.pdf -------------------------------------------------------------------------------- /papers/deep learning with poor local minima.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deep learning with poor local minima.pdf -------------------------------------------------------------------------------- /papers/deep nets have to be deep.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deep nets have to be deep.pdf -------------------------------------------------------------------------------- /papers/deep_learning_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deep_learning_1.pdf -------------------------------------------------------------------------------- /papers/deep_learning_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deep_learning_2.pdf -------------------------------------------------------------------------------- /papers/deeplearning (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deeplearning (1).pdf -------------------------------------------------------------------------------- /papers/deeplearning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/deeplearning.pdf -------------------------------------------------------------------------------- /papers/distingusing_cause_from_effect.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/distingusing_cause_from_effect.pdf -------------------------------------------------------------------------------- /papers/document_embeddings_paragraph_vectors.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/document_embeddings_paragraph_vectors.pdf -------------------------------------------------------------------------------- /papers/evaluationmetrics.tr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/evaluationmetrics.tr.pdf -------------------------------------------------------------------------------- /papers/facebook machine learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/facebook machine learning.pdf -------------------------------------------------------------------------------- /papers/facebooks_data_base_design.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/facebooks_data_base_design.pdf -------------------------------------------------------------------------------- /papers/final_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/final_paper.pdf -------------------------------------------------------------------------------- /papers/generating_sequences_w_nns.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/generating_sequences_w_nns.pdf -------------------------------------------------------------------------------- /papers/google_computer_visions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/google_computer_visions.pdf -------------------------------------------------------------------------------- /papers/guideTR.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/guideTR.pdf -------------------------------------------------------------------------------- /papers/guptasoundwavechi2012.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/guptasoundwavechi2012.pdf -------------------------------------------------------------------------------- /papers/how not to lie with statistics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/how not to lie with statistics.pdf -------------------------------------------------------------------------------- /papers/imagenet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/imagenet.pdf -------------------------------------------------------------------------------- /papers/infectious_texts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/infectious_texts.pdf -------------------------------------------------------------------------------- /papers/ins.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/ins.pdf -------------------------------------------------------------------------------- /papers/int_properities_of_NNs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/int_properities_of_NNs.pdf -------------------------------------------------------------------------------- /papers/jaynes_paper_straight_line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/jaynes_paper_straight_line.pdf -------------------------------------------------------------------------------- /papers/joachims_01a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/joachims_01a.pdf -------------------------------------------------------------------------------- /papers/jsm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/jsm.pdf -------------------------------------------------------------------------------- /papers/kaggle_wiki_contest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/kaggle_wiki_contest.pdf -------------------------------------------------------------------------------- /papers/launch_hard_or_go_home.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/launch_hard_or_go_home.pdf -------------------------------------------------------------------------------- /papers/lda.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/lda.pdf -------------------------------------------------------------------------------- /papers/machine_learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/machine_learning.pdf -------------------------------------------------------------------------------- /papers/math_trio.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/math_trio.pdf -------------------------------------------------------------------------------- /papers/mathematics and the nsa.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/mathematics and the nsa.pdf -------------------------------------------------------------------------------- /papers/origins of life.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 |
NoneNone
-------------------------------------------------------------------------------- /papers/origins of life_files/analytics.js: -------------------------------------------------------------------------------- 1 | (function(){var $c=function(a){this.w=a||[]};$c.prototype.set=function(a){this.w[a]=!0};$c.prototype.encode=function(){for(var a=[],b=0;b\x3c/script>')):(c=M.createElement("script"),c.type="text/javascript",c.async=!0,c.src=a,b&&(c.id=b),a=M.getElementsByTagName("script")[0],a.parentNode.insertBefore(c,a)))},Ud=function(){return"https:"==M.location.protocol},xa=function(){var a= 3 | ""+M.location.hostname;return 0==a.indexOf("www.")?a.substring(4):a},ya=function(a){var b=M.referrer;if(/^https?:\/\//i.test(b)){if(a)return b;a="//"+M.location.hostname;var c=b.indexOf(a);if(5==c||6==c)if(a=b.charAt(c+a.length),"/"==a||"?"==a||""==a||":"==a)return;return b}},za=function(a,b){if(1==b.length&&null!=b[0]&&"object"===typeof b[0])return b[0];for(var c={},d=Math.min(a.length+1,b.length),e=0;e=b.length)wc(a,b,c);else if(8192>=b.length)x(a,b,c)||wd(a,b,c)||wc(a,b,c);else throw ge("len",b.length),new Da(b.length);},wc=function(a,b,c){var d=ta(a+"?"+b);d.onload=d.onerror=function(){d.onload=null;d.onerror=null;c()}},wd=function(a,b,c){var d=O.XMLHttpRequest;if(!d)return!1;var e=new d;if(!("withCredentials"in e))return!1; 6 | e.open("POST",a,!0);e.withCredentials=!0;e.setRequestHeader("Content-Type","text/plain");e.onreadystatechange=function(){4==e.readyState&&(c(),e=null)};e.send(b);return!0},x=function(a,b,c){return O.navigator.sendBeacon?O.navigator.sendBeacon(a,b)?(c(),!0):!1:!1},ge=function(a,b,c){1<=100*Math.random()||Aa("?")||(a=["t=error","_e="+a,"_v=j44","sr=1"],b&&a.push("_f="+b),c&&a.push("_m="+K(c.substring(0,100))),a.push("aip=1"),a.push("z="+hd()),wc(oc()+"/collect",a.join("&"),ua))};var h=function(a){var b=O.gaData=O.gaData||{};return b[a]=b[a]||{}};var Ha=function(){this.M=[]};Ha.prototype.add=function(a){this.M.push(a)};Ha.prototype.D=function(a){try{for(var b=0;b=100*R(a,Ka))throw"abort";}function Ma(a){if(Aa(P(a,Na)))throw"abort";}function Oa(){var a=M.location.protocol;if("http:"!=a&&"https:"!=a)throw"abort";} 7 | function Pa(a){try{O.navigator.sendBeacon?J(42):O.XMLHttpRequest&&"withCredentials"in new O.XMLHttpRequest&&J(40)}catch(c){}a.set(ld,Td(a),!0);a.set(Ac,R(a,Ac)+1);var b=[];Qa.map(function(c,d){if(d.F){var e=a.get(c);void 0!=e&&e!=d.defaultValue&&("boolean"==typeof e&&(e*=1),b.push(d.F+"="+K(""+e)))}});b.push("z="+Bd());a.set(Ra,b.join("&"),!0)} 8 | function Sa(a){var b=P(a,gd)||oc()+"/collect",c=P(a,fa);!c&&a.get(Vd)&&(c="beacon");if(c){var d=P(a,Ra),e=a.get(Ia),e=e||ua;"image"==c?wc(b,d,e):"xhr"==c&&wd(b,d,e)||"beacon"==c&&x(b,d,e)||ba(b,d,e)}else ba(b,P(a,Ra),a.get(Ia));b=a.get(Na);b=h(b);c=b.hitcount;b.hitcount=c?c+1:1;b=a.get(Na);delete h(b).pending_experiments;a.set(Ia,ua,!0)} 9 | function Hc(a){(O.gaData=O.gaData||{}).expId&&a.set(Nc,(O.gaData=O.gaData||{}).expId);(O.gaData=O.gaData||{}).expVar&&a.set(Oc,(O.gaData=O.gaData||{}).expVar);var b;var c=a.get(Na);if(c=h(c).pending_experiments){var d=[];for(b in c)c.hasOwnProperty(b)&&c[b]&&d.push(encodeURIComponent(b)+"."+encodeURIComponent(c[b]));b=d.join("!")}else b=void 0;b&&a.set(m,b,!0)}function cd(){if(O.navigator&&"preview"==O.navigator.loadPurpose)throw"abort";} 10 | function yd(a){var b=O.gaDevIds;ka(b)&&0!=b.length&&a.set("&did",b.join(","),!0)}function vb(a){if(!a.get(Na))throw"abort";};var hd=function(){return Math.round(2147483647*Math.random())},Bd=function(){try{var a=new Uint32Array(1);O.crypto.getRandomValues(a);return a[0]&2147483647}catch(b){return hd()}};function Ta(a){var b=R(a,Ua);500<=b&&J(15);var c=P(a,Va);if("transaction"!=c&&"item"!=c){var c=R(a,Wa),d=(new Date).getTime(),e=R(a,Xa);0==e&&a.set(Xa,d);e=Math.round(2*(d-e)/1E3);0=c)throw"abort";a.set(Wa,--c)}a.set(Ua,++b)};var Ya=function(){this.data=new ee},Qa=new ee,Za=[];Ya.prototype.get=function(a){var b=$a(a),c=this.data.get(a);b&&void 0==c&&(c=ea(b.defaultValue)?b.defaultValue():b.defaultValue);return b&&b.Z?b.Z(this,a,c):c};var P=function(a,b){var c=a.get(b);return void 0==c?"":""+c},R=function(a,b){var c=a.get(b);return void 0==c||""===c?0:1*c};Ya.prototype.set=function(a,b,c){if(a)if("object"==typeof a)for(var d in a)a.hasOwnProperty(d)&&ab(this,d,a[d],c);else ab(this,a,b,c)}; 11 | var ab=function(a,b,c,d){if(void 0!=c)switch(b){case Na:wb.test(c)}var e=$a(b);e&&e.o?e.o(a,b,c,d):a.data.set(b,c,d)},bb=function(a,b,c,d,e){this.name=a;this.F=b;this.Z=d;this.o=e;this.defaultValue=c},$a=function(a){var b=Qa.get(a);if(!b)for(var c=0;c=c)&&(c={},Ec(c)||Fc(c))){var d=c[Eb];void 0==d||Infinity==d||isNaN(d)||(0c)a[b]=void 0},Fd=function(a){return function(b){"pageview"!=b.get(Va)||a.I||(a.I=!0,gc(b,function(b){a.send("timing",b)}))}};var hc=!1,mc=function(a){if("cookie"==P(a,ac)){var b=P(a,U),c=nd(a),d=kc(P(a,Yb)),e=lc(P(a,W)),g=1E3*R(a,Zb),ca=P(a,Na);if("auto"!=e)zc(b,c,d,e,ca,g)&&(hc=!0);else{J(32);var l;a:{c=[];e=xa().split(".");if(4==e.length&&(l=e[e.length-1],parseInt(l,10)==l)){l=["none"];break a}for(l=e.length-2;0<=l;l--)c.push(e.slice(l).join("."));c.push("none");l=c}for(var k=0;k=a&&d.push({hash:ca[0],R:e[g],O:ca})}return 0==d.length?void 0:1==d.length?d[0]:Zc(b,d)||Zc(c,d)||Zc(null,d)||d[0]}function Zc(a,b){var c,d;null==a?c=d=1:(c=La(a),d=La(D(a,".")?a.substring(1):"."+a));for(var e=0;ed.length)){c=[];for(var e=0;e=ca[0]||0>=ca[1]?"":ca.join("x"); 33 | a.set(rb,c);a.set(tb,fc());a.set(ob,M.characterSet||M.charset);a.set(sb,b&&"function"===typeof b.javaEnabled&&b.javaEnabled()||!1);a.set(nb,(b&&(b.language||b.browserLanguage)||"").toLowerCase());if(d&&a.get(cc)&&(b=M.location.hash)){b=b.split(/[?&#]+/);d=[];for(c=0;carguments.length)){var b,c;"string"===typeof arguments[0]?(b=arguments[0],c=[].slice.call(arguments,1)):(b=arguments[0]&&arguments[0][Va],c=arguments);b&&(c=za(qc[b]||[],c),c[Va]=b,this.b.set(c,void 0,!0),this.filters.D(this.b),this.b.data.m={})}}; 35 | pc.prototype.ma=function(a,b){var c=this;u(a,c,b)||(v(a,function(){u(a,c,b)}),y(String(c.get(V)),a,void 0,b,!0))};var rc=function(a){if("prerender"==M.visibilityState)return!1;a();return!0},z=function(a){if(!rc(a)){J(16);var b=!1,c=function(){if(!b&&rc(a)){b=!0;var d=c,e=M;e.removeEventListener?e.removeEventListener("visibilitychange",d,!1):e.detachEvent&&e.detachEvent("onvisibilitychange",d)}};L(M,"visibilitychange",c)}};var td=/^(?:(\w+)\.)?(?:(\w+):)?(\w+)$/,sc=function(a){if(ea(a[0]))this.u=a[0];else{var b=td.exec(a[0]);null!=b&&4==b.length&&(this.c=b[1]||"t0",this.K=b[2]||"",this.C=b[3],this.a=[].slice.call(a,1),this.K||(this.A="create"==this.C,this.i="require"==this.C,this.g="provide"==this.C,this.ba="remove"==this.C),this.i&&(3<=this.a.length?(this.X=this.a[1],this.W=this.a[2]):this.a[1]&&(qa(this.a[1])?this.X=this.a[1]:this.W=this.a[1])));b=a[1];a=a[2];if(!this.C)throw"abort";if(this.i&&(!qa(b)||""==b))throw"abort"; 36 | if(this.g&&(!qa(b)||""==b||!ea(a)))throw"abort";if(ud(this.c)||ud(this.K))throw"abort";if(this.g&&"t0"!=this.c)throw"abort";}};function ud(a){return 0<=a.indexOf(".")||0<=a.indexOf(":")};var Yd,Zd,$d,A;Yd=new ee;$d=new ee;A=new ee;Zd={ec:45,ecommerce:46,linkid:47}; 37 | var u=function(a,b,c){b==N||b.get(V);var d=Yd.get(a);if(!ea(d))return!1;b.plugins_=b.plugins_||new ee;if(b.plugins_.get(a))return!0;b.plugins_.set(a,new d(b,c||{}));return!0},y=function(a,b,c,d,e){if(!ea(Yd.get(b))&&!$d.get(b)){Zd.hasOwnProperty(b)&&J(Zd[b]);if(p.test(b)){J(52);a=N.j(a);if(!a)return!0;c=d||{};d={id:b,B:c.dataLayer||"dataLayer",ia:!!a.get("anonymizeIp"),na:e,G:!1};a.get(">m")==b&&(d.G=!0);var g=String(a.get("name"));"t0"!=g&&(d.target=g);Aa(String(a.get("trackingId")))||(d.ja=String(a.get(Q)), 38 | d.ka=Number(a.get(n)),a=c.palindrome?r:q,a=(a=M.cookie.replace(/^|(; +)/g,";").match(a))?a.sort().join("").substring(1):void 0,d.la=a);a=d.B;c=(new Date).getTime();O[a]=O[a]||[];c={"gtm.start":c};e||(c.event="gtm.js");O[a].push(c);c=t(d)}!c&&Zd.hasOwnProperty(b)?(J(39),c=b+".js"):J(43);c&&(c&&0<=c.indexOf("/")||(c=(Ba||Ud()?"https:":"http:")+"//www.google-analytics.com/plugins/ua/"+c),d=ae(c),a=d.protocol,c=M.location.protocol,("https:"==a||a==c||("http:"!=a?0:"http:"==c))&&B(d)&&(wa(d.url,void 0, 39 | e),$d.set(b,!0)))}},v=function(a,b){var c=A.get(a)||[];c.push(b);A.set(a,c)},C=function(a,b){Yd.set(a,b);for(var c=A.get(a)||[],d=0;da.split("/")[0].indexOf(":")&&(a=ca+e[2].substring(0,e[2].lastIndexOf("/"))+"/"+ 41 | a);c.href=a;d=b(c);return{protocol:(c.protocol||"").toLowerCase(),host:d[0],port:d[1],path:d[2],query:c.search||"",url:a||""}};var Z={ga:function(){Z.f=[]}};Z.ga();Z.D=function(a){var b=Z.J.apply(Z,arguments),b=Z.f.concat(b);for(Z.f=[];0c;c++){var d=b[c].src;if(d&&0==d.indexOf("https://www.google-analytics.com/analytics")){J(33); 44 | b=!0;break a}}b=!1}b&&(Ba=!0)}Ud()||Ba||!Ed()||(J(36),Ba=!0);(O.gaplugins=O.gaplugins||{}).Linker=Dc;b=Dc.prototype;C("linker",Dc);X("decorate",b,b.ca,20);X("autoLink",b,b.S,25);C("displayfeatures",fd);C("adfeatures",fd);a=a&&a.q;ka(a)?Z.D.apply(N,a):J(50)}};N.da=function(){for(var a=N.getAll(),b=0;b>21:b;return b};})(window); 45 | -------------------------------------------------------------------------------- /papers/origins of life_files/bg2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /papers/origins of life_files/bg3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /papers/origins of life_files/bg4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /papers/origins of life_files/bg5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /papers/origins of life_files/bg6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /papers/origins of life_files/bg7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /papers/origins of life_files/cdn_status-0ec23b5636e7b84febc62792a76e6d76.js: -------------------------------------------------------------------------------- 1 | addClass(document.documentElement,"js-success"); -------------------------------------------------------------------------------- /papers/origins of life_files/cdn_status-30cabeefa479cf1ece72fc12f0283572.css: -------------------------------------------------------------------------------- 1 | #loaded-css{display:block} 2 | -------------------------------------------------------------------------------- /papers/origins of life_files/cdn_status.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 |

Testing ReadCube CDN availability:

11 |

Loading CSS...

12 |

CSS loaded successfully.

13 |

CSS load error.

14 |

Loading JS...

15 |

JS loaded successfully.

16 |

JS load error.

17 | 67 | -------------------------------------------------------------------------------- /papers/origins of life_files/center.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/origins of life_files/center.jpg -------------------------------------------------------------------------------- /papers/origins of life_files/epdf.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | try { 3 | window['readcube-request-ua'] = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'; 4 | } catch(e) {} 5 | var script = document.createElement('script'); 6 | script.async = true; 7 | script.type = 'text/javascript'; 8 | script.src = 'https://content-assets.readcube.com/assets/wiley_epdf-ce62c8c58bdb92e3e38c12905b2e951c.js'; 9 | document.getElementsByTagName('head').item(0).appendChild(script); 10 | })(); -------------------------------------------------------------------------------- /papers/origins of life_files/f606300a21: -------------------------------------------------------------------------------- 1 | NREUM.setToken({'stn':0,'err':0,'ins':0,'cap':0,'spa':0}) -------------------------------------------------------------------------------- /papers/origins of life_files/get: -------------------------------------------------------------------------------- 1 | Krux.ns._default.kxjsonp_userdata({"status":"200","body":{"code":"no_segments","kuid":"KDHM-LW9","kuid_long":"px8v5lc1r","geo":{"domain":"twtelecom.net","region":"ny","country":"us","dma":"501","zip":"10010","longitude":"-73.9879","latitude":"40.7423"}}}); -------------------------------------------------------------------------------- /papers/origins of life_files/nr-952.min.js: -------------------------------------------------------------------------------- 1 | !function(n,e,t){function r(t,i){if(!e[t]){if(!n[t]){var a="function"==typeof __nr_require&&__nr_require;if(!i&&a)return a(t,!0);if(o)return o(t,!0);throw new Error("Cannot find module '"+t+"'")}var s=e[t]={exports:{}};n[t][0].call(s.exports,function(e){var o=n[t][1][e];return r(o||e)},s,s.exports)}return e[t].exports}for(var o="function"==typeof __nr_require&&__nr_require,i=0;ie.max&&(e.max=n),ne)return n.slice(0,r).join("");return n.join("")}function a(n,e){var t=0,r="";return u(n,function(n,i){var a,s,u=[];if("string"==typeof i)a="&"+n+"="+o(i),t+=a.length,r+=a;else if(i.length){for(t+=9,s=0;s=e));s++)u.push(a);r+="&"+n+"=%5B"+u.join(",")+"%5D"}}),r}function s(n,e){return e&&"string"==typeof e?"&"+n+"="+o(e):""}var u=n(30),f=n(18),c={"%2C":",","%3A":":","%2F":"/","%40":"@","%24":"$","%3B":";"},p=u(c,function(n){return n}),l=new RegExp(p.join("|"),"g");e.exports={obj:a,fromArray:i,qs:o,param:s}},{}],7:[function(n,e,t){var r=n(30),o=n("ee"),i=n(5);e.exports=function(n){n&&"object"==typeof n&&(r(n,function(n,e){e&&!a[n]&&(o.emit("feat-"+n,[]),a[n]=!0)}),i("feature"))};var a=e.exports.active={}},{}],8:[function(n,e,t){function r(n){if(n.info.beacon){n.info.queueTime&&b.store("measures","qt",{value:n.info.queueTime}),n.info.applicationTime&&b.store("measures","ap",{value:n.info.applicationTime}),k.measure("be","starttime","firstbyte"),k.measure("fe","firstbyte","onload"),k.measure("dc","firstbyte","domContent");var e=b.get("measures"),t=v(e,function(n,e){return"&"+n+"="+e.params.value}).join("");if(t){var r="1",o=[l(n)];if(o.push(t),o.push(g.param("tt",n.info.ttGuid)),o.push(g.param("us",n.info.user)),o.push(g.param("ac",n.info.account)),o.push(g.param("pr",n.info.product)),o.push(g.param("af",v(n.features,function(n){return n}).join(","))),window.performance&&"undefined"!=typeof window.performance.timing){var i={timing:h.addPT(window.performance.timing,{}),navigation:h.addPN(window.performance.navigation,{})};o.push(g.param("perf",y(i)))}o.push(g.param("xx",n.info.extra)),o.push(g.param("ua",n.info.userAttributes)),o.push(g.param("at",n.info.atts));var a=y(n.info.jsAttributes);o.push(g.param("ja","{}"===a?null:a));var s=g.fromArray(o,n.maxBytes);w.jsonp(n.proto+n.info.beacon+"/"+r+"/"+n.info.licenseKey+s,T)}}}function o(n){var e=v(A,function(e){return a(e,n,{unload:!0})});return x(e,i)}function i(n,e){return n||e}function a(n,e,t){return u(e,n,s(n),t||{})}function s(n){for(var e=m({}),t=m({}),r=A[n]||[],o=0;o9||0===j.ieVersion);e.exports={sendRUM:d(r),sendFinal:o,pingErrors:f,sendX:a,on:p,xhrUsable:N}},{}],9:[function(n,e,t){var r=n("loader"),o=document.createElement("div");o.innerHTML="";var i=o.getElementsByTagName("div").length;4===i?r.ieVersion=6:3===i?r.ieVersion=7:2===i?r.ieVersion=8:1===i?r.ieVersion=9:r.ieVersion=0,e.exports=r.ieVersion},{}],10:[function(n,e,t){function r(n){f.sendFinal(l,!1),a.navCookie&&(document.cookie="NREUM=s="+Number(new Date)+"&r="+o(document.location.href)+"&p="+o(document.referrer)+"; path=/")}var o=n(14),i=n(1),a=n(16),s=n(17),u=n(15),f=n(8),c=n(13),p=n(7),l=n("loader"),m=n(29),d=n(5);n(3);var v="undefined"!=typeof window.NREUM.autorun?window.NREUM.autorun:!0;window.NREUM.setToken=p,6===n(9)?l.maxBytes=2e3:l.maxBytes=3e4;var h=u(r);!m||navigator.sendBeacon?i("pagehide",h):i("beforeunload",h),i("unload",h),c("mark",s.mark,"api"),s.mark("done"),d("api"),v&&f.sendRUM(l)},{}],11:[function(n,e,t){e.exports=function(n,e){setTimeout(function t(){try{n()}finally{setTimeout(t,e)}},e)}},{}],12:[function(n,e,t){function r(n,e){var t=n["navigation"+a];return e.of=t,i(t,t,e,"n"),i(n[u+a],t,e,"u"),i(n[f+a],t,e,"r"),i(n[u+s],t,e,"ue"),i(n[f+s],t,e,"re"),i(n["fetch"+a],t,e,"f"),i(n[c+a],t,e,"dn"),i(n[c+s],t,e,"dne"),i(n["c"+p+a],t,e,"c"),i(n["secureC"+p+"ion"+a],t,e,"s"),i(n["c"+p+s],t,e,"ce"),i(n[l+a],t,e,"rq"),i(n[m+a],t,e,"rp"),i(n[m+s],t,e,"rpe"),i(n.domLoading,t,e,"dl"),i(n.domInteractive,t,e,"di"),i(n[v+a],t,e,"ds"),i(n[v+s],t,e,"de"),i(n.domComplete,t,e,"dc"),i(n[d+a],t,e,"l"),i(n[d+s],t,e,"le"),e}function o(n,e){return i(n.type,0,e,"ty"),i(n.redirectCount,0,e,"rc"),e}function i(n,e,t,r){var o;"number"==typeof n&&n>0&&(o=Math.round(n-e),t[r]=o),h.push(o)}var a="Start",s="End",u="unloadEvent",f="redirect",c="domainLookup",p="onnect",l="request",m="response",d="loadEvent",v="domContentLoadedEvent",h=[];e.exports={addPT:r,addPN:o,nt:h}},{}],13:[function(n,e,t){function r(n,e,t,r){o(r||i,n,e,t)}function o(n,e,t,r){r||(r="feature"),n||(n=i);var o=a[r]=a[r]||{},s=o[e]=o[e]||[];s.push([n,t])}var i=n("handle").ee;e.exports=r,r.on=o;var a=r.handlers={}},{}],14:[function(n,e,t){function r(n){var e,t=0;for(e=0;ef?void 0:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart?(e.exports.navCookie=!1,window.performance.timing.navigationStart):void 0}function i(){for(var n=document.cookie.split(" "),e=0;e6e4)return;return o}}}var a=n(14),s=n(17),u=n("loader"),f=n(29);e.exports={navCookie:!0},r()},{}],17:[function(n,e,t){function r(n,e){"undefined"==typeof e&&(e=(new Date).getTime()),a[n]=e}function o(n,e,t){var r=a[e],o=a[t];"undefined"!=typeof r&&"undefined"!=typeof o&&i.store("measures",n,{value:o-r})}var i=n(2),a={};e.exports={mark:r,measure:o}},{}],18:[function(n,e,t){function r(n){try{return i("",{"":n})}catch(e){try{s.emit("internal-error",[e])}catch(t){}}}function o(n){return u.lastIndex=0,u.test(n)?'"'+n.replace(u,function(n){var e=f[n];return"string"==typeof e?e:"\\u"+("0000"+n.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+n+'"'}function i(n,e){var t=e[n];switch(typeof t){case"string":return o(t);case"number":return isFinite(t)?String(t):"null";case"boolean":return String(t);case"object":if(!t)return"null";var r=[];if("[object Array]"===Object.prototype.toString.apply(t)){for(var s=t.length,u=0;s>u;u+=1)r[u]=i(u,t)||"null";return 0===r.length?"[]":"["+r.join(",")+"]"}return a(t,function(n){var e=i(n,t);e&&r.push(o(n)+":"+e)}),0===r.length?"{}":"{"+r.join(",")+"}"}}var a=n(30),s=n("ee"),u=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,f={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};e.exports=r},{}],19:[function(n,e,t){var r=e.exports={};r.jsonp=function(n,e){var t=document.createElement("script");t.type="text/javascript",t.src=n+"&jsonp="+e;var r=document.getElementsByTagName("script")[0];return r.parentNode.insertBefore(t,r),t},r.xhr=function(n,e){var t=new XMLHttpRequest;return t.open("POST",n,!0),"withCredentials"in t&&(t.withCredentials=!0),t.setRequestHeader("content-type","text/plain"),t.send(e),t},r.img=function(n){var e=new Image;return e.src=n,e},r.beacon=function(n,e){return navigator.sendBeacon(n,e)}},{}],20:[function(n,e,t){function r(n){if(n){var e=n.match(o);return e?e[1]:void 0}}var o=/([a-z0-9]+)$/i;e.exports=r},{}],21:[function(n,e,t){function r(n){var e=null;try{if(e=p(n))return e}catch(t){if(h)throw t}try{if(e=o(n))return e}catch(t){if(h)throw t}try{if(e=l(n))return e}catch(t){if(h)throw t}try{if(e=s(n))return e}catch(t){if(h)throw t}try{if(e=u(n))return e}catch(t){if(h)throw t}return{mode:"failed",stackString:"",frames:[]}}function o(n){if(!n.stack)return null;var e=m(n.stack.split("\n"),i,{frames:[],stackLines:[],wrapperSeen:!1});return e.frames.length?{mode:"stack",name:n.name||f(n),message:n.message,stackString:d(e.stackLines),frames:e.frames}:null}function i(n,e){var t=a(e);return t?(c(t.func)?n.wrapperSeen=!0:n.stackLines.push(e),n.wrapperSeen||n.frames.push(t),n):(n.stackLines.push(e),n)}function a(n){var e=n.match(w);return e||(e=n.match(y)),e?{url:e[2],func:"Anonymous function"!==e[1]&&e[1]||null,line:+e[3],column:e[4]?+e[4]:null}:n.match(x)||n.match(b)||"anonymous"===n?{func:"evaluated code"}:void 0}function s(n){if(!("line"in n))return null;var e=n.name||f(n);if(!n.sourceURL)return{mode:"sourceline",name:e,message:n.message,stackString:f(n)+": "+n.message+"\n in evaluated code",frames:[{func:"evaluated code"}]};var t=e+": "+n.message+"\n at "+n.sourceURL;return n.line&&(t+=":"+n.line,n.column&&(t+=":"+n.column)),{mode:"sourceline",name:e,message:n.message,stackString:t,frames:[{url:n.sourceURL,line:n.line,column:n.column}]}}function u(n){var e=n.name||f(n);return e?{mode:"nameonly",name:e,message:n.message,stackString:e+": "+n.message,frames:[]}:null}function f(n){var e=g.exec(String(n.constructor));return e&&e.length>1?e[1]:"unknown"}function c(n){return n&&n.indexOf("nrWrapper")>=0}function p(n){for(var e,t=n.stacktrace,r=/ line (\d+), column (\d+) in (?:]+)>|([^\)]+))\(.*\) in (.*):\s*$/i,o=t.split("\n"),i=[],a=[],s=!1,u=0,p=o.length;p>u;u+=2)if(e=r.exec(o[u])){var l={line:+e[1],column:+e[2],func:e[3]||e[4],url:e[5]};c(l.func)?s=!0:a.push(o[u]),s||i.push(l)}else a.push(o[u]);return i.length?{mode:"stacktrace",name:n.name||f(n),message:n.message,stackString:d(a),frames:i}:null}function l(n){var e=n.message.split("\n");if(e.length<4)return null;var t,r,o,i=/^\s*Line (\d+) of linked script ((?:file|http|https)\S+)(?:: in function (\S+))?\s*$/i,a=/^\s*Line (\d+) of inline#(\d+) script in ((?:file|http|https)\S+)(?:: in function (\S+))?\s*$/i,s=/^\s*Line (\d+) of function script\s*$/i,u=[],p=[],l=document.getElementsByTagName("script"),m=[],h=!1;for(r in l)v.call(l,r)&&!l[r].src&&m.push(l[r]);for(r=2,o=e.length;o>r;r+=2){var g=null;if(t=i.exec(e[r]))g={url:t[2],func:t[3],line:+t[1]};else if(t=a.exec(e[r]))g={url:t[3],func:t[4]};else if(t=s.exec(e[r])){var y=window.location.href.replace(/#.*$/,""),w=t[1];g={url:y,line:w,func:""}}g&&(c(g.func)?h=!0:p.push(e[r]),h||u.push(g))}return u.length?{mode:"multiline",name:n.name||f(n),message:e[0],stackString:d(p),frames:u}:null}var m=n(32),d=n(22),v=Object.prototype.hasOwnProperty,h=!1,g=/function (.+?)\s*\(/,y=/^\s*at (?:((?:\[object object\])?(?:[^(]*\([^)]*\))*[^()]*(?: \[as \S+\])?) )?\(?((?:file|http|https|chrome-extension):.*?)?:(\d+)(?::(\d+))?\)?\s*$/i,w=/^\s*(?:(\S*)(?:\(.*?\))?@)?((?:file|http|https|chrome|safari-extension).*?):(\d+)(?::(\d+))?\s*$/i,x=/^\s*at .+ \(eval at \S+ \((?:(?:file|http|https):[^)]+)?\)(?:, [^:]*:\d+:\d+)?\)$/i,b=/^\s*at Function code \(Function code:\d+:\d+\)\s*/i;e.exports=r},{}],22:[function(n,e,t){var r=/^\n+|\n+$/g;e.exports=function(n){var e;if(n.length>100){var t=n.length-100;e=n.slice(0,50).join("\n"),e+="\n< ...truncated "+t+" lines... >\n",e+=n.slice(-50).join("\n")}else e=n.join("\n");return e.replace(r,"")}},{}],23:[function(n,e,t){function r(n){return l(n.exceptionClass)^n.stackHash}function o(n,e){if("string"!=typeof n)return"";var t=c(n);return t===e?"":t}function i(n,e){for(var t="",r=0;r=h)){e||(e=""),t&&"object"==typeof t||(t={});var o,a;"undefined"!=typeof window&&window.document&&window.document.documentElement&&(o=window.document.documentElement.clientWidth,a=window.document.documentElement.clientHeight);var c={timestamp:n,timeSinceLoad:(n-s.offset)/1e3,browserWidth:o,browserHeight:a,referrerUrl:i,currentUrl:l(""+location),pageUrl:l(s.origin),eventType:"PageAction"};u(y,r),u(c,r),t.actionName=e,u(t,function(n,e){e&&"object"==typeof e&&(t[n]=f(e))}),g.push(t)}}function o(n,e,t){y[e]=t}var i,a=n("ee"),s=n("loader"),u=n(30),f=n(18),c=n(13),p=n(8),l=n(4),m=n(11),d=120,v=10,h=d*v/60,g=[],y=s.info.jsAttributes={};document.referrer&&(i=l(document.referrer)),c("api-setCustomAttribute",o,"api"),a.on("feat-ins",function(){c("api-addPageAction",r),p.on("ins",function(){return{qs:{ua:s.info.userAttributes,at:s.info.atts},body:{ins:g.splice(0)}}}),m(function(){p.sendX("ins",s)},1e3*v),p.sendX("ins",s)})},{}],26:[function(n,e,t){function r(n){var e,t,r,o=Date.now();for(e in n)t=n[e],"number"==typeof t&&t>0&&o>t&&(r=n[e]-w.offset,p({n:e,s:r,e:r,o:"document",t:"timing"}))}function o(n,e,t,r){var o="timer";"requestAnimationFrame"===r&&(o=r);var i={n:r,s:e-w.offset,e:t-w.offset,o:"window",t:o};p(i)}function i(n,e,t,r){if(n.type in N)return!1;var o={n:a(n.type),s:t-w.offset,e:r-w.offset,o:s(n.target,e),t:"event"};p(o)}function a(n){var e=n;return k(L,function(t,r){n in r&&(e=t)}),e}function s(n,e){var t="unknown";if(n&&n instanceof XMLHttpRequest){var r=U.context(n).params;t=r.status+" "+r.method+": "+r.host+r.pathname}else n&&"string"==typeof n.tagName&&(t=n.tagName.toLowerCase(),n.id&&(t+="#"+n.id),n.className&&(t+="."+S(n.classList).join(".")));return"unknown"===t&&(e===document?t="document":e===window?t="window":e instanceof FileReader&&(t="FileReader")),t}function u(n,e,t){var r={n:"history.pushState",s:t-w.offset,e:t-w.offset,o:n,t:e};p(r)}function f(n){n.forEach(function(n){var e=T(n.name),t={n:n.initiatorType,s:0|n.fetchStart,e:0|n.responseEnd,o:e.protocol+"://"+e.hostname+":"+e.port+e.pathname,t:n.entryType};t.si.s-e?s.e=i.e:(r[i.o]=i,a.push(i)):(r[i.o]=null,i.n="scroll",a.push(i)),o}}function h(n,e){return e}function g(n,e){return n.concat(e)}function y(n){var e=4;return!!(n&&"number"==typeof n.e&&"number"==typeof n.s&&n.e-n.s9e5?void(C={}):(k(C,function(e,t){t&&t.length&&(n+=t.length)}),n>30&&b.sendX("resources",w),void(n>1e3&&(C={})))},1e4)});var B=0}}},{}],27:[function(n,e,t){function r(n,e,t){e.time=t-u.offset,n.cat?o.store("xhr",s([n.status,n.cat]),n,e):o.store("xhr",s([n.status,n.host,n.pathname]),n,e)}var o=n(2),i=n(13),a=n(8),s=n(18),u=n("loader"),f=n("ee");u.features.xhr&&(a.on("jserrors",function(){return{body:o.take(["xhr"])}}),f.on("feat-err",function(){i("xhr",r)}),e.exports=r)},{}],28:[function(n,e,t){e.exports=function(n){var e=document.createElement("a"),t=window.location,r={};e.href=n,r.port=e.port;var o=e.href.split("://");!r.port&&o[1]&&(r.port=o[1].split("/")[0].split("@").pop().split(":")[1]),r.port&&"0"!==r.port||(r.port="https"===o[0]?"443":"80"),r.hostname=e.hostname||t.hostname,r.pathname=e.pathname,r.protocol=o[0],"/"!==r.pathname.charAt(0)&&(r.pathname="/"+r.pathname);var i=!e.protocol||":"===e.protocol||e.protocol===t.protocol,a=e.hostname===document.domain&&e.port===t.port;return r.sameOrigin=i&&(!e.hostname||a),r}},{}],29:[function(n,e,t){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),e.exports=r},{}],30:[function(n,e,t){function r(n,e){var t=[],r="",i=0;for(r in n)o.call(n,r)&&(t[i]=e(r,n[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],31:[function(n,e,t){function r(n,e,t){e||(e=0),"undefined"==typeof t&&(t=n?n.length:0);for(var r=-1,o=t-e||0,i=Array(0>o?0:o);++r 2 | 3 | 4 | Proxy 5 | 6 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /papers/origins of life_files/s-code-contents-6fe469984ef8a2e13aae7439926f49eddbc3c483.js: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | ============== DO NOT ALTER ANYTHING BELOW THIS LINE ! =============== 4 | 5 | AppMeasurement for JavaScript version: 1.5 6 | Copyright 1996-2015 Adobe, Inc. All Rights Reserved 7 | More info available at http://www.omniture.com 8 | */ 9 | function AppMeasurement(){var a=this;a.version="1.5";var k=window;k.s_c_in||(k.s_c_il=[],k.s_c_in=0);a._il=k.s_c_il;a._in=k.s_c_in;a._il[a._in]=a;k.s_c_in++;a._c="s_c";var q=k.AppMeasurement.zb;q||(q=null);var r=k,n,t;try{for(n=r.parent,t=r.location;n&&n.location&&t&&""+n.location!=""+t&&r.location&&""+n.location!=""+r.location&&n.location.host==t.host;)r=n,n=r.parent}catch(u){}a.ob=function(a){try{console.log(a)}catch(b){}};a.za=function(a){return""+parseInt(a)==""+a};a.replace=function(a,b,d){return!a|| 10 | 0>a.indexOf(b)?a:a.split(b).join(d)};a.escape=function(c){var b,d;if(!c)return c;c=encodeURIComponent(c);for(b=0;7>b;b++)d="+~!*()'".substring(b,b+1),0<=c.indexOf(d)&&(c=a.replace(c,d,"%"+d.charCodeAt(0).toString(16).toUpperCase()));return c};a.unescape=function(c){if(!c)return c;c=0<=c.indexOf("+")?a.replace(c,"+"," "):c;try{return decodeURIComponent(c)}catch(b){}return unescape(c)};a.fb=function(){var c=k.location.hostname,b=a.fpCookieDomainPeriods,d;b||(b=a.cookieDomainPeriods);if(c&&!a.cookieDomain&& 11 | !/^[0-9.]+$/.test(c)&&(b=b?parseInt(b):2,b=2d?"":a.unescape(b.substring(d+2+c.length,0>f?b.length:f));return"[[B]]"!=c?c:""};a.c_w=a.cookieWrite=function(c,b,d){var f=a.fb(),e=a.cookieLifetime,g;b=""+b;e=e?(""+e).toUpperCase():"";d&&"SESSION"!= 12 | e&&"NONE"!=e&&((g=""!=b?parseInt(e?e:0):-60)?(d=new Date,d.setTime(d.getTime()+1E3*g)):1==d&&(d=new Date,g=d.getYear(),d.setYear(g+5+(1900>g?1900:0))));return c&&"NONE"!=e?(a.d.cookie=c+"="+a.escape(""!=b?b:"[[B]]")+"; path=/;"+(d&&"SESSION"!=e?" expires="+d.toGMTString()+";":"")+(f?" domain="+f+";":""),a.cookieRead(c)==b):0};a.G=[];a.ba=function(c,b,d){if(a.ta)return 0;a.maxDelay||(a.maxDelay=250);var f=0,e=(new Date).getTime()+a.maxDelay,g=a.d.visibilityState,m=["webkitvisibilitychange","visibilitychange"]; 13 | g||(g=a.d.webkitVisibilityState);if(g&&"prerender"==g){if(!a.ca)for(a.ca=1,d=0;dc){a.G.unshift(d);setTimeout(a.delayReady, 14 | parseInt(a.maxDelay/2));break}a.ta=1;a[d.m].apply(a,d.a);a.ta=0}};a.setAccount=a.sa=function(c){var b,d;if(!a.ba("setAccount",arguments))if(a.account=c,a.allAccounts)for(b=a.allAccounts.concat(c.split(",")),a.allAccounts=[],b.sort(),d=0;de.indexOf(".contextData."))switch(k=m.substring(0,4),w=m.substring(4),m){case "transactionID":m="xact";break;case "channel":m="ch";break;case "campaign":m="v0";break;default:a.za(w)&&("prop"== 17 | k?m="c"+w:"eVar"==k?m="v"+w:"list"==k?m="l"+w:"hier"==k&&(m="h"+w,p=p.substring(0,255)))}g+="&"+a.escape(m)+"="+a.escape(p)}}""!=g&&(g+="&."+c)}return g};a.hb=function(){var c="",b,d,f,e,g,m,p,k,n="",r="",s=e="";if(a.lightProfileID)b=a.K,(n=a.lightTrackVars)&&(n=","+n+","+a.ga.join(",")+",");else{b=a.c;if(a.pe||a.linkType)n=a.linkTrackVars,r=a.linkTrackEvents,a.pe&&(e=a.pe.substring(0,1).toUpperCase()+a.pe.substring(1),a[e]&&(n=a[e].yb,r=a[e].xb));n&&(n=","+n+","+a.A.join(",")+",");r&&(r=","+r+",", 18 | n&&(n+=",events,"));a.events2&&(s+=(""!=s?",":"")+a.events2)}if(a.visitor&&1.5<=parseFloat(a.visitor.version)&&a.visitor.getCustomerIDs){e=q;if(g=a.visitor.getCustomerIDs())for(d in g)Object.prototype[d]||(f=g[d],e||(e={}),f.id&&(e[d+".id"]=f.id),f.authState&&(e[d+".as"]=f.authState));e&&(c+=a.B("cid",e))}a.AudienceManagement&&a.AudienceManagement.isReady()&&(c+=a.B("d",a.AudienceManagement.getEventCallConfigParams()));for(d=0;dd||0<=f&&d>f||0<=e&&d>e)&&(f=a.protocol&&1d?0:d)+"/":"")+b);return b};a.H=function(c){var b=a.u(c),d,f,e="",g=0;return b&& 25 | (d=c.protocol,f=c.onclick,!c.href||"A"!=b&&"AREA"!=b||f&&d&&!(0>d.toLowerCase().indexOf("javascript"))?f?(e=a.replace(a.replace(a.replace(a.replace(""+f,"\r",""),"\n",""),"\t","")," ",""),g=2):"INPUT"==b||"SUBMIT"==b?(c.value?e=c.value:c.innerText?e=c.innerText:c.textContent&&(e=c.textContent),g=3):c.src&&"IMAGE"==b&&(e=c.src):e=a.va(c),e)?{id:e.substring(0,100),type:g}:0};a.Ab=function(c){for(var b=a.u(c),d=a.H(c);c&&!d&&"BODY"!=b;)if(c=c.parentElement?c.parentElement:c.parentNode)b=a.u(c),d=a.H(c); 26 | d&&"BODY"!=b||(c=0);c&&(b=c.onclick?""+c.onclick:"",0<=b.indexOf(".tl(")||0<=b.indexOf(".trackLink("))&&(c=0);return c};a.rb=function(){var c,b,d=a.linkObject,f=a.linkType,e=a.linkURL,g,m;a.ha=1;d||(a.ha=0,d=a.clickObject);if(d){c=a.u(d);for(b=a.H(d);d&&!b&&"BODY"!=c;)if(d=d.parentElement?d.parentElement:d.parentNode)c=a.u(d),b=a.H(d);b&&"BODY"!=c||(d=0);if(d){var p=d.onclick?""+d.onclick:"";if(0<=p.indexOf(".tl(")||0<=p.indexOf(".trackLink("))d=0}}else a.ha=1;!e&&d&&(e=a.va(d));e&&!a.linkLeaveQueryString&& 27 | (g=e.indexOf("?"),0<=g&&(e=e.substring(0,g)));if(!f&&e){var n=0,r=0,q;if(a.trackDownloadLinks&&a.linkDownloadFileTypes)for(p=e.toLowerCase(),g=p.indexOf("?"),m=p.indexOf("#"),0<=g?0<=m&&mv)return 0}return 1};a.M=function(c,b){var d,f,e,g,m,k;for(d=0;2>d;d++)for(f=0d;d++)for(f=0c.indexOf("-")){for(c=0;16>c;c++)f=Math.floor(Math.random()*f),b+="0123456789ABCDEF".substring(f,f+1),f=Math.floor(Math.random()*e),d+="0123456789ABCDEF".substring(f,f+1),f=e=16;c=b+"-"+d}a.cookieWrite("s_fid",c,1)||(c=0);return c};a.t=a.track=function(c,b){var d,f=new Date,e="s"+Math.floor(f.getTime()/108E5)%10+Math.floor(1E13*Math.random()),g=f.getYear(),g="t="+a.escape(f.getDate()+"/"+f.getMonth()+ 42 | "/"+(1900>g?g+1900:g)+" "+f.getHours()+":"+f.getMinutes()+":"+f.getSeconds()+" "+f.getDay()+" "+f.getTimezoneOffset());a.visitor&&(a.visitor.eb&&(a.authState=a.visitor.eb()),!a.supplementalDataID&&a.visitor.getSupplementalDataID&&(a.supplementalDataID=a.visitor.getSupplementalDataID("AppMeasurement:"+a._in,a.expectSupplementalData?!1:!0)));a.l("_s");a.Oa(c)||(b&&a.M(b),c&&(d={},a.Ga(d,0),a.M(c)),a.mb()&&(a.analyticsVisitorID||a.marketingCloudVisitorID||(a.fid=a.gb()),a.rb(),a.usePlugins&&a.doPlugins&& 43 | a.doPlugins(a),a.account&&(a.abort||(a.trackOffline&&!a.timestamp&&(a.timestamp=Math.floor(f.getTime()/1E3)),f=k.location,a.pageURL||(a.pageURL=f.href?f.href:f),a.referrer||a.Ha||(a.referrer=r.document.referrer),a.Ha=1,a.referrer=a.cb(a.referrer),a.l("_g")),a.ib()&&!a.abort&&(a.jb(),g+=a.hb(),a.qb(e,g),a.l("_t"),a.referrer=""))),c&&a.M(d,1));a.abort=a.supplementalDataID=a.timestamp=a.pageURLRest=a.linkObject=a.clickObject=a.linkURL=a.linkName=a.linkType=k.s_objectID=a.pe=a.pev1=a.pev2=a.pev3=a.e= 44 | a.lightProfileID=0};a.tl=a.trackLink=function(c,b,d,f,e){a.linkObject=c;a.linkType=b;a.linkName=d;e&&(a.j=c,a.q=e);return a.track(f)};a.trackLight=function(c,b,d,f){a.lightProfileID=c;a.lightStoreForSeconds=b;a.lightIncrementBy=d;return a.track(f)};a.clearVars=function(){var c,b;for(c=0;ca.J&&a.Da(a.g),a.ma(500);else{var c=a.Va();if(0=a.offlineThrottleDelay)return 0;c=a.r()-a.Ca;return a.offlineThrottleDelaya.J&&a.Da(a.g);a.Z();a.ma(500)};b.onreadystatechange=function(){4==b.readyState&& 51 | (200==b.status?b.ub():b.bb())};a.Ca=a.r();if(1==d||2==d){var e=c.indexOf("?");f=c.substring(0,e);e=c.substring(e+1);e=e.replace(/&callback=[a-zA-Z0-9_.\[\]]+/,"");1==d?(b.open("POST",f,!0),b.send(e)):2==d&&(b.open("POST",f),b.send(e))}else if(b.src=c,3==d){if(a.Aa)try{f.removeChild(a.Aa)}catch(g){}f.firstChild?f.insertBefore(b,f.firstChild):f.appendChild(b);a.Aa=a.Ya}b.abort&&(a.la=setTimeout(b.abort,5E3));a.Za=c;a.Ya=k["s_i_"+a.replace(a.account,",","_")]=b;if(a.useForcedLinkTracking&&a.F||a.q)a.forcedLinkTrackingTimeout|| 52 | (a.forcedLinkTrackingTimeout=250),a.aa=setTimeout(a.Z,a.forcedLinkTrackingTimeout)};a.$a=function(){if(a.ka()&&!(a.Ba>a.J))try{k.localStorage.removeItem(a.ia()),a.Ba=a.r()}catch(c){}};a.Da=function(c){if(a.ka()){a.Fa();try{k.localStorage.setItem(a.ia(),k.JSON.stringify(c)),a.J=a.r()}catch(b){}}};a.Fa=function(){if(a.trackOffline){if(!a.offlineLimit||0>=a.offlineLimit)a.offlineLimit=10;for(;a.g.length>a.offlineLimit;)a.ua()}};a.forceOffline=function(){a.ja=!0};a.forceOnline=function(){a.ja=!1};a.ia= 53 | function(){return a.offlineFilename+"-"+a.visitorNamespace+a.account};a.r=function(){return(new Date).getTime()};a.ya=function(a){a=a.toLowerCase();return 0!=a.indexOf("#")&&0!=a.indexOf("about:")&&0!=a.indexOf("opera:")&&0!=a.indexOf("javascript:")?!0:!1};a.setTagContainer=function(c){var b,d,f;a.vb=c;for(b=0;b(""+f[b]).indexOf("s_c_il"))&&(c[b]=f[b]);if(d.mmq)for(b=0;b=n;n++)76>n&&(a.c.push("prop"+n),a.K.push("prop"+n)),a.c.push("eVar"+n),a.K.push("eVar"+n),6>n&&a.c.push("hier"+n),4>n&&a.c.push("list"+n);n="latitude longitude resolution colorDepth javascriptVersion javaEnabled cookiesEnabled browserWidth browserHeight connectionType homepage".split(" ");a.c=a.c.concat(n);a.A=a.A.concat(n);a.ssl=0<=k.location.protocol.toLowerCase().indexOf("https");a.charSet="UTF-8";a.contextData={};a.offlineThrottleDelay=0;a.offlineFilename="AppMeasurement.offline"; 58 | a.Ca=0;a.fa=0;a.J=0;a.Ba=0;a.linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,pdf,doc,docx,xls,xlsx,ppt,pptx";a.w=k;a.d=k.document;try{a.lb="Microsoft Internet Explorer"==navigator.appName}catch(y){}a.Z=function(){a.aa&&(k.clearTimeout(a.aa),a.aa=q);a.j&&a.F&&a.j.dispatchEvent(a.F);a.q&&("function"==typeof a.q?a.q():a.j&&a.j.href&&(a.d.location=a.j.href));a.j=a.F=a.q=0};a.Ea=function(){a.b=a.d.body;a.b?(a.p=function(c){var b,d,f,e,g;if(!(a.d&&a.d.getElementById("cppXYctnr")||c&&c["s_fe_"+a._in])){if(a.qa)if(a.useForcedLinkTracking)a.b.removeEventListener("click", 59 | a.p,!1);else{a.b.removeEventListener("click",a.p,!0);a.qa=a.useForcedLinkTracking=0;return}else a.useForcedLinkTracking=0;a.clickObject=c.srcElement?c.srcElement:c.target;try{if(!a.clickObject||a.I&&a.I==a.clickObject||!(a.clickObject.tagName||a.clickObject.parentElement||a.clickObject.parentNode))a.clickObject=0;else{var m=a.I=a.clickObject;a.ea&&(clearTimeout(a.ea),a.ea=0);a.ea=setTimeout(function(){a.I==m&&(a.I=0)},1E4);f=a.wa();a.track();if(f 2 | 3 | 4 | 44 |
53 | 54 | 55 | -------------------------------------------------------------------------------- /papers/origins of life_files/saved_resource: -------------------------------------------------------------------------------- 1 | try { 2 | /***************** 3 | * Setup Module 4 | ****************/ 5 | if(window.QSI === undefined) window.QSI = {}; 6 | if (!QSI.dbg) 7 | QSI.dbg = { 8 | log:function() {}, 9 | c:function(m) {QSI.dbg.log(m);}, 10 | d:function(m) {QSI.dbg.log(m);}, 11 | t:function(m) {QSI.dbg.log(m);}, 12 | e:function(m) {QSI.dbg.log(m);} 13 | }; 14 | if (QSI.reg === undefined) QSI.reg = {}; 15 | if (QSI.ed === undefined) QSI.ed = {}; 16 | if (QSI.reqID === undefined) QSI.reqID = {}; 17 | if (QSI.global === undefined) { 18 | QSI.global = { 19 | currentZIndex:2000000000, 20 | imagePath:"http://znbinlpv4jhtvb8bo-wiley.siteintercept.qualtrics.com/WRSiteInterceptEngine/../WRQualtricsShared/Graphics/", 21 | graphicPath:"http://znbinlpv4jhtvb8bo-wiley.siteintercept.qualtrics.com/WRSiteInterceptEngine/../WRQualtricsSiteIntercept/Graphic.php?IM=", 22 | intercepts:{}, 23 | brandID:"wiley", 24 | maxCookieSize:null, 25 | eventTrackers:[] 26 | }; 27 | } 28 | QSI.baseURL = 'http://siteintercept.qualtrics.com/WRSiteInterceptEngine/'; 29 | 30 | 31 | QSI.adobeVar = 's'; 32 | 33 | 34 | //This is used by IE to get the stored user data off the storage element 35 | QSI.id = 'SI_5jOYDHQ5OssIz09'; 36 | 37 | QSI.reqID.SI_5jOYDHQ5OssIz09 = true; 38 | 39 | QSI.Browser = { 40 | name:'Chrome', 41 | version:50, 42 | isMobile:false, 43 | isBrowserSupported:true 44 | }; 45 | QSI.CookieDomain = ''; 46 | QSI.currentURL = window.location.href.split('?')[0]; 47 | (function(){ 48 | // Create the measurement node 49 | var scrollDiv = document.createElement("div"); 50 | scrollDiv.className = "scrollbar-measure"; 51 | scrollDiv.style.width = '100px'; 52 | scrollDiv.style.height = '100px'; 53 | scrollDiv.style.overflow = 'scroll'; 54 | scrollDiv.style.position = 'absolute'; 55 | scrollDiv.style.top = '-99999px'; 56 | document.body.appendChild(scrollDiv); 57 | 58 | // Get the scrollbar width 59 | var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth; 60 | QSI.scrollbarWidth = scrollbarWidth; // Mac: 15 61 | 62 | // Delete the DIV 63 | document.body.removeChild(scrollDiv); 64 | 65 | })(); 66 | /**************** 67 | * Global Includes 68 | ****************/ 69 | QSI.util={creativeTypes:{EMPTY:"Empty",FEEDBACK_LINK:"FeedbackLink",HTTP_REDIRECT:"HTTPRedirect",IFRAME:"IFrame",INFO_BAR:"InfoBar",LINK:"Link",NO_CREATIVE:"NoCreative",POP_OVER:"PopOver",POP_UNDER:"PopUnder",POP_UP:"PopUp",RELAY:"Relay",SLIDER:"Slider",SOCIAL_MEDIA:"SocialMedia",USER_DEFINED_HTML:"UserDefinedHTML"},originalDocumentOverflow:"auto",$:function(a){"string"==typeof a&&(a=document.getElementById(a));return a},setStyle:function(a,b){QSI.util.forOwn(b,function(c,d){try{a.style[d]=b[d]}catch(e){QSI.dbg.e(e)}})}, 70 | getStyle:function(a,b){var c=this.getStyles(a),d;try{d=c?c[b]||c.getPropertyValue(b):void 0}catch(e){d=void 0}return void 0===d?d:d+""},getStyles:function(a){if(window.getComputedStyle)return a.ownerDocument.defaultView.opener?a.ownerDocument.defaultView.getComputedStyle(a,null):window.getComputedStyle(a,null);if(document.documentElement.currentStyle)return a.currentStyle},prependElement:function(a,b){b.firstChild?b.insertBefore(a,b.firstChild):b.appendChild(a)},getTempID:function(){return"QSI_"+ 71 | Math.floor(1E5*Math.random()+1)},getDateNow:function(){return!Date.now?(new Date).valueOf():Date.now()},getElementHTML:function(a){var b=document.createElement("div");b.appendChild(a.cloneNode(!0));return b.innerHTML},tryGetTarget:function(){var a=QSI.reg,b=QSI.id;return!a||!b?void 0:a[b].getTarget()},buildQueryString:function(a){var b=[];QSI.util.forOwn(a,function(c,d){b.push(encodeURIComponent(d)+"="+encodeURIComponent(a[d]))});return b.join("&")},waitForFocus:function(){var a=QSI.util.Deferred(); 72 | document.hasFocus()?a.resolve():QSI.util.observe(window,"focus",function(){a.resolve()});return a.promise()},truncateString:function(a,b){return null===a||void 0===a?null:a.length<=b?a:a.slice(0,b)+"..."},ScriptLoader:function(a){var b=document.getElementsByTagName("script")[0];this.getScriptURL=function(b){return a+b};this.load=function(a,d){if(!(void 0===a||null===a)){var e="";if(d){var g=[];QSI.util.forOwn(d,function(a,b){g.push(b+"="+d[b])});e="?"+g.join("&")}var f=QSI.util.Deferred(),h,e=this.getScriptURL(a)+ 73 | e;h=QSI.util.build("script",{src:e,"data-qsimodule":"script"});QSI.util.observe(h,"load",function(){f.resolve()});QSI.util.observe(h,"readystatechange",function(){("loaded"===h.readyState||"complete"===h.readyState)&&f.resolve()});b.parentNode.insertBefore(h,b);return f.promise()}}},generateRandomID:function(a){return a+"_"+Math.round(1E8*Math.random())},build:function(a,b,c){var d=document.createElement(a);if(b){var e=this;QSI.util.forOwn(b,function(a,c){switch(c){case "style":e.setStyle(d,b[c]); 74 | break;case "className":d.className=b[c];break;case "id":d.id=b[c];break;default:d.setAttribute(c,b[c])}})}if(c)if(QSI.util.isString(c))"style"==a&&d.styleSheet?d.styleSheet.cssText=c:d.appendChild(document.createTextNode(String(c)));else if(QSI.util.isArray(c)){a=0;for(var g=c.length;aQSI.Browser.version&&(a=a.substring(0, 80 | 2050-c.length)),c+="&Q_ED="+a;return c};a.prototype.getTargetHelper=function(a){var c=this;return function(){return c.getTarget(a)}};a.prototype.resetStyles=function(){if(this.options.resetStyle){var a=QSI.util.build("style",{type:"text/css"});if(a.styleSheet)document.getElementsByTagName("head")[0].appendChild(a),a.styleSheet.cssText=this.options.resetStyle;else{document.body.appendChild(a);var c=document.createTextNode(this.options.resetStyle);a.appendChild(c)}}};a.prototype.killPopUnder=function(){try{var a= 81 | "QSIPopUnder_"+this.id;if(QSI.cookie.get(a)){var c=QSI.util.openWin("",a);c&&c.w&&(c.w.popunderDead=!0);c.close();QSI.cookie.erase(a)}}catch(d){}};a.prototype.shouldShow=function(){var a=!0;this.interceptDisplayOptions.hideOnCookiesDisabled&&(QSI.cookie.areCookiesEnabled()?this.cookiesEnabled.resolve():(this.cookiesEnabled.reject(),a=!1));this.interceptDisplayOptions.hideOnLocalStorageDisabled&&(QSI.localStorage.isLocalStorageEnabled()?this.localStorageEnabled.resolve():(this.localStorageEnabled.reject(), 82 | a=!1));this.shouldPreventRepeatedDisplay()?(this.preventRepeatedDisplay.resolve(),a=!1):this.preventRepeatedDisplay.reject();if(a)return this.willShow.resolve(),!0;this.willShow.reject();return!1};a.prototype.shouldPreventRepeatedDisplay=function(){var a=!1;if(0!=this.interceptDisplayOptions.noshow)try{null!==QSI.cookie.get(this.id+"_intercept")?(a=!0,QSI.cookie.erase(this.id+"_intercept")):null!==QSI.cookie.get("QSI_"+this.id+"_intercept")&&(a=!0)}catch(c){QSI.dbg.e(c)}else QSI.cookie.erase("QSI_"+ 83 | this.id+"_intercept");return a};a.prototype.setPreventRepeatedDisplayCookie=function(){if(this.interceptDisplayOptions&&this.interceptDisplayOptions.noshow&&0!=this.interceptDisplayOptions.noshow&&null===QSI.cookie.get("QSI_"+this.id+"_intercept"))try{QSI.cookie.set("QSI_"+this.id+"_intercept",!0,this.interceptDisplayOptions.noshow,this.interceptDisplayOptions.cookieDomain,{force:!0})}catch(a){QSI.dbg.e(a)}};a.prototype.impress=function(){QSI.util.impress(this.options.impressionURL);this.setPreventRepeatedDisplayCookie()}; 84 | a.prototype.close||(a.prototype.close=function(){});a.prototype.remove||(a.prototype.remove=a.prototype.close);return a},evalJSON:function(a){try{return eval("("+a+")")}catch(b){QSI.dbg.e(b)}},isString:function(a){return"string"==typeof a},isArray:function(a){return"object"==typeof a&&a instanceof Array},isFunction:function(a){return"function"===typeof a||!1},isIE8:function(){return this.isIE(8)},isIE:function(a){return"Internet Explorer"!=QSI.Browser.name?!1:!a?!0:a==QSI.Browser.version},isChrome:function(){return"Chrome"=== 85 | QSI.Browser.name},isOpera:function(){return"Opera"===QSI.Browser.name},isFF:function(){return"Firefox"===QSI.Browser.name},removePx:function(a){a=a||"";var b=a.indexOf("px");0QSI.Browser.version){var a=document.getElementsByTagName("html")[0];QSI.util.setStyle(a,{overflow:this.originalDocumentOverflow})}else QSI.util.setStyle(document.body, 89 | {overflow:this.originalDocumentOverflow});document.ontouchmove=QSI.touchScrollEvent;QSI.touchScrollEvent=null},stopScrolling:function(){if("Internet Explorer"==QSI.Browser.name&&8>QSI.Browser.version){var a=document.getElementsByTagName("html")[0];this.originalDocumentOverflow=this.originalDocumentOverflow||this.getStyle(a,"overflow");QSI.util.setStyle(a,{overflow:"hidden"})}else this.originalDocumentOverflow=this.originalDocumentOverflow||this.getStyle(document.body,"overflow"),QSI.util.setStyle(document.body, 90 | {overflow:"hidden"});document.ontouchmove&&(QSI.touchScrollEvent=document.ontouchmove);document.ontouchmove=function(a){a.preventDefault()}},hasScrollbars:function(){var a=document.documentElement;return"Internet Explorer"===QSI.Browser.name&&8>QSI.Browser.version?!0:"Internet Explorer"===QSI.Browser.name&&9>QSI.Browser.version?6=document.body.scrollHeight*(a/100)?!0:!1},remove:function(a){a&&a.parentNode&&a.parentNode.removeChild(a)},removeAllByQuery:function(a,b){var c=a.querySelectorAll(b);Array.prototype.forEach.call(c,function(a){QSI.util.remove(a)})},buildWidget:function(a,b){var c="build"+a+"Widget";return this[c]?this[c](b):""},buildCCDWidget:function(a){a=a||{};if(a.close&&0=b)){var a=e.$(c);a&&(a.innerHTML=--b+"");setTimeout(d,1E3)}};a.delay&&0h||h+e>g)){var f=h+b,m=f-d,l=0<=m?20:-20;10>Math.abs(m)&&(l=m);var k;d=f;"auto"==c?k=setInterval(function(){var b= 96 | parseInt(a.style.top,10)+l;a.style.top=b+"px";a.style.bottom=c;0=f&&(clearInterval(k),QSI.util.observe(window,"scroll",j)):b<=f&&(clearInterval(k),QSI.util.observe(window,"scroll",j));QSI.util.observe(window,"scroll",j)},15):"auto"==b&&(k=setInterval(function(){var d=parseInt(a.style.bottom,10)+l;a.style.bottom=h+e-c+"px";a.style.top=b;a.style.bottom=d+"px";0=f&&(clearInterval(k),QSI.util.observe(window,"scroll",j)):d<=f&&(clearInterval(k),QSI.util.observe(window,"scroll",j));QSI.util.observe(window, 97 | "scroll",j)},15))}},60)};QSI.util.observe(window,"scroll",j)},each:function(a,b){var c=a.length;if(c)for(var d=0;dd&&e.resolve(b);return e.promise()},moveToBackground:function(){("Firefox"=== 100 | QSI.Browser.name||"Internet Explorer"===QSI.Browser.name&&11<=QSI.Browser.version)&&window.open("javascript:window.focus();","_self","")},handleMailTo:function(a,b,c,d){this.addClickImg(b,c,d,function(){window.location.href=a})},addClickImg:function(a,b,c,d){a=QSI.baseURL+"?Q_Click=1&Q_CID="+c+"&Q_SIID="+a+"&Q_ASID="+b+"&T="+(new Date).getTime()+"&Q_LOC="+encodeURIComponent(window.location.href);this.addImage(a,d)},addImage:function(a,b){var c=QSI.util.build("img",{src:a});QSI.util.isIE()&&QSI.util.setStyle(c, 101 | {display:"none"});b&&QSI.util.observe(c,"load",b);document.body.appendChild(c)},processLocators:function(a,b){for(var c=0,d=a.length;ca.search(/^UA-\d+-\d{1,2}$/)?QSI.dbg.c("Google Anylytics Account number is incorrect "+a):window.GoogleAnalyticsObject?this.googleEventAnyalytics(window.GoogleAnalyticsObject,a,b,c):this.googleEventGA(a,b,c)},googleEventGA:function(a,b,c){var d="SITracker"+this.getTempID(),e=window._gaq||[];e.push([d+"._setAccount",a]);e.push([d+ 103 | "._trackEvent",b,c])},googleEventAnyalytics:function(a,b,c,d){var e="SITracker"+this.getTempID();window[a]("create",b,{name:e});window[a](e+".send","event",c,d)},evalJS:function(a){return function(){try{eval(a)}catch(b){QSI.dbg.c("Error During Eval JavaScript "+b)}}},processElementEvents:function(a,b,c){if(a&&!(0>=a.length||0>=a[0].length)){c=new QSI.ActionModule(c);a=a[0];for(var d=0,e=a.length;d=b)QSI.cookie.erase("QSI_HistorySession",encodeURIComponent(a),0);else{b=b||QSI.global.maxCookieSize||this.limit; 116 | a=this.limitSize(a,b);try{QSI.cookie.set("QSI_HistorySession",encodeURIComponent(a),0)}catch(c){this.writeHistory(a,b-500)}}},limitSize:function(a,b){if(!a.length)return a;for(b=b||this.limit;a.length>b;){var c=a.split("|");c.splice(0,1);a=c.join("|")}return a},get:function(){var a=QSI.cookie.get("QSI_HistorySession"),a=a?decodeURIComponent(a):[];return a=this.limitSize(a)},logCurrentURL:function(){this.logSite(window.location.href,1*new Date)},getReferrer:function(){return document.referrer},logSearch:function(){var a, 117 | b=this.getReferrer();if(0<=b.search(/(google.com)|(bing.com)|(yahoo.com)/)){var c="";0<=b.search(/(google.com)|(bing.com)/)?(a=/q=(.*?)\&/,(a=b.match(a))&&(a.length&&a[1])&&(c=a[1])):0<=b.search(/yahoo.com/)&&(a=/p=(.*?)\&/,(a=b.match(a))&&(a.length&&a[1])&&(c=a[1]));c=unescape(c);QSI.profile.set("History","SearchTerm",c)}},logReferrer:function(){var a=this.getReferrer();a&&(QSI.util.build("a",{href:a}).hostname!=document.location.host&&QSI.profile.set("History","SiteReferrer",a),QSI.profile.set("History", 118 | "PageReferrer",a))},logIntercept:function(a,b){b&&this.logActionSet(b)},logActionSet:function(a){if(0<=a.search("AS_")){var b=1*new Date;QSI.profile.set("ActionSetHistory",a,b);QSI.profile.set("ActionSetHistory",a,b,1)}},logSurvey:function(a,b){QSI.profile.set("QualtricsSurveyHistory",a,b,1)},getSiteReferrer:function(){return QSI.profile.get("History","SiteReferrer")},getPageReferrer:function(){return QSI.profile.get("History","PageReferrer")},getSearch:function(){var a=QSI.profile.get("History", 119 | "SearchTerm");a||(a="");return a},getTimeOnSite:function(){var a=this.getFocusTime(),b=this.getBlurTime();return a+b+"|"+a},getFocusTime:function(){var a=QSI.profile.get("History","FocusTime");a||(a=0);return a},getBlurTime:function(){var a=QSI.profile.get("History","BlurTime");a||(a=0);return a},getActionSetHistory:function(a,b){var c=QSI.profile.get("ActionSetHistory",a,b);c||(c=0);return c},getPageCount:function(){var a=QSI.cookie.get("QSI_HistorySession"),b=0,c=[];if(a){var a=decodeURIComponent(a), 120 | d=a.split("|"),a=0;for(ilen=d.length;a 3 | -------------------------------------------------------------------------------- /papers/origins of life_files/saved_resource.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /papers/origins of life_files/track.js: -------------------------------------------------------------------------------- 1 | __uvSessionData0({"autoprompt_disabled":false,"uvts":"4hRmEPFF0h0E2wSY"}); -------------------------------------------------------------------------------- /papers/origins of life_files/track_epdf-009e64e96014c1655c1663b5bf7d13c1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /papers/overfeat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/overfeat.pdf -------------------------------------------------------------------------------- /papers/paper1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/paper1.pdf -------------------------------------------------------------------------------- /papers/paper2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/paper2.pdf -------------------------------------------------------------------------------- /papers/paper3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/paper3.pdf -------------------------------------------------------------------------------- /papers/paper4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/paper4.pdf -------------------------------------------------------------------------------- /papers/paper5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/paper5.pdf -------------------------------------------------------------------------------- /papers/paper6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/paper6.pdf -------------------------------------------------------------------------------- /papers/paragraph_vector.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/paragraph_vector.pdf -------------------------------------------------------------------------------- /papers/piano_transcription_machine_learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/piano_transcription_machine_learning.pdf -------------------------------------------------------------------------------- /papers/player2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/player2.pdf -------------------------------------------------------------------------------- /papers/predicting_nfl_with_twitter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/predicting_nfl_with_twitter.pdf -------------------------------------------------------------------------------- /papers/probabilistic topic models.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/probabilistic topic models.pdf -------------------------------------------------------------------------------- /papers/sentiment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/sentiment.pdf -------------------------------------------------------------------------------- /papers/sidechains.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/sidechains.pdf -------------------------------------------------------------------------------- /papers/species_and_functors_and_types__oh_my_whatw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/species_and_functors_and_types__oh_my_whatw.pdf -------------------------------------------------------------------------------- /papers/stanford_nlp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/stanford_nlp.pdf -------------------------------------------------------------------------------- /papers/survey_segmentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/survey_segmentation.pdf -------------------------------------------------------------------------------- /papers/telephone meta data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/telephone meta data.pdf -------------------------------------------------------------------------------- /papers/tutorial2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/tutorial2.pdf -------------------------------------------------------------------------------- /papers/unusual applications of bayesian reasoning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/unusual applications of bayesian reasoning.pdf -------------------------------------------------------------------------------- /papers/visualing covnets.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/visualing covnets.pdf -------------------------------------------------------------------------------- /papers/what makes content viral.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/what makes content viral.pdf -------------------------------------------------------------------------------- /papers/why im only half bayesian.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/why im only half bayesian.pdf -------------------------------------------------------------------------------- /papers/why objects are inevitable.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/why objects are inevitable.pdf -------------------------------------------------------------------------------- /papers/why-government-leaks-are-good.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/why-government-leaks-are-good.pdf -------------------------------------------------------------------------------- /papers/word2vec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josephmisiti/reading/7648923f68eae36ef7e14d907d9b5e4fc1c9a4cc/papers/word2vec.pdf --------------------------------------------------------------------------------