Skip to content
Snippets Groups Projects
index.html 3.61 KiB
Newer Older
Vanessa Stehr's avatar
Vanessa Stehr committed
<!DOCTYPE html>
<html lang="de-DE">

<head>
  <meta charset="utf-8">
  <meta name="description" content="Startseite von Nessie">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>IT-Produkte der Arbeitsgruppe 1.73</title>
  <link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
  <link rel="stylesheet" href="styles/style.css"/>
</head>

<body>
  <header>
    <img src="img/AG_1_73.jpg" alt="Icon der Arbeitsgruppe" class="headerimg">
    <h1>IT-Produkte der Arbeitsgruppe 1.73</h1>
  </header>

  <main>
    <article> 
      <h3>
        <a href="">Table Tool</a>
        <a href="" class="link-button"><img src="img/link.png" alt="Link"></a>
      </h3>
      <a href="" class="article-image">
        <img src="img/tableTool.png" alt="table tool icon. Es zeigt eine Datei, die einen Graphen enthält, und dass sie in einen DCC übersetzt wird.">
Vanessa Stehr's avatar
Vanessa Stehr committed
      </a>
      <p>
        Das Table Tool liest Daten aus Tabellen-Dateien ein, zeigt sie als Plots an, und fügt sie in einen bereitgestellten DCC ein. 
        Die Daten können außerdem als JSON exportiert werden. 
        Das Tool kann über eine Steuerdatei automatisiert werden.
      </p>
Vanessa Stehr's avatar
Vanessa Stehr committed
      <div class="example-files">
        <a href="" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei 1</a>
        <a href="" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei 2</a>
Vanessa Stehr's avatar
Vanessa Stehr committed
      </div>
      <a href="https://gitlab1.ptb.de/Seeger/pydccanddbtools" class="git-link">
        <img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab
      </a>
Vanessa Stehr's avatar
Vanessa Stehr committed
    </article>
    <article>
      <h3>
        <a href="">DCC Displayer</a>
        <a href="" class="link-button"><img src="img/link.png" alt="Link"></a>
      </h3>
      <a href="" class="article-image">
        <img src="img/dccDisplayer.png" alt="DCC displayer icon. Es zeigt einen Graphen, in dem &quot;DCC&quot; steht">
      </a>
      <p>
        Der DCC Displayer zeigt die Tabellen aus einem hochgeladenen DCC als Graph und als Tabelle an.
        Die Daten können dann als csv- oder Excel-Dateien heruntergeladen werden.
      </p>
Vanessa Stehr's avatar
Vanessa Stehr committed
      <div class="example-files">
        <a href="" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei 1</a>
        <a href="" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei 2</a>
      </div>
      <a href="https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer" class="git-link">
        <img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab
      </a>
    </article>
    <article>
      <h3>
        <a href="">DCC JSON Server</a>
        <a href="" class="link-button"><img src="img/link.png" alt="Link"></a>
      </h3>
      <a href="" class="article-image">
        <img src="img/dccJsonServer.png" alt="DCC json server icon. Es zeigt zwei Dateien, eine DCC und eine JSON, die ineinander übersetzt werden.">
      </a>
      <p>
        Der XML JSON Server konvertiert XML-Dateien zur weiteren Verarbeitung in das JSON-Format und JSON-Dateien in das XML-Format. 
        Damit ist er ein wichtiger Baustein bei der Verarbeitung von DCCs.
      </p>
      <div class="example-files">
        <a href="" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei 1</a>
        <a href="" class="download-link"><img src="img/download.png" alt="Download icon"> Beispieldatei 2</a>
Vanessa Stehr's avatar
Vanessa Stehr committed
      </div>
      <a href="https://gitlab1.ptb.de/TBruns/dcc_rest_server" class="git-link">
        <img src="img/Git.png" alt="Git icon"> Dieses Projekt auf Gitlab
      </a>
Vanessa Stehr's avatar
Vanessa Stehr committed
    </article>
  </main>
</body>

</html>