File tree Expand file tree Collapse file tree 5 files changed +89
-14
lines changed Expand file tree Collapse file tree 5 files changed +89
-14
lines changed Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "firstName" : " Lokesh" ,
4
+ "lastName" : " Mishra"
5
+ },
6
+ {
7
+ "firstName" : " Luca" ,
8
+ "lastName" : " Buratti"
9
+ },
10
+ {
11
+ "firstName" : " Francesco" ,
12
+ "lastName" : " Fusco"
13
+ },
14
+ {
15
+ "firstName" : " Diego" ,
16
+ "lastName" : " Antognini"
17
+ },
18
+ {
19
+ "firstName" : " Birgit" ,
20
+ "lastName" : " Pfitzmann"
21
+ },
22
+ {
23
+ "firstName" : " Rita" ,
24
+ "lastName" : " Kuznetsova"
25
+ }
26
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "firstName" : " Fabian" ,
4
+ "lastName" : " Lindlbauer"
5
+ },
6
+ {
7
+ "firstName" : " Matteo" ,
8
+ "lastName" : " Omenetti"
9
+ },
10
+ {
11
+ "firstName" : " Emma" ,
12
+ "lastName" : " Sizer"
13
+ },
14
+ {
15
+ "firstName" : " Tien" ,
16
+ "lastName" : " Dee Lin"
17
+ },
18
+ {
19
+ "firstName" : " Sohayl" ,
20
+ "lastName" : " Dhibi"
21
+ },
22
+ {
23
+ "firstName" : " Christian" ,
24
+ "lastName" : " Cadisch"
25
+ },
26
+ {
27
+ "firstName" : " Teodora" ,
28
+ "lastName" : " Nedic"
29
+ },
30
+ {
31
+ "firstName" : " Isabelle" ,
32
+ "lastName" : " Franzen"
33
+ }
34
+ ]
Original file line number Diff line number Diff line change 17
17
"code" : " cesar-berrospi-ramis" ,
18
18
"imageCode" : " 992"
19
19
},
20
- {
21
- "firstName" : " Luca" ,
22
- "lastName" : " Buratti" ,
23
- "code" : " luca-buratti--1" ,
24
- "imageCode" : " 15089"
25
- },
26
20
{
27
21
"firstName" : " Michele" ,
28
22
"lastName" : " Dolfi" ,
71
65
"code" : " ingmar-meijer" ,
72
66
"imageCode" : " 1200"
73
67
},
74
- {
75
- "firstName" : " Lokesh" ,
76
- "lastName" : " Mishra" ,
77
- "code" : " lokesh-mishra" ,
78
- "imageCode" : " 924"
79
- },
80
68
{
81
69
"firstName" : " Lucas" ,
82
70
"lastName" : " Morin" ,
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ title: IBM Deep Search
277
277
<
a href =
" mailto:[email protected] " >Contact us</
a >
278
278
with your résumé and interests.
279
279
</p >
280
- <h3 >Team</h3 >
280
+ <h3 >Team members </h3 >
281
281
<div class =" team" >
282
282
{% for person in team %}
283
283
<a {% if person.code %} href =" https://research.ibm.com/people/{{ person.code }}" {% endif %} >
@@ -294,6 +294,24 @@ title: IBM Deep Search
294
294
</a >
295
295
{% endfor %}
296
296
</div >
297
+ <h3 >Past members</h3 >
298
+ <div class =" past" >
299
+ {% for person in past_members %}
300
+ <div >
301
+ <div >{{ person .firstName }} </div >
302
+ <b >{{ person .lastName }} </b >
303
+ </div >
304
+ {% endfor %}
305
+ </div >
306
+ <h3 >Past students</h3 >
307
+ <div class =" past" >
308
+ {% for person in past_students %}
309
+ <div >
310
+ <div >{{ person .firstName }} </div >
311
+ <b >{{ person .lastName }} </b >
312
+ </div >
313
+ {% endfor %}
314
+ </div >
297
315
<h3 >Locations</h3 >
298
316
<div class =" locations" >
299
317
<div >
Original file line number Diff line number Diff line change @@ -404,7 +404,8 @@ table td {
404
404
position : relative;
405
405
}
406
406
407
- .team {
407
+ .team ,
408
+ .past {
408
409
--card-size : 7rem ;
409
410
margin-top : 1rem ;
410
411
@@ -446,6 +447,14 @@ table td {
446
447
flex-direction : column;
447
448
}
448
449
450
+ .past > div {
451
+ width : var (--card-size );
452
+ height : var (--card-size );
453
+ padding : 1rem ;
454
+
455
+ background-color : var (--cds-background );
456
+ }
457
+
449
458
/* Locations. */
450
459
.locations {
451
460
margin-top : 1rem ;
You can’t perform that action at this time.
0 commit comments