diff --git a/README.md b/README.md index 6a395f3..5a9d844 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,87 @@ -# Resource Registration -EOEPCA Resource Registration Building Block repository +# EOEPCA+ Resource Registration Building Block + + + + +[![Issues][issues-shield]][issues-url] +[![MIT License][license-shield]][license-url] + + +
+

+ + Logo + + +

EOEPCA+ Resource Registration

+ +

+ This repository includes the documentation of the EOEPCA+ Resource Registration building block +
+ Explore the docs ยป +
+

+

+ + + + + +## Description + +The EOEPCA+ Resource Registration building block consists of the following components: + +- Registration API - [https://github.com/EOEPCA/registration-api](https://github.com/EOEPCA/registration-api) +- Registration Harvester - [https://github.com/EOEPCA/registration-harvester](https://github.com/EOEPCA/registration-harvester) +- Common Registration Library - [https://github.com/EOEPCA/registration-library](https://github.com/EOEPCA/registration-library) + +The building block is built with and based on the following tools and standards. + +- [Python](https://www.python.org/) +- [pygeoapi](https://pygeoapi.io/) +- [OGC API Processes](https://ogcapi.ogc.org/processes/) +- [Flowable](https://www.flowable.com/open-source) +- [FastAPI](https://fastapi.tiangolo.com/) +- [OMG Business Process Model and Notation (BPMN)](https://www.bpmn.org) + +## Getting Started + +## Documentation + +The building block documentation can be found [here](https://eoepca.readthedocs.io/projects/resource-registration/en/latest/). + + + +## License + +The EOEPCA building blocks are distributed under the Apache-2.0 License. See `LICENSE` for more information. + + + +## Contact + +Project Link: [https://github.com/EOEPCA/resource-registration](https://github.com/EOEPCA/resource-registration) + + + +## Acknowledgements + +- README.md is based on [this template](https://github.com/othneildrew/Best-README-Template) by [Othneil Drew](https://github.com/othneildrew). + + + + +[contributors-shield]: https://img.shields.io/github/contributors/EOEPCA/resource-registration.svg?style=flat-square +[contributors-url]: https://github.com/EOEPCA/resource-registration/graphs/contributors +[forks-shield]: https://img.shields.io/github/forks/EOEPCA/resource-registration.svg?style=flat-square +[forks-url]: https://github.com/EOEPCA/resource-registration/network/members +[stars-shield]: https://img.shields.io/github/stars/EOEPCA/resource-registration.svg?style=flat-square +[stars-url]: https://github.com/EOEPCA/resource-registration/stargazers +[issues-shield]: https://img.shields.io/github/issues/EOEPCA/resource-registration.svg?style=flat-square +[issues-url]: https://github.com/EOEPCA/resource-registration/issues +[license-shield]: https://img.shields.io/github/license/EOEPCA/resource-registration.svg?style=flat-square +[license-url]: https://github.com/EOEPCA/resource-registration/blob/master/LICENSE diff --git a/docs/img/eoepca-logo.png b/docs/img/eoepca-logo.png new file mode 100644 index 0000000..7bf76db Binary files /dev/null and b/docs/img/eoepca-logo.png differ