-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextra_sessions.json
88 lines (88 loc) · 2.04 KB
/
extra_sessions.json
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
{"sessions":
[
{
"id": 1,
"title": "Energizer",
"authors": [""],
"session_type": "Relatos de Experiência",
"details": "interactive"
}, {
"id": 2,
"title": "Taming Big Balls of Mud with Diligence, Agile Practices, and Hard Work",
"authors": ["Joseph Yoder"],
"session_type": "Keynote",
"details": "Keynote"
}, {
"id": 3,
"title": "The Lean Enterprise",
"authors": ["Barry O'Reilly"],
"session_type": "Keynote"
}, {
"id": 4,
"title": "Samba, Futebol, Política e Gambiarra – o que o Brasil me ensinou sobre fazer software",
"authors": ["Alexandre Freire"],
"session_type": "Keynote",
"details": "invited"
}, {
"id": 5,
"title": "Keynote fora-da-caixa",
"authors": [""],
"session_type": "Keynote",
"details": "invited"
}, {
"id": 6,
"title": "Open Spaces",
"authors": [""],
"session_type": "Palestra",
"details": "interactive"
}, {
"id": 7,
"title": "",
"authors": [],
"session_type": "Palestra",
"details": ""
}, {
"id": 8,
"title": "TBD",
"authors": ["Linda Cook"],
"session_type": "Mão na Massa",
"details": "invited"
}, {
"id": 9,
"title": "Creating intimacy for Near-shore Agile teams",
"authors": ["Derek Johnson"],
"session_type": "Palestra",
"details": "invited"
}, {
"id": 10,
"title": "A CONFIRMAR",
"authors": ["Marcos Mazoni"],
"session_type": "Palestra",
"details": "sponsor"
}, {
"id": 11,
"title": "Scrum Anthology 1: coletânea com práticas e atitudes decisivas na minha história com métodos ágeis",
"authors": ["Alexandre Magno"],
"session_type": "Palestra",
"details": "sponsor"
}, {
"id": 12,
"title": "Members' Meeting",
"authors": ["Agile Alliance"],
"session_type": "Palestra",
"details": "sponsor"
}, {
"id": 13,
"title": "Reservado para WBMA",
"authors": [""],
"session_type": "Palestra",
"details": "wbma"
}, {
"id": 14,
"title": "Reservado para WBMA",
"authors": [""],
"session_type": "Palestra",
"details": "wbma"
}
]
}