Skip to content

Commit d97a910

Browse files
Moved funding.json to root directory
1 parent 81a9536 commit d97a910

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

funding.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"$schema": "https://floss.fund/schema/v1.0.0/funding.schema.json#",
3+
"version": "v1.0.0",
4+
"entity": {
5+
"type": "organisation",
6+
"role": "owner",
7+
"name": "SORMAS Foundation",
8+
"email": "info@sormas.org",
9+
"phone": "004953139399434",
10+
"description": "The SORMAS Foundation is a non-profit organization that aims to support countries in strengthening their surveillance and outbreak management systems through the implementation of SORMAS, as well as to ensure the high-quality standards and sustainability of the software itself.",
11+
"webpageUrl": {
12+
"url": "https://github.com/SORMAS-Foundation/SORMAS-Project",
13+
"wellKnown": "https://github.com/SORMAS-Foundation/SORMAS-Project/blob/development/.well-known/funding-manifest-urls"
14+
}
15+
},
16+
"projects": [{
17+
"guid": "sormas",
18+
"name": "SORMAS (Surveillance Outbreak Response Management and Analysis System)",
19+
"description": "SORMAS is an open-source digital platform for epidemic and pandemic preparedness and response. The system allows epidemiological diseases surveillance, early detection and management of disease outbreaks. It started as a research project in 2015 and has since then been recognized as a Digital Public Good (DPG) and mature digital Global Good (DGG) and is in use in several countries across 5 WHO regions.",
20+
"webpageUrl": {
21+
"url": "https://github.com/SORMAS-Foundation/SORMAS-Project",
22+
"wellKnown": "https://github.com/SORMAS-Foundation/SORMAS-Project/blob/development/.well-known/funding-manifest-urls"
23+
},
24+
"repositoryUrl": {
25+
"url": "https://github.com/SORMAS-Foundation/SORMAS-Project",
26+
"wellKnown": "https://github.com/SORMAS-Foundation/SORMAS-Project/blob/development/.well-known/funding-manifest-urls"
27+
},
28+
"licenses": ["spdx:GPL-3.0"],
29+
"tags": ["publichealth", "health", "surveillance", "epidemic", "nonprofit", "globalgood", "digitalpublicgood"]
30+
}],
31+
"funding": {
32+
"channels": [
33+
{
34+
"guid": "bank",
35+
"type": "bank",
36+
"address": "",
37+
"description": "We accept donations through direct bank transfer. Please e-mail us for more details."
38+
},
39+
{
40+
"guid": "paypal",
41+
"type": "payment-provider",
42+
"address": "https://paypal.me/sormasfoundation",
43+
"description": "We accept donations through PayPal. Please note that we can not provide donation receipts in this case. If you require a donation receipt, please e-mail us for information about making a donation through direct bank transfer."
44+
}
45+
],
46+
"plans": [
47+
{
48+
"guid": "infrastructure-hosting",
49+
"status": "active",
50+
"name": "Hosting Costs for Infrastructure",
51+
"description": "This will cover our monthly costs for maintaining Development and QA systems, as well as a publicly available demo system.",
52+
"amount": 500,
53+
"currency": "EUR",
54+
"frequency": "monthly",
55+
"channels": ["bank", "paypal"]
56+
},
57+
{
58+
"guid": "community-exchange-systems",
59+
"status": "active",
60+
"name": "Community Exchange Systems",
61+
"description": "This will cover our monthly costs for hosting our public website (https://www.sormas.org) as well as the community exchange platform (https://community.sormas.org) for one month.",
62+
"amount": 200,
63+
"currency": "EUR",
64+
"frequency": "yearly",
65+
"channels": ["bank", "paypal"]
66+
},
67+
{
68+
"guid": "developer-full-time-onemonth",
69+
"status": "active",
70+
"name": "Developer Salary Full-Time Monthly",
71+
"description": "This will cover the cost of one developer working full-time on the project for one month.",
72+
"amount": 8000,
73+
"currency": "EUR",
74+
"frequency": "monthly",
75+
"channels": ["bank", "paypal"]
76+
},
77+
{
78+
"guid": "angel-plan",
79+
"status": "active",
80+
"name": "Goodwill plan",
81+
"description": "Pay anything you wish to show your support for the project. Thank you for your support!",
82+
"amount": 0,
83+
"currency": "EUR",
84+
"frequency": "one-time",
85+
"channels": ["bank", "paypal"]
86+
}
87+
]
88+
}
89+
}
90+

0 commit comments

Comments
 (0)