Templates/README.md

75 lines
2.6 KiB
Markdown
Raw Normal View History

2019-07-10 03:36:22 +02:00
# Project Title
2019-07-12 03:10:03 +02:00
One paragraph of project description goes here.
2019-07-10 05:33:53 +02:00
## Structure of the project
2019-07-12 03:10:03 +02:00
* Relevant information about how the repository is organized.
* Description of the Maven modules (if any).
* Any information needed to work with the code.
2019-07-10 03:36:22 +02:00
## Built With
* [OpenJDK](https://openjdk.java.net/) - The JDK used
* [JAX-RS](https://github.com/eclipse-ee4j/jaxrs-api) - Java™ API for RESTful Web Services
* [Jersey](https://jersey.github.io/) - JAX-RS runtime
* [Maven](https://maven.apache.org/) - Dependency Management
* ...
2019-07-10 05:33:53 +02:00
## Documentation
2019-07-10 03:36:22 +02:00
Relevant wiki link(s).
2019-07-10 03:36:22 +02:00
2019-07-11 15:55:01 +02:00
## Change log
See [Releases](https://code-repo.d4science.org/gCubeSystem/repository_name/releases).
2019-07-10 05:33:53 +02:00
## Authors
2019-07-10 03:36:22 +02:00
* **John Doe** ([ORCID](https://orcid.org/...-...)) - *Initial work* @ [ISTI-CNR Infrascience Group](http://nemis.isti.cnr.it/groups/infrascience)
2019-07-10 05:33:53 +02:00
* **...** - ...
2019-07-10 03:36:22 +02:00
## How to Cite this Software
Tell people how to cite this software.
* Cite an associated paper?
* Use a specific BibTeX entry for the software?
2019-07-11 04:59:27 +02:00
@Manual{,
title = {.. projec title ..},
author = {{Infrascience Group}},
organization = {ISTI - CNR},
address = {Pisa, Italy},
year = 2019,
note = {...},
url = {http://www.http://gcube-system.org/}
}
2019-07-10 03:36:22 +02:00
## License
This project is licensed under the EUPL V.1.1 License - see the [LICENSE.md](LICENSE.md) file for details.
2019-07-10 03:36:22 +02:00
2019-07-12 04:38:44 +02:00
## About the gCube Framework
This software is part of the [gCubeFramework](https://www.gcube-system.org/ "gCubeFramework"): an
open-source software toolkit used for building and operating Hybrid Data
Infrastructures enabling the dynamic deployment of Virtual Research Environments
by favouring the realisation of reuse oriented policies.
The projects leading to this software have received funding from a series of European Union programmes including:
- the Sixth Framework Programme for Research and Technological Development
- DILIGENT (grant no. 004260);
- the Seventh Framework Programme for research, technological development and demonstration
- D4Science (grant no. 212488), D4Science-II (grant no.239019), ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine(grant no. 283644);
2019-07-12 15:47:16 +02:00
- the H2020 research and innovation programme and D4Science.org
- BlueBRIDGE (grant no. 675680), EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant no. 654119), SoBigData (grant no. 654024); DESIRA (grant no. 818194); ARIADNEplus (grant no. 823914); RISIS2 (grant no. 824091); PerformFish (grant no. 727610)
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc
2019-07-10 03:36:22 +02:00