mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Merge pull request #168 from safing/maintenance/update-finances-numbers
Update finances numbers
This commit is contained in:
commit
bc7883bdaf
4 changed files with 172 additions and 48 deletions
|
@ -88,7 +88,7 @@ emailobfuscated: "=b!isfg>#nbjmup;ifmmpAtbgjoh/jp#?ifmmpAtbgjoh/jp=0b?"
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
last_progress_update_on: "05.11.2021"
|
last_progress_update_on: "05.11.2021"
|
||||||
last_finances_update_on: "May 2021"
|
last_finances_update_on: "November 2021"
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
publications:
|
publications:
|
||||||
|
|
103
_data/finances.yml
Normal file
103
_data/finances.yml
Normal file
|
@ -0,0 +1,103 @@
|
||||||
|
source:
|
||||||
|
ffg:
|
||||||
|
timespan: "2019-2021"
|
||||||
|
# FFG Total:
|
||||||
|
# - Received Funding: 278.421€
|
||||||
|
# - Received Loans: 263.025€
|
||||||
|
# - Funding In Prospect: 32.720€
|
||||||
|
# - Loans In Prospect: 30.920€
|
||||||
|
years:
|
||||||
|
- year: 2021
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "32.720"
|
||||||
|
status: open
|
||||||
|
- type: loan
|
||||||
|
amount: "30.920"
|
||||||
|
status: open
|
||||||
|
- year: 2021
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "49.080"
|
||||||
|
status: completed
|
||||||
|
- type: loan
|
||||||
|
amount: "46.380"
|
||||||
|
status: completed
|
||||||
|
- year: 2020
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "146.541"
|
||||||
|
status: completed
|
||||||
|
- type: loan
|
||||||
|
amount: "138.445"
|
||||||
|
status: completed
|
||||||
|
- year: 2019
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "82.800"
|
||||||
|
status: completed
|
||||||
|
- type: loan
|
||||||
|
amount: "78.200"
|
||||||
|
status: completed
|
||||||
|
# Netidee Total:
|
||||||
|
# - Received Funding: 117.839€
|
||||||
|
# - Funding In Prospect: 5.000€
|
||||||
|
netidee:
|
||||||
|
timespan: "2017-2021"
|
||||||
|
years:
|
||||||
|
- year: 2021
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "5.000"
|
||||||
|
status: open
|
||||||
|
- year: 2021
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "20.000"
|
||||||
|
status: completed
|
||||||
|
- year: 2020
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "20.012"
|
||||||
|
status: completed
|
||||||
|
- year: 2019
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "30.048"
|
||||||
|
status: completed
|
||||||
|
- year: 2017
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "47.779"
|
||||||
|
status: completed
|
||||||
|
# Kickstarter is not counted towards the grants chart
|
||||||
|
# since backers receive(d) SPN access in return
|
||||||
|
kickstarter:
|
||||||
|
timespan: "February 2020"
|
||||||
|
years:
|
||||||
|
- year: 2020
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "11.755"
|
||||||
|
status: completed
|
||||||
|
# ESA Total:
|
||||||
|
# - Received Funding: 40.000€
|
||||||
|
esa:
|
||||||
|
timespan: "2018-2020"
|
||||||
|
years:
|
||||||
|
- year: 2019
|
||||||
|
items:
|
||||||
|
- type: funding
|
||||||
|
amount: "40.000"
|
||||||
|
status: completed
|
||||||
|
|
||||||
|
# Total Numbers of Grants/Loans Image
|
||||||
|
#
|
||||||
|
# RECEIVED + In Prospect => Total
|
||||||
|
#
|
||||||
|
# Grants: 436.260€ + 37.720€ => 473.980€
|
||||||
|
# Loans: 263.025€ + 30.920€ => 293.945€
|
||||||
|
# Investors: 0€ => 0€
|
||||||
|
|
||||||
|
# the previous image had a higher count since
|
||||||
|
# it also counted the Grants/Loans held out in prospect
|
Binary file not shown.
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 117 KiB |
|
@ -92,7 +92,7 @@ redirect_from:
|
||||||
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">FFG</h1>
|
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">FFG</h1>
|
||||||
<span class="pt-4 opacity-55 font-extrabold">2019-2021</span>
|
<span class="pt-4 opacity-55 font-extrabold">{{ site.data.finances.source.ffg.timespan }}</span>
|
||||||
<p class="pt-4 opacity-75">
|
<p class="pt-4 opacity-75">
|
||||||
The FFG is the national funding institution for Research & Development of Austria. Their goal is to strengthen innovation and the economy.
|
The FFG is the national funding institution for Research & Development of Austria. Their goal is to strengthen innovation and the economy.
|
||||||
</p>
|
</p>
|
||||||
|
@ -100,61 +100,58 @@ redirect_from:
|
||||||
We got accepted into the FFG Basisprogramm in 2019 continuing until 2021. The included funding and loan enabled us to hire our first employees and further progress our products.
|
We got accepted into the FFG Basisprogramm in 2019 continuing until 2021. The included funding and loan enabled us to hire our first employees and further progress our products.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
{% for year in site.data.finances.source.ffg.years %}
|
||||||
<ul class="text-sm pt-4">
|
<ul class="text-sm pt-4">
|
||||||
<span class="font-medium opacity-55">2021</span>
|
<span class="font-medium opacity-55">{{ year.year }}</span>
|
||||||
<li class="opacity-75 font-medium"><span class="font-extrabold">81.800 funding</span> <small>held out in prospect</small></li>
|
{% for item in year.items %}
|
||||||
<li class="opacity-75 font-medium"><span class="font-extrabold">77.300€ loan</span> <small>held out in prospect</small></li>
|
<li class="opacity-75 font-medium">
|
||||||
</ul>
|
{% if item.status == "completed" %}
|
||||||
<ul class="text-sm pt-4">
|
Received
|
||||||
<span class="font-medium opacity-55">2020</span>
|
{% endif %}
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">146.541€ funding</span></li>
|
<span class="font-extrabold">{{ item.amount }}€ {{ item.type }}</span>
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">138.445€ loan</span></li>
|
{% if item.status == "open" %}
|
||||||
</ul>
|
<small>held out in prospect</small>
|
||||||
<ul class="text-sm pt-4">
|
{% endif %}
|
||||||
<span class="font-medium opacity-55">2019</span>
|
</li>
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">82.800€ funding</span></li>
|
{% endfor %}
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">78.200€ loan</span></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="text-center md:text-left pt-16 md:pt-0">
|
<li class="text-center md:text-left pt-16 md:pt-0">
|
||||||
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">Netidee</h1>
|
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">Netidee</h1>
|
||||||
<span class="pt-4 opacity-55 font-extrabold">2017-2021</span>
|
<span class="pt-4 opacity-55 font-extrabold">{{ site.data.finances.source.netidee.timespan }}</span>
|
||||||
<p class="pt-4 opacity-75">
|
<p class="pt-4 opacity-75">
|
||||||
Netidee funding from 2017 helped us to kickstart all this.
|
Netidee funding from 2017 helped us to kickstart all this.
|
||||||
In late 2019 and 2020, they granted follow-up fundings for the years
|
In late 2019 and 2020, they granted follow-up fundings for the years
|
||||||
2019/20 and 2020/21 respectively.
|
2019/20 and 2020/21 respectively.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<ul class="text-sm pt-6">
|
{% for year in site.data.finances.source.netidee.years %}
|
||||||
<span class="font-medium opacity-55">2021</span>
|
|
||||||
<li class="opacity-75 font-medium"><span class="font-extrabold">12.500€ funding</span> <small>held out in prospect</small></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="text-sm pt-6">
|
|
||||||
<span class="font-medium opacity-55">2021</span>
|
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">12.500€ funding</span></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="text-sm pt-4">
|
<ul class="text-sm pt-4">
|
||||||
<span class="font-medium opacity-55">2020</span>
|
<span class="font-medium opacity-55">{{ year.year }}</span>
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">20.012€ funding</span></li>
|
{% for item in year.items %}
|
||||||
</ul>
|
<li class="opacity-75 font-medium">
|
||||||
<ul class="text-sm pt-4">
|
{% if item.status == "completed" %}
|
||||||
<span class="font-medium opacity-55">2019</span>
|
Received
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">30.048€ funding</span></li>
|
{% endif %}
|
||||||
</ul>
|
<span class="font-extrabold">{{ item.amount }}€ {{ item.type }}</span>
|
||||||
<ul class="text-sm pt-4">
|
{% if item.status == "open" %}
|
||||||
<span class="font-medium opacity-55">2017</span>
|
<small>held out in prospect</small>
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">47.799€ funding</span></li>
|
{% endif %}
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="text-center md:text-left pt-16 md:pt-0">
|
<li class="text-center md:text-left pt-16 md:pt-0">
|
||||||
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">Kickstarter</h1>
|
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration-150">Kickstarter</h1>
|
||||||
<span class="pt-4 opacity-55 font-extrabold">February 2020</span>
|
<span class="pt-4 opacity-55 font-extrabold">{{ site.data.finances.source.kickstarter.timespan }}</span>
|
||||||
<p class="pt-4 opacity-75">
|
<p class="pt-4 opacity-75">
|
||||||
Through our
|
Through our
|
||||||
<a href="{{ site.kickstarter_url }}">
|
<a href="{{ site.kickstarter_url }}">
|
||||||
|
@ -163,17 +160,29 @@ redirect_from:
|
||||||
we received our first supporters who also backed us financially. Thanks to every one of you for giving us your trust and money even before we had any software to show for!
|
we received our first supporters who also backed us financially. Thanks to every one of you for giving us your trust and money even before we had any software to show for!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<ul class="text-sm pt-6">
|
{% for year in site.data.finances.source.kickstarter.years %}
|
||||||
<span class="font-medium opacity-55">2020</span>
|
<ul class="text-sm pt-4">
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">11.755€ funding</span></li>
|
<span class="font-medium opacity-55">{{ year.year }}</span>
|
||||||
|
{% for item in year.items %}
|
||||||
|
<li class="opacity-75 font-medium">
|
||||||
|
{% if item.status == "completed" %}
|
||||||
|
Received
|
||||||
|
{% endif %}
|
||||||
|
<span class="font-extrabold">{{ item.amount }}€ {{ item.type }}</span>
|
||||||
|
{% if item.status == "open" %}
|
||||||
|
<small>held out in prospect</small>
|
||||||
|
{% endif %}
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="text-center md:text-left pt-16 md:pt-0">
|
<li class="text-center md:text-left pt-16 md:pt-0">
|
||||||
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
<div class="block transform hover:scale-105 duration-150 ease-in-out hover p-8 rounded-lg">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration">ESA-BIC Austria</h1>
|
<h1 class="text-2xl uppercase transition hover:opacity-55 ease-in-out duration">ESA-BIC Austria</h1>
|
||||||
<span class="pt-4 opacity-55 font-extrabold">2018-2020</span>
|
<span class="pt-4 opacity-55 font-extrabold">{{ site.data.finances.source.esa.timespan }}</span>
|
||||||
<p class="pt-4 opacity-75">
|
<p class="pt-4 opacity-75">
|
||||||
Safing ICS Technologies GmbH is participating in the
|
Safing ICS Technologies GmbH is participating in the
|
||||||
<a href="{{ site.esa_bic_url }}">
|
<a href="{{ site.esa_bic_url }}">
|
||||||
|
@ -183,10 +192,22 @@ redirect_from:
|
||||||
and the Lower Austrian State as the contractual partners.
|
and the Lower Austrian State as the contractual partners.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
{% for year in site.data.finances.source.esa.years %}
|
||||||
<ul class="text-sm pt-4">
|
<ul class="text-sm pt-4">
|
||||||
<span class="font-medium opacity-55">2019</span>
|
<span class="font-medium opacity-55">{{ year.year }}</span>
|
||||||
<li class="opacity-75 font-medium">Received <span class="font-extrabold">40.000€ funding</span></li>
|
{% for item in year.items %}
|
||||||
|
<li class="opacity-75 font-medium">
|
||||||
|
{% if item.status == "completed" %}
|
||||||
|
Received
|
||||||
|
{% endif %}
|
||||||
|
<span class="font-extrabold">{{ item.amount }}€ {{ item.type }}</span>
|
||||||
|
{% if item.status == "open" %}
|
||||||
|
<small>held out in prospect</small>
|
||||||
|
{% endif %}
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li class="text-center md:text-left pt-16 md:pt-0">
|
<li class="text-center md:text-left pt-16 md:pt-0">
|
||||||
|
|
Loading…
Add table
Reference in a new issue