From df9d4d1cc3ca2edc812f218bdc049bc172213ff9 Mon Sep 17 00:00:00 2001 From: Aleem2 <43530611+Aleem2@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:15:23 +1100 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d73bd73 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# FAIR for Containers +This repository services as an example in creating a FAIR Container. A Dockerfile is used to create a container. The purpose of this example container is to create an working web scraping environment based on scrapy python package. +The translation of FAIR principals to this practical guide is based on FAIR for research software article (link/cite). +1. This guide illustrates how a researcher can get their work cited by using a Citation.cff file. +2. It shows how license can be assigned and some suggestions are provided. +3. Furthermore, all this information can be packaged into the container and pushed to container registery of your choice. +4. Finally, a DOI can be assigned to finalised software and shared to wider audience or publication. +5. For further information and communication please contact aleem.uddin@ardc.edu.au