diff --git a/src/README.md b/src/README.md index 64b34a0..cc17cb7 100644 --- a/src/README.md +++ b/src/README.md @@ -1,8 +1,17 @@ # Introduction +This is the official documenation of the IKID [Sandbox](https://sandbox.iuk.hdm-stuttgart.de/) project. -## Introduction -Public documentation for **sandbox**. +## Project Description +Interdisciplinary AI Exploratorium: Integrated Teaching for the Responsible Use of Artificial Intelligence based on Physical-Virtual Demonstrators is a project funded by BMBF and MWK BW. (German: Interdisziplinäres KI-Exploratorium: Integrierte Lehre zur verantwortungsvollen Nutzung Künstlicher Intelligenz auf Basis physisch-virtueller Demonstratoren, short IKID) -## Purpose +The majority of current AI teaching formats view AI from a single isolated perspective. However, a responsible use of AI requires a comprehensive view from different perspectives: Technology, Economics, Law, and Ethics. This project aims to fill this gap in current university teaching in an innovative way. Within this project, an AI Exploratorium will be created, which will present eight different use cases and their complexity of AI and thus make them directly tangible for students. To ensure that these use cases are not limited by physical access, an IT infrastructure (Sandbox) will be created that allows students to use this infrastructure remotely as well. + +The Sandbox allows both teachers and students to work independently on a containerized platform which includes a web based integrated development environment in the context of the AI Exploratorium. This enables collaborative work on case studies available on a shared data pool. Additionally, synthetic data can be generated to simulate subject related scenarios in order to analyse AI related behaviour within training pipelines. ## Sponsors + + + + + + diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 96facba..5432806 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -11,10 +11,10 @@ # Playground - [Overview](sandbox/overview.md) - [Development Environment](sandbox/dev_env.md) - - [Getting Started](sandbox/dev_env#getting-started.md) - - [Environments](sandbox/dev_env#environments.md) - - [Resources](sandbox/dev_env#resources.md) - - [Limitations](sandbox/dev_env#limitations.md) + - [Getting Started](sandbox/dev_env.md#getting-started) + - [Environments](sandbox/dev_env.md#environments) + - [Resources](sandbox/dev_env.md#resources) + - [Limitations](sandbox/dev_env.md#limitations) - [Use Cases](sandbox/use_cases.md) - [Data Pool](sandbox/data_pool.md) - [Training Environment](sandbox/training.md) diff --git a/src/architecture/res/sda.png b/src/architecture/res/sda.png new file mode 100644 index 0000000..d4c12cf Binary files /dev/null and b/src/architecture/res/sda.png differ diff --git a/src/architecture/software.md b/src/architecture/software.md index 8e8fcb0..7370124 100644 --- a/src/architecture/software.md +++ b/src/architecture/software.md @@ -1,6 +1,6 @@ # Software ## Software Defined Architecture -![SDA](res/vms.png) +![SDA](res/sda.png) The server is separated into three virtual machines, according to their responsibilities, and is highly extendable regarding new external hardware. - Master VM: Management environment for software orchestration - Node 1 VM: Application node for software foundation like databases, sandbox controller, ci/cd controller diff --git a/src/res/logo_IAAI.svg b/src/res/logo_IAAI.svg new file mode 100644 index 0000000..8a4ec4c --- /dev/null +++ b/src/res/logo_IAAI.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/res/logo_IKID.png b/src/res/logo_IKID.png new file mode 100644 index 0000000..be125db Binary files /dev/null and b/src/res/logo_IKID.png differ diff --git a/src/res/logo_bmbf.svg b/src/res/logo_bmbf.svg new file mode 100644 index 0000000..0043752 --- /dev/null +++ b/src/res/logo_bmbf.svg @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/src/res/logo_hdm.png b/src/res/logo_hdm.png new file mode 100644 index 0000000..d148af5 Binary files /dev/null and b/src/res/logo_hdm.png differ diff --git a/src/res/logo_mwk.png b/src/res/logo_mwk.png new file mode 100644 index 0000000..c8fe8a3 Binary files /dev/null and b/src/res/logo_mwk.png differ diff --git a/src/sandbox/use_cases.md b/src/sandbox/use_cases.md index 9a1e71d..bb424d1 100644 --- a/src/sandbox/use_cases.md +++ b/src/sandbox/use_cases.md @@ -38,12 +38,3 @@ The following example shows the use of a interactive dashboard. The User Interfa ![Sandbox Architecture](res/sandbox_example_ui.png) -# Example tex - - -idee: -- bild use case example -- python code example -- markdown example (bild,headline, bullet points) -- tex -- voila \ No newline at end of file