al A Multifactorial Optimization Paradigm for Linkage Tree Genetic Algorithm. (arXiv:2005.03090v1 [cs.NE]) By arxiv.org Published On :: Linkage Tree Genetic Algorithm (LTGA) is an effective Evolutionary Algorithm (EA) to solve complex problems using the linkage information between problem variables. LTGA performs well in various kinds of single-task optimization and yields promising results in comparison with the canonical genetic algorithm. However, LTGA is an unsuitable method for dealing with multi-task optimization problems. On the other hand, Multifactorial Optimization (MFO) can simultaneously solve independent optimization problems, which are encoded in a unified representation to take advantage of the process of knowledge transfer. In this paper, we introduce Multifactorial Linkage Tree Genetic Algorithm (MF-LTGA) by combining the main features of both LTGA and MFO. MF-LTGA is able to tackle multiple optimization tasks at the same time, each task learns the dependency between problem variables from the shared representation. This knowledge serves to determine the high-quality partial solutions for supporting other tasks in exploring the search space. Moreover, MF-LTGA speeds up convergence because of knowledge transfer of relevant problems. We demonstrate the effectiveness of the proposed algorithm on two benchmark problems: Clustered Shortest-Path Tree Problem and Deceptive Trap Function. In comparison to LTGA and existing methods, MF-LTGA outperforms in quality of the solution or in computation time. Full Article
al Beware the Normative Fallacy. (arXiv:2005.03084v1 [cs.SE]) By arxiv.org Published On :: Behavioral research can provide important insights for SE practices. But in performing it, many studies of SE are committing a normative fallacy - they misappropriate normative and prescriptive theories for descriptive purposes. The evidence from reviews of empirical studies of decision making in SE suggests that the normative fallacy may is common. This article draws on cognitive psychology and behavioral economics to explains this fallacy. Because data collection is framed by narrow and empirically invalid theories, flawed assumptions baked into those theories lead to misleading interpretations of observed behaviors and ultimately, to invalid conclusions and flawed recommendations. Researchers should be careful not to rely solely on engineering methods to explain what people do when they do engineering. Instead, insist that descriptive research be based on validated descriptive theories, listen carefully to skilled practitioners, and only rely on validated findings to prescribe what they should do. Full Article
al Exploratory Analysis of Covid-19 Tweets using Topic Modeling, UMAP, and DiGraphs. (arXiv:2005.03082v1 [cs.SI]) By arxiv.org Published On :: This paper illustrates five different techniques to assess the distinctiveness of topics, key terms and features, speed of information dissemination, and network behaviors for Covid19 tweets. First, we use pattern matching and second, topic modeling through Latent Dirichlet Allocation (LDA) to generate twenty different topics that discuss case spread, healthcare workers, and personal protective equipment (PPE). One topic specific to U.S. cases would start to uptick immediately after live White House Coronavirus Task Force briefings, implying that many Twitter users are paying attention to government announcements. We contribute machine learning methods not previously reported in the Covid19 Twitter literature. This includes our third method, Uniform Manifold Approximation and Projection (UMAP), that identifies unique clustering-behavior of distinct topics to improve our understanding of important themes in the corpus and help assess the quality of generated topics. Fourth, we calculated retweeting times to understand how fast information about Covid19 propagates on Twitter. Our analysis indicates that the median retweeting time of Covid19 for a sample corpus in March 2020 was 2.87 hours, approximately 50 minutes faster than repostings from Chinese social media about H7N9 in March 2013. Lastly, we sought to understand retweet cascades, by visualizing the connections of users over time from fast to slow retweeting. As the time to retweet increases, the density of connections also increase where in our sample, we found distinct users dominating the attention of Covid19 retweeters. One of the simplest highlights of this analysis is that early-stage descriptive methods like regular expressions can successfully identify high-level themes which were consistently verified as important through every subsequent analysis. Full Article
al Categorical Vector Space Semantics for Lambek Calculus with a Relevant Modality. (arXiv:2005.03074v1 [cs.CL]) By arxiv.org Published On :: We develop a categorical compositional distributional semantics for Lambek Calculus with a Relevant Modality !L*, which has a limited edition of the contraction and permutation rules. The categorical part of the semantics is a monoidal biclosed category with a coalgebra modality, very similar to the structure of a Differential Category. We instantiate this category to finite dimensional vector spaces and linear maps via "quantisation" functors and work with three concrete interpretations of the coalgebra modality. We apply the model to construct categorical and concrete semantic interpretations for the motivating example of !L*: the derivation of a phrase with a parasitic gap. The effectiveness of the concrete interpretations are evaluated via a disambiguation task, on an extension of a sentence disambiguation dataset to parasitic gap phrase one, using BERT, Word2Vec, and FastText vectors and Relational tensors. Full Article
al I Always Feel Like Somebody's Sensing Me! A Framework to Detect, Identify, and Localize Clandestine Wireless Sensors. (arXiv:2005.03068v1 [cs.CR]) By arxiv.org Published On :: The increasing ubiquity of low-cost wireless sensors in smart homes and buildings has enabled users to easily deploy systems to remotely monitor and control their environments. However, this raises privacy concerns for third-party occupants, such as a hotel room guest who may be unaware of deployed clandestine sensors. Previous methods focused on specific modalities such as detecting cameras but do not provide a generalizable and comprehensive method to capture arbitrary sensors which may be "spying" on a user. In this work, we seek to determine whether one can walk in a room and detect any wireless sensor monitoring an individual. As such, we propose SnoopDog, a framework to not only detect wireless sensors that are actively monitoring a user, but also classify and localize each device. SnoopDog works by establishing causality between patterns in observable wireless traffic and a trusted sensor in the same space, e.g., an inertial measurement unit (IMU) that captures a user's movement. Once causality is established, SnoopDog performs packet inspection to inform the user about the monitoring device. Finally, SnoopDog localizes the clandestine device in a 2D plane using a novel trial-based localization technique. We evaluated SnoopDog across several devices and various modalities and were able to detect causality 96.6% percent of the time, classify suspicious devices with 100% accuracy, and localize devices to a sufficiently reduced sub-space. Full Article
al Weakly-Supervised Neural Response Selection from an Ensemble of Task-Specialised Dialogue Agents. (arXiv:2005.03066v1 [cs.CL]) By arxiv.org Published On :: Dialogue engines that incorporate different types of agents to converse with humans are popular. However, conversations are dynamic in the sense that a selected response will change the conversation on-the-fly, influencing the subsequent utterances in the conversation, which makes the response selection a challenging problem. We model the problem of selecting the best response from a set of responses generated by a heterogeneous set of dialogue agents by taking into account the conversational history, and propose a emph{Neural Response Selection} method. The proposed method is trained to predict a coherent set of responses within a single conversation, considering its own predictions via a curriculum training mechanism. Our experimental results show that the proposed method can accurately select the most appropriate responses, thereby significantly improving the user experience in dialogue systems. Full Article
al Learning, transferring, and recommending performance knowledge with Monte Carlo tree search and neural networks. (arXiv:2005.03063v1 [cs.LG]) By arxiv.org Published On :: Making changes to a program to optimize its performance is an unscalable task that relies entirely upon human intuition and experience. In addition, companies operating at large scale are at a stage where no single individual understands the code controlling its systems, and for this reason, making changes to improve performance can become intractably difficult. In this paper, a learning system is introduced that provides AI assistance for finding recommended changes to a program. Specifically, it is shown how the evaluative feedback, delayed-reward performance programming domain can be effectively formulated via the Monte Carlo tree search (MCTS) framework. It is then shown that established methods from computational games for using learning to expedite tree-search computation can be adapted to speed up computing recommended program alterations. Estimates of expected utility from MCTS trees built for previous problems are used to learn a sampling policy that remains effective across new problems, thus demonstrating transferability of optimization knowledge. This formulation is applied to the Apache Spark distributed computing environment, and a preliminary result is observed that the time required to build a search tree for finding recommendations is reduced by up to a factor of 10x. Full Article
al Overview of Surgical Simulation. (arXiv:2005.03011v1 [cs.HC]) By arxiv.org Published On :: Motivated by the current demand of clinical governance, surgical simulation is now a well-established modality for basic skills training and assessment. The practical deployment of the technique is a multi-disciplinary venture encompassing areas in engineering, medicine and psychology. This paper provides an overview of the key topics involved in surgical simulation and associated technical challenges. The paper discusses the clinical motivation for surgical simulation, the use of virtual environments for surgical training, model acquisition and simplification, deformable models, collision detection, tissue property measurement, haptic rendering and image synthesis. Additional topics include surgical skill training and assessment metrics as well as challenges facing the incorporation of surgical simulation into medical education curricula. Full Article
al Evaluating text coherence based on the graph of the consistency of phrases to identify symptoms of schizophrenia. (arXiv:2005.03008v1 [cs.CL]) By arxiv.org Published On :: Different state-of-the-art methods of the detection of schizophrenia symptoms based on the estimation of text coherence have been analyzed. The analysis of a text at the level of phrases has been suggested. The method based on the graph of the consistency of phrases has been proposed to evaluate the semantic coherence and the cohesion of a text. The semantic coherence, cohesion, and other linguistic features (lexical diversity, lexical density) have been taken into account to form feature vectors for the training of a model-classifier. The training of the classifier has been performed on the set of English-language interviews. According to the retrieved results, the impact of each feature on the output of the model has been analyzed. The results obtained can indicate that the proposed method based on the graph of the consistency of phrases may be used in the different tasks of the detection of mental illness. Full Article
al Fault Tree Analysis: Identifying Maximum Probability Minimal Cut Sets with MaxSAT. (arXiv:2005.03003v1 [cs.AI]) By arxiv.org Published On :: In this paper, we present a novel MaxSAT-based technique to compute Maximum Probability Minimal Cut Sets (MPMCSs) in fault trees. We model the MPMCS problem as a Weighted Partial MaxSAT problem and solve it using a parallel SAT-solving architecture. The results obtained with our open source tool indicate that the approach is effective and efficient. Full Article
al Football High: Helmets Do Not Prevent Concussions By feedproxy.google.com Published On :: Tue, 10 Dec 2013 00:00:00 EST Despite the improvements in helmet technology, helmets may prevent skull fractures, but they do not prevent concussions. Full Article video
al Football High: Keeping Up with the Joneses By feedproxy.google.com Published On :: Tue, 10 Dec 2013 00:00:00 EST Competition is steep in games like football. The desire to win often trumps safety. Full Article video
al Football High: Garrett Harper's Story, Part II By feedproxy.google.com Published On :: Tue, 10 Dec 2013 00:00:00 EST The decisions coaches make on the sidelines about returning a concussed player to the game or not can be a "game changer" for that athlete's life. Full Article video
al Football High: Small Hits Add Up By feedproxy.google.com Published On :: Tue, 10 Dec 2013 00:00:00 EST Research is showing that the accumulation of sub-concussive hits in sports like football can be just as damaging as one or two major concussions. Full Article video
al Football High: Garrett Harper's Story, Part I By feedproxy.google.com Published On :: Tue, 10 Dec 2013 00:00:00 EST For many competitive high school football players like Garrett Harper, the intensity of this contact sport has its price. Full Article video
al Football High: Owen Thomas' Story By feedproxy.google.com Published On :: Tue, 10 Dec 2013 00:00:00 EST The issues of sports-related concussions and chronic traumatic encephalopathy were intensified when the brain of a deceased 21-year-old football player was examined. Full Article video
al How Does the IMPACT Baseline Test for Athletes Really Work? By feedproxy.google.com Published On :: Thu, 23 Jan 2014 00:00:00 EST Retired Soccer Star Briana Scurry describes how the computerized baseline test works and how it is used for athletes who have sustained a concussion. Full Article video
al How Occipital Nerve Surgery Helped Retired Soccer Star Briana Scurry By feedproxy.google.com Published On :: Thu, 23 Jan 2014 00:00:00 EST Bilateral occipital nerve release surgery was the first, significant step to relieving Scurry's debilitating post-concussive headaches. Full Article video
al The Doctor Who Finally Said He Could Help By feedproxy.google.com Published On :: Thu, 23 Jan 2014 00:00:00 EST Retired soccer star Briana Scurry talks about finally finding hope and help after almost three years of being told she wouldn't get any better. Full Article video
al What “Friday Night Tykes” Can Teach Us About Youth Football By feedproxy.google.com Published On :: Wed, 29 Jan 2014 00:00:00 EST Why do some parents and coaches think it's okay to let 9-year-old kids get hit in the head over and over in football practices and games? Full Article page
al Chronic Traumatic Encephalopathy (CTE) in Amateur Athletes By feedproxy.google.com Published On :: Thu, 03 Dec 2015 00:00:00 EST A new study suggests that vulnerability to CTE is not limited to professional athletes. Full Article video
al Despite risks, many in small town continue to support youth football By feedproxy.google.com Published On :: Thu, 04 Feb 2016 00:00:00 EST Despite multiple concussions, a high school freshman continues to play football. Will family tradition outweigh the risks? Full Article video
al How Personalized Landing Pages Can Make Your Site More Profitable By feedproxy.google.com Published On :: Fri, 27 Sep 2019 13:00:05 +0000 Personalization is one of the most effective marketing techniques to connect with customers online. While the exact methods are different for every business, adding personalized elements to landing pages is a proven method of driving conversions on your site. But why is it so successful? The simple answer is that personalization shows customers that you […] The post How Personalized Landing Pages Can Make Your Site More Profitable appeared first on WebFX Blog. Full Article Web Design
al Going Beyond Sales: 7 Types of Website Conversions to Optimize for on Your Website By feedproxy.google.com Published On :: Tue, 28 Jan 2020 14:20:37 +0000 If you’re looking to grow your business online, it’s time to start setting up different types of website conversions to help your company succeed. Whether you’re looking to earn more email subscribers or sell more products, you can set conversion goals that grow your business. On this page, we’ll discuss what a conversion goal is, […] The post Going Beyond Sales: 7 Types of Website Conversions to Optimize for on Your Website appeared first on WebFX Blog. Full Article Web Design
al 20 Company Website Designs to Inspire Your Small Business By feedproxy.google.com Published On :: Fri, 14 Feb 2020 15:49:14 +0000 As a small or midsize business (SMB), your company website is often the first touchpoint for potential clients — and you want it to make a great first impression. The secret to hitting home with your audience is to have a sophisticated and lively website design that’s aesthetically pleasing and provides great user experience (UX). […] The post 20 Company Website Designs to Inspire Your Small Business appeared first on WebFX Blog. Full Article Web Design
al Website Statistics for 2020: 10 Critical Stats to Know for Web Design By feedproxy.google.com Published On :: Fri, 21 Feb 2020 15:18:28 +0000 Are you looking to start 2020 with a fresh web design for your business? If so, you must know what you need to do in 2020 to have a website that drives success for your business. With website statistics for 2020, you can see what to do and what to avoid, which will help you […] The post Website Statistics for 2020: 10 Critical Stats to Know for Web Design appeared first on WebFX Blog. Full Article Web Design
al Printed Solar Cells Hold Promise for Unlit Rural Areas By feedproxy.google.com Published On :: Wed, 17 Jun 2015 08:36:16 +0000 By Sci Dev Net Advances in printed solar cell technology promise clean renewable energy, opening possibilities for 1.3 billion people still without electric power in developing countries. The technology, which only requires the use of existing industrial-size printers, can produce … Continue reading → Full Article Solar organic photovoltaics solar cell film solar cell technology solar cells Solar Energy
al Experimental Biomass Harvest a Step Toward Sustainable, Biofuels-Powered Future By feedproxy.google.com Published On :: Thu, 17 Mar 2016 18:58:41 +0000 By Jeff Mulhollem Penn State News The first harvest of 34 acres of fast-growing shrub willow from a Penn State demonstration field this winter is a milestone in developing a sustainable biomass supply for renewable energy and bio-based economic development, … Continue reading → Full Article Biomass agriculture Bio Fuel bio mass
al Future Bioeconomy Supported by More Than One Billion Tons of Biomass Potential By feedproxy.google.com Published On :: Mon, 18 Jul 2016 10:57:40 +0000 By The Office of Energy Efficiency & Renewable Energy Within 25 years, the United States could produce enough biomass to support a bioeconomy, including renewable aquatic and terrestrial biomass resources that could be used for energy and to develop products … Continue reading → Full Article Biomass algae-driven fuel biomass
al Build a Real-Time Phone Conversation Analytics By dzone.com Published On :: Wed, 29 Apr 2020 13:25:53 GMT What Is Real-Time Conversation Analytics? In contrast to post-call conversation analytics, which provides insights after the fact, real-time call conversation analytics can point them out at present times. In this blog, I will walk through the essential steps to build a web app that can analyze call conversations in real-time to assist an agent. Once we’re finished, we’ll have an app which will: Full Article javascript tutorial nlp express ibm watson react js cloud communication real-time analysis
al The Complete Tutorial on the Top 5 Ways to Query Your Relational Database in JavaScript - Part 2 By dzone.com Published On :: Wed, 29 Apr 2020 20:58:05 GMT Welcome back! In the first part of this series, we looked at a very "low-level" way to interact with a relational database by sending it raw SQL strings and retrieving the results. We created a very simple Express application that we can use as an example and deployed it on Heroku with a Postgres database. In this part, we're going to examine a few libraries which build on top of that foundation, adding layers of abstraction that let you read and manipulate database data in a more "JavaScript-like" way. Full Article javascript tutorial sql heroku orm postgres relational database database tutorial bookshelf
al Syncing Local Alexa Skills JSON Files With Alexa Developer Console Settings By dzone.com Published On :: Mon, 04 May 2020 15:03:02 GMT In the Alexa Skills for Node.JS ASK SDK development world, the Alexa Skills Kit (ASK) Command-Line Interface (CLI) is one of the most overlooked tools. Boosting Developer Productivity With proper use, one could really increase productivity when developing Alexa Skills. This is especially so if you are creating many Alexa Skills, either because you are in the learning process or you are just managing multiple Alexa Skills projects for yourself or your clients. Full Article tutorial web dev node.js dev ops alexa skill development
al What’s New With Node? Interview With Bethany Griggs, Node.js Technical Steering Committee By dzone.com Published On :: Wed, 06 May 2020 17:28:27 GMT Node.js 14 is available now. We wanted to get more context and details about the state of Node, and why developers should care about Node.js 14. We talked with Bethany Griggs, Node.js Technical Steering Committee member and Open-source Engineer at IBM, to find out more. Bethany has been a Node Core Collaborator for over two years. She contributes to the open-source Node.js runtime and is a member of the Node.js Release Working Group where she is involved with auditing commits for the long-term support (LTS) release lines and the creation of releases. Full Article web dev node node js node js developement node js programmer
al Getting Started With Angular Reactive Form Validation By dzone.com Published On :: Thu, 07 May 2020 18:27:28 GMT Handling user input with forms is the cornerstone of many common applications. Applications use forms to enable users to log in, to update a profile, to enter sensitive information, and to perform many other data-entry tasks Full Article tutorial web dev angular typescript reactive form validation
al All About Lambda Functions in C++ (From C++11 to C++17) By dzone.com Published On :: Fri, 08 May 2020 16:07:04 GMT Lambda functions are quite an intuitive concept of Modern C++ introduced in C++11, so there are already tons of articles on lambda function tutorials over the internet. But still, there are some untold things (like IIFE, types of lambda, etc.) left, which nobody talks about. Therefore, here I am to not only show you lambda function in C++, but we'll also cover how it works internally and other aspects of Lambda. The title of this article is a bit misleading. Because lambda doesn't always synthesize to function pointer. It's an expression (precisely unique closure). But I have kept it that way for simplicity. So from now on, I will use lambda function and expression interchangeably. Full Article programming c++ lambda function c++ 11
al Code Challenge 2020 || 3D Social Media Button By codepen.io Published On :: 2020-05-08T01:54:36-07:00 See the Code - See it Full Page - See Details This Pen uses: HTML, CSS, JavaScript, and Full Article
al 2020 goals By feedproxy.google.com Published On :: Wed, 01 Jan 2020 08:48:19 -0600 With a relatively successful 2019, I am hitting the ground running into 2020. This is the first year in a long time where I feel like I am at a good starting point. One of the big realizations from the past year… Full Article
al A toker's musical guide through pop history By www.inlander.com Published On :: Thu, 16 Apr 2020 01:30:00 -0700 The Cannabis Issue People have been enjoying cannabis for recreational purposes for centuries, including in the United States since the early 1900s. That means weed was in America a good 50 years or so before the invention of rock 'n' roll.… Full Article Cannabis Issue
al In Washington's rural pot shops, the effects of the coronavirus scare can be dramatic By www.inlander.com Published On :: Thu, 16 Apr 2020 01:30:00 -0700 The Cannabis Issue During normal times, I-90 Green House is like a destination resort for marijuana lovers.… Full Article Cannabis Issue
al Regional summer camps hope the pandemic doesn't put activities on pause, but have backup plans ready if it does By www.inlander.com Published On :: Thu, 30 Apr 2020 04:00:00 -0700 [IMAGE-1]After having their school year totally disrupted by the coronavirus pandemic, a return to some semblance of normalcy come summer is all many school-age kids and their families are looking forward to. For many, this anticipation includes annual summer camp traditions, from sleep-away adventures on the lake to fun-filled day camps for arts, learning or team sports.… Full Article Summer Camps
al Special Needs By www.inlander.com Published On :: Thu, 30 Apr 2020 04:00:00 -0700 Summer Camps 2020 Beats and Rhythms Cardiac Camp A medically-supervised resident camp for children with congenital heart disease, who can enjoy traditional camp activities, including outdoor activities, crafts, team building exercises and more, in a safe medically supervised environment.… Full Article Summer Camps
al Basketball By www.inlander.com Published On :: Thu, 30 Apr 2020 04:00:00 -0700 Summer Camps 2020 Breakthrough Basketball: Elite Guard Camp A three-day basketball camp for intermediate to advanced players, covering essential skills, techniques, habits and drills to become an elite player and to develop an elite mindset.… Full Article Summer Camps
al Baseball/Softball By www.inlander.com Published On :: Thu, 30 Apr 2020 04:00:00 -0700 Summer Camps 2020 G-Prep Softball Camp A fundamental camp for girls; details TBA.… Full Article Summer Camps
al Football By www.inlander.com Published On :: Thu, 30 Apr 2020 04:00:00 -0700 Summer Camps 2020 All Northwest Football Passing Academy An offensive skill development for quarterbacks, wide receivers, tight ends and running backs.… Full Article Summer Camps
al Volleyball By www.inlander.com Published On :: Thu, 30 Apr 2020 04:00:00 -0700 Summer Camps 2020 G-Prep Volleyball Camp A camp run by the Gonzaga Prep coaching staff and college-level guest coaches, offering athletes a solid fundamental base in all aspects of volleyball.… Full Article Summer Camps
al North Idaho Rep. Heather Scott reaps the glory — and the consequences — of being one of Matt Shea's biggest allies By www.inlander.com Published On :: Thu, 06 Feb 2020 01:30:00 -0800 At these gatherings in northeast Washington, the jackboot of tyranny is always said to be descending, the hand of the federal government always inches away from stealing your guns, your land, your freedom to speak or to pray.… Full Article News/Local News
al Key Missteps at the CDC Have Set Back Its Ability to Detect the Potential Spread of Coronavirus By www.inlander.com Published On :: Fri, 28 Feb 2020 06:25:49 -0800 The CDC designed a flawed test for COVID-19, then took weeks to figure out a fix so state and local labs could use it. New York still doesn’t trust the test’s accuracy By Caroline Chen, Marshall Allen, Lexi Churchill and Isaac Arnsdorf Propublica… Full Article News/Nation & World
al With a new coronavirus sweeping the world, how much should you really worry? By www.inlander.com Published On :: Wed, 11 Mar 2020 15:25:00 -0700 Since late last year, a new coronavirus, now dubbed COVID-19, has been sweeping the globe, sickening more than 114,000 with flu- and cold-like symptoms and killing more than 4,000 so far.… Full Article News/Local News
al Dozens of Spokane, Coeur d'Alene events canceled due to public health concerns over COVID-19 By www.inlander.com Published On :: Thu, 12 Mar 2020 11:40:15 -0700 After Governor Jay Inslee announced a prohibition on gatherings of 250 people or more in three Washington counties (Snohomish, King, Pierce) on Wednesday, and with public health concerns growing over the COVID-19 pandemic, many organizations in Spokane are following suit. The Inlander will be frequently updating its online calendar of events to reflect local cancelations as we hear of them.… Full Article Culture/Arts & Culture
al How South Korea scaled coronavirus testing while the U.S. fell dangerously behind By www.inlander.com Published On :: Sun, 15 Mar 2020 09:05:00 -0700 By learning from a MERS outbreak in 2015, South Korea was prepared and acted swiftly to ramp up testing when the new coronavirus appeared there. Meanwhile, the U.S., plagued by delay and dysfunction, wasted its advantage. By Stephen Engelberg, Lisa Song and Lydia DePillis ProPublica… Full Article News/Nation & World