Research content update

This commit is contained in:
Alexander Nozik 2022-06-20 10:58:07 +03:00
parent fa9c042c75
commit e02d218d1a
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357
4 changed files with 29 additions and 4 deletions

View File

@ -10,6 +10,16 @@ image:
[Repository and documentation](https://github.com/mipt-npm/dataforge-core) [Repository and documentation](https://github.com/mipt-npm/dataforge-core)
## Publications
* A general overview: https://doi.org/10.1051/epjconf/201817705003
* An application in "Troitsk nu-mass" experiment: https://doi.org/10.1088/1742-6596/1525/1/012024
## Video
A presentation on application of (old version of) DataForge to Troitsk nu-mass analysis.
<iframe width="100%" height="315" src="https://www.youtube.com/embed/OpWzLXUZnLI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## Questions and Answers ## Questions and Answers
In this section we will try to cover DataForge main ideas in the form of questions and answers. In this section we will try to cover DataForge main ideas in the form of questions and answers.

View File

@ -3,9 +3,15 @@ type: project
title: Plotly-kt title: Plotly-kt
order: 20 order: 20
language: en language: en
image: images/projects/plotly-kt.svg image:
path: images/projects/plotly-kt.svg
position: left
--- ---
A kotlin visualization library wrapping popular [Plotly](https://plotly.com/javascript/) library. A kotlin visualization library wrapping popular [Plotly](https://plotly.com/javascript/) library.
[Repository and documentation](https://github.com/mipt-npm/plotly.kt) [Repository and documentation](https://github.com/mipt-npm/plotly.kt)
## A video with feature demonstration
<iframe width="100%" height="315" src="https://www.youtube.com/embed/-E2WOz0D1-c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -0,0 +1,3 @@
A kotlin visualization library wrapping popular [Plotly](https://plotly.com/javascript/) library.
[Repository and documentation](https://github.com/mipt-npm/plotly.kt)

View File

@ -3,7 +3,9 @@ type: project
title: VisionForge title: VisionForge
order: 30 order: 30
language: en language: en
image: images/projects/muon-monitor.png image:
path: images/projects/muon-monitor.png
position: right
--- ---
[![JetBrains Research](https://jb.gg/badges/research.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![JetBrains Research](https://jb.gg/badges/research.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
@ -27,4 +29,8 @@ application, currently targeting browser JavaScript and JVM.
- Camera move, rotate, zoom-in and zoom-out - Camera move, rotate, zoom-in and zoom-out
- Scene graph as an object tree with property editor - Scene graph as an object tree with property editor
- Settings export and import - Settings export and import
- Multiple platform support - Multiple platform support
## An introduction video
<iframe width="100%" height="315" src="https://www.youtube.com/embed/lzsF0NuhS6g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>