{# 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 content %}
{% trans %}About{% endtrans %}

Kadi4Mat is the Karlsruhe Data Infrastructure for Materials Science, a software for managing research data with the aim of combining new concepts with established technologies and existing solutions.

The aim of this project is to combine the ability to manage and exchange data (the Repository) with the possibility to analyze, visualize and transform said data (the Electronic Lab Notebook). The latter is made possible by employing a modular architecture, which allows to cover the specific needs of different scientists each utilizing unique workflows, while also opening the possibility to easily branch out into other disciplines in the future. Eventually, the goal is to cover the whole scientific workflow of day to day research, starting from the creation of data, including interfacing with devices for experimenters, up to the publishing of the data as well as corresponding results.

Kadi4Mat is being developed as part of several research projects at the Institute for Applied Materials - Computational Materials Science (IAM-CMS) of the Karlsruhe Institute of Technology (KIT).


More information: https://kadi.iam-cms.kit.edu
Source code: https://gitlab.com/iam-cms/kadi
Releases: https://pypi.org/project/kadi
Developer documentation:
{% endblock %}