-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·110 lines (102 loc) · 6.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="ddRPB organisation homepage">
<meta name="author" content="Tomas Skripcak">
<link rel="icon" href="resources/favicon.ico">
<title>ddRPB | data driven radiotherapy clinical research IT</title>
<!-- Bootstrap core CSS -->
<link href="resources/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="resources/rpb.css" rel="stylesheet">
</head>
<body>
<!-- Fork me on GitHub ribbon -->
<span id="forkongithub"><a href="https://github.com/ddRPB/">Fork me on GitHub</a></span>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://ddrpb.github.io/">ddRPB</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="features.html">Features</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="technology.html">Technology</a></li>
<li><a href="impressum.html">Impressum</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="jumbotron">
<div class="container">
<h2>Radiotherapy clinical research IT infrastructure</h2>
<p>RadiationDosePlan- Image/Biomarker-Outcome-platform (RPB) is a collection of open source software systems integrated via portal to deliver a core software infrastructure necessary to support the operation of non-commercial trials unit.</p>
<p><a class="btn btn-primary btn-lg" href="https://rpb-doc.readthedocs.io" target="_new" role="button">Docs »</a> <a class="btn btn-primary btn-lg" href="https://www.dktk-dkfz.de/en/sites/dresden" target="_new" role="button">Provider »</a> <a class="btn btn-primary btn-lg" href="https://dx.doi.org/10.1109/JBHI.2015.2450833" target="_new" role="button">Paper »</a></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>CTMS</h2>
<img class="img-fluid img-thumbnail" src="./resources/img/ctms.png" alt="CTMS" />
<p class="text-justify">Clinical Trial Management System helps with management of administrative clinical trials data in mono and multi-centre research projects. It allows tracking of studies statuses and deadlines and also documenting the responsibilities of study personnel and organizations roles within trials.</p>
<p><a class="btn btn-default" href="features.html" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>EDC</h2>
<img class="img-fluid img-thumbnail" src="./resources/img/edc.png" alt="EDC" />
<p class="text-justify">RPB integrates with Electronic Data Capture system which is used to build eCRF forms and conduct study data. RPB provides features to semantically annotate EDC eCRF fields in order to allow the generic access to data captured within the forms.</p>
<p><a class="btn btn-default" href="https://www.libreclinica.org" target="_new" role="button">LibreClinica »</a></p>
</div>
<div class="col-md-4">
<h2>PACS</h2>
<img class="img-fluid img-thumbnail" src="./resources/img/pacs.png" alt="PACS" />
<p class="text-justify">Script-able research PACS system is used to store all documented medical imaging and treatment planning data in DICOM format. All data is pseudonymised according to DICOM supplement 142 (Clinical trial de-identification).</p>
<p><a class="btn btn-default" href="http://www.natura-ingenium.nl/dicom.html" target="_new" role="button">Conquest »</a></p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h2>LAB</h2>
<img class="img-fluid img-thumbnail" src="./resources/img/lab.png" alt="LAB" />
<p class="text-justify">Generic and instrument specific laboratory assay data or experimental data is stored in tabulated form within projects file repositories together with data dictionaries necessary for evaluation. Such organised datasets can be kept within the scope of authoring site or moved to shared location accessible for all sites in multi-centre study.</p>
<p><a class="btn btn-default" href="https://www.labkey.com/" target="_new" role="button">LabKey »</a></p>
</div>
<div class="col-md-4">
<h2>PID</h2>
<img class="img-fluid img-thumbnail" src="./resources/img/pid.png" alt="PID" />
<p class="text-justify">Patient in RPB can be represented with patient unique pseudonyms generated via site specific pseudonymisation service. In order to guarantee unique pseudonyms across multiple partner sites RPB prefixes patient pseudonyms with global RPB partner site identifiers.</p>
<p><a class="btn btn-default" href="https://www.unimedizin-mainz.de/imbei/informatik/ag-verbundforschung/mainzelliste.html" target="_new" role="button">Mainzelliste »</a></p>
</div>
<div class="col-md-4">
<h2>DICOM-RT</h2>
<img class="img-fluid img-thumbnail" src="./resources/img/rt-viewer.png" alt="DICOM-RT" />
<p class="text-justify">Radiotherapy treatment planning data can be queried and visualised in tree like view showing the planning imaging, delineated RT structure set and corresponding RT plan and RT dose DICOM instances locally presentable via standalone DICOM-RT viewer</p>
<p><a class="btn btn-default" href="https://nroduit.github.io" target="_new" role="button">Weasis »</a></p>
</div>
</div>
<hr>
<footer>
<p>© 2013-2024 ddRPB</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="resources/js/bootstrap.min.js"></script>
</body>
</html>