dynamic-competence-map


Namedynamic-competence-map JSON
Version 0.2.0 PyPI version JSON
download
home_page
Summarydcm: nicegui based visualization of dynamic competence map
upload_time2024-02-28 07:57:22
maintainer
docs_urlNone
author
requires_python>=3.9
licenseApache-2.0
keywords competence nicegui skills
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dcm
dynamic competence map - a python based visualization tool
for displaying the development of skills/competences in the context of
defined competence aspects.

[![Join the discussion at https://github.com/WolfgangFahl/dcm/discussions](https://img.shields.io/github/discussions/WolfgangFahl/dcm)](https://github.com/WolfgangFahl/dcm/discussions)
[![pypi](https://img.shields.io/pypi/pyversions/dynamic_competence_map)](https://pypi.org/project/dynamic-competence-map/)
[![Github Actions Build](https://github.com/WolfgangFahl/dcm/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/dcm/actions/workflows/build.yml)
[![PyPI Status](https://img.shields.io/pypi/v/dynamic_competence_map.svg)](https://pypi.python.org/pypi/dynamic-competence-map/)
[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/dcm.svg)](https://github.com/WolfgangFahl/dcm/issues)
[![GitHub issues](https://img.shields.io/github/issues-closed/WolfgangFahl/dcm.svg)](https://github.com/WolfgangFahl/dcm/issues/?q=is%3Aissue+is%3Aclosed)
[![GitHub](https://img.shields.io/github/license/WolfgangFahl/dcm)](https://www.apache.org/licenses/LICENSE-2.0)

## Demos
* [RWTH Aachen i5](https://dcm.wikidata.dbis.rwth-aachen.de/)
* [alternative mirror demo](https://dcm.bitplan.com)

## Motivation ##

The **Dynamic Competence Map** (DCM) is an open-source tool 
designed to support the visualization and analysis of 
personal skills for a given learning context.

The learning context is described in an hierachical way as a multi level CompetenceTree. 
The level names may be adapted to your needs.

## Motivation

The **Dynamic Competence Map** (DCM) is an open-source tool 
designed for mapping and assessing skills in educational and 
professional settings. It uses a hierarchical structure, 
known as the Competence Tree, to organize and display 
skills and competencies.

DCM offers a RESTful API for integration with other 
systems and accepts input in YAML or JSON formats. This 
allows for easy incorporation of the Competence Tree and 
learner achievements, which can also be expressed as 
xAPI statements.

Output from DCM includes a configurable Skillschart, 
presented as SVG for visualization or available through 
an interactive web service. This functionality supports 
a range of uses, from academic research to practical 
applications in skill development and competency management.

## Features

1. **Competence Tree Hierarchy:** DCM is built around a multi-level hierarchy known as the Competence Tree. This hierarchical structure allows for the detailed mapping of skills and competencies, making it suitable for representing complex relationships between various competencies.

2. **Open-Source Python Project:** DCM is implemented as an open-source project in Python, ensuring transparency and flexibility for developers and users.

3. **RESTful API Integration:** DCM provides a RESTful API that allows for seamless integration with other systems. This API enables users to interact programmatically with DCM, making it a versatile tool for skill visualization and assessment.

4. **Input Data Flexibility:** Users can supply the Competence Tree in either YAML or JSON format, providing flexibility in data input. This feature ensures that users can use their preferred data format when working with DCM.

5. **Learner Achievements:** DCM supports the inclusion of Learners' Achievements, which can be supplied as JSON or xAPI statements. This feature allows for the assessment of learners' skills and competencies within the DCM framework.

6. **User-Friendly Interface:** To enhance the user interface and provide a user-friendly experience, DCM utilizes technologies like NiceGUI. This ensures that users can easily interact with the resulting Skillschart and customize their experience.

7. **SVG Rendering:** DCM supports the rendering of SVG images, providing visual representations of skills and competencies. Users can generate SVG images to visualize competency data effectively.

8. **Study Plan Visualization:** DCM includes specific elements for visualizing study plans, study areas, modules, and module elements. This feature is designed to cater to educational contexts and helps learners understand their study paths.

9. **Color Coding and Icons:** DCM provides color coding and icons for Competence Levels, making it easier to distinguish between different levels of competency. This visual representation aids in skill assessment and understanding.

10. **Comprehensive Documentation:** The project includes comprehensive documentation and test cases, ensuring that developers and users have access to clear instructions and examples for working with DCM.

## Documentation
* [Wiki](http://wiki.bitplan.com/index.php/dcm)

## API
* [API documentation](http://dcm.bitplan.com/docs)

### Model
![Class Diagram](http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/WolfgangFahl/dcm/main/dcm.puml?fmt=svg&version=8)

## Authors
* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dynamic-competence-map",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Wolfgang Fahl <wf@WolfgangFahl.com>",
    "keywords": "competence,nicegui,skills",
    "author": "",
    "author_email": "Wolfgang Fahl <wf@WolfgangFahl.com>",
    "download_url": "https://files.pythonhosted.org/packages/d4/16/81a661fbb3a7f242ef7738fe5d007c88ff1de9590ba5cf23bf1044487881/dynamic_competence_map-0.2.0.tar.gz",
    "platform": null,
    "description": "# dcm\ndynamic competence map - a python based visualization tool\nfor displaying the development of skills/competences in the context of\ndefined competence aspects.\n\n[![Join the discussion at https://github.com/WolfgangFahl/dcm/discussions](https://img.shields.io/github/discussions/WolfgangFahl/dcm)](https://github.com/WolfgangFahl/dcm/discussions)\n[![pypi](https://img.shields.io/pypi/pyversions/dynamic_competence_map)](https://pypi.org/project/dynamic-competence-map/)\n[![Github Actions Build](https://github.com/WolfgangFahl/dcm/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/dcm/actions/workflows/build.yml)\n[![PyPI Status](https://img.shields.io/pypi/v/dynamic_competence_map.svg)](https://pypi.python.org/pypi/dynamic-competence-map/)\n[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/dcm.svg)](https://github.com/WolfgangFahl/dcm/issues)\n[![GitHub issues](https://img.shields.io/github/issues-closed/WolfgangFahl/dcm.svg)](https://github.com/WolfgangFahl/dcm/issues/?q=is%3Aissue+is%3Aclosed)\n[![GitHub](https://img.shields.io/github/license/WolfgangFahl/dcm)](https://www.apache.org/licenses/LICENSE-2.0)\n\n## Demos\n* [RWTH Aachen i5](https://dcm.wikidata.dbis.rwth-aachen.de/)\n* [alternative mirror demo](https://dcm.bitplan.com)\n\n## Motivation ##\n\nThe **Dynamic Competence Map** (DCM) is an open-source tool \ndesigned to support the visualization and analysis of \npersonal skills for a given learning context.\n\nThe learning context is described in an hierachical way as a multi level CompetenceTree. \nThe level names may be adapted to your needs.\n\n## Motivation\n\nThe **Dynamic Competence Map** (DCM) is an open-source tool \ndesigned for mapping and assessing skills in educational and \nprofessional settings. It uses a hierarchical structure, \nknown as the Competence Tree, to organize and display \nskills and competencies.\n\nDCM offers a RESTful API for integration with other \nsystems and accepts input in YAML or JSON formats. This \nallows for easy incorporation of the Competence Tree and \nlearner achievements, which can also be expressed as \nxAPI statements.\n\nOutput from DCM includes a configurable Skillschart, \npresented as SVG for visualization or available through \nan interactive web service. This functionality supports \na range of uses, from academic research to practical \napplications in skill development and competency management.\n\n## Features\n\n1. **Competence Tree Hierarchy:** DCM is built around a multi-level hierarchy known as the Competence Tree. This hierarchical structure allows for the detailed mapping of skills and competencies, making it suitable for representing complex relationships between various competencies.\n\n2. **Open-Source Python Project:** DCM is implemented as an open-source project in Python, ensuring transparency and flexibility for developers and users.\n\n3. **RESTful API Integration:** DCM provides a RESTful API that allows for seamless integration with other systems. This API enables users to interact programmatically with DCM, making it a versatile tool for skill visualization and assessment.\n\n4. **Input Data Flexibility:** Users can supply the Competence Tree in either YAML or JSON format, providing flexibility in data input. This feature ensures that users can use their preferred data format when working with DCM.\n\n5. **Learner Achievements:** DCM supports the inclusion of Learners' Achievements, which can be supplied as JSON or xAPI statements. This feature allows for the assessment of learners' skills and competencies within the DCM framework.\n\n6. **User-Friendly Interface:** To enhance the user interface and provide a user-friendly experience, DCM utilizes technologies like NiceGUI. This ensures that users can easily interact with the resulting Skillschart and customize their experience.\n\n7. **SVG Rendering:** DCM supports the rendering of SVG images, providing visual representations of skills and competencies. Users can generate SVG images to visualize competency data effectively.\n\n8. **Study Plan Visualization:** DCM includes specific elements for visualizing study plans, study areas, modules, and module elements. This feature is designed to cater to educational contexts and helps learners understand their study paths.\n\n9. **Color Coding and Icons:** DCM provides color coding and icons for Competence Levels, making it easier to distinguish between different levels of competency. This visual representation aids in skill assessment and understanding.\n\n10. **Comprehensive Documentation:** The project includes comprehensive documentation and test cases, ensuring that developers and users have access to clear instructions and examples for working with DCM.\n\n## Documentation\n* [Wiki](http://wiki.bitplan.com/index.php/dcm)\n\n## API\n* [API documentation](http://dcm.bitplan.com/docs)\n\n### Model\n![Class Diagram](http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/WolfgangFahl/dcm/main/dcm.puml?fmt=svg&version=8)\n\n## Authors\n* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "dcm: nicegui based visualization of dynamic competence map",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://wiki.bitplan.com/index.php/dcm",
        "Home": "https://github.com/WolfgangFahl/dcm",
        "Source": "https://github.com/WolfgangFahl/dcm"
    },
    "split_keywords": [
        "competence",
        "nicegui",
        "skills"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a2d787986c3e5f8ec3e9268f1e4d1c855b4d9b97614df59fd2b7755a8e0db74",
                "md5": "33f60dfb97b0800d481b525e423997e1",
                "sha256": "fbdb5d4f3a81341c3f8f6b60451defef2a5332b51a6a9f3b2cc9c7017b2325c3"
            },
            "downloads": -1,
            "filename": "dynamic_competence_map-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33f60dfb97b0800d481b525e423997e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 88904,
            "upload_time": "2024-02-28T07:57:20",
            "upload_time_iso_8601": "2024-02-28T07:57:20.495715Z",
            "url": "https://files.pythonhosted.org/packages/7a/2d/787986c3e5f8ec3e9268f1e4d1c855b4d9b97614df59fd2b7755a8e0db74/dynamic_competence_map-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d41681a661fbb3a7f242ef7738fe5d007c88ff1de9590ba5cf23bf1044487881",
                "md5": "e332e5258e2fc04e5e379c85891a5718",
                "sha256": "b1bd99f4846ae86deacd5f5dd9210dbf901c3f811c9fc351d089604d7df3f404"
            },
            "downloads": -1,
            "filename": "dynamic_competence_map-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e332e5258e2fc04e5e379c85891a5718",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 100651,
            "upload_time": "2024-02-28T07:57:22",
            "upload_time_iso_8601": "2024-02-28T07:57:22.515943Z",
            "url": "https://files.pythonhosted.org/packages/d4/16/81a661fbb3a7f242ef7738fe5d007c88ff1de9590ba5cf23bf1044487881/dynamic_competence_map-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 07:57:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WolfgangFahl",
    "github_project": "dcm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dynamic-competence-map"
}
        
Elapsed time: 0.19137s