-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_deliverables.tmpl.html
132 lines (131 loc) · 6.28 KB
/
about_deliverables.tmpl.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<div class="container">
<div class="row">
<div class="col-md-8"><h3>Deliverables</h3></div>
</div>
<div class="row">
<div class="col-md-8">
<table>
<colgroup>
<col valign="top">
<col>
<col>
</colgroup>
<tbody>
<tr bgcolor="#cccccc">
<td><strong>Deliverable No</strong></td>
<td> </td>
<td><strong>Deliverable Name</strong></td>
</tr>
<tr bgcolor="#eeeeee">
<td><strong>WP1</strong></td>
<td> </td>
<td><strong>Hardware</strong></td>
</tr>
<tr>
<td>D1.1, D2.1, D3.1</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d1.1-d3.1.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>Design of the Hardware Infrastructure, Architecture of the Software Infrastructure, and Design
of Library of Algorithms
</td>
</tr>
<tr>
<td>D1.2</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d1.2.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>Initial Hardware Installation</td>
</tr>
<tr>
<td>D1.3</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d1.3.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>Final Hardware Installation</td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr bgcolor="#eeeeee">
<td><strong>WP2</strong></td>
<td> </td>
<td><strong>Software</strong></td>
</tr>
<tr>
<td>D2.1</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d1.1-d3.1.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>see D1.1</td>
</tr>
<tr>
<td>D2.2</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d2.2.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>Report on the Implementation of the Software Infrastructure</td>
</tr>
<tr>
<td>D2.3</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d2.3.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>Report on the Integration of the Software Infrastructure</td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr bgcolor="#eeeeee">
<td><strong>WP3</strong></td>
<td> </td>
<td><strong>Algorithms</strong></td>
</tr>
<tr>
<td>D3.1</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d1.1-d3.1.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>see D1.1</td>
</tr>
<tr>
<td>D3.2</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d3.2.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>First Set of Algorithms Implementation</td>
</tr>
<tr>
<td>D3.3</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d3.3.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>Second set of Algorithms Implementation and Library Integration</td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr bgcolor="#eeeeee">
<td><strong>WP4</strong></td>
<td> </td>
<td><strong>Data</strong></td>
</tr>
<tr>
<td>D4.1</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d4.1.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>First Set of Well-Designed Simulations, Experiments and Possible Benchmarks</td>
</tr>
<tr>
<td>D4.2</td>
<td width="30" style="text-align: center"><a href="http://wisebed.eu/documents/deliverables/d4.2.pdf" target="_blank"><img
src="img/icon-pdf.png" alt="Icon PDF" width="16" height="16"></a>
</td>
<td>Second Set of Real Test-Bed Experiments and Simulation Scenarios</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>