mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
use people collection for core-team
This commit is contained in:
parent
522ab946a0
commit
694e81b417
6 changed files with 29 additions and 38 deletions
|
@ -115,6 +115,10 @@ $defs:
|
||||||
type: string
|
type: string
|
||||||
github:
|
github:
|
||||||
type: string
|
type: string
|
||||||
|
matrix:
|
||||||
|
type: string
|
||||||
|
email:
|
||||||
|
type: string
|
||||||
imageUrl:
|
imageUrl:
|
||||||
type: string
|
type: string
|
||||||
format: uri
|
format: uri
|
||||||
|
@ -166,19 +170,14 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
links:
|
links:
|
||||||
type: object
|
type: object
|
||||||
|
teams:
|
||||||
|
type: object
|
||||||
|
additionalProperties: false
|
||||||
|
properties:
|
||||||
core-team:
|
core-team:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: object
|
|
||||||
additionalProperties: false
|
|
||||||
required:
|
|
||||||
- name
|
|
||||||
properties:
|
|
||||||
name:
|
|
||||||
type: string
|
type: string
|
||||||
refs:
|
|
||||||
type: object
|
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
|
@ -16,28 +16,12 @@ links:
|
||||||
news: https://news.web3privacy.info
|
news: https://news.web3privacy.info
|
||||||
telegram: https://t.me/web3privacynow
|
telegram: https://t.me/web3privacynow
|
||||||
cfp: https://cfp.web3privacy.info
|
cfp: https://cfp.web3privacy.info
|
||||||
|
teams:
|
||||||
core-team:
|
core-team:
|
||||||
- name: Mykola
|
- mykola-siusko
|
||||||
refs:
|
- tree
|
||||||
github: msiusko
|
- pg
|
||||||
twitter: nicksvyaznoy
|
- coinmandeer
|
||||||
matrix: k1983:matrix.org
|
|
||||||
- name: Tree
|
|
||||||
refs:
|
|
||||||
github: burningtree
|
|
||||||
bsky: tree.fail
|
|
||||||
email: tree@tree.fail
|
|
||||||
matrix: tree:gwei.cz
|
|
||||||
- name: PG
|
|
||||||
refs:
|
|
||||||
github: EclecticSamurai
|
|
||||||
twitter: PG_CDG
|
|
||||||
matrix: pg_cdg:matrix.org
|
|
||||||
- name: Coinmandeer
|
|
||||||
refs:
|
|
||||||
github: coinmandeer
|
|
||||||
matrix: coinmandeer:matrix.org
|
|
||||||
twitter: KeenOfCoin
|
|
||||||
research:
|
research:
|
||||||
$load: research
|
$load: research
|
||||||
projects:
|
projects:
|
||||||
|
|
|
@ -2,3 +2,4 @@ name: Coinmandeer
|
||||||
refs:
|
refs:
|
||||||
twitter: KeenOfCoin
|
twitter: KeenOfCoin
|
||||||
github: coinmandeer
|
github: coinmandeer
|
||||||
|
matrix: coinmandeer:matrix.org
|
||||||
|
|
|
@ -3,3 +3,5 @@ caption: Web3 privacy advocate behind [Web3Privacy Now](https://web3privacy.info
|
||||||
country: es
|
country: es
|
||||||
refs:
|
refs:
|
||||||
twitter: nicksvyaznoy
|
twitter: nicksvyaznoy
|
||||||
|
github: msiusko
|
||||||
|
matrix: k1983:matrix.org
|
||||||
|
|
|
@ -3,3 +3,5 @@ caption: Organizing [ETHRome](https://ethrome.org) w/ [urbe.eth](https://linktr.
|
||||||
country: it
|
country: it
|
||||||
refs:
|
refs:
|
||||||
twitter: PG_CDG
|
twitter: PG_CDG
|
||||||
|
github: EclecticSamurai
|
||||||
|
matrix: pg_cdg:matrix.org
|
|
@ -2,4 +2,7 @@ name: Tree
|
||||||
caption: Orchestrating lunarpunk events [ETHBrno](https://ethbrno.cz) & [w3ps](https://github.com/web3privacy/w3ps) w/ [gwei.cz](https://gwei.cz)
|
caption: Orchestrating lunarpunk events [ETHBrno](https://ethbrno.cz) & [w3ps](https://github.com/web3privacy/w3ps) w/ [gwei.cz](https://gwei.cz)
|
||||||
country: cz
|
country: cz
|
||||||
refs:
|
refs:
|
||||||
|
github: burningtree
|
||||||
bsky: tree.fail
|
bsky: tree.fail
|
||||||
|
email: tree@tree.fail
|
||||||
|
matrix: tree:gwei.cz
|
Loading…
Reference in a new issue