<!-- markdown-config presentation=true -->
<link rel="stylesheet" type="text/css" href="./style.css"  />

<script>
import Presentation from "src/components/widgets/lively-presentation.js"
Presentation.config(this, {
    pageNumbers: true,
    logo: "https://lively-kernel.org/lively4/lively4-seminars/PX2018/media/hpi_logo.png"
})
</script>


<div class="title">
  BP2019RH1 - Visualizing Africa's Voices
</div>

<div class="authors">
  Wanda Baltzer, Theresa Hradilak, Lara Pfennigschmidt, Luc Prestin, Moritz Spranger, Simon Stadlinger, Leo Wendt
</div>

<div class="credentials">
  2019<br>
  <br>
  Software Architecture Group <br>Hasso Plattner Institute<br> University of Potsdam, Germany
</div>

---

# Welcome
![](pictures/team.jpeg){width="650" style="display: block;margin-left: auto; margin-right: auto; width: 70%;"}

---

# Context

**Our Goal:** Create explorable visualizations for

<div align="center"><img src="pictures/africas-voices-logo-pad.svg" alt="drawing" width="400"/></div>

Africa's Voices **collects opinions** of citizens by making a radio show and receiving SMSs as answers.

They use the data to **inform** policy makers.

---

# Stakeholder 

![](pictures/stakeholders.png){width="700" height="500"}

---

## How did we approach this goal over the last months?

In **January** we tried to understand the data.

In **January** and **February** we brainstormed a lot and designed many new visualizations.

In **March** we researched on how to display points and started working on our first prototypes.

In **April** we worked on prototypes and integrating them into one system.

---

# What happened since last time?

## Covid-19
- new procedures within AVF (one-to-one conversations)
- new data sets for Somalia and Kenya
- weekly calls with Luke, more user testing, more feedback
- he might even show it to researchers

So we integrated a lot of feedback and started improving old and coming up with new prototypes.
We also worked on a system that could connect all prototypes together in one application.

---

# Scenario

We want to find out:
- Is gratitude shown more in context to answered questions about coronavirus or about govt policy?

---
# Demo

#### All In One 
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

<button class="btn" id="openApplication">Open</button>

<script>
  let buttonElement = lively.query(this, '#openApplication')
  buttonElement.addEventListener('click', () => {
    lively.openComponentInWindow('bp2019-individual-visualization', lively.pt(10, 10), lively.pt(1200, 1000))
  })
</script>

#### Further Prototypes
- Anthill

---

# What's next?

- keep Luke happy
- improve existing prototypes
  - "all in one" -> more windows?
- go back to ideas and prototype other ideas
- start bachelor theses



