From 1325e9477952080fa09b0806583a1218680b0852 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:48:02 +0200 Subject: [PATCH] Improved README.md --- README.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8c8d84d..710bb7a 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,34 @@ # Web3Privacy Now Data [![Build and Deploy](https://github.com/web3privacy/data/actions/workflows/deploy.yml/badge.svg)](https://github.com/web3privacy/data/actions/workflows/deploy.yml) +[![Synchronize data](https://github.com/web3privacy/data/actions/workflows/sync.yml/badge.svg)](https://github.com/web3privacy/data/actions/workflows/sync.yml) -This is a repository with structured dataset with basic informations about the [Web3Privacy Now](https://web3privacy.info/) initiative. +This repository is the structured dataset with basic informations about the [Web3Privacy Now](https://web3privacy.info/) initiative. You can find it here: -- Official links -- List of team members -- List of projects -- List of events +- [Web3PrivacyNow Official links and team members](https://github.com/web3privacy/data/blob/main/src/index.yaml) +- [Web3PrivacyNow Manifesto](https://github.com/web3privacy/data/blob/main/src/W3PN%20Manifesto.png) +- [List of projects](https://github.com/web3privacy/data/blob/main/src/projects/index.yaml) +- [List of events](https://github.com/web3privacy/data/blob/main/src/events/index.yaml) +- [Database of people](https://github.com/web3privacy/data/tree/main/src/people) +- [List of research](https://github.com/web3privacy/data/blob/main/src/research/index.yaml) -## Deployment +## Deployment (JSON) * https://data.web3privacy.info/ +## Downstream + +* Once deployed to data.web3privacy.info the data is used in the deployment of the main project website [web3privacy.info](https://web3privacy.info/) - [see relevant repository](https://github.com/web3privacy/web) + ## Quick links | Collection | Source | Links | | --- | --- | --- | -| Core file (links, team) | [`src/index.yaml`](src/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/index.yaml) | +| Data Schema | [`schema/index.yaml`](schema/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/schema/index.yaml) | +| Core file | [`src/index.yaml`](src/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/index.yaml) | | Projects | [`src/projects/index.yaml`](src/projects/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/projects/index.yaml) | | Events | [`src/events/index.yaml`](src/events/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/events/index.yaml) | +| Research | [`src/research/index.yaml`](src/research/index.yaml) | [Edit](https://github.com/web3privacy/data/edit/main/src/research/index.yaml) | +| People | [`src/people`](src/people/) | [Edit](https://github.com/web3privacy/data/edit/main/src/people/) | +