190 results for search: Что сделать чтобы обратить внимание старшеклассника детальнее bit.ly/psy3000/feed/peru
Donate with Cryptocurrency
Help HRDAG use data science to work for justice, accountability, and human rights. We are nonpartisan and nonprofit, but we are not neutral; we are always on the side of human rights.
Cryptocurrency donations to 501(c)3 charities receive the same tax treatment as stocks. Your donation is a non-taxable event, meaning you do not owe capital gains tax on the appreciated amount and can deduct it on your taxes. This makes Bitcoin and other cryptocurrency donations one of the most tax efficient ways to support us.
We are a team of experts in machine learning, applied and mathematical statistics, computer science, demography, and social science, and ...
Herb Spirer, 1925 – 2018
Herb led and mentored a generation of statisticians working in human rights.
RustConf 2019, and systems programming as a data scientist
It could make sense to use Rust as a data journalist for in-browser computations, and other thoughts from RustConf.
How Predictive Policing Reinforces Bias
Algorithmic tools like PredPol were supposed to reduce bias. But HRDAG has found that racial bias is baked into the data used to train the tools.
Happy Ada Lovelace Day!
As an organization that uses science to advocate for human rights, the goals and issues represented by Ada Lovelace Day are very near and dear to our hearts. Additionally, we are lucky to work with and be advised by some pretty kick-ass ladies in STEM (see our People page to learn more about these amazing women (and men)).
I brainstormed a list of women I could write about, as Finding Ada suggests we celebrate today by blogging about a STEM heroine. I considered Anita Borg (she has her own institute!), who advocated tirelessly for women in computer science. I thought about Sally Wyatt, keynote speaker and organizer of the fascinating workshop...
Making Missing Data Visible in Colombia
Valentina Rozo Ángel has worked with HRDAG and the Colombian Truth Commission to acknowledge victims of the 50-year conflict who are not visible or easily counted.
A geeky deep-dive: database deduplication to identify victims of human rights violations
In our work, we merge many databases to figure out how many people have been killed in violent conflict. Merging is a lot harder than you might think.
Many of the database records refer to the same people--the records are duplicated. We want to identify and link all the records that refer to the same victims so that each victim is counted only once, and so that we can use the structure of overlapping records to do multiple systems estimation.
Merging records that refer to the same person is called entity resolution, database deduplication, or record linkage. For definitive overviews of the field, see Scheuren, Herzog, and Winkler, Data Quality ...
Lessons at HRDAG: Holding Public Institutions Accountable
Principled Data Processing is a way to prove to someone, usually yourself, that what you did was right.
Sierra Leone
Following a brutal 11-year civil war, the Parliament of Sierra Leone called for a Truth and Reconciliation Commission (TRC) to create "an impartial, historical record of the conflict", and "address impunity; respond to the needs of victims; promote healing and reconciliation; and prevent a repetition of the violations and abuses suffered." The full text of the TRC report is available on the Sierra Leone Web.
HRDAG assisted the TRC to build a systematic data coding system, electronic database, and secure data analysis process to manage the thousands of statements given to them in the course of their work. Dr. Ball visited Freetown twice, and HRDAG ...
Podcast: Dr. Patrick Ball on Using Statistics to Uncover Truth
Dr. Patrick Ball recently visited the Plutopia News Network podcast for a wide-ranging, inspiring conversation about his work for the Human Rights Data Analysis Group.
Patrick spoke about how he first discovered human rights work during his time in El Salvador with the Peace Brigades International. That led to his ongoing work as a statistician and computer programmer working to assess and analyze human rights violations. He also unpacked some common statistical techniques used by researchers at Human Rights Data Analysis Group, such as multiple systems estimation, which uses multiple different datasets to gain insights into the data we don't ...
India
In 2009, as Indians debated institutional reform of their security forces in the wake of the previous year's Mumbai attacks, HRDAG issued a groundbreaking report about the human cost of suspending the rule of law during a violent counterinsurgency campaign in the Indian state of Punjab. Together with our partner Ensaaf, HRDAG released findings that cast substantial doubt on the Indian government's past explanations and justifications for disappearances and extrajudicial killings during the height of the Punjab counterinsurgency in the early 1990s. These findings contribute to an increasing body of knowledge that informs policy questions about the ...
HRDAG Testimony in Guatemala Retrials
HRDAG analysis presented by Patrick found that 5 percent of the indigenous Maya Ixil population was killed in a 15-month period.
Reflections: Minding the Gap
How might we learn what we don’t know? HRDAG associate Christine Grillo hits the wayback machine and recalls her first exposure to People Against Bad Things, ideas about bias and correlation versus causation, and truth.
Our Thoughts on #metoo
Violence against women in all its forms is a human rights violation. Most of our HRDAG colleagues are women, and for us, unfortunately, recent campaigns such as #metoo are unsurprising.
How Causal Analysis Confirmed Impact of Cash Bail on Verdicts
Causal inference methods show that for indigent clients, money bail increases their likelihood of a guilty conviction.
Letter from Alejandro Valencia Villa
Alejandro Valencia Villa is a Former Commissioner of the Colombian Truth Commission. (Letter in English, and letter in Spanish.)
Introduction
One of the most obvious and most difficult questions to answer when analyzing an armed conflict is determining the number of victims. In a conflict like Colombia’s, prolonged and with complex characteristics due to the different nature of the armed actors and because they committed a great variety and quantity of human rights violations and breaches of humanitarian law, the challenge is even greater. As if this were not enough, Colombia also had a large number of records of these violations and infract...
Reflections: Some Stories Shape You
The first time I met anyone at HRDAG, I was a journalist. It was 2006. I was working on a story about a graduate student at Carnegie Mellon who’d collaborated with the organization on a survey in Sierra Leone, and I contacted Patrick Ball to discuss the work. At the time, I found him challenging.
But I thought his work—trying to estimate how many people were killed, or, in that study, otherwise injured, during wars—was fascinating. Over the next few years, I got to know other researchers working on similar questions. In 2008, as the war in Iraq ramped up, I spoke with epidemiologists from Johns Hopkins University, the World Health Organiz...
Tallying Syria’s War Dead
“Led by the nonprofit Human Rights Data Analysis Group (HRDAG), the process began with creating a merged dataset of “fully identified victims” to avoid double counting. Only casualties whose complete details were listed — such as their full name, date of death and the governorate they had been killed in — were included on this initial list, explained Megan Price, executive director at HRDAG. If details were missing, the victim could not be confidently cross-checked across the eight organizations’ lists, and so was excluded. This provided HRDAG and the U.N. with a minimum count of individuals whose deaths were fully documented by at least one of the different organizations. … “
The task is a quantum of workflow
This post describes how we organize our work over ten years, twenty analysts, dozens of countries, and hundreds of projects: we start with a task. A task is a single chunk of work, a quantum of workflow. Each task is self-contained and self-documenting; I'll talk about these ideas at length below. We try to keep each task as small as possible, which makes it easy to understand what the task is doing, and how to test whether the results are correct.
In the example I'll describe here, I'm going to describe work from our Syria database matching project, which includes about 100 tasks. I'll start with the first thing we do with files we receive ...