From 4d5e89638395a6f1f46ba4bf2744b92b23a93377 Mon Sep 17 00:00:00 2001 From: Benedikt Seeger <benedikt.seeger@ptb.de> Date: Wed, 22 May 2024 09:31:31 +0200 Subject: [PATCH] added HTMl table --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/README.md b/README.md index a5e6ff3..bebb465 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,61 @@ | 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>Git-Repo</th> + <th>Pipy-Repo</th> + <th>Docker-Container</th> + </tr> + <tr> + <td>XMLJSONConv</td> + <td>Conversion library for DCC-XML to JSON</td> + <td><a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/dccxmljsonconv">dccxmljsonconv</a></td> + <td><a href="https://pypi.org/project/dccXMLJSONConv/">dccXMLJSONConv</a></td> + <td>--</td> + </tr> + <tr> + <td>XMLJSONConv-GUI</td> + <td>Bokeh Web-GUI for the XML-JSON Converter + REST-API-Server</td> + <td><a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConvGUI">dcc_XMLJSONConvGUI</a></td> + <td>---</td> + <td><a href="https://hub.docker.com/repository/docker/benesee/dccxmljsonconvgui">benesee/dccxmljsonconvgui</a></td> + </tr> + <tr> + <td>dsiUnits</td> + <td>Python library to parse the D-SI units and perform math operations</td> + <td><a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits">dsiUnits</a></td> + <td><a href="https://pypi.org/project/dsiunits/">dsiunits</a></td> + <td>--</td> + </tr> + <tr> + <td>dsiUnits-GUI</td> + <td>Bokeh GUI to use the dsiUnits parser and comparison features + REST-API-Server</td> + <td><a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits">dsiUnits</a></td> + <td>--</td> + <td><a href="https://hub.docker.com/repository/docker/benesee/dsiunitsfrontend">benesee/dsiunitsfrontend</a></td> + </tr> + <tr> + <td>dccQuantities</td> + <td>Python library to load and store dccQuantities and perform uncertainty and unit-aware math operations</td> + <td><a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities">dccQuantities</a></td> + <td><a href="https://pypi.org/project/dccQuantities/">dccQuantities</a></td> + <td>--</td> + </tr> + <tr> + <td>pyDccDisplayer</td> + <td>Bokeh Web-GUI to extract Tables from The DCC and plot them, as well as allow download as XLSX or CSV</td> + <td><a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer">pydccdisplayer</a></td> + <td>--</td> + <td><a href="https://hub.docker.com/repository/docker/benesee/dccdisplayer/general">benesee/dccdisplayer/general</a></td> + </tr> + <tr> + <td>dccTableTool</td> + <td>Web-GUI to create DCC-XML tables from XLSX/ODS files and insert them into an XML, as well as a REST-Server to automatically perform this task later on</td> + <td><a href="https://gitlab1.ptb.de/Seeger/pydccanddbtools">dccTableTool</a></td> + <td>--</td> + <td><a href="https://hub.docker.com/repository/docker/benesee/dcctabletool/general">benesee/dcctabletool</a></td> + </tr> +</table> -- GitLab