{# Copyright 2020 Karlsruhe Institute of Technology # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #} {% extends "base.html" %} {% block breadcrumbs %} {% include "snippets/breadcrumb_home.html" %} {% snippet "snippets/breadcrumb.html", url=url_for("main.about"), title=title %} {% endblock %} {% block content %}
{% trans strong_open="" | safe, strong_close="" | safe %} {{ strong_open }}Kadi4Mat{{ strong_close }}, or {{ strong_open }}Kadi{{ strong_close }} for short, is a generic and open source virtual research environment. Originally developed in the context of materials science, Kadi4Mat can be used for the management of any type of research data within different research disciplines and use cases. Kadi4Mat is being developed as part of several research projects at the {{ strong_open }}Karlsruhe Institute of Technology (KIT){{ strong_close }}. {% endtrans %}
{% trans em_open="" | safe, em_close="" | safe %} The goal of Kadi4Mat is to combine the ability to manage and exchange data, the {{ em_open }}repository{{ em_close }} component, with the possibility to analyze, visualize and transform said data, the {{ em_open }}electronic lab notebook (ELN){{ em_close }} component. The focus on the repository component is on {{ em_open }}warm data{{ em_close }}, i.e. unpublished data that is yet to be analyzed further, while in the ELN component it is on the automated and documented execution of heterogeneous workflows via an application programming interface (API). In this way, a customizable framework is created that facilitates good research data management practices and collaboration between researchers. {% endtrans %}