Make C4 and Dktk work

This commit is contained in:
root
2022-01-21 09:32:21 +01:00
parent 7357870670
commit 31525571e1
8 changed files with 409 additions and 176 deletions

216
landing/index.html Normal file
View File

@ -0,0 +1,216 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>Bridgehead Overview</title>
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</head>
<body>
<div class="alert alert-danger" role="alert">
For updating the Bridgehead your action is requiered. This message is shown when the update of one of your
componentes need action to complete. This is a breaking change.
</div>
<div class="alert alert-warning">
There is a componente update for your bridgehead. Please run the updater
</div>
<div class="alert alert-success">
Your Bridgehead was updated!
</div>
<div class="container px-4 py-5" id="featured-3">
<h2 class="pb-2 border-bottom">Bridgehead</h2>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne"
aria-expanded="true" aria-controls="collapseOne">
Projects
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="feature col">
<div class="feature-icon">
<img src="GBN_CMYK_schwarz.svg" class="img-fluid img-thumbnail">
</div>
<h4>GBA/GBN</h4>
<p>GBN bringt Biobanken und Forscher*innen zusammen, damit Erkenntnisse über die Erkrankung gewonnen und
Therapien entwickelt werden können.</p>
</div>
<div class="feature col">
<div class="feature-icon">
<img src="Logo_DKTK_neu_.jpg" class="img-fluid img-thumbnail">
</div>
<h4>CCP-IT</h4>
<p>Das Deutsche Konsortium für Translationale Krebsforschung ist eine Initiative der Bundesregierung zur
Förderung der medizinische Krebsforschung.</p>
</div>
<div class="feature col">
<div class="feature-icon">
<img
src="https://www.nngm.de/wp-content/themes/nNGM/assets/images/new_icons/logo-nngm-nationales-netzwerk-genomische-medizin-lungenkrebs.svg"
class="img-fluid img-thumbnail">
</div>
<h4>Nationales Netzwerk Genomische Medizin (nNGM)</h4>
<p>Über ein bundesweites Netzwerk sollen in Deutschland künftig alle Patienten mit fortgeschrittenem
Lungenkrebs Zugang zu molekularer Diagnostik und innovativen Therapien erhalten. Dafür schließen sich
20 Netzwerkzentren im „nationalen Netzwerk Genomische Medizin (nNGM) Lungenkrebs“ zusammen darunter
alle 13 onkologischen Spitzenzentren, die aktuell von der Deutschen Krebshilfe gefördert werden. </p>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<h2>Components</h2>
<h3>Central</h3>
<table class="table">
<thead>
<tr>
<th>Group</th>
<th>Service</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>CCP-IT</td>
<td><a href="patientlist.ccp-it.dktk.dkfz.de">Zentrale Patientenliste</td>
<td>&check;</td>
</tr>
<tr>
<td>CCP-IT</td>
<td><a href="decentralsearch.ccp-it.dktk.dkfz.de">Dezentrale Suche</td>
<td>&check;</td>
</tr>
<tr>
<td>CCP-IT</td>
<td><a href="centralsearch.ccp-it.dktk.dkfz.de">Zentrale Suche</td>
<td>&check;</td>
</tr>
<tr>
<td>CCP-IT</td>
<td><a href="deployment.ccp-it.dktk.dkfz.de">Deployment-Server</td>
<td>&check;</td>
</tr>
<tr>
<td>CCP-IT</td>
<td><a href="dktk-kne.kgu.de">Zentraler Kontrollnummernerzeuger</td>
<td>&check;</td>
</tr>
<tr>
<td>GBA</td>
<td><a href="https://samplelocator.bbmri.de/icd10">GBA-ICD10</td>
<td>&check;</td>
</tr>
<tr>
<td>GBA</td>
<td><a href="auth.dev.germanbiobanknode.de">GBA-Auth</td>
<td>&check;</td>
</tr>
<tr>
<td>GBA</td>
<td><a href="mdr.germanbiobanknode.de">GBA-MDR</td>
<td>&check;</td>
</tr>
<tr>
<td>GBA</td>
<td><a href="samplelocator.bbmri.de">GBA-Suchbroker</td>
<td>&check;</td>
</tr>
</tbody>
</table>
</div>
<div>
<h3>Local</h3>
<table class="table">
<thead>
<tr>
<th>Project</th>
<th>Services</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Monitoring Proxy</td>
<td><a href="http://e260-serv-05:8080/">Traefik</a></td>
<td>&check;</td>
</tr>
<tr>
<td>Monitoring Resources</td>
<td><a href="http://e260-serv-05:8080/grafana">Granfana</a></td>
<td>&check;</td>
</tr>
<tr>
<td>GBA</td>
<td><a href="http://e260-serv-05/gbn-connector/">Connector</a></td>
<td>&check;</td>
</tr>
<tr>
<td>GBA</td>
<td><a href="http://e260-serv-05/gbn-localdatamanagement/fhir">LDM: Blaze</a></td>
<td>&check;</td>
</tr>
<tr>
<td>DKTK</td>
<td><a href="http://e260-serv-05/dktk-connector/">Connector</a></td>
<td>&check;</td>
</tr>
<tr>
<td>DKTK</td>
<td><a href="">CentraXX</a></td>
<td>&check;</td>
</tr>
<tr>
<td>Idmanagement</td>
<td><a href="http://e260-serv-05/ID-Manager/">ID-Manager</a></td>
<td>&check;</td>
</tr>
<tr>
<td>Idmanagement</td>
<td><a href="http://e260-serv-05/Patientenlist/">Patientenliste</a></td>
<td>&check;</td>
</tr>
<tr>
<td>C4</td>
<td><a href="http://e260-serv-05/c4-connector/">Connector</a></td>
<td>&check;</td>
</tr>
<tr>
<td>C4</td>
<td><a href="http://e260-serv-05/c4-localdatamanagement/">LDM: Samply Store</a></td>
<td>&check;</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>