-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfunding.json
104 lines (104 loc) · 3.55 KB
/
funding.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Charles Tapley Hoyt",
"email": "[email protected]",
"description": "I'm a medicinal chemist now working in the informatics side of the life sciences that touches bioinformatics, cheminformatics, machine learning, and the semantic web.\n\nI have a passion for reproducible, reusable, useful science, and turn my research into tools that really are for others to use. Along the way, I've spun a lot of utilities and tools out into their own packages that are generally useful, even outside of my line of research.\n\nSponsorship is important to me for three reasons:\n\n 1. It's a nice way to show appreciation for things that I've built\n 2. It can help me justify continuing to spend my free time on maintaining open source software\n 3. It can give an avenue for industrial users of my software to pay for support and maintenance.",
"webpageUrl": {
"url": "https://cthoyt.com"
}
},
"projects": [
{
"guid": "bioregistry",
"name": "Bioregistry",
"description": "A database of biomedical databases and ontologies that supports Findable, Accessible, Interoperable, and Reusable (FAIR) data.",
"webpageUrl": {
"url": "https://bioregistry.io",
"wellKnown": "https://bioregistry.io/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/biopragmatics/bioregistry",
"wellKnown": "https://github.com/biopragmatics/bioregistry/raw/refs/heads/main/docs/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT",
"spdx:CC0-1.0"
],
"tags": [
"biology",
"chemistry",
"semantic-web",
"medicine",
"data-integration",
"knowledge-integration",
"persistent-identifiers",
"pids"
]
},
{
"guid": "biopragmatics",
"name": "Biopragmatics Stack",
"description": "A set of interconnected software components and curated data artifacts that support standardizing and processing biomedical data and knowledge.",
"webpageUrl": {
"url": "https://biopragmatics.github.io",
"wellKnown": "https://biopragmatics.github.io/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/biopragmatics",
"wellKnown": "https://github.com/biopragmatics/biopragmatics.github.io/raw/refs/heads/master/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT",
"spdx:CC0-1.0"
],
"tags": [
"biology",
"chemistry",
"semantic-web",
"medicine",
"data-integration",
"knowledge-integration",
"persistent-identifiers",
"pids"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/cthoyt",
"description": "Sponsor me through GitHub."
}
],
"plans": [
{
"guid": "one-time",
"status": "active",
"name": "Buy me a drink",
"amount": 5.00,
"currency": "USD",
"frequency": "one-time",
"channels": [
"github-sponsors"
]
},
{
"guid": "monthly",
"status": "active",
"name": "Monthly donation",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
]
}
],
"history": []
}
}