Content:
This repo contains the HTML Code to display a landing page for the DCC-Aplications stack build from following components:
Komponent | Description | Git-Repo | Pipy-Repo | Docker-Container |
---|---|---|---|---|
XMLJSONConv | Conversion library for DCC-XML to JSON | dccxmljsonconv | dccXMLJSONConv | -- |
XMLJSONConv-GUI | Bokeh Web-GUI for the XML-JSON Converter + REST-API-Server | dcc_XMLJSONConvGUI | --- | benesee/dccxmljsonconvgui |
dsiUnits | Python library to parse the D-SI units and perform math operations | dsiUnits | dsiunits | -- |
dsiUnits-GUI | Bokeh GUI to use the dsiUnits parser and comparison features + REST-API-Server | dsiUnits | -- | benesee/dsiunitsfrontend |
dccQuantities | Python library to load and store dccQuantities and perform uncertainty and unit-aware math operations | dccQuantities | dccQuantities | -- |
pyDccDisplayer | Bokeh Web-GUI to extract tables from The DCC, plot them, and allow download as XLSX or CSV | pydccdisplayer | -- | benesee/dccdisplayer/general |
dccTableTool | Web-GUI to create DCC-XML tables from XLSX/ODS files and insert them into an XML, plus a REST-Server to automate this task | dccTableTool | -- | benesee/dcctabletool |