diff --git a/AUTHORS.rst b/AUTHORS.rst deleted file mode 100644 index 434c9e7d..00000000 --- a/AUTHORS.rst +++ /dev/null @@ -1,13 +0,0 @@ -======= -Credits -======= - -Development Lead ----------------- - -* Andreas Friedrich - -Contributors ------------- - -None yet. Why not be the first? diff --git a/CODEOFCONDUCT.rst b/CODEOFCONDUCT.rst deleted file mode 100644 index 8ca043b5..00000000 --- a/CODEOFCONDUCT.rst +++ /dev/null @@ -1,78 +0,0 @@ -Contributor Covenant Code of Conduct -==================================== - -Our Pledge ----------- - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our -project and our community a harassment-free experience for everyone, -regardless of age, body size, disability, ethnicity, gender identity and -expression, level of experience, nationality, personal appearance, race, -religion, or sexual identity and orientation. - -Our Standards -------------- - -Examples of behavior that contributes to creating a positive environment -include: - -- Using welcoming and inclusive language -- Being respectful of differing viewpoints and experiences -- Gracefully accepting constructive criticism -- Focusing on what is best for the community -- Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -- The use of sexualized language or imagery and unwelcome sexual - attention or advances -- Trolling, insulting/derogatory comments, and personal or political - attacks -- Public or private harassment -- Publishing others’ private information, such as a physical or - electronic address, without explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting - -Our Responsibilities --------------------- - -Project maintainers are responsible for clarifying the standards of -acceptable behavior and are expected to take appropriate and fair -corrective action in response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, -or reject comments, commits, code, wiki edits, issues, and other -contributions that are not aligned to this Code of Conduct, or to ban -temporarily or permanently any contributor for other behaviors that they -deem inappropriate, threatening, offensive, or harmful. - -Scope ------ - -This Code of Conduct applies both within project spaces and in public -spaces when an individual is representing the project or its community. -Examples of representing a project or community include using an -official project e-mail address, posting via an official social media -account, or acting as an appointed representative at an online or -offline event. Representation of a project may be further defined and -clarified by project maintainers. - -Enforcement ------------ - -Instances of abusive, harassing, or otherwise unacceptable behavior may -be reported by opening an issue. The project team -will review and investigate all complaints, and will respond in a way -that it deems appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an -incident. Further details of specific enforcement policies may be posted -separately. - -Project maintainers who do not follow or enforce the Code of Conduct in -good faith may face temporary or permanent repercussions as determined -by other members of the project’s leadership. - -Attribution ------------ diff --git a/LICENSE b/LICENSE index 2d67e90e..45fb3a97 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020, Andreas Friedrich +Copyright (c) 2020-2022, University of Tübingen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 6b63215d..c6d1d7d0 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,27 @@ +
+ # ProjectWizard Portlet +Create hierarchical experiments using factorial design.. + + -[![Build Status](https://travis-ci.com/qbicsoftware/projectwizard-portlet.svg?branch=master)](https://travis-ci.com/qbicsoftware/projectwizard-portlet) -[![Code Coverage](https://codecov.io/gh/qbicsoftware/projectwizard-portlet/branch/master/graph/badge.svg)](https://codecov.io/gh/qbicsoftware/projectwizard-portlet) +[![Build Maven Package](https://github.com/qbicsoftware/projectwizard-portlet/actions/workflows/build-package.yml/badge.svg)](https://github.com/qbicsoftware/projectwizard-portlet/actions/workflows/build-package.yml) +[![Run Maven Tests](https://github.com/qbicsoftware/projectwizard-portlet/actions/workflows/run-tests.yml/badge.svg)](https://github.com/qbicsoftware/projectwizard-portlet/actions/workflows/run-tests.yml) +[![CodeQL](https://github.com/qbicsoftware/projectwizard-portlet/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/qbicsoftware/projectwizard-portlet/actions/workflows/codeql-analysis.yml) +[![release](https://img.shields.io/github/v/release/qbicsoftware/projectwizard-portlet?include_prereleases)](https://github.com/qbicsoftware/projectwizard-portlet/releases) -![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/qbicsoftware/projectwizard-portlet) -[![Sonatype Nexus Releases](https://img.shields.io/nexus/r/life.qbic/projectwizard-portlet?nexusVersion=3&server=https%3A%2F%2Fqbic-repo.qbic.uni-tuebingen.de%2F)](https://qbic-repo.qbic.uni-tuebingen.de/service/rest/repository/browse/maven-releases/life/qbic/projectwizard-portlet/) -![Java Language](https://img.shields.io/badge/language-java-blue.svg) -[![License](https://img.shields.io/github/license/qbicsoftware/projectwizard-portlet)](https://github.com/qbicsoftware/projectwizard-portlet/blob/master/LICENSE) +[![license](https://img.shields.io/github/license/qbicsoftware/projectwizard-portlet)](https://github.com/qbicsoftware/projectwizard-portlet/blob/master/LICENSE) +![language](https://img.shields.io/badge/language-java-blue.svg) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3908302.svg)](https://doi.org/10.5281/zenodo.3908302) -ProjectWizard Portlet - Create hierarchical experiments using factorial design. + +
+ + ## Author -Created by Andreas Friedrich (andreas.friedrich@qbic.uni-tuebingen.de). +Created by Andreas Friedrich (andreas.friedrich@qbic.uni-tuebingen.de). ## Description diff --git a/README.rst b/README.rst deleted file mode 100644 index 436f5b4f..00000000 --- a/README.rst +++ /dev/null @@ -1,40 +0,0 @@ -ProjectWizard Portlet ------------------------------------ - -.. image:: https://github.com/qbicsoftware/ProjectWizard_Portlet/workflows/Build%20Maven%20Package/badge.svg - :target: https://github.com/qbicsoftware/ProjectWizard_Portlet/workflows/Build%20Maven%20Package/badge.svg - :alt: Github Workflow Build Maven Package Status - -.. image:: https://github.com/qbicsoftware/ProjectWizard_Portlet/workflows/Run%20Maven%20Tests/badge.svg - :target: https://github.com/qbicsoftware/ProjectWizard_Portlet/workflows/Run%20Maven%20Tests/badge.svg - :alt: Github Workflow Tests Status - -.. image:: https://github.com/qbicsoftware/ProjectWizard_Portlet/workflows/QUBE%20lint/badge.svg - :target: https://github.com/qbicsoftware/ProjectWizard_Portlet/workflows/QUBE%20lint/badge.svg - :alt: qube Lint Status - -.. image:: https://readthedocs.org/projects/ProjectWizard-Portlet/badge/?version=latest - :target: https://ProjectWizard-Portlet.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status - -.. image:: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot - :target: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot - :alt: Dependabot Enabled - - -Creates hierarchical experiments using factorial design. - -* Free software: MIT -* Documentation: https://ProjectWizard-Portlet.readthedocs.io. - -Features --------- - -* TODO - -Credits -------- - -This project was created with qube_. - -.. _qube: https://github.com/qbicsoftware/qube