info_tfgrid/collections/projectinca/grants/grants_future.md

41 lines
986 B
Markdown
Raw Normal View History

2024-08-15 23:40:17 +00:00
# Suggested Future Grant Distribution
2024-05-02 15:54:26 +00:00
```echarts
option = {
title: {
text: 'Grants',
subtext: 'Distribution',
left: 'center'
},
tooltip: {
trigger: 'item'
},
series: [
{
name: 'Distribution',
type: 'pie',
radius: '70%',
data: [
2024-08-15 23:40:17 +00:00
{ value: 10, name: 'Community Expansion Projects' },
2024-05-02 15:54:26 +00:00
{ value: 10, name: 'Organization of Rewards for Hackathlons' },
{ value: 15, name: 'Organization of Localized Chapters' },
{ value: 30, name: 'Development of Code' },
{ value: 5, name: 'Training, Product Marketing' },
2024-08-15 23:40:17 +00:00
{ value: 20, name: 'Development of Mycelium Router & Volume 3Node ' },
2024-05-02 15:54:26 +00:00
],
emphasis: {
itemStyle: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
```
2024-08-15 23:40:17 +00:00
Please contact us to let us know on which projects you would like to work, below you can see a suggested Distrubution of grants.
2024-05-02 15:54:26 +00:00