Skip to content

Commit

Permalink
#142 testimonial as data & on volunteer page
Browse files Browse the repository at this point in the history
  • Loading branch information
pr130 committed Sep 11, 2020
1 parent 7491419 commit 01ed80e
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 61 deletions.
20 changes: 0 additions & 20 deletions content/de/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,6 @@ In unseren Projekten ist uns wichtig, dass wir diverse Teams zusammenstellen: Au

In unseren Workshops bilden wir unser Data Science Netzwerk weiter. In unserem Netzwerk kommen Analysten und Analystinnen aus den unterschiedlichsten akademischen Disziplinen und Branchen zusammen. Dadurch können wir unglaublich viel voneinander lernen. Deshalb setzen wir auf Peer Learning. Mit unseren Workshop Konzepten schaffen wir dafür den Rahmen. Finde dein lokales Netzwerk bei unseren [CorrelAidX Gruppen](/correlaid-x).

{{< testimonial
contact="André Lange"
organisation="Business Manager"
image="andre-lange.jpg"
>}}
Am meisten Spaß gemacht hat mir, gemeinsam mit dem Team eine neue Version des Dashboards zu publizieren.
Meist Sonntagabend, nachdem wir am Wochenende nochmal richtig in die Tasten gehauen und viele Ideen umgesetzt haben.
Ich habe während des Projekts extrem viel von den anderen im Team und von GoVolunteer gelernt. Nicht nur besseres
Coden in R, sondern auch effektive Projektarbeit im virtuellen Team, das dabei erfreulicherweise sehr lebendig war.
{{< /testimonial >}}

{{< testimonial
contact="Winnie Poel"
organisation="Doktorandin"
image="winnie.jpg"
>}}
Ich habe am Datenjournalismus Workshop, während des Meetups in Mannheim, teilgenommen. Mir hat der Workshop die Scheu
genommen eigene Projekte zu starten, öffentliche Daten herunterzuladen und damit zu experimentieren.
{{< /testimonial >}}

## Datendialog

Wir wollen einen Dialog zwischen der Zivilgesellschaft und der Data Science Community anstoßen und gemeinsam Ideen für Data-for-Good-Projekte entwickeln. Dafür haben wir das Konzept des "Datendialogs" entwickelt. Bei einem Datendialog kommen drei bis fünf NGOs mit ca. 20 Datenanalyst\*innen zusammen. Beide Seiten lernen sich und ihre Arbeit dabei besser kennen und loten aus, welche Daten den jeweiligen Organisationen zur Verfügung stehen und welche Datenanalysen die Arbeit der Organisation unterstützen können. Was wir bei unseren bisherigen Datendialogen gemacht haben könnt ihr hier lesen: [Datendialog Hamburg](/blog/meetup-hh) und [Datendialog in Berlin](/blog/datendialog-berlin).
Expand Down
22 changes: 0 additions & 22 deletions content/en/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,6 @@ Workshops are the key to maintaining and improving the skill set of our data sci

If you're interested in joining your local network, you might want to visit our [local CorrelAidX chapters](/en/correlaid-x).

{{< testimonial
contact="André Lange"
organisation="Business Manager"
image="andre-lange.jpg"
>}}
What I enjoyed most, was publishing a new version of our dashboard. Usually, this happened on Sunday evenings,
after a weekend of programming and implementing new ideas. I've learned a lot from my teammates and our partners
at GoVolunteer during the project: Not only did I improve my coding skills in R, but I also learned how to do
effective project work in a vivid virtual team.
{{< /testimonial >}}

{{< testimonial
contact="Winnie Poel"
organisation="PhD Student"
image="winnie.jpg"
>}}
I attended the data journalism workshop at the Meetup in Mannheim. After the workshop I overcame the awe to start my
own project and download and experiment with public data sources.
{{< /testimonial >}}



## Dialogue

We have the vision of establishing an open dialogue between the civic society and the data science community: Such a dialogue could be used to develop new ideas on how to use data science for social good. This is why we came up with the concept of the "Data Dialogue". During such an event, three to five non-profit organisations will have the opportunity to meet, discuss and connect with around 20 data scientists. By doing so, both sides can obtain a more in-depth impression of each other and gauge which relevant data is already present at the NPO and how it can be used to support the organisation's goals.
Expand Down
32 changes: 32 additions & 0 deletions data/testimonials_volunteers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"projects": {
"de": [
{
"contact": "André Lange",
"organisation": "Business Manager",
"image": "andre-lange.jpg",
"text": "Am meisten Spaß gemacht hat mir, gemeinsam mit dem Team eine neue Version des Dashboards zu publizieren. Meist Sonntagabend, nachdem wir am Wochenende nochmal richtig in die Tasten gehauen und viele Ideen umgesetzt haben. Ich habe während des Projekts extrem viel von den anderen im Team und von GoVolunteer gelernt. Nicht nur besseres Coden in R, sondern auch effektive Projektarbeit im virtuellen Team, das dabei erfreulicherweise sehr lebendig war."
},
{
"contact": "Winnie Poel",
"organisation": "PhD Student",
"image": "winnie.jpg",
"text": "Ich habe am Datenjournalismus Workshop, während des Meetups in Mannheim, teilgenommen. Mir hat der Workshop die Scheu genommen eigene Projekte zu starten, öffentliche Daten herunterzuladen und damit zu experimentieren."
}
],
"en": [
{
"contact": "André Lange",
"organisation": "Business Manager",
"image": "andre-lange.jpg",
"text": "What I enjoyed most, was publishing a new version of our dashboard. Usually, this happened on Sunday evenings, after a weekend of programming and implementing new ideas. I've learned a lot from my teammates and our partners at GoVolunteer during the project: Not only did I improve my coding skills in R, but I also learned how to do effective project work in a vivid virtual team."
},
{
"contact": "Winnie Poel",
"organisation": "PhD Student",
"image": "winnie.jpg",
"text": "I attended the data journalism workshop at the Meetup in Mannheim. After the workshop I overcame the awe to start my own project and download and experiment with public data sources."
}
]
}
}
10 changes: 0 additions & 10 deletions layouts/projects/faq/list.html

This file was deleted.

9 changes: 0 additions & 9 deletions layouts/projects/faq/single.html

This file was deleted.

7 changes: 7 additions & 0 deletions layouts/volunteer/list.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{{ define "main" }}
<div class="container">
{{ $lang := .Site.Language.Lang }}
<div class="row">
<div class="col-12 my-5">
<!--Design here-->
{{ .Content }}


<h1>Testimonials</h1>

{{ $testimonials := $.Site.Data.testimonials_volunteers }}
{{ partial "testimonial_carousel.html" (dict "context" . "testimonials" $testimonials.projects "id" "projectTestimonials" "lang" $lang ) }}
</div>
</div>
</div>
Expand Down

0 comments on commit 01ed80e

Please sign in to comment.