This site exposes information related to a family of tools devoted to facilitate handling the Lifecycle of Knowledge Intensive Processes (KIPs). KIPs are known to be complex, goal oriented and knowledge dependent thus making KIPs' lifecycle unpredictable and hard to manage. We plan to reveal the metamodel we use to define our core concepts and how they relate. We also plan to expose the tool architecture and functionalities.
The tools are academic initiatives, typically developed by a MSc. or PhD. student of our research group.
The site is built on GitHub Pages and Jekyll, integrated with Docker container to facilitate editing.
To create the site locally use:
make sure you have installed Docker and the Jekyll container ()
download/clone the kip-tools repo
cd to the local kip-tools root
build the site with the command : docker-compose run jekyll jekyll build
serve the site with the command : docker-compose run --service-ports jekyll jekyll serve
check at http://0.0.0.0:4000
Make changes using your local editor and the local site will be update automatically. Check Jekyll/Docker for more information
To browse the site go to: