diff --git a/README.md b/README.md index bebb465fc428ed78f8c7451fd9b33e9091b3144c..9cee10e5729b8c2903007c38b602ad56178bbb29 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,10 @@ ## Components of the Stack -|Komponent | Description | Git-Repo | Pipy-Repo | Docker-Container | -| --------- | ------------ | -------- | --------- | ---------------- | -| XMLJSONConv | Convertion libary for DCC-XML to JSON | [dccxmljsonconv](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccxmljsonconv) | [dccXMLJSONConv](https://pypi.org/project/dccXMLJSONConv/) | -- | -| XMLJSONConv-GUI | Bokeh Web-Gui for the XML-JSON Converter + REST-API-Server | [dcc_XMLJSONConvGUI](https://gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConvGUI) | --- | [benesee/dccxmljsonconvgui](https://hub.docker.com/repository/docker/benesee/dccxmljsonconvgui)| -| dsiUnits | Python libary to parse the D-SI units and perform math operations | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | [dsiunits](https://pypi.org/project/dsiunits/) | -- | -| dsiUnits-GUI | Bokeh GUI to use the dsiUnits parser and comparison features + REST-API-Server | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | -- | [benesee/dsiunitsfrontend](https://hub.docker.com/repository/docker/benesee/dsiunitsfrontend)| -| dccQuantities | Python libary to load and store dccQuanties and perform uncertantie and unit aware mathe operations | [dccQuantities](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities) | [dccQuantities](https://pypi.org/project/dccQuantities/) | -- | -| pyDccDisplayer | Bokeh Web-Gui to extract Tables from The DCC and Plot them, as well as allow download as XSLX or CSV | [pydccdisplayer](https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer)| -- | [benesee/dccdisplayer/general](https://hub.docker.com/repository/docker/benesee/dccdisplayer)| -| dccTableTool | Web-GUI to Create DCC-XML Tables from XLSX/ODS Files and insert them into an XML. As well as a REST-Server to automaticly perform this Task later on. | [dccTableTool](https://gitlab1.ptb.de/Seeger/pydccanddbtools) | -- | [benesee/dcctabletool](https://hub.docker.com/repository/docker/benesee/dcctabletool/general)| - <table> <tr> <th>Komponent</th> - <th style="width: 400px;">Description</th> + <th style="width: 800px;">Description</th> <th>Git-Repo</th> <th>Pipy-Repo</th> <th>Docker-Container</th>