-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,46 @@ | ||
# smart-data-agreements | ||
|
||
This repository will host the specifications for data disclosure agreements as part of NGI-ONTOCHAIN project | ||
<h1 align="center"> | ||
Automated Data Agreements - Making data transactions trustworthy, auditable and immutable | ||
</h1> | ||
|
||
<p align="center"> | ||
<a href="/../../commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/decentralised-dataexchange/smart-data-agreements?style=flat"></a> | ||
<a href="/../../issues" title="Open Issues"><img src="https://img.shields.io/github/issues/decentralised-dataexchange/smart-data-agreements?style=flat"></a> | ||
<a href="./LICENSE" title="License"><img src="https://img.shields.io/badge/License-Apache%202.0-green.svg?style=flat"></a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="#about">About</a> • | ||
<a href="#release-status">Release Status</a> • | ||
<a href="#contributing">Contributing</a> • | ||
<a href="#licensing">Licensing</a> | ||
</p> | ||
|
||
## About | ||
|
||
This repository will host the specifications for data disclosure agreements as part of NGI-ONTOCHAIN project. This is part of the deliverables for Provenance services with smart data agreement (PS-SDA) project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 957338. | ||
|
||
The PS-SDA project is an open source conrtibution lead by iGrant.io (Sweden), MyData (Sweden) and Linaltec (Sweden). Read more on the project at NGI ONTOCHAIN page: **https://ontochain.ngi.eu/content/ps-sda**. | ||
|
||
## Release Status | ||
|
||
The key deliverables of the project are as given. The table summarises the release status of all the deliverables. | ||
|
||
| Identifier | Date | Deliverable | | ||
| :--------- | :--------------- | :---------------------------- | | ||
| D1 | 02-February 2022 | Function specification v1.0.0 | | ||
| D2 | 04-April 2022 | Function specification v2.0.0 | | ||
|
||
## Contributing | ||
|
||
Feel free to improve the plugin and send us a pull request. If you found any problems, please create an issue in this repo. | ||
|
||
## Licensing | ||
Copyright (c) 2021-23 LCubed AB (iGrant.io), Sweden | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | ||
|
||
You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0. | ||
|
||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License. |