From 319665e330b51d4978c1e2e61b34a7e834c5ede2 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Thu, 7 Jan 2021 20:13:10 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6218ae3..43692f7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ [![JetBrains Research](https://jb.gg/badges/research.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) -# DataForge-control +# Controls.kt -DataForge-control is a data acquisition framework (work in progress). It is +Controls.kt (former DataForge-control) is a data acquisition framework (work in progress). It is based on DataForge, a software framework for automated data processing. This repository contains a prototype of API and simple implementation of a slow control system, including a demo. -DataForge-control uses some concepts and modules of DataForge, +Controls.kt uses some concepts and modules of DataForge, such as `Meta` (immutable tree-like structure) and `MetaItem` (which includes a scalar value, or a tree of values, easily convertable to/from JSON if needed). From ded8790f39af70a297b4cab58ee6ca948dee0d69 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Wed, 6 Oct 2021 22:39:38 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 43692f7..37b1297 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ DataForge-control is a [Kotlin-multiplatform](https://kotlinlang.org/docs/refere application. Asynchronous operations are implemented with [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines) library. +## Materials and publications + +* Video - [A general overview seminar](https://youtu.be/LO-qjWgXMWc) +* Video - [A seminar about the system mechanics](https://youtu.be/wES0RV5GpoQ) +* Article - [A Novel Solution for Controlling Hardware Components of Accelerators and Beamlines](https://www.preprints.org/manuscript/202108.0336/v1) ### Features Among other things, you can: